Search found 2 matches
- Wed Mar 11, 2015 6:37 pm
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: snes9x-gtk: Crash at startup
- Replies: 1
- Views: 7940
Re: snes9x-gtk: Crash at startup
After some researches, I found that it is a problem with the strict mutex behavior in glib 2.42 [1]. Maybe I should try to downgrade to glib 2.40 to see if it solves the problem. Anyway it should be a good idea to see how to hack correctly the snes9x-gtk source code to be compatible with the new gli...
- Sun Mar 01, 2015 6:22 am
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: snes9x-gtk: Crash at startup
- Replies: 1
- Views: 7940
snes9x-gtk: Crash at startup
Hello, After I built snes9x-gtk from snes9x-1.53 on Slackware 14.1, I try to launch it: $ snes9x-gtk Sound buffer size: 4096 (1024 samples) OSS sound driver initializing... --> (Device: /dev/dsp)...failed Attempt to unlock mutex that was not locked Aborted So, I check with my debugger: $ gdb snes9x-...