Help reporting Oblivion problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Help reporting Oblivion problem

Post by fernandocarvalho »

Oblivion is hanging in when I'm going to load a game.
It shows the following message on the terminal:

Code: Select all

fernando@fernando-desktop:/mnt/fat32/Jogos/Oblivion$ wine Oblivion
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1408e0,0x140d10): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32eca4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec74,0x00000000), stub!
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1440,900)
fixme:quartz:Parser_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:TransformFilter_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!
err:ntdll:RtlpWaitForCriticalSection section 0x15dacc "dsoundrender.c: DSoundRenderImpl.csFilter" wait timed out in thread 0009, blocked by 0022, retrying (60 sec)
wine: Critical section 0015dacc wait failed at address 0x7bc3569d (thread 0009), starting debugger...
I wish to post this bug, but I fear to replicate it.
Can someone help me finding a way to help wine devs to track this problem?
James McKenzie

Help reporting Oblivion problem

Post by James McKenzie »

fernandocarvalho wrote:
Oblivion is hanging in when I'm going to load a game.
It shows the following message on the terminal:

Code:

fernando@fernando-desktop:/mnt/fat32/Jogos/Oblivion$ wine Oblivion
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1408e0,0x140d10): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32eca4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec74,0x00000000), stub!
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1440,900)
fixme:quartz:Parser_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:TransformFilter_QueryInterface No interface for {56a868b3-0ad4-11ce-b03a-0020af0ba770}!
err:ntdll:RtlpWaitForCriticalSection section 0x15dacc "dsoundrender.c: DSoundRenderImpl.csFilter" wait timed out in thread 0009, blocked by 0022, retrying (60 sec)
wine: Critical section 0015dacc wait failed at address 0x7bc3569d (thread 0009), starting debugger...


What version of Wine are you using? If you are using Wine Stable
(1.0.1) please upgrade to the latest release candidate and see if the
problem no longer exists.
What Linux distribution and kernel?
What 'bitness' (32/64)?

This looks like a bug that was solved a long time ago in Wine.

James McKenzie
fernandocarvalho
Level 4
Level 4
Posts: 102
Joined: Sun Oct 11, 2009 7:03 am

Post by fernandocarvalho »

Code: Select all

$ wine --version
wine-1.2-rc7

$ uname -a
Linux fernando-desktop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
Locked