After workshopping and making my game function in HTML5 in the tester, I attempted to upload it to my own website; however, even if the file is in the directory and I load the right url, I get this error.
Uncaught ReferenceError: GameMaker_Init is not defined at
and the page goes white and the game wont load.
Also, admittedly this is less of a publishing issue, but when I test the game in gamemaker, I get many errors saying
Invalid...
"GameMaker_Init is not defined" Error when hosting on own website but not when testing with GameMaker
Uncaught ReferenceError: GameMaker_Init is not defined at
HTML:
window.onload = GameMaker_Init;
Also, admittedly this is less of a publishing issue, but when I test the game in gamemaker, I get many errors saying
Invalid...
"GameMaker_Init is not defined" Error when hosting on own website but not when testing with GameMaker