Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

Bug Report: errors when trying to build game

Open Lexikyu opened this issue 3 years ago • 10 comments

Im on a windows pc. Whenever I try to build my game with lime test windows I get these errors:

source/TitleState.hx:61: characters 16-28 : Type not found : APIStuff C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 30-43 : Warning : This typedef is deprecated in favor of haxe.xml.Access

I don't know what those are in reference to or how to fix them, sorry if this has been asked about before but I've looked for like an hour atleast and can't find anything specific on this. Screenshot_26

Lexikyu avatar May 16 '21 02:05 Lexikyu

Read instructions carefully

R-code-0 avatar May 16 '21 04:05 R-code-0

image

steviegt6 avatar May 16 '21 06:05 steviegt6

I have this same issue. I followed the instructions in the readme file. It didn't work though.

BDMCGaming avatar Jun 25 '21 00:06 BDMCGaming

Add a new file in source and name it APIStuff.hx and put this code in it:


package;

class APIStuff
{
	public static var API:String = "";
	public static var EncKey:String = "";
}

nickplj12 avatar Jun 25 '21 00:06 nickplj12

I said that I already made the file. It still happens.

BDMCGaming avatar Jun 25 '21 20:06 BDMCGaming

I said that I already made the file. It still happens.

Can you paste the exact output?

VMGuy23 avatar Jun 28 '21 19:06 VMGuy23

I can't do it right now because I'm on vacation. I can do it when I get back.

On Mon, Jun 28, 2021 at 3:15 PM VMGuy23 @.***> wrote:

I said that I already made the file. It still happens.

Can you paste the exact output?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ninjamuffin99/Funkin/issues/1109#issuecomment-869953337, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALTG6XVQTWINVTBSHH4TJX3TVDC6HANCNFSM446PMTQA .

BDMCGaming avatar Jul 01 '21 17:07 BDMCGaming

u can ignore them but i dont know how to

thebopee avatar Aug 15 '21 01:08 thebopee

it can't be ignored as also i have the same error

Techno274721 avatar Oct 27 '21 13:10 Techno274721

i try to build the game with the APIStuff.hx thing, and the game crashes when it finishes building

ItzaNoobxd avatar Jul 05 '22 01:07 ItzaNoobxd