http://bugs.winehq.org/show_bug.cgi?id=3039
Summary: fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0 Product: Wine Version: 20050419 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: mathieu_lacage@myrealbox.com
I downloaded a set of win32 developer tools for ti-89 calculators from the TI website (you can download them too, look for TI FLASH Studio). The self-decompressing .exe installs a set of binaries in c:\SIERRA and a dll in c:\windows\system32\TI68kTools.dll. I copied these binaries and the dll on a linux box after decompression and I tried to run each of them with wine.
If I try to run the sdkpc.exe binary with the sample file attached to this email, I get the following error:
[mathieu@mathieu Hello]$ wine ../SIERRA/BIN/sdkpc.exe 89 ./he foo fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0 fixme:seh:UnhandledExceptionFilter Unhandled error on debug event: 0 [mathieu@mathieu Hello]$
I also attached the output of the seh debugging log
[mathieu@mathieu Hello]$ WINEDEBUG=seh wine ../SIERRA/BIN/sdkpc.exe 89 ./he foo 2>err [mathieu@mathieu Hello]$