View previous topic :: View next topic |
Author |
Message |
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 22:37 Post subject: Getting some errors |
|
|
So i updated the system and put in the nwnx_easy and i am getting some errors. The module also wont stay running and is constantly restarting
Code: | [nwnserv@dedicated97 NWN]$ ps -x
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
PID TTY STAT TIME COMMAND
7132 ? SNs 0:00 /usr/bin/SCREEN -dm -S nwserver -h 5000 -L /home/nwnt
7134 pts/1 SNs+ 0:00 /bin/bash -x /home/nwnserv/.nwserver.temp.XWeVDh7127
8158 pts/1 RNl+ 0:19 ./nwserver -port 5122 -dmpassword ******* -oneparty 0
8168 ? SN 0:00 sshd: nwnserv@pts/0
8169 pts/0 SNs 0:00 -bash
8292 pts/0 RN+ 0:00 ps -x
[nwnserv@dedicated97 NWN]$ screen -r nwserver
* Loading modules...
ERROR: CHAT: OnCreate() failed.
RESETPLUGIN plugin Registerred.
ERROR: EVENTS: OnCreate() failed.
LETO plugin Registerred.
ODBC plugin Registerred.
* NWNX2 activated.
Neverwinter Nights Server
Build:8109
Copyright BioWare Corp 1998-2004
Server: Loading...
Server: Running...
Server: Loading module "Module"...................................................................................................................................................
Server: Module loaded
NWNX!INIT enforcement disabled, using 0x082041ec
* Library CHAT!SPACER does not exist.
* Library CHAT!LOGNPC does not exist.
* Library CHAT!IGNORESILENT does not exist. |
also please keep in mind that i am very green with nwnx and damn near solid greeen with linux |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 22:39 Post subject: |
|
|
also i just put in easy and then seen what looks like updates. I saw them here even tho its in the windows section. should i pay attn to these? |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Jul 17, 2008 22:40 Post subject: |
|
|
Post the Chat (logs.0/nwnx_chat.txt) and Events(logs.0/nwnx_events.txt) logfiles here |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 22:55 Post subject: |
|
|
Chat
Code: | NWNX Chat version 0.3.2 for Linux.
(c) 2005-2006 by dumbo (dumbo@nm.ru)
(c) 2006-2007 virusman (virusman@virusman.ru)
! ChatProc hooked at 806839c.
X Could not find Run function: 0 |
Events
Code: | NWNX Events version 1.1.7 for Linux.
(c) 2006-2007 by virusman (virusman@virusman.ru)
! SaveChar hooked at 805d910.
! ActPickPocket hooked at 810a3f4.
! ActAttack hooked at 81188d4.
! UseItem hooked at 81159bc.
! ConversationNodeSelect hooked at 823deac.
! ShowEntryNode hooked at 81d0a4c.
! ConditionalScript hooked at 823cab0.
! SendServerToPlayerQuickChatMessage hooked at 8068dec.
X Could not find Run function: 0 |
|
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:17 Post subject: |
|
|
do i update all 4 for linux? |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Jul 17, 2008 23:18 Post subject: |
|
|
Only the plugins you're using, of course (Events and Chat). |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:19 Post subject: |
|
|
i read the readme and it doesnt say how to install. do i just overwrite things? or must they compile? and if they must compile...where do i read how to do that |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:21 Post subject: |
|
|
this is the files in my /NWN/. what here should be removed and/or updated?
Code: | mbient nwnx2.ini
bin nwnx2.so
chitin.key nwnx_chat.so
data nwnx_easy
database nwnx_events.so
dialog.tlk nwnx_leto.ini
dmvault nwnx_leto.so
docs nwnx_odbc.so
English_linuxclient169_xp2.tar.gz nwnx_resetplugin.so
erf nwserver
fixinstall nwstartup.sh
hak old_server
LetoScript.so override
linuxdedserver168.tar.gz portraits
localvault readme.linuxclientupdate.txt
logs.0 readme.linuxserver.txt
logs.0.20080311144259 readme.macserver.txt
logs.0.20080717015600 saves
logs.0.20080717020514 screenlog.0
macdedserver168.zip servervault
modules temp
music texturepacks
nwm tlk
nwmain xp1.key
nwn.ini xp2.key
nwnplayer.ini xp2patch.key
NWNv168.txt xp3.key
NWNv169.txt
|
|
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Jul 17, 2008 23:23 Post subject: |
|
|
You can use the precompiled .so files by copying them to the directory where nwserver and nwnx.so are located.
If it doesn't work (or for any other reason) you can compile any plugin from sources.
Last edited by virusman on Thu Jul 17, 2008 23:24; edited 1 time in total |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Jul 17, 2008 23:23 Post subject: |
|
|
Extreme wrote: | this is the files in my /NWN/. what here should be removed and/or updated? | nwnx_chat.so and nwnx_events.so |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:24 Post subject: |
|
|
i just wanted to check cause easy put a few other things in. and i want to make sure the dynamic names will work. Also there are 1.68 stuff in there...what all in the /NWN/ can be "rm" |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:26 Post subject: |
|
|
looking in the download of the events...it looks like the only thing i need to ftp and overwrite in that rar is the nwnx_events.so. do i need to do anythign else with everything else in that rar? |
|
Back to top |
|
|
Extreme
Joined: 28 Nov 2007 Posts: 135
|
Posted: Thu Jul 17, 2008 23:42 Post subject: |
|
|
does this look like things are right? this is just with updating the 2 .so's
Code: | [nwnserv@dedicated97 NWN]$ ./nwstartup.sh
screen started successfully
Waiting for server to start....5..4..3..2..1..
Server is running under pids: 18493 18497
Reattach to server session with 'screen -r nwserver'
[nwnserv@dedicated97 NWN]$ screen -r nwserver
+ LD_LIBRARY_PATH=./libs
+ export LD_PRELOAD=./nwnx2.so
+ LD_PRELOAD=./nwnx2.so
+ ./nwserver -port 5122 -dmpassword **** -oneparty 0 -pvp 0 -difficulty 2 -elc 0 -ilr 0 -reloadwhenempty 0 -maxclients 32 -servervault 1 -maxlevel 40 -gametype 0 -autosaveinterval 0 -publicserver 0 -interactive -servername Moudule -module Module
NWNX2lib: Init
NWNX2lib: org SetString() at 0x81f41b4, new SetString() at 0x4e4c96
NWNX2lib: org GetObj() at 0x81f40bc, new GetObj() at 0x4e46ce
* Parsing configuration...
NWN Extender v2.7-beta2
(c) 2004 by the APS/NWNX Linux Conversion Group
(c) 2007 by virusman
Based on the Win32 version (c) 2003 by Ingmar Stieger (Papillon)
and Jeroen Broekhuizen
visit us at http://www.avlis.org
* Loading modules...
CHAT plugin Registerred.
RESETPLUGIN plugin Registerred.
EVENTS plugin Registerred.
LETO plugin Registerred.
ODBC plugin Registerred.
* NWNX2 activated.
Neverwinter Nights Server
Build:8109
Copyright BioWare Corp 1998-2004
Server: Loading...
Server: Running...
Server: Loading module "Module".................................................................................................................
Server: Module loaded
NWNX!INIT enforcement disabled, using 0x082041ec
|
|
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Thu Jul 17, 2008 23:47 Post subject: |
|
|
Yes. |
|
Back to top |
|
|
|