Re: trouble debugging

2004-08-29 Thread James Hawkins
I ran the prog with WINEDEBUG=+relay,+seh this time at the advice of Mike, and this is the last couple of lines before the exception: 0009:Call kernel32.GlobalGetAtomNameW(c007,408dba30,003c) ret=40858760 0009:Ret kernel32.GlobalGetAtomNameW() retval=0006 ret=40858760 0009:Call kernel

Re: trouble debugging

2004-08-29 Thread Mike McCormack
James Hawkins wrote: Unhandled exception: page fault on read access to 0x in 32-bit Try this: WINEDEBUG=+relay,+seh wine prog.exe >& log that will give a reasonably sized log, maybe 100Mb. Then search it for lines starting with seh. less log /seh Then look backwards from the location of

trouble debugging

2004-08-29 Thread James Hawkins
Hi, I'm having a real tough time debugging a program im trying to get to run called KLConfigWizard.exe. I had a problem earlier that was fixed by a tip from Rob. After trying a bunch of different native dll's that this program uses, I located the culprit dll (which is about as much as I seem to