http://bugs.winehq.org/show_bug.cgi?id=12929
Bas Zoetekouw bas@debian.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bas@debian.org
Elmo Mäntynen elmo13@jippii.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |elmo13@jippii.fi
--- Comment #60 from chris ahrendt celticht32@aol.com 2008-06-18 10:57:49 --- Yes I am still getting this with V1.0 going to try and see if the code work arounds work with the issue.
Also getting another issue but will post that as another bug..
Chris
--- Comment #61 from Elmo Mäntynen elmo13@jippii.fi 2008-06-19 06:21:52 --- If someone is interested, I get a crash and bt in ActivateContext in wined3d with 3DMark03 (which is free to download). I have wine 1.0 on 64 bit Ubuntu Hardy, catalyst 8.4 and radeon HD 3650.
--- Comment #62 from chris ahrendt celticht32@aol.com 2008-06-19 20:49:34 --- here is the dump I get when wine crashes...
First chance exception: page fault on read access to 0x016c6580 in 32-bit code (0x00a33e9f). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:00a33e9f ESP:7eb719a4 EBP:7eb719e8 EFLAGS:00010216( - 00 -RIAP1) EAX:00000000 EBX:7bc86ae0 ECX:0000000a EDX:00000001 ESI:016c6548 EDI:00000000 Stack dump: 0x7eb719a4: 016c6550 016c6548 7bc86ae0 016eece0 0x7eb719b4: 016eece0 016eedec 00000001 7eb719e8 0x7eb719c4: 602369c9 7bc86ae0 ffffffff 7eb71a28 0x7eb719d4: 00817520 00a33daf 7eb71a18 00d05a44 0x7eb719e4: 00000000 7eb71a28 0081bba3 00ba7a29 0x7eb719f4: 015907a0 00ba7a95 016c6548 00ba7a29 Backtrace: =>1 0x00a33e9f in everquest2 (+0x633e9f) (0x7eb719e8) 2 0x0081bba3 in everquest2 (+0x41bba3) (0x7eb71a28) 3 0x7bc687ee call_thread_entry_point+0xe() in ntdll (0x7eb71a38) 4 0x7bc68e82 call_thread_func+0x42(rtl_func=<register EDI not in topmost frame>, arg=<register ESI not in topmost frame>) [/work/Downloads/wine-1.0/dlls/ntdll/thread.c:386] in ntdll (0x7eb71ad8) 5 0x7bc69093 in ntdll (+0x59093) (0x7eb723c8) 6 0x6015745b (0x7eb724b8) 0x00a33e9f: cmpb $0x0,0x38(%esi) Wine-dbg> First chance exception: page fault on read access to 0x016c6580 in 32-bit code (0x00a33e9f). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:00a33e9f ESP:7eb719a4 EBP:7eb719e8 EFLAGS:00010216( - 00 -RIAP1) EAX:00000000 EBX:7bc86ae0 ECX:0000000a EDX:00000001 ESI:016c6548 EDI:00000000 Stack dump: 0x7eb719a4: 016c6550 016c6548 7bc86ae0 016eece0 0x7eb719b4: 016eece0 016eedec 00000001 7eb719e8 0x7eb719c4: 602369c9 7bc86ae0 ffffffff 7eb71a28 0x7eb719d4: 00817520 00a33daf 7eb71a18 00d05a44 0x7eb719e4: 00000000 7eb71a28 0081bba3 00ba7a29 0x7eb719f4: 015907a0 00ba7a95 016c6548 00ba7a29 Backtrace: =>1 0x00a33e9f in everquest2 (+0x633e9f) (0x7eb719e8) 2 0x0081bba3 in everquest2 (+0x41bba3) (0x7eb71a28) 3 0x7bc687ee call_thread_entry_point+0xe() in ntdll (0x7eb71a38) 4 0x7bc68e82 call_thread_func+0x42(rtl_func=<register EDI not in topmost frame>, arg=<register ESI not in topmost frame>) [/work/Downloads/wine-1.0/dlls/ntdll/thread.c:386] in ntdll (0x7eb71ad8) 5 0x7bc69093 in ntdll (+0x59093) (0x7eb723c8) 6 0x6015745b (0x7eb724b8) 0x00a33e9f: cmpb $0x0,0x38(%esi) Wine-dbg>q wine: Unhandled page fault on read access to 0x016c6580 at address 0xa33e9f (thread 001c), starting debugger...
The strange thing or it seems strange to me is these lines right before it dumps : trace:d3d:IWineD3DDeviceImpl_SetRenderState (0x1bcb50)->state = WINED3DRS_FOGDENSITY(38), value = 1073741824 trace:d3d:IWineD3DDeviceImpl_SetRenderState Updated Stateblock trace:d3d:IWineD3DDeviceImpl_SetRenderState (0x1bcb50)->state = WINED3DRS_FOGCOLOR(34), value = 16777215
I dont think these values are right.. they seem rather large to me... any ideas?
Chris