logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
NWNX2 + 1.65

 
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux technical support
View previous topic :: View next topic  
Author Message
Comper



Joined: 21 Jan 2005
Posts: 2

PostPosted: Fri Jan 21, 2005 19:00    Post subject: NWNX2 + 1.65 Reply with quote

NWNX2 (Linux version) work with NWN ver 1.65?
ODBC must have for work with MySQL in Linux?

Sorry, my english is bad.
Back to top
View user's profile Send private message
redils



Joined: 13 Jan 2005
Posts: 27

PostPosted: Fri Jan 21, 2005 20:20    Post subject: Reply with quote

I use it, and it works fine. No bug with 1.65. Concerning ODBC, it isn't used on linux version. Nwnx(linux version) connect directly to mysql database without using unix_odbc.
Back to top
View user's profile Send private message
Comper



Joined: 21 Jan 2005
Posts: 2

PostPosted: Fri Jan 21, 2005 20:45    Post subject: Reply with quote

This http://nwnx.org/uploads/media/linnwnx2-2.5.3-rc1.tar.gz version work with 1.65?

Code:
SetLocalString(oMod, "NWNX!INIT", "1");

APS_Demo (Windows version) not contains this string. If module start on Linux this line should be at loading module?
Back to top
View user's profile Send private message
Parsec



Joined: 06 Jan 2005
Posts: 7

PostPosted: Sat Jan 22, 2005 2:19    Post subject: Reply with quote

Comper wrote:
This http://nwnx.org/uploads/media/linnwnx2-2.5.3-rc1.tar.gz version work with 1.65?

Yes
Quote:

Code:
SetLocalString(oMod, "NWNX!INIT", "1");

APS_Demo (Windows version) not contains this string. If module start on Linux this line should be at loading module?

Yes the very first line after "object oMod = GetModule();" in your OnModuleLoad event script.
Back to top
View user's profile Send private message
Luusah



Joined: 26 Jan 2005
Posts: 1
Location: Germany

PostPosted: Wed Jan 26, 2005 18:23    Post subject: Reply with quote

Hi there,

I installed a fresh NWN 1.65 server and downloaded the rc1 of nwnx2 for Linux. Compiling and installing happened without any trouble.

But when I now start the server I get an error

Module Loaded
INIT: valid ret=0x081f42fc
* Library ODBC!SPACER does not exist

My mod's onload event looks like this:


Code:

// Name     : Avlis Persistence System OnModuleLoad
// Purpose  : Initialize APS on module load event
// Authors  : Ingmar Stieger
// Modified : January 27, 2003

// This file is licensed under the terms of the
// GNU GENERAL PUBLIC LICENSE (GPL) Version 2

#include "aps_include"

void main()
{
    object oMod = GetModule();
    SetLocalString(oMod, "NWNX!INIT", "1");
     // Init placeholders for ODBC gateway
    SQLInit();
}


Can someone help me out why this is not workin?

Edit: The OS is Redhat 9.0
Back to top
View user's profile Send private message Visit poster's website
JeroenB



Joined: 31 Dec 2004
Posts: 228
Location: Netherlands

PostPosted: Wed Jan 26, 2005 21:08    Post subject: Reply with quote

Are you sure that you have the nwnx_mysql.so file in the neverwinter nights directory? That file is the plugin that actually does the job.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    nwnx.org Forum Index -> Linux technical support All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group