Author |
Message |
Topic: ODBC plugin fails to load... |
Calvinthesneak
Replies: 1
Views: 7887
|
Forum: Database related Posted: Sun Jun 12, 2011 4:45 Subject: ODBC plugin fails to load... |
Soooo my plugins loading
NWN Extender v2.7.1-dev
LETO plugin registered.
RESETPLUGIN plugin registered.
AREAS plugin registered.
DEFENSES plugin registered.
FUNCS plugin registered.
ERR ... |
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Fri Apr 22, 2011 3:08 Subject: Problems compiling nwnx2 |
I ran into issues after I had to reformat. Went with Ubuntu 10.10 Server 64 bit edition.
It seems to stick on fixes, events is the last .so that compiles correctly.
EDIT: Removed fixes from th ... |
Topic: Where can one get nwnx_funcs.so? |
Calvinthesneak
Replies: 6
Views: 10544
|
Forum: Linux technical support Posted: Wed Jan 26, 2011 17:34 Subject: Where can one get nwnx_funcs.so? |
I managed to compile everything on a 64 bit system after a lot of playing around, and it appears to be working fine.
http://www.nwnx.org/phpBB2/viewtopic.php?t=1635&start=15
Perhaps some ... |
Topic: Unset? |
Calvinthesneak
Replies: 2
Views: 6623
|
Forum: Linux technical support Posted: Wed Jan 19, 2011 17:35 Subject: Unset? |
Thanks Paul. I'm getting decent with Linux, but still a few little things that escape me from time to time. I'd read the man page to know what it did, but that doesn't always explain the why very we ... |
Topic: Beta Plugin: nwnx_weapons |
Calvinthesneak
Replies: 24
Views: 55763
|
Forum: Linux development Posted: Wed Jan 19, 2011 11:24 Subject: Beta Plugin: nwnx_weapons |
Is the intended behaviour of the flag:
SetWeaponOption(NWNX_WEAPONS_OPT_DEVCRIT_MULT_BONUS, 1);
to multiply every critical always?
I was thinking of unctionality that the extra multiplier would ... |
Topic: Unset? |
Calvinthesneak
Replies: 2
Views: 6623
|
Forum: Linux technical support Posted: Wed Jan 19, 2011 8:08 Subject: Unset? |
I'm curious what is the purpose of the unset command that I see in a lot of the nwnstartup.sh files?
unset LD_PRELOAD
|
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Mon Jan 17, 2011 8:59 Subject: Problems compiling nwnx2 |
I do belive it compiled for me at long last, after messing around with a lot of 32 bit libraries....
I had to get dev libs for sql.
sudo getlibs -l libmysqlclient.so
EDIT: getlibs info is ... |
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Mon Jan 17, 2011 3:35 Subject: Problems compiling nwnx2 |
An issue with libstdc++
EDIT: I applied a symlink like so: sudo ln -s /usr/lib32/libstdc++.so.6 /usr/lib32/libstdc++.so
./install.sh
bash: ./install.sh: No such file or directory
... |
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Sun Jan 16, 2011 22:55 Subject: Problems compiling nwnx2 |
./configure --prefix="/home/nwn"
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are ... |
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Sun Jan 16, 2011 15:13 Subject: Problems compiling nwnx2 |
I've got them both installed. 4.4.5 for g++, zlib1g-dev 1.2.3.4.
Same output as before, configure cannot find necessary include files. |
Topic: Problems compiling nwnx2 |
Calvinthesneak
Replies: 34
Views: 53116
|
Forum: Linux technical support Posted: Sun Jan 16, 2011 0:08 Subject: Problems compiling nwnx2 |
Right, so I'm having issues myself.
~/nwn/src$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
c ... |
Topic: watchdog.sh |
Calvinthesneak
Replies: 6
Views: 12236
|
Forum: Linux technical support Posted: Sat Nov 20, 2010 2:29 Subject: watchdog.sh |
No suggestions to make the script better then? |
Topic: watchdog.sh |
Calvinthesneak
Replies: 6
Views: 12236
|
Forum: Linux technical support Posted: Mon Nov 15, 2010 16:25 Subject: watchdog.sh |
No sir, run the server via daemon, ala another shell script.
The script is this one here:
http://nwn.bioware.com/forums/viewcodepost.html?post=6367678
It's run in standard mode. Sometimes the ... |
Topic: watchdog.sh |
Calvinthesneak
Replies: 6
Views: 12236
|
Forum: Linux technical support Posted: Mon Nov 15, 2010 1:12 Subject: watchdog.sh |
Hi all... I've been having issues with nwserver hanging (probably due to module issues). Anyhow I've been playing with a watchdog process.
Anyone have any constructive feedback on this or suggesti ... |
|