[Bug 4897] Regression Use explorer to handle desktop window fails with 16 bit application

Wine Bugs wine-bugs at winehq.org
Wed Mar 22 22:54:09 CST 2006


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





------- Additional Comments From pgr at arcelectronicsinc.com  2006-22-03 22:54 -------
Adding some traces to GetDesktopWindow to show when force == 0 and != 1
Starting tester.exe in a wcmd window show force ==1. 
When Kpnl1.exe is started by WinExec it has force ==0 and then causes the crash
when the tester.exe returns from the call.

My code is does a WinExec as follows and the pagefault seems to be during the Catch 

stpcpy(comandstr,"kpnl1.exe ");
strcat(comandstr,_argv[0]);
if (FindWindow(0,"Simulator EDD-110") == NULL)
   WinExec(comandstr,SW_SHOWNA);
if (Catch(jumper0) == 0)
{....
}
else
Throw()


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list