Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm getting a segfault for some reason? I'm using the Linux version, for reference.

Thanks. Does that happen at launch (does the window open)? Could you tell me your distro also?

Window does not open; distro is OpenSUSE?

Thanks. I didn't find anything about Unity games segfaulting on OpenSUSE, so it's probably on the game and possibly related to Vulkan. Apparently you can still force OpenGL in standalone Unity games from the terminal with the --force-opengl parameter, I'd like you to give that a try. I'd appreciate if you could also give me the terminal output.

Literally all I get is
"Loading in SingleInstance mode
Segmentation fault (core dumped)"

So uh, nothing helpful.

Found something. It might be related to single-instance mode. Gonna uncheck force single-instance, rebuild, upload and notify you.

New build is up.

Uh, nope it's still crashing. And all I'm getting is "Segmentation fault (core dumped)".

It's embarrassingly late of me to ask, but what's your setup? I looked it up and some AMD cards might have trouble with Vulkan on some distros. Do you run other Vulkan apps? If not, and if you can grab the Vulkan sample cube utility (vkcube), I'd like you to try that and report back. If this isn't Vulkan, I'm honestly out of ideas.