http://bugs.winehq.org/show_bug.cgi?id=3039
------- Additional Comments From marcus@jet.franken.de 2005-03-11 09:47 ------- Some disassembly shows:
sdkpc.exe calls OutToApp() which expects 6 arguments, but sdkpc.exe only pushes 5 arguments when calling this function. The 6th argument is however the temporary buffer used by this function to print errors...
Somehow this value is in WINE a pointer to the PEB (process block) which then gets overwritten by and "Unhandled reference" message.
So the program is buggy :(
If you can report this to TI, please do.