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
409 stars 600 forks source link

Kade engine crash #2704

Open Xpv2021 opened 2 years ago

Xpv2021 commented 2 years ago

Hello! I found a very interesting bug. When I tried to do my mod it crashed (1.6) and when I downloaded the stable version I succeeded (1.8). (It didn't work even with version 1.7.) I've been looking for a solution for a long time but haven't found anything. It was still like when I wiped everything out and installed it. I am very kind to ask you to help. Thank you very much! Oh, and I'll copy what Windows PowerShell writes: (sorry for bad english) Compiling group: native-discord-rpc cl.exe -IC:/HaxeToolkit/haxe/lib/discord_rpc/git/lib/discord-rpc/include/ -IC:/HaxeToolkit/haxe/lib/discord_rpc/git/lib/rapidjson/include/ -nologo /WX- /fp:precise -DHX_WINDOWS -GR -O2(optim-std) -Zi(debug) -FdC:\Users\User\Downloads\Kade-Engine-1.6\Kade-Engine-1.6\export\release\windows\obj\obj/msvc1964-nc/vc.pdb(debug) -Od(debug) -O2(release) -Os(optim-size) -FS -Oy- -c -EHs -GS- -IC:/HaxeToolkit/haxe/lib/hxcpp/4,2,1/include -DHXCPP_M64 -DHXCPP_VISIT_ALLOCS(haxe) -DHXCPP_GC_BIG_BLOCKS(gc) -DHX_SMART_STRINGS(haxe) -DHXCPP_API_LEVEL=400(haxe) -D_CRT_SECURE_NO_DEPRECATE -D_ALLOW_MSC_VER_MISMATCH -D_ALLOW_ITERATOR_DEBUG_LEVEL_MISMATCH -DHX_WIN_MAIN(main) -wd4996 ... tags=[haxe,static]

Luckyfishi commented 2 years ago

same issue here

Fury1012 commented 2 years ago

same but it only happens when I build 1.5 or 1.6

ghost commented 2 years ago

It's a problem with all outdated versions of Kade Engine. Just go to PlayState.hx and delete the #if polymod statement.