InitSound kills debugger

Linux specific forum
Motu
Enthusiast
Enthusiast
Posts: 160
Joined: Tue Oct 19, 2004 12:24 pm

InitSound kills debugger

Post by Motu »

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

Code: Select all

Debug "START"
InitSprite()
Debug "SPRITE IS FINE"
InitSound()
Debug "SOUND IS FINE"
Debug "DONE"
the output I get is:
START
SPRITE IS FINE
and then a messagerequester:
"The debugged executable quit unexpectedly"
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: InitSound kills debugger

Post by Fred »

Unfortunately, i can't reproduce it here. Does it happen to anyone else ?
User avatar
StarBootics
Addict
Addict
Posts: 1006
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Re: InitSound kills debugger

Post by StarBootics »

It work for me here

PB 5.20B7 x64
LinuxMint 14 x64 with Cinnamon

Regards
StarBootics
The Stone Age did not end due to a shortage of stones !
User avatar
Shardik
Addict
Addict
Posts: 2058
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: InitSound kills debugger

Post by Shardik »

I have tested Motu's code example without any error on these distributions with PB 5.20 Beta 7 x86:

- Fedora 19 x86
- Kubuntu 13.04 x86
- Lubuntu 12.10 x86
- PCLinuxOS 2013.04 KDE MiniMe x86
- Ubuntu 13.04 Unity x86
- Xubuntu 13.04 x86
Post Reply