On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Unable to play the game in the browser - Please help!

A topic by Maithili created Jul 23, 2023 Views: 217 Replies: 7
Viewing posts 1 to 3
(1 edit)

Hi, I uploaded the html file of my game (made in Godot) called Wizard Rescue and submitted it to the Jam. However, when I try to load the game, it shows a black screen and doesn't play in the browser.  Is there any way to fix this? I spent the last 25+ hours on this.. please help if possible! 

Host

Unfortunately not, after the submission deadline new uploads are locked until after the voting period (1 week)

No problem, maybe next time! Thanks for the great jam, I really enjoyed making the game.

Submitted

I too made my game using Godot 4.1. On your game page, make sure you have SharedArrayBuffer support checked under the embed options. This is an experimental option, and from what I have read will only work in Chrome based browsers.

Submitted

It works on firefox too, but doesn't work on mac

Submitted

Got it to work on the Brave browser on Mac.

Submitted

I meant mac chrome

Hi, thanks for your suggestion. I found that the solution was to upload the entire game folder (including the index.html, index.wasm, index.pck, and other files)  instead of just the .html file.