Skip to main content

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

It does not open, Just a black window for a few seconds and closes. the LOG file is empty (Laptop AMD a12 9720p, 16GB, Windows 10 home.) :))))

(1 edit) (+1)

Hi Blackpark,

Thanks for sending the screenshot and letting us know about the issue, sorry that the game isn't loading correctly. 

Empty log file will make this harder to diagnose but here are some general recommendations for troubleshooting the issue (if you haven't already done so):

- Re-download the game files from itch.io, sometimes the download can get corrupted and cause issues

- Update your graphics drivers, perhaps using something like AMD's Adrenalin 22.6.1 to ensure you are using the latest drivers. Reinstalling the drivers may also help resolve issues!

- You can try using an alternate rendering mode which may bypass an issue with the Vulkan renderer:

To do so you can launch the game with this startup argument: --rendering-driver d3d12

Process of launching the game with a startup argument:
- Find the game's exe file
- Right-click and create a shortcut to it
- Right-click the shortcut, open Properties and find the Target field
- Add the above argument to the end of the path (ensure there's a space between)
- Use the new shortcut to launch the game

Hopefully these will help, do let us know if you continue to have issues!