Topic: Launching 0.5.0 takes too much time
Hi,
I have been trying 0.5.0 and on my PC it requires at least 45s to get to the welcome screen. It's not a hardware perf problem but rather something wrong with the code/my software setup (fyi, Ubuntu 7.04; yes I'm gonna update soon ).
Here's what the game says once it manages to run:
Expression 'ioctl( devHandle, SNDCTL_DSP_CHANNELS, &temp )' failed in 'src/engine/external/portaudio/src/hostapi/oss/pa_unix_oss.c', line: 405
[48fba9d5][snd]: device #0 name='/dev/dsp'
[48fba9d5][snd]: device #1 name='HDA NVidia: AD198x Analog (hw:0,0)'
[48fba9d5][snd]: device #2 name='USB Device 0x471:0x311: USB Audio (hw:1,0)'
[48fba9d5][snd]: device #3 name='default'
[48fba9d5][snd]: device #4 name='dmix'
[48fba9d5][snd]: no default device (-1)
If I run it using aoss, it's a bit faster (but still not instant like 0.4.3) and I get this:
[48fbaacc][snd]: device #0 name='/dev/dsp'
[48fbaacc][snd]: device #1 name='HDA NVidia: AD198x Analog (hw:0,0)'
[48fbaacc][snd]: device #2 name='USB Device 0x471:0x311: USB Audio (hw:1,0)'
[48fbaacc][snd]: device #3 name='default'
[48fbaacc][snd]: device #4 name='dmix'
[48fbaacc][snd]: device = 0
Obviously I have sound working only using aoss .
It works perfectly with 0.4.3.
Just letting you know.