InitSound kills debugger
Posted: Sun Jul 07, 2013 12:25 pm
Purebasic Version: 5.20 beta 5
Linux Version: Ubuntu 13.04, with up-to-date updates
checkinstall.sh tells me everything is working fine.
Other games/applications can play sound
the output I get is:
START
SPRITE IS FINE
and then a messagerequester:
"The debugged executable quit unexpectedly"
Linux Version: Ubuntu 13.04, with up-to-date updates
checkinstall.sh tells me everything is working fine.
Other games/applications can play sound
Code: Select all
Debug "START"
InitSprite()
Debug "SPRITE IS FINE"
InitSound()
Debug "SOUND IS FINE"
Debug "DONE"
START
SPRITE IS FINE
and then a messagerequester:
"The debugged executable quit unexpectedly"