Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282180 - games-sports/toycars-0.3.10 does not start: FMOD error! (62) Error initializing output device. (media-libs/fmod-4.26.00)
Summary: games-sports/toycars-0.3.10 does not start: FMOD error! (62) Error initializi...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 09:10 UTC by Johannes Rauh
Modified: 2010-05-04 22:12 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Rauh 2009-08-21 09:10:27 UTC
Toycars does not start. It seems to be a problem of FMOD. I tried it with fmod-4.26.00 and with fmod-4.25.07-r1, both with the same result.

Reproducible: Always

Steps to Reproduce:
1. emerge toycars
2. toycars

Actual Results:  
Default Data Dir: /usr/share/games/toycars                                                                                                                  
Changing to directory: /usr/share/games/toycars                                                                                                             
User data dir: /home/jarauh/.toycars/                                                                                                                       
2 joysticks were found.                                                                                                                                     

The names of the joysticks are:
    ThinkPad HDAPS joystick emulation
Num axes: 2                          
Num buttons: 0                       
Num balls: 0                         
Num hats: 0                          
    ThinkPad HDAPS accelerometer data
Num axes: 2
Num buttons: 0
Num balls: 0
Num hats: 0
toycars
Arrows: steering and throttle for player 1
adws: steering and throttle for player 2
f: aproximate seconds per frame
c: change camera mode
tab: in Hot Potato Mode - print debug info for player holding the bomb
p: pause
Esc: quit
FMOD error! (62) Error initializing output device.



Emerging fmod-4.26.00 brings the following QA Notice. I'm not sure if it is related:

 * QA Notice: The following files contain writable and executable sections
 *  Files with such sections will not work properly (or at all!) on some  
 *  architectures/operating systems.  A bug should be filed at            
 *  http://bugs.gentoo.org/ to make sure the issue is fixed.              
 *  For more information, see http://hardened.gentoo.org/gnu-stack.xml    
 *  Please include the following list of files in your report:            
 *  Note: Bugs should be filed for the respective maintainers             
 *  of the package in question and not hardened@g.o.                      
 * RWX --- --- opt/fmodex/api/lib/libfmodex-4.26.00.so                    
 * RWX --- --- opt/fmodex/api/lib/libfmodexp.so.4.26.00                   
 * RWX --- --- opt/fmodex/api/lib/libfmodex.so.4.26.00                    
 * RWX --- --- opt/fmodex/api/lib/libfmodexL-4.26.00.so                   
 * RWX --- --- opt/fmodex/api/lib/libfmodexL.so.4.26.00                   
 * RWX --- --- opt/fmodex/api/lib/libfmodexp-4.26.00.so                   
 * RWX --- --- opt/fmodex/api/plugins/dsp_reverb.so                       
 * RWX --- --- opt/fmodex/api/plugins/dsp_sfxreverb.so                    
 * RWX --- --- opt/fmodex/api/plugins/codec_midi.so                       
 * RWX --- --- opt/fmodex/api/plugins/codec_fsb.so                        
 * RWX --- --- opt/fmodex/api/plugins/dsp_tremolo.so                      
 * RWX --- --- opt/fmodex/api/plugins/dsp_delay.so                        
 * RWX --- --- opt/fmodex/api/plugins/codec_mpeg.so                       
 * RWX --- --- opt/fmodex/api/plugins/codec_mod.so                        
 * RWX --- --- opt/fmodex/api/plugins/codec_it.so                         
 * RWX --- --- opt/fmodex/api/plugins/codec_s3m.so                        
 * RWX --- --- opt/fmodex/api/plugins/codec_xm.so                         
 * RWX --- --- opt/fmodex/api/plugins/dsp_flange.so                       
 * RWX --- --- opt/fmodex/api/plugins/dsp_chorus.so                       
 * RWX --- --- opt/fmodex/api/plugins/dsp_itecho.so                       
 * RWX --- --- opt/fmodex/api/plugins/output_wavwriter_nrt.so             
 * RWX --- --- opt/fmodex/api/plugins/codec_wav.so                        
 * RWX --- --- opt/fmodex/api/plugins/output_nosound_nrt.so               
 * RWX --- --- opt/fmodex/api/plugins/output_alsa.so                      
 * RWX --- --- opt/fmodex/api/plugins/dsp_distortion.so                   
 * RWX --- --- opt/fmodex/api/plugins/dsp_echo.so                         
 * RWX --- --- opt/fmodex/api/plugins/output_esd.so                       
 * RWX --- --- opt/fmodex/api/plugins/dsp_pitchshift.so                   
 * RWX --- --- opt/fmodex/api/plugins/output_oss.so
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-08-21 09:26:36 UTC
Works fine here, sounds like something is keeping your soundcard busy or ALSA isn't setupped properly.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-08-22 04:19:45 UTC
seems sound-related rather than package-specific.
Comment 3 Johannes Rauh 2009-08-22 07:38:08 UTC
Thank you for the fast replies.

Is there some way for me to debug this problem?  I tried to start toycars with no other programs running.  Furthermore sound seems to work in all other programs.
Comment 4 Thomas Cort 2010-02-27 21:43:51 UTC
I had the same problem. I loaded the following kernel modules and it worked: snd-pcm-oss, snd-mixer-oss.
Comment 5 Michal Plichta 2010-05-04 22:04:26 UTC
I got the same problem, even if I have modules loaded.

lsmod | grep oss
snd_seq_oss            20491  0 
snd_seq_midi_event      4684  1 snd_seq_oss
snd_seq                37580  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4561  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            27424  0 
snd_mixer_oss          10793  1 snd_pcm_oss
snd_pcm                49136  4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd                    40993  17 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
Comment 6 Michal Plichta 2010-05-04 22:12:58 UTC
Sorry I didn't notice movie in mplayer in background. Loading modules correct the issue.