Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

[SOLVED] Crash on startup if no audio devices connected

A topic by kometbomb created May 15, 2017 Views: 438 Replies: 6
Viewing posts 1 to 7
(1 edit)

Not a biggie, other than I need to find my headphones if I want to play and the error message (SIGFPE) is a bit misleading. :)

EDIT: This is on Windows btw fyi

Developer

Interesting! Thanks for the report! Will see what I can do!

Developer

I'm curious how to were able to not have an audio device connected? I'm not sure how to reproduce this. SIGFPE would suggest it might be something else. Could you let me know the exact error message? Thanks!

(1 edit)

http://kometbomb.net/x/error.png

This just pops up when I run the game. That's divide by zero most likely, maybe you divide by the sample rate or so because it definitely happens when I don't have my 'phones plugged in.

On my computer, for some reason if I don't plug in any audio devices, any audio code basically refuses to initialize. Not sure about the libraries you use, but I was able to bypass this in my own code by simply checking if audio was init properly and if not, just skip everything related to audio. Maybe you could simulate it by just not initializing the audio device.

Developer

Hi, can you please test the new version and see if it fixes your issue.

It works!

Developer

Yay! Awesome! =)