dragon-community.net

Archive => Obsolete => Discussion => Topic started by: HealerLady on December 05, 2010, 09:10:41 PM

Title: Critical Error
Post by: HealerLady on December 05, 2010, 09:10:41 PM
(http://img151.imageshack.us/img151/1525/critx.png) (http://img151.imageshack.us/i/critx.png/)


someone could help me with this problem? always when i turn the game, still pops up the same error ;/
Title: Re: Critical Error
Post by: Sebulba on December 11, 2010, 11:17:46 AM
Try this:

Go to Control Panel->System->Advanced->Preformance [settings]->Data Execution Protection->Turn on DEP for all services and applications except those I chose. ( you don't have to include any program on the list )

Hope helps u...
Title: Re: Critical Error
Post by: HealerLady on December 11, 2010, 08:50:44 PM
i have this: (http://img822.imageshack.us/img822/2440/panelsterowania.png) (http://img822.imageshack.us/i/panelsterowania.png/)

and now crit look like:

(http://img338.imageshack.us/img338/5513/crt.png) (http://img338.imageshack.us/i/crt.png/)
Title: Re: Critical Error
Post by: Sebulba on December 11, 2010, 10:28:57 PM
Security issue? Did your check computer for viruses? In the error: NComtrpñ_SemdEvemtMessage and then when go to NCVirtualWindMain:PassToFocusedWindow crash the game UI so i think is not sending info at all, or blocked for a firewall (as see it in your SS you use Microsoft Firewall) or any viruses catching the sender line and ruined the step after crash the UI at once. My advice is that check the computer for viruses, turn down any firewall for test login to server and if this fails reinstall the game in root directory (c:\ ) and fully patch for test again. Also i noticed that u got an old video card (an GF5200 onboard mby?) so is not bad after uninstall the game and b4 reinstall it make an update on drivers also.
GL and hope helps...
Title: Re: Critical Error
Post by: Dayman on December 12, 2010, 09:31:15 PM
Quote from: Sebulba on December 11, 2010, 10:28:57 PM
Security issue? Did your check computer for viruses? In the error: NControl::SendEventMessage and then when go to NCVirtualWindMain:PassToFocusedWindow crash the game UI so i think is not sending info at all, or blocked for a firewall (as see it in your SS you use Microsoft Firewall) or any viruses catching the sender line and ruined the step after crash the UI at once. My advice is that check the computer for viruses, turn down any firewall for test login to server and if this fails reinstall the game in root directory (c:\ ) and fully patch for test again. Also i noticed that u got an old video card (an GF5200 onboard mby?) so is not bad after uninstall the game and b4 reinstall it make an update on drivers also.
GL and hope helps...
NControl::SendEventMessage goes for app message pump (http://en.wikipedia.org/wiki/Event_loop) and has nothing to do with networking.

I suggest installing Microsoft Visual Studio 2005 and 2008 Redistributable packages. And I also hope you have SP3 installed.

P.S. In case you wanna try disabling DEP, it is done elsewhere and requires editing boot.ini.
replace: "/noexecute=optin" with "/noexecute=alwaysoff" and reboot
here's some info on DEP http://msdn.microsoft.com/en-us/library/ff557134(v=vs.85).aspx
and on editing boot.ini http://support.microsoft.com/kb/289022/en
Title: Re: Critical Error
Post by: Sebulba on December 12, 2010, 11:41:54 PM
Quote from: Dayman on December 12, 2010, 09:31:15 PM
NControl::SendEventMessage goes for app message pump (http://en.wikipedia.org/wiki/Event_loop) and has nothing to do with networking.

I suggest installing Microsoft Visual Studio 2005 and 2008 Redistributable packages. And I also hope you have SP3 installed.

P.S. In case you wanna try disabling DEP, it is done elsewhere and requires editing boot.ini.
replace: "/noexecute=optin" with "/noexecute=alwaysoff" and reboot
here's some info on DEP http://msdn.microsoft.com/en-us/library/ff557134(v=vs.85).aspx
and on editing boot.ini http://support.microsoft.com/kb/289022/en

I refer at the point that UI crash, tnks for clarify and for help him too.