Closed lemonsxeed closed 3 years ago
What error?
Kade Engine.js:119014 [lime.utils.Assets] ERROR: There is no TEXT asset with an ID of "assets/data/megalo strike back/megalo strike back-hard.json"
you can't have spaces in filename, rename file(s) to megalo-strike-back-hard.json
, megalo-strike-back.json
, etc, and use megalo-strike-back
in the code
ah ok
let me try
still did not work
what error now?
the same, i think it is because the manifest file in the js or something
yeah, you forgot to edit it in the code
how would you do it and also i am using the html5
...like you did the first time, but instead of putting megalo strike back
put megalo-strike-back
i did not write the manifest file for the assets, i hate myself
how would i make them then
i have a question, how do you test your html5 build on your chromebook? when i double click the html5 file it just shows a black screen for me, and if i try it with puyos nightly build it just shows the flixel loading screen but on 0%
i have a question, how do you test your html5 build on your chromebook? when i double click the html5 file it just shows a black screen for me, and if i try it with puyos nightly build it just shows the flixel loading screen but on 0%
in that case it's probably an issue with your browser (since it happens on the hosted builds too)
to help with your own builds not working: what are you using to build on chromebook? (crostini? termux? crouton?)
to figure out whats happening with hosted builds: can you open the dev tools (ctrl+shift+i
) and send a screenshot of the console (after it gets stuck)?
i'm using crostini
this is what it shows
oh when you download it, it breaks, ok that makes sense i guess, anyways, make a separate issue for the thing where ur builds dont work
it only does the thing shown on the screenshot when i try to load it up from my system, but if i upload it to itch.io it works fine
then that's just a problem with chromeos being stupid; try doing lime build html5
then lime run html5
? i think that makes it start its own webserver (which would bypass chromeos' stupidity)? but idk? not sure? if that doesn't work make a discussion because this is an unrelated issue
ok thank u
On Sun, May 16, 2021 at 2:42 PM Puyo @.***> wrote:
then that's just a problem with chromeos being stupid; try doing lime build html5 then lime run html5? i think that makes it start its own webserver (which would bypass chromeos' stupidity)? but idk? not sure? if that doesn't work make a discussion https://github.com/KadeDev/Kade-Engine/discussions because this is an unrelated issue
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KadeDev/Kade-Engine/issues/472#issuecomment-841858894, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASQHS3CQXSYKH7HASY2KEILTOAGZXANCNFSM445SHQ2Q .
i tried making one, the problem is the manifest because i had some json files and it wasnt listed in the manifest in the js and when i try to it shows an error how do i fix this