AudioSurf - Runtime error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dakiato
Level 1
Level 1
Posts: 9
Joined: Sun Jun 20, 2010 8:57 pm

AudioSurf - Runtime error

Post by dakiato »

Hello,

Just trying to get Audiosurf to work under wine 1.3.8. I'm running 64-bit GNU/Linux with 32-bit wine (64-bit Wine Prefix). When I launch Audiosurf everything goes well and it loads up to the main screen. I choose my character, and then move onto the song selection. I head to "My Documents" (/home/user) and pick a .mp3 out of there. The the game heads to the loading screen, then comes up with a runtime error.

Heres the log from the session:

Code: Select all

[captain@CaptainsQuarters audiosurf]$ fixme:mscoree:_CorDllMain (0x7c4c0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x7c4c0000, 0, (nil)): stub
fixme:win:EnumDisplayDevicesW ((null),0,0xdae32c,0x00000000), stub!
fixme:d3d:query_init Unhandled query type 0x4.
fixme:d3d:query_init Unhandled query type 0x4.
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15c33118,0x6d4964c0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15c33100,0x6d4964c0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
cb...
cb...
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x6d5d7608,0x6d4964c0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
cb...
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x6df7d5c8,0x6d4964c0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
err:mmtime:TIME_MMTimeStop Timer still active?!
^C
[captain@CaptainsQuarters audiosurf]$ wine Audiosurf.exe 
[captain@CaptainsQuarters audiosurf]$ fixme:mscoree:_CorDllMain (0x7c4c0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x7c4c0000, 0, (nil)): stub
fixme:win:EnumDisplayDevicesW ((null),0,0xdae32c,0x00000000), stub!
fixme:d3d:query_init Unhandled query type 0x4.
fixme:d3d:query_init Unhandled query type 0x4.
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15225c08,0x1c0769b0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15225bd0,0x1c0769b0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
cb...
cb...
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x15225bb8,0x1c0769b0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
err:mmtime:TIME_MMTimeStop Timer still active?!
However, whats funny about this is that if I load a .ogg file, it plays perfectly. Seems that .mp3 or .wma crash wine. Not sure why. I believe I installed the 32-bit mpg123. Any idea why .mp3 or .wma would crash Wine?

Cheers!

-Dak
dakiato
Level 1
Level 1
Posts: 9
Joined: Sun Jun 20, 2010 8:57 pm

Post by dakiato »

Whoops.. seem to have posted the log twice. Please ignore the first wine audiosurf one. The second one was the right one (The first was a .ogg)
dakiato
Level 1
Level 1
Posts: 9
Joined: Sun Jun 20, 2010 8:57 pm

Post by dakiato »

Also, the Audiosurf radio works perfectly as well.

Seems its dodgy on the oggs as well. Some will cause this error

Code: Select all


fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x18444380,0x1d4c42c0): stub
fixme:mmdevapi:AEV_GetVolumeRange stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x17f03e0e (thread 001a), starting debugger...
Not sure why.
Locked