Author Topic: Server Crashing  (Read 389 times)

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Server Crashing
« on: July 13, 2011, 11:42:50 am »


               Hi,

When I run my server using NWNX2 all is fine, soon as a second player enters the server after about 5 mins the whole server crashes and and NWNX cannot restart it, If I run the same mod using Nwserver all is well.  Any ideas

Thanks
               
               

               
            

Legacy_Failed.Bard

  • Hero Member
  • *****
  • Posts: 1409
  • Karma: +0/-0
Server Crashing
« Reply #1 on: July 13, 2011, 12:27:59 pm »


               It could well be a NWNX script that fires that's causing it, since it would be bypassed running just with NWServer.  Personally, the only crash problem I've had with NWNX2 for windows, was with a call to NWNXFuncs_GetWorldDate(); and NWNXFuncs_GetWorldTime(); , then trying to store them, but it was similar in how it looked to what you described.

 You might want to look through the NWNX logs to see what the last script called was, that might tell you exactly where the problem is if it managed to log the call before crashing.
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Server Crashing
« Reply #2 on: July 13, 2011, 09:38:57 pm »


               Could CEP23 Be causing this ?
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Server Crashing
« Reply #3 on: July 14, 2011, 02:11:18 pm »


               It seems to be simtools that is causing if for some reason. I have commented out chat options from mod load client enter etc and all is well.

If the vault path is not set correctly  In fky_chat_config would this maybe cause It ?
               
               

               


                     Modifié par Madasahatter, 14 juillet 2011 - 01:16 .
                     
                  


            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Server Crashing
« Reply #4 on: July 14, 2011, 04:02:14 pm »


               If you're using a standard bioware chat script with a SIMTools setup, it could be causing it. Invalid leto paths would just result in failed leto edits.

Funky
               
               

               
            

Legacy_zunath

  • Full Member
  • ***
  • Posts: 152
  • Karma: +0/-0
Server Crashing
« Reply #5 on: July 14, 2011, 11:40:48 pm »


               What OS are you running the server on?

I ran my server on Windows 7 64 bit and had crashes whenever a DM would log in. As soon as I switched over to Windows XP 32 bit the crashes stopped. Might not be the same issue, but thought I'd mention it anyway.
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Server Crashing
« Reply #6 on: July 14, 2011, 11:42:23 pm »


               Funky,
I have norrowed it down some.. If I set it so DM's and player admins can see tells the server crashes when another player logs in. I have disabled that option and left simtools running and all is well.

Any Ideas as i would like to use this option.

Thanks