Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

The game crashes (unintentionally) about 1 to 2 minutes into the SHMUP. There are a lot of enemies and I'm trying to shoot them, but then the game freezes and gets force quit by Windows. Though, the art, sfx's, music and post-processing are incredible.

If you can send us your log file along with your hardware configuration, that'd help us a lot. Thanks !

Where can I find the log file?

C:\Users\{Your_Windows_Username}\AppData\LocalLow\DefaultCompany\WowieJam2.0

Okay, found it. Do you need the two text files (Player and Player-prev) and where can I send them to?

You can upload them to this link : https://1drv.ms/u/s!AiU1u7az8WOK7WKXlw5inJG8ASIS?e=elzfV0

Thank you !

Sure, no problem. Good luck!

(1 edit)

From your log file, it seems like the Unity engine is trying and failing to create some 2d texture buffers in your vram, and this leads to a crash.

I noticed that the video card used to initialize the renderer is a Intel(R) HD Graphics 520. This card isn't really designed for heavy workloads.

If you are on a laptop with multiple graphic cards, you might want to plug in your laptop, and configure it to use the dedicated graphic card instead of the integrated one.


Perhaps you can also try to launch the game with the argument -force-glcore, albeit we do not have tested the game with OpenGL.

Alright, thanks for the support!