Problems w/ sound -0.2.8.1 binary, intel mac osx 10.4.5
-
Guest
Problems w/ sound -0.2.8.1 binary, intel mac osx 10.4.5
if i have the sound set to anything other than off, the application won't boot. I have to then trash the user.cfg file and start with the default settings, which comes up as sound off. Is it just me, or is there something wrong here?
- dlh
- Formerly That OS X Guy
- Posts: 2035
- Joined: Fri Jan 02, 2004 12:05 am
- Contact:
Re: Problems w/ sound -0.2.8.1 binary, intel mac osx 10.4.5
Yep, this sounds like a problem. Could you zip up your crash log and post it here? It is at ~/Library/Logs/CrashReporter/Armagetron Advanced.crash.log. Also, a recording that reproduces the crash would help. Use the Armagetron Advanced Recorder application that came with the game. Sound is working on my machine (10.4 PPC).graverubber wrote:if i have the sound set to anything other than off, the application won't boot. I have to then trash the user.cfg file and start with the default settings, which comes up as sound off. Is it just me, or is there something wrong here?
Thanks for the report.
-
Guest
the crash log
i'm not able to create a recording as it will work fine with the sound off. however if i modify the sound settings, and play with the sound on, it is unable to reboot, even if i turn the sound back to off before closing the application.
- Attachments
-
- Armagetron Advanced.crash copy.log.zip
- (8.13 KiB) Downloaded 247 times
- dlh
- Formerly That OS X Guy
- Posts: 2035
- Joined: Fri Jan 02, 2004 12:05 am
- Contact:
Re: the crash log
The problem was with SDL_mixer. I have released a 0.2.8.1-1 for Mac OS X, but it is not a universal binary (only PPC). You can either upgrade to that version if you would like sound, or play with 0.2.8.1-universal for speed but no sound. Hopefully SDL_mixer universal will be ready for 0.2.8.2.graverubber wrote:i'm not able to create a recording as it will work fine with the sound off. however if i modify the sound settings, and play with the sound on, it is unable to reboot, even if i turn the sound back to off before closing the application.
- Z-Man
- God & Project Admin
- Posts: 11770
- Joined: Sun Jan 23, 2005 6:01 pm
- Location: Cologne
- Contact:
Re: the crash log
Duh, took me a while to notice this: 0.2.8 does not really make good use of SDL_mixer anyway, there should be no problem to disable its use by not defining HAVE_LIBSDL_MIXER in config.h, the Linux client gets configured that way by default. That is, unless you secretly ship a music track with the Mac versionnemostultae wrote:The problem was with SDL_mixer.