Comanche Gold - Hangs when finishing or restarting mission

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kinemator
Newbie
Newbie
Posts: 1
Joined: Mon Jun 16, 2008 12:59 pm

Comanche Gold - Hangs when finishing or restarting mission

Post by kinemator »

Comanche Gold (Comanche 3 - Windows Version) hangs when I try to restart or finish mission.

Configuration:
wine-1.0-rc5
Ubuntu 8.04

Output:

Code: Select all

tomek@ubuntu-desktop:~/.wine/drive_c/Program Files/Novalogic/Comanche Gold$ wine Wc3.exe 
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
fixme:win:EnumDisplayDevicesW ((null),0,0x32f908,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:winmm:MMSYSTEM_MidiStream_Player Unknown MEVT (0x05)

[In this place i try to restart/finish mission and game hangs] 
[Information belove apppear when i try to hit Ctrl-C to stop game]

err:seh:setup_exception_record stack overflow 312 bytes in thread 0046 eip 00000002 esp 002311f8 stack 0x230000-0x231000-0x330000
err:ntdll:RtlpWaitForCriticalSection section 0x7bc905e0 "exception.c: vectored_handlers_section" wait timed out in thread 0047, blocked by 0046, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc905e0 "exception.c: vectored_handlers_section" wait timed out in thread 0047, blocked by 0046, retrying (60 sec)
[...]
Another output with this problem:

Code: Select all

err:seh:setup_exception_record stack overflow 284 bytes in thread 0009 eip 00000002 esp 00231214 stack 0x230000-0x231000-0x330000
err:ntdll:RtlpWaitForCriticalSection section 0x7bc905e0 "exception.c: vectored_handlers_section" wait timed out in thread 0019, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc905e0 "exception.c: vectored_handlers_section" wait timed out in thread 0019, blocked by 0009, retrying (60 sec)
When I start this game with WINEDEBUG=warn+all option I get a lot off:

Code: Select all

warn:file:wine_nt_to_unix_file_name L"INST161.wav" not found in /home/tomek/.wine/dosdevices/c:/NovaLogic/Comanche
warn:ntdll:NtCreateFile L"\\??\\C:\\NovaLogic\\Comanche\\INST161.wav" not found (c0000034)
warn:file:CreateFileW Unable to create file L"INST161.wav" (status c0000034)
but I dont think it i related with my problem.
Locked