Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Screen stays black on Safari 10.1 on Mac with lots of 403 errors  trying to load save.ini. It seems to be stuck in an infinite loop retrying to load the file.

This is  the error that keeps repeating over and over again:

[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (save.ini, line 0)
[Error] TypeError: undefined is not an object (evaluating '_jV._tT[0]=_gV')
_t9 (SHRUBNAUT-HTML5.js:1178:478)
_h3 (SHRUBNAUT-HTML5.js:827:464)
_tc (SHRUBNAUT-HTML5.js:2595)
_tc (SHRUBNAUT-HTML5.js:2490)
_OF (SHRUBNAUT-HTML5.js:2888:274)
_lR2 (SHRUBNAUT-HTML5.js:2889:246)
_jR2 (SHRUBNAUT-HTML5.js:2882:325

In Chrome it works, although loading the save.ini file also results in an error 403.

Hmm! According to GM:S Docs Safari may not adequately support HTML5, but that seems ridiculously out of date. So I'm not sure on how to go about fixing that.

However that 'save.ini' is an obvious bug and an easy fix, thanks for spotting!