So i got vba on linux. I installed and I get this Failed to open audio stuff. I tried to output=2 fix but it did work until I rebooted and now it does not. I have tried to reinstall it, and mess with the config file. Here is a debug
code run
Starting program: /usr/bin/gvbam
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb6a1f710 (LWP 9527)]
[New Thread 0xb6956b90 (LWP 9530)]
Failed to open audio: Fragment size must be a power of two
Program received signal SIGSEGV, Segmentation fault.
[switching to Thread 0xb6a1f710 (LWP 9527)]
0xb70854f0 in pthread_mutex_lock () from /lib/libpthread.so.0
(gdb) bt
#0 0xb70854f0 in pthread_mutex_lock () from /lib/libpthread.so.0
#1 0xb70f15a1 in SDL_mutexP () from /usr/lib/libSDL-1.2.so.0
#2 0x080a233c in SoundSDL::SoundSDL ()
#3 0x08149808 in soundShutdown ()
#4 0x080903e2 in VBA::Window::Window ()
#5 0x08073317 in main ()
(gdb)
[/code]
This right here is what happens when i try to open a game.
Code: Select all
0xb70854f0 in pthread_mutex_lock () from /lib/libpthread.so.0
Â
Help please!