Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm inclined to believe that a Vulkan package is missing. It's the only thing I can think of

sudo apt install vulkan-tools libvulkan-dev vulkan-validationlayers-dev spirv-tools

But I think you have most of these already.  Maybe one is missing. I was distributing a debug build so there are probably a lot of Vulkan packages involved on Debian/Ubuntu/PopOs. On Arch you get everything Vulkan with two packages (one for driver and one for everything else) so I didn't consider the difficulties of other distros.

Thanks for the backtrace, I think it will be helpful.

(1 edit)

Well, after installing what you suggested as well as a couple others that sounded promising, the same crash persists. I don’t really want to go installing package after package to find out which one solves the issue.

If you do some investigating and find a promising candidate, lemme know and I’ll try it out.

Yeah I don't want you to go that far. It was just an idea. Maybe I can try testing things out in a virtual machine for the next DD. Thanks for all your comments. I still have to make sure and give your stuff a try before DD ends!

Honestly what might be best is to do a Debian build from source. Should square away any future problems. I'm thinking of making Arch and Debian packages anyways for easy installation.