[Bug 25305] King's Quest Collection Series (1997): setup.exe fails to add program group, then crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 27 03:36:39 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25305

--- Comment #5 from Tristan Schmelcher <tristan_schmelcher at alumni.uwaterloo.ca> 2010-11-27 03:36:39 CST ---
I stepped through the 16-bit installer machine code between the DdeConnect()
and the error dialog and this is the sequence of Wine calls:

DdeConnect
DdeCreateDataHandle -- fails at the check for pInstance == NULL
DdeClientTransaction -- fails at the check for pData == NULL in
WDML_ClientQueueExecute
DdeDisconnect

Then many hundreds (possibly thousands) of instructions later it calls
MessageBox to display the error dialog.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list