View previous topic :: View next topic |
Author |
Message |
isthar
Joined: 26 Oct 2005 Posts: 8
|
Posted: Wed Oct 26, 2005 10:21 Post subject: server load but does not start sometimes |
|
|
Thany you for nwnx2. It is a great program, a revolution in nwn world.
but i have a problem.
I use nwnx2 with mysql with profiler and leto plugin.
I run a persistent world and all is ok, but i have a problem.
The first time i open nwnx2 it correcly load my server and all works.
If i shut down nwserver, nwnx2 after 40 seconds (i set this interval) reload server.
When nwnx2 reload server sometimes (about 50%) nwserver load (i see it in windows task manager) but i do not see anything at the video.
Nwserver.exe in task manager uses only 6mb of ram and 0% of processor. Nwserver GUI does not appears and server does not work or accept client connection.
But the process is present, so nwnx2 does not relaunch nwserver and my Persistent World is down.
The problems appears even when i shutdown server and i close nwn2.exe manually (with exit button). If i relaunch nwnx2.exe sometimes it makes this "fake" nwserver load.
Sometimes nwserver start correcly and all works good.
My module has CNR installed so on event MODULE_LOAD there is a long script (it takes about 30 seconds to finish), i dont known it this may be a problem.
I tried with 2 different servers so it is not an hardware related problem.
Any help??? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Oct 27, 2005 8:53 Post subject: |
|
|
Did you enable the gamespy watchdog ? It was designed to detect loaded but disfunctional instances of NWSERVER.
I can tell you that what you experience is not normal, the server always correctly reloads on my systems. _________________ Papillon |
|
Back to top |
|
|
isthar
Joined: 26 Oct 2005 Posts: 8
|
Posted: Thu Nov 03, 2005 9:53 Post subject: |
|
|
i try with and without gamespy watchdog, but no chages.
But then i resolved the issue.
I had leto,profiler,functios and hashset plugins.
I do not use functions and hashset, so i disable these 2 plugins, and all works well now. |
|
Back to top |
|
|
Acrodania
Joined: 02 Jan 2005 Posts: 208
|
Posted: Thu Nov 03, 2005 18:46 Post subject: |
|
|
Out of curiosity, you had the plugins loaded but did you "initialize" those plugins in your OnLoad() scripts?
I don't use hashset but functions works great |
|
Back to top |
|
|
|