View previous topic :: View next topic |
Author |
Message |
Ave
Joined: 08 Apr 2012 Posts: 8
|
Posted: Sun Jun 09, 2013 23:23 Post subject: sco locate failed? |
|
|
This is what happens when I try to run the nwnstartup.sh script.
Quote: | NWNX2lib: Init
NWNX2lib: org SetString() at 81f41b4, new SetString() at b77b48dc
NWNX2lib: org GetObj() at 81f40bc, new GetObj() at b77b4903
* Parsing configuration...
NWN Extender v2.8-dev
(c) 2004 by the APS/NWNX Linux Conversion Group
(c) 2007-2010 by virusman and Acaos
Based on the Win32 version (c) 2003 by Ingmar Stieger (Papillon)
and Jeroen Broekhuizen
visit us at http://www.avlis.org
* Searching for signatures...
* Loading modules...
ODMBC_MYSQL plugin registered.
STRUCTS plugin registered.
FUNCS plugin registered.
SYSTEM plugin registered.
RESET plugin registered.
EVENTS plugin registered.
TMI plugin registered.
WEAPONS plugin registered.
SPELLS plugin registered.
HASHSET plugin registered.
DEFENSES plugin registered.
ERROR: ODBC: OnCreate() failed.
DMACTIONS plugin registered.
FUNCTIONS plugin registered.
CHAT plugin registered.
PROFILER plugin registered.
TWEAKS plugin registered.
FIXES plugin registered.
OPTIMIZATIONS plugin registered.
MNX plugin registered.
RESMAN plugin registered.
NAMES plugin registered.
RESETPLUGIN plugin registered.
EXTEND plugin registered.
FUNCSEXT plugin registered.
ERROR: dlopen: ./nwnx_odmbc_sqlite.so: ./nwnx_odmbc_sqlite.so: undefined symbol: _ZN7CSQLiteC1Ev
VISIBILITY plugin registered.
AREAS plugin registered.
COMBAT plugin registered.
* NWNX2 activated.
Neverwinter Nights Server
Build:8109
Copyright BioWare Corp 1998-2004
Server: Loading...
Server: Running...
Server: Loading module "aps_demo"...
Server: Module loaded
INIT(S): valid ret=0x082041ec
* Library ODBC!SPACER does not exist. |
If I check my logs.0 directory, I see a new file appear there, called nwnx_odbc.txt. It says this:
Quote: | NWNX2 ODBC2 version 1.0.1 for Linux.
(c) 2005-2006 dumbo (dumbo@nm.ru)
(c) 2006-2010 virusman (virusman@virusman.ru)
! SCO locate failed.
o Shutdown.
#########################################################################################################################################################o Shutdown. |
What is sco? Why might my computer have failed to locate it? This is the text from my nwnx2.ini
Quote: | [NWNX]
disablenwnxinit=n #Set to "y" to not enforce the NWNX!INIT requirement
[ODBC2]
# The new database driver (plugins/odmbc) - recommended
; Use these five settings for MySQL connections
source=mysql
server=localhost
user=[username]
pwd=[password]
db=ave
; Set hookscorco to false if you want to disable hooking of
; StoreCampaignObject and RetrieveCampaignObject entirely
hookscorco = true
[Debug]
debuglevel=5 #Set to 1 or higher to output successively
# # verbose debug information
[LogDir]
logdir=logs.0 #Set to the relative root of the log directory.
[FIXES]
# Add this to your nwnx2.ini file
[FIXES]
copy_vars = 1 # Copy local variables on stack split
# fire OnDisturbed when you merge a stack
compare_vars = 0 # If set to 1, items with different local
keep_hidden_in_conversation = 0 # If set to 1, creatures dont unhide
hp_limit = -50 # Negative HP limit - values up to -127
hide_charlist_all = 0 # Hide the whole online characters list
hide_charlist_levels = 1 # Hide the class(es) (displays nothing
hide_charlist_portraits = 0 # Hide the portrait (shows defaut)
cap_ability_inc = 0 # If greater than zero, set ability+cap
cap_ability_dec = 0 # If greater than zero, set ability-cap
cap_atkbonus_inc = 0 # If greater than zero
cap_atkbonus_dec = 0 # If greater than zero
cap_skill_inc = 0
cap_skill_dec = 0 |
Thanks in advance! |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
Posted: Mon Jun 10, 2013 23:32 Post subject: |
|
|
Try with only one database module. Some others look like they won't play well together.
What OS are you running it on and which compiled versions are you using? _________________ Neversummer PW NWNx powered mayhem |
|
Back to top |
|
|
Ave
Joined: 08 Apr 2012 Posts: 8
|
Posted: Tue Jun 11, 2013 0:55 Post subject: |
|
|
Disabling the ODMBC_MYSQL plugin seemed to fix this problem, and now the ODBC plugin works. Maybe they don't play nice with one another? But I only need one. Thank you very much!!!!!
I'm running ubuntu 10.04 with MYSql 5.1 |
|
Back to top |
|
|
|