[Wine] Re: Can't run old program

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:47:13 CDT 2007


Lassi <lassi.syvanen at gmail.com> wrote:
> ~/.wine/drive_c/WKP> WINEDBUG=+relay wine wkp.exe
> err:ddeml:WDML_CreateString Unknown code page 850
> wine: Unhandled exception 0xc0000090 at address 0x13df:0x00000f52
> (thread 000c), starting debugger...
> err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
> 0x60398505
> ~/.wine/drive_c/WKP>

That's it? You don't drop to the debugger?
In that case, please run the program using
$ WINEDLLOVERRIDES="ddeml=n" wine winedbg wkp.exe
You'll be presented with a prompt, just type 'cont'. When the program
crashes, you should se this prompt again. At this point, type 'bt' and
post the output here.

Daniel


More information about the wine-users mailing list