Funkin
Funkin copied to clipboard
Bug Report: errors when trying to build game
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.
Read instructions carefully
I have this same issue. I followed the instructions in the readme file. It didn't work though.
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 = "";
}
I said that I already made the file. It still happens.
I said that I already made the file. It still happens.
Can you paste the exact output?
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 .
u can ignore them but i dont know how to
it can't be ignored as also i have the same error
i try to build the game with the APIStuff.hx thing, and the game crashes when it finishes building