Skip to main content

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

hey I would first like to say, pretty cool game, I like. 
Now, this is an issue effecting pretty much only me, because of my outdated hardware, and resulting outdated drivers. When I run the game, it tells me that my drivers are known to have issues with the current rendering API, and suggests I try a different API like Vulkan. And randomly while playing, the whole game will freeze up and a pop up will appear saying “fatal error”.
Is there any chance that I can try swapping to Vulkan, instead of using the current rendering API? If so, am I able to do this myself, or would I have to wait for an update?

(+1)

I think you may be able to do this yourself by using launch arguments < 3 

thanks, will try

No dice unfortunately. Doesn’t even launch before throwing a fatal error. It says, “unable to launch with RHI ‘vulkan’ since the project is not configured to support it”. There is nothing I can do :(

(+1)

do you know which render APIs your card can support? i'll see about making them compatbile in the next build < 3

(2 edits)

I believe the game already is set up to run with DX12, cause I already tried it but instantly crashed, and it didn’t tell me that the game isn’t set up to run it (like with Vulkan). That leaves 2 other API’s according to google, being Vulkan, and metal which is the macOS rendering API. Vulkan seems the most likely to work. <3