[quote][quote][quote][quote]Just installed ati's 11.11 - same issue. :
Running on a 6950, Win7 32 bit, 4 GB.
All non-MS services are now off. Removed userva via bcdedit. My setup is a basic Win7 install - no special HW, all other apps/games work without problems. Nothing overclocked.
The new fix is definitely triggering the crash as 0.1 was working well. 0.3 and both versions of 0.4 are crashing the TESV.EXE process the second they try to rescale the intro (menu). If I try to inject the patch after launching the game, it'll immediately crash TESV.EXE.
I'd love to enable some kind of crash dump process to help diagnose the issue I'm encountering...
Are you on Win7 32bit? I am on 64-bit, and I imagine 99% of this forum is as well, because of the need/desire to avoid the memory constraints of 32bit windows. Just a thought. Good luck.
Yes, I'm on Win7 32 bit. I agree, most people would be on 64 bit. In the past, I've been able to get around the memory constraints of 32 bit windows via the userva command. There's only a handful of games that need more that 2 GB address space - and usually increasing it via the userva parameter is sufficient.
I'm guessing that the recent fix is only working for 64 bit OSes. :
Hayden, any chance you could let me know if this could be the reason why it's not working for me?
Anyone using Hayden's 0.3 and later fixes on 32 bit?
Installed windows debugging tools and captured the crash via a memory dump. Here's a section from the debugger output that might be helpful from the 2nd exception (access violation):
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(9c8.a98): Access violation - code c0000005 (first/second chance not available)
eax=120f220c ebx=00000001 ecx=0012f7dc edx=00000000 esi=00000000 edi=fffffffe
eip=00bf1c00 esp=0012f7c8 ebp=0012f80c iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010206
*** ERROR: Module load completed but symbols could not be loaded for TESV.exe
TESV+0x7f1c00:
00bf1c00 55 push ebp
The first exception was a "epr_Process_Shut_Down_TESV.exe"
Hopefully this can help...