Skip to main content

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

The game won't start, it is failing to load assets or something.

I get these two screens, one right after the other.

That's weird, I'll look into what's the issue. Have you tried updating the graphics card? The blendmodes issue sounds like it would be a graphical card issue.

Updated my drivers, nothing different. The weird thing is, after checking again, I only get that error message once. When I click "retry" after getting the loading error, it changes to this, and always shows this message after retrying multiple times.

Which version of the game are you trying to run, 32 bit or 64 bit? Are you running 32 or 64 bit Windows?

64 bit

Okay, try this; 


Go to the game folder and into WWW and open package.json

add this after "Js flags" into its new line

"chromium-args": "--enable-gpu-rasterization --enable-gpu-memory-buffer-video-frames --enable-native-gpu-memory-buffers --enable-zero-copy --enable-gpu-async-worker-context --ignore-gpu-blacklist",


Try if that fixes it

(+1)

That worked, many thanks!