- Joined
- Jan 6, 2021
- Messages
- 36
- Reaction score
- 24
- First Language
- English
- Primarily Uses
- RMMV
I would like to release an in-browser version of my short game, but I keep having difficulties with running its index.
Depending on how I deploy my game, I can get one of two kinds of error messages.
If I choose to encrypt my images and audio files, which is what I do when I release my game for download, then I get an error of "failed to load: img/pictures/filenamehere". That doesn't happen if I run the game from the exe, which has no problems, but only when I try to run it from the index file.
And if I choose to deploy my project without encryption and attempt to load the index file, I get this:
All of the json and plugin files are still intact in the www folder, so I'm not sure why it is displaying this.
I should also add that this project does use a plugin to load images on the title screen. I'm aware this causes issues with deployment, which I try to get around by not excluding all my files or trying to load my pictures in a common event. But that doesn't seem to make a difference when trying to run in-browser.
I even tried this with a test project that has no image plugins and I still get the same kind of error in the spoiler tags.
I'd like to release an in-browser version of this on Itch.io, but if I can't even run the index file myself, then I don't think it would work there either.
Thanks.
Depending on how I deploy my game, I can get one of two kinds of error messages.
If I choose to encrypt my images and audio files, which is what I do when I release my game for download, then I get an error of "failed to load: img/pictures/filenamehere". That doesn't happen if I run the game from the exe, which has no problems, but only when I try to run it from the index file.
And if I choose to deploy my project without encryption and attempt to load the index file, I get this:
All of the json and plugin files are still intact in the www folder, so I'm not sure why it is displaying this.
I should also add that this project does use a plugin to load images on the title screen. I'm aware this causes issues with deployment, which I try to get around by not excluding all my files or trying to load my pictures in a common event. But that doesn't seem to make a difference when trying to run in-browser.
I even tried this with a test project that has no image plugins and I still get the same kind of error in the spoiler tags.
I'd like to release an in-browser version of this on Itch.io, but if I can't even run the index file myself, then I don't think it would work there either.
Thanks.
Last edited: