Kade-github / Kade-Engine

Kade Engine is a Competitive Rhythm Game engine rewrite for FNF with Quality of Life features included.
https://kadedev.github.io/Kade-Engine/
Apache License 2.0
407 stars 602 forks source link

Bug Report:when i try bulding the game it says that i need an project.xml file since i already have it, how could i fix that? #2794

Open Vicdragon opened 2 years ago

Vicdragon commented 2 years ago

Please check for duplicates, similar issues or closed issues with the same problem, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Kade Engine) before submitting an issue.

If you are playing a downloaded version of the game, what operating system are you using?

Windows (x86), Windows (x86_64), Linux, or macOS? Specify below.

What version of the game are you using? Look in the bottom left corner of the main menu.

Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

Please describe your issue. Provide extensive detail and images if possible.

Vicdragon commented 2 years ago

im using windows (x86) the version of the engine is a stable no steps when i build the error appears

ghost commented 2 years ago

ok so there is two folders in the source code which is weird so what you will need to do is double click the first file then after that you drag and drop the second file on what ever you build in then you can build it

Vicdragon commented 2 years ago

ok so there is two folders in the source code which is weird so what you will need to do is double click the first file then after that you drag and drop the second file on what ever you build in then you can build it

thanks, it did work but somehow this error apperas:source/LuaClass.hx:41: characters 46-58 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:1823: characters 37-49 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:1611: characters 37-49 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:1263: characters 37-49 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:952: characters 38-50 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:709: characters 37-49 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:424: characters 37-49 : Type not found : StatePointer source/Debug.hx:22: lines 22-345 : Defined in this class source/LuaClass.hx:1467: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:1468: characters 3-12 : Unknown identifier : className source/LuaClass.hx:1478: characters 13-27 : Unknown identifier : SetNumProperty source/ModchartState.hx:386: characters 37-45 : LuaSprite has no field Register source/LuaClass.hx:538: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:545: characters 3-12 : Unknown identifier : className source/LuaClass.hx:555: characters 13-27 : Unknown identifier : SetNumProperty source/ModchartState.hx:533: characters 45-53 : LuaReceptor has no field Register source/ModchartState.hx:536: characters 3-16 : LuaGame does not have a constructor source/LuaClass.hx:1763: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:1764: characters 3-12 : Unknown identifier : className source/LuaClass.hx:1774: characters 13-27 : Unknown identifier : SetNumProperty source/ModchartState.hx:538: characters 19-27 : LuaWindow has no field Register source/LuaClass.hx:821: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:824: characters 3-12 : Unknown identifier : className source/LuaClass.hx:945: characters 9-14 : Class has no field error source/LuaClass.hx:868: characters 19-28 : Unknown identifier : className source/PlayState.hx:811: characters 38-46 : LuaCamera has no field Register source/PlayState.hx:812: characters 36-44 : LuaCamera has no field Register source/PlayState.hx:813: characters 46-54 : LuaCamera has no field Register source/PlayState.hx:814: characters 43-51 : LuaCamera has no field Register source/LuaClass.hx:1101: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:1102: characters 3-12 : Unknown identifier : className source/LuaClass.hx:1116: characters 13-27 : Unknown identifier : SetNumProperty source/PlayState.hx:815: characters 33-41 : LuaCharacter has no field Register source/PlayState.hx:816: characters 31-39 : LuaCharacter has no field Register source/PlayState.hx:817: characters 45-53 : LuaCharacter has no field Register source/LuaClass.hx:182: characters 3-10 : LuaClass does not have a constructor source/LuaClass.hx:183: characters 3-12 : Unknown identifier : className source/LuaClass.hx:195: characters 13-27 : Unknown identifier : SetNumProperty and i din´t even changed anything

ghost commented 2 years ago

haxelib remove linc_luajit
haxelib remove hxvm-luajit
haxelib git hxvm-luajit https://github.com/nebulazorua/hxvm-luajit.git haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit

ghost commented 2 years ago

that should fix the errors

ghost commented 2 years ago

and if you don't have git you can install it https://git-scm.com/download/win