jobtalle / Koi

Koi Farm, a koi breeding game
https://koifarmgame.com/
Other
380 stars 56 forks source link

Blank screen issue #178

Closed jobtalle closed 2 years ago

jobtalle commented 3 years ago

Almost certainly a GPU driver crash, the canvas turns blank but the game does not crash.

This seems to happen when fish card previews are rendered, so it may have something to do with the transfer of a rendered texture to an animated CSS sprite sheet.

See this thread for details.

jobtalle commented 3 years ago

Seems to be fixed by installing Net Framework 4.7.1.

jobtalle commented 3 years ago

Not related to .NET framework. This is a known chromium issue.

A possible fix may be the --disable-gpu-compositing flag.

jobtalle commented 2 years ago

Most likely fixed with the latest patch, probably caused by drawing a negative number of elements.