Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Deleted 153 days ago
(+1)

Yes, there are a few ways this issue can be solved:

  • try to relaunch the game and wait a bit until you press Start
  • try relaunch the game to Title Screen and enter Options then return from options, afterwards you can try Start session again
  • try relaunch the game with your internet connection offline until you successfully start a new session
  • try relaunch the game and do not change the game’s resolution (keep the initial one) until you successfully start a new session
Deleted 153 days ago

Does your game require an internet connection? I am on android, also getting this issue. presumably because my tablet never connects to the internet, and it never will because I don't want it to.

I've tried relaunched the game multiple times, but it never gets to title screen or options. goes straight from warning into the error screen every single time. 


If you have the game set to fetch stuff from the internet you need to change the code so that it just skips that step if it sees there is no internet connection.

The game only fetches the image from the starting screen, more than that should not be a problem. There are a few workarounds to that error, such as: waiting for game to load until starting screen > go to options from the menu > wait a bit > back to starting screen > start a new session and no error should occur.

And I get your point, in one of the QoL updates I’ll try to not call that function when running on android, the fetching tends to be significantly slow on phone and it can result in an error more frequently.

(1 edit)

That workaround does not work. I cant "wait for game to load until starting screen",  I always get that error *before* reaching the starting screen.

It keeps trying to fetch the image from github but that will never happen, this tablet never connects to the internet. 

I'll wait till the next QoL update then. thanks for being responsive!