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 603 forks source link

Can't build #2910

Open Tavish-153 opened 2 years ago

Tavish-153 commented 2 years ago

i cannot build kade engine and it says this source/LuaClass.hx:41: characters 46-58 : Type not found : StatePointer source/LuaClass.hx:41: characters 46-58 : ... For function argument 'Profile' source/Debug.hx:22: lines 22-345 : ... Defined in this class source/LuaClass.hx:1823: characters 37-49 : Type not found : StatePointer source/LuaClass.hx:1823: characters 37-49 : ... For function argument 'Profile' 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

Tavish-153 commented 2 years ago

Fix this some how?

BoloVEVO commented 2 years ago

Update to latest Haxe build (4.2.5) https://haxe.org/download/

Tavish-153 commented 2 years ago

Update to latest Haxe build (4.2.5) https://haxe.org/download/

i have it already