View previous topic :: View next topic |
Author |
Message |
Fireboar
Joined: 17 Feb 2008 Posts: 323
|
Posted: Thu Nov 12, 2009 23:02 Post subject: |
|
|
Just to check: did you by any chance migrate an old mysql database to this server? And if so, did you use mysqldump with the --hex-blob option? If not, that's your problem: your database objects have been corrupted. You'll need to re-dump your database, this time using the --hex-blob option which will safely encode your binary data. |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Nov 13, 2009 14:51 Post subject: |
|
|
OK, one more issue is apparent to me:
The server now will run pretty much happily for hours and hours, but when I log in to test stuff, it appears that NWNx Events is crashing the server.
I'll post the logfiles for that in a sec..on the wrong box at the moment. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Nov 13, 2009 18:01 Post subject: |
|
|
Logfile entry..last one before crash.
Code: |
[Fri Nov 13 10:55:10] NWNX Event fired: 8, 'Aelwyn Ellenroh'
|
It seems every time the server goes down at present it is with a player in game (myself mostly) and NWNX Event is the last log entry _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Fri Nov 13, 2009 18:21 Post subject: |
|
|
8 is EVENT_TYPE_USE_FEAT, so that might narrow down your problem (or it might be a red herring). _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Nov 13, 2009 19:01 Post subject: |
|
|
Its crashed 2x on event 8 now, so I don't think it is. I suppose I ought check my plugin version.. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Nov 13, 2009 19:06 Post subject: |
|
|
Is it possible that the PRC feats are the issue? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Fri Nov 13, 2009 20:13 Post subject: |
|
|
A stack trace might be helpful in narrowing this down. Run 'ulimit -c unlimited', then run the server and try to crash it. When it crashes, it should create a file named core.#### (some numbers) in the NWN folder. Run 'gdb ./nwserver core.####', enter 'bt', and paste the output here. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Fri Nov 13, 2009 22:29 Post subject: |
|
|
I don't find the file you mentioned. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Fri Nov 13, 2009 23:07 Post subject: |
|
|
We'll do it the hard way, then.
Start nwserver. In another terminal, run 'ps ax | grep nwserver'. Make a note of the first number in the line that isn't the grep process itself. Run 'gdb ./nwserver ####' where #### is the PID from the last step. Enter 'cont', crash the server, and enter 'bt' and post the output. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Sun Nov 22, 2009 23:41 Post subject: |
|
|
I can't make the core dump happen for some reason. I can crash the server just fine and get the segfault, but no logfile is generated. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Mon Nov 23, 2009 2:16 Post subject: |
|
|
What about following the second set of instructions?
Can you get on IRC? That would be easier and less spammy than posting back and forth. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Tue Nov 24, 2009 4:30 Post subject: |
|
|
Never used IRC, but I can proabbly learn fast enough. One moment.. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
|