It doesn't launch for me. I can extract the zip, but the exe does nothing.
Viewing post in Graveyard Clash jam comments
Can you try running it from the command line? That will let you see the logs that the game outputs.
Alternatively, the game also saves the logs to %appdata%/../Local/Exanite on Windows. The full path would look something like: C:/Users/USERNAMEHERE/Appdata/Local/Exanite
I can take a look at the logs if you send them to me on Discord (Exanite is my Discord name, but in the DevLUp servers I go by William).
Oh interesting. Was this with the v1.0.1 build or the v1.0.0 build?
I think I saw your comment before I uploaded the update so I’m guessing this was the original version I uploaded. From what I know, this shouldn’t have worked since my engine was enabling a Vulkan feature that wasn’t supported by AMD cards. That being said, maybe the reports I’m looking at are outdated.
If you’re curious:
Windows: https://vulkan.gpuinfo.org/displayreport.php?id=41236
Linux: https://vulkan.gpuinfo.org/displayreport.php?id=37130
Under Features -> Core 1.2 -> vulkanMemoryModelAvailabilityVisibilityChains is the unsupported feature in question. This has been false for all of the reports I’ve checked. You can check for your card by downloading Vulkan Hardware Capability Viewer program from the site.