Bug Report: Ver. 1.4.2 isn't exporting! #718
-
I export it, but then it gives me this: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
1.5 is now the latest version so like uh try that |
Beta Was this translation helpful? Give feedback.
-
Hi - Please try version 1.5.1 and check if the issue persists. |
Beta Was this translation helpful? Give feedback.
-
OK it works now thx
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: VMGuy23 ***@***.***>
Sent: Sunday, June 6, 2021 6:40:20 AM
To: KadeDev/Kade-Engine ***@***.***>
Cc: DarkMinerULTRA ***@***.***>; Author ***@***.***>
Subject: Re: [KadeDev/Kade-Engine] Bug Report: Ver. 1.4.2 isn't exporting! (#718)
Hi - Please try version 1.5.1 and check if the issue persists.
If you still have this issue, add "-v" to the end of the build command.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/KadeDev/Kade-Engine/discussions/718#discussioncomment-829945>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASZ67UBALFGAC5UXVWEKOGTTRKHDZANCNFSM46E4A6XA>.
|
Beta Was this translation helpful? Give feedback.
-
ok the problem here is on titlescreen.hx if you see the lines saying: |
Beta Was this translation helpful? Give feedback.
ok the problem here is on titlescreen.hx if you see the lines saying:
#if polymod
polymod.Polymod.init({modRoot: "mods", dirs: ['introMod']});
#end
delete all of the 3 lines and you should test it now and it should open :)
the reason to delete these is its useless and is what makes your game crash.