Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Game has encountered a bug. Please report it.

TypeError: Failed to execute 'getProgramParameter' .. 'WebGLRenderingContent': parameter 1 is not of type 'WebGLProgram'.

Press F5 to restart the game

Are your GPU drivers up to date?

Probably not (my laptop is a dinosaur, I really need to replace it). You suggest I renew the drivers?

Yes, because this sounds like an issue with WebGL to portray the effects with the fog that can be GPU intensive. Try and update the drivers and if that don't work, there is a one last thing that you can do as a last resort.

Thanks, brb tomorrow

Alright, what is the one last thing? ))

Go to the game's root folder, open package.json

and replace the chromium-args line with this


"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",


If that still crashes replace it with this  

"chromium-args": "--ignore-gpu-blacklist",


If it crashes even with the ignore-gpu-blacklist  like that, try and install DirectX redistributables

https://www.microsoft.com/en-us/download/details.aspx?id=8109

If even after all of that it still crashes, sadly your GPU is sadly too weak and  you can't run the game.