Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin (1 edit)

It’s hard to say what could be the cause exactly, other than what is explicitly stated in the error message: You are trying to access the document object of the enclosing window of the game. This goes against the a browsers security restrictions. Either this is something you are doing explicitly or it’s something your game engine is doing.

You can also try using our CDN with modified headers, which may enable certain game engines to use functionality to improve their performance. You can learn more here: https://itch.io/t/2025776/experimental-sharedarraybuffer-support

thanks, I've tried utilizing, researching sharedarraybuffer, and still these sorts of errors come about:  

[Error] Blocked a frame with origin "https://itch.io" from accessing a frame with origin "https://html.itch.zone". Protocols, domains, and ports must match.

[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (script.js, line 0)

Again, there seems to be something that blocks the video or overall performance on itch.io's side, not repeatable locally.  Is there anyone that could assist or look into this further? 


Works: https://tomorrowtv.itch.io/portfolio

Doesn't Work:  https://tomorrowtv.itch.io/test

I'm truly stuck.  Don't know who to reach out to!