NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: vsorensen on February 21, 2014, 10:37:45 AM
-
I still get reports of this on certain systems. Is there any way to precede the OPEN(NetMainWindow) with IF STATUS(NetMainWindow)=Window:OK THEN RETURN END or otherwise prevent this "race condition" from causing a GPF?
-
Do you have any code that OPEN's a window? Or calls the Netmain or something.
You must have methinks... you'd only get that error if you tried to open the window twice inside the same procedure.
cheers
Bruce
-
I'm not sure I understand the question. There's plenty of code that opens other windows, and none that opens a window that is declared within the NetTalk DLL. Before narrowing it down to NetMain, I had wrapped every OPEN(Window) within the application with a check of the STATUS, and sent that out to the client having the issue, and the debug code was never triggered.
This client has reported that after installing several Microsoft Updates he no longer has the issue.
-
(http://www.authord.com/images/recent-windows-updates-image.png)
(as provided by the client)
Since it's no longer reproducible, I guess this goes back into the "mystery to solve another time" pile.