Thank you for the quick response. I’ve made some progress, but the game is still not working correctly.
Through trial and error, I realized that I can get the Player to run in my browser (hosted on itch.io) by renaming two of the files in the archive that you provided. The specific files that I renamed are as follows:
‘index.js’ -> ‘index-master.js’
‘index.html.mem’ -> ‘index-master.html.mem’
I am not sure why this works, or if it is even a good idea, but it made a difference.
Anyway, now the files download correctly and the Player opens, but it gives me the error that “The game was not found”.
Here is the debug log:
Or, you can just see for yourself on the game’s itch.io page.
It seems that the Player is unable to find the files ‘RPG_RT.ldb’, ‘RPG_RT.ini’, and ‘RPG_RT.lmt’. I have confirmed that those files are definitely present in my ‘games/default’ directory. I’m not sure where to go from here. Perhaps this a problem specific to itch.io? Any help is welcome!
Also, I am not using any MIDI files. All of my audio is ogg vorbis. Nevertheless, I added the data files you provided just in case.