"Dan" == Dan Kegel dank@kegel.com writes:
Dan> Uwe Bonnes wrote: >>>>>>> "Dan" == Dan Kegel dank@kegel.com writes: Dan> This is on RH9 SMP with wine-20031118. Trying to run the MS SFU Dan> 3.0 (hey, I got it for $5 from that special offer they ran on Dan> slashdot a couple weeks ago...) setup.exe from the commandline Dan> yields the crash: >> Dan> Unhandled exception: page fault on read access to 0x0049002e in Dan> 32-bit code (0x400b73fd). In 32-bit mode. 0x400b73fd >> This looks like the application detected an error, tries to put up a >> messagebox, and that messagebos crashes. Try to get the text of the >> messagebox with --debugmsg +relay,+dialog
Dan> If I do +relay, it doesn't crash, and +dialog doesn't show anything Dan> before the crash.
I run on SMP to, and had no SMP related problem yet.
If the crash doesn't happen with +relay, does the programm succeed or abort in another place.
In any case, check for heap corruption with --debugmsg +heap
Bye