Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

the game won't start because of this error

index.html?v=1783364540:112 Exception thrown, see JavaScript console

data2.js:117 Uncaught (in promise) TypeError: network error

index.js:2100 still waiting on run dependencies:

index.js:2102 dependency: datafile_webAssembly/data2.data

index.js:2105 (end of list)

Thank you for the information, i will review the issue

The issue is caused by a network failure when loading data2, which is an 80 MB asset package. Certain browsers, VPNs, or antivirus software may enforce strict buffer limits, timeout thresholds, or packet inspections below 80 MB, causing the download to drop. I'll be publishing an update trying to fix the issue.