Re: EQ installer bug
Ove Kaaven <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | TransGaming Technologies Inc |
| Message-ID | <1077423072.19152.67.camel@renegade> |
søn, 22.02.2004 kl. 02.43 skrev Bob Holcomb: > I keep having a crash with the EQ Evolutions installer. It crashes with: > > bash-2.05b$ winex3 /mnt/cdrom/INSTALL.EXE > wine: Unhandled exception, starting debugger... The posted output contains zero useful information. I suggest using the -debugmsg option for something. The most universally useful option is +seh, e.g. winex3 -debugmsg +seh /mnt/cdrom/INSTALL.EXE but while +seh is often required, it is usually not sufficient to pinpoint a problem. For really annoying installer issues, I sometimes have to use a full complement of -debugmsg +relay,+ole,+tid,+seh, even though that combo gives an immense amount of spew. You have to redirect it to a file if you do use it. winex3 -debugmsg +relay,+ole,+tid,+seh /mnt/cdrom/INSTALL.EXE 2>/tmp/install.log Then I'd look around in the log near where the "Unhandled exception" appears to see if I see anything out of the ordinary.