Hi everybody, I just created a default game in RMMZ to try to host it on byethost.com. I deployed the game for web browser. And I uploaded the content of the game folder using fileZilla in the "htdocs" folder of the ftp server of my url.
Hi everybody,
I just created a default game in RMMZ to try to host it on byethost.com.
I deployed the game for web browser.
And I uploaded the content of the game folder using fileZilla in the "htdocs" folder of the ftp server of my url.
Here is the url:
http://wordquestviimob.byethost33.com/
When I go on that link, the game shows an endless loading page, and the console returns:
I checked the js file, and the issue seems to be related to the effekseer.wasm file.
At first, I noticed the file was not present on the server, it seemed like it is automatically deleted after upload every time I upload it. So I changed the end of the file to ".js" and the upload went through, the file was on the server, and it remained there after I got rid of the ".js" extension to make it a .wasm file again.
But the issue still remained, and the console logs the same thing.
I have then tried to download every single version of effekseer for MZ from this website
(
https://github.com/effekseer/EffekseerForRPGMakerMZ_Ex?tab=readme-ov-file) and use them on the FTP server, but the issue remained the same everytime.
From the network tab in chrome, I can see the wasm file is loaded as well. and a minute after that the error shows up.
Did anybody had that issue before and found a solution to make the game run on a free web hosting plan?
Thanks for you help everyone!