Open znemux opened 6 months ago
Do this to fix it https://github.com/FunkinCrew/Funkin/issues/2428#issuecomment-2106080642
Do this to fix it #2428 (comment)
I now have a compile error:
ERROR source/funkin/modding/PolymodHandler.hx:294: characters 7-24
294 | coreAssetRedirect: CORE_FOLDER,
| ^^^^^^^^^^^^^^^^^
| { coreAssetRedirect : Null<String>, assetLibraryPaths : haxe.ds.Map<String, String> } has extra field coreAssetRedirect
Now it has to do with #2299
Now it has to do with #2299
Didn't fix the issue 😭 Maybe I just better wait until devs fix that
If you just want to play I can give you my build, but I can't guarantee it'll work seamlessly
If you just want to play I can give you my build, but I can't guarantee it'll work seamlessly
Thanks
If you just want to play I can give you my build, but I can't guarantee it'll work seamlessly
Thanks
Do this to fix it #2428 (comment)
I now have a compile error:
ERROR source/funkin/modding/PolymodHandler.hx:294: characters 7-24 294 | coreAssetRedirect: CORE_FOLDER, | ^^^^^^^^^^^^^^^^^ | { coreAssetRedirect : Null<String>, assetLibraryPaths : haxe.ds.Map<String, String> } has extra field coreAssetRedirect
Also seems like this is caused by a bad install of Polymod, so you can try hmm reinstall -f polymod
to fix that error.
Hyper, do you believe this issue is stale?
I guess so. The hxCodec issue was solved by bumping the version and the other issue was just a bad hmm install.
(Fedora Linux)
I want to build the game to make a Linux version since it hasn't been updated for years and I want to play offline. After successfully compile the game after reading COMPILING.md, I executed "Funkin" in export/release/linux/bin, the game window appears at loading screen, then it crashes, on terminal this error shows up:
Command I used to build:
lime build linux -release
I thought I had to install
vlc
and it's development libraries on my OS, so I did it but it had no effect, same crash.Full logs: crashlog.txt or pastebin
HTML5 build works fine though, I am still able to play offline but I'd prefer a native version for performance reasons.