http://bugs.winehq.com/show_bug.cgi?id=1220
marcus@jet.franken.de changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.com |marcus@jet.franken.de Status|NEW |ASSIGNED
------- Additional Comments From marcus@jet.franken.de 2003-01-18 01:58 ------- The problem is:
The program calls GetClassName, with the buffer initialised for some strange reason to the expected return value (probably left over from somewhere). It does not expect GetClassName() to fail and just checks the buffer.
The attached Hack fixes the problem for now, the correct fix is to handle interprocess class access.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1220. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.