Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I can't get the game to work. I just have a white square on a black screen. I'm on windows 7 and my graphics card is vulkan compatible (I already made some experiment with it in visual c++). Hope it can be fixed or at least that it's specific to my computer.

Thank you for letting me know! If you have the Vulkan SDK installed, could you give it a try with the validation layers enabled, i.e. `set VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation` followed by `rgo19` from the command-line? If we're hitting some device-specific limits this should give us a hint. What you could also try is toggling between the fullscreen and windowed mode with Alt+Enter and seeing if that makes any difference.

Toggle to windowed does not make any difference. Here is the result of the command line :


Hope that help.