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.
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.