View previous topic :: View next topic |
Author |
Message |
Mikel
Joined: 23 Jan 2008 Posts: 13
|
Posted: Mon Feb 25, 2008 11:35 Post subject: NWNX-Leto and ODBC problems |
|
|
Hello, need help with this, im getting this errors:
nwnx_odbc log:
Code: | ! Error while connecting to database: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
o Disconnecting from database.
o Disconnecting from database. |
And nwnx log:
Code: | NWN Extender V.2.6.1
(c) 2005 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
visit us at http://www.nwnx.org
* Loading plugins...
* Plugin chat is loaded.
* Plugin functions is loaded.
* Plugin hashset is loaded.
* Plugin leto is loaded.
* Plugin leto is loaded.
* Plugin odbc is loaded.
* An error occured during OnCreate of odbc
* Plugin profiler is loaded.
* Plugin resetplugin is loaded.
* NWNX2 activated.
* NWNX2 shutting down...
* NWNX2 shutdown successfull. |
I downloaded fresh nwnx and all plugins from your download section.
Any idea abgout this error? thnkx in advance |
|
Back to top |
|
|
Mikel
Joined: 23 Jan 2008 Posts: 13
|
Posted: Mon Feb 25, 2008 11:39 Post subject: |
|
|
And...this is my nwnx.ini :
Code: | ; NWNX2 configuration file
; These are the default values for NWNX2. Values specified on the command
; line take precedence.
[NWNX]
ServerPort = 5121
ModuleName = "DEMO - SSE 30 - Final"
WatchdogProcess = yes
UpdateIntervalProcess = 5
WatchdogGamespy = no
UpdateIntervalGamespy = 20
GamespyRetries = 5
OldGamespyProtocol = no
RestartDelay = 5
[ODBC2]
; Log file
MaxLogSize = 512 ; in KByte
LogLevel = 2 ; 0=nothing, 1=only errors, 2=everything
; Use these two settings for the SQLite internal database
source = sqlite
file = sqlite.db
; Set hookscorco to false if you want to disable hooking of
; StoreCampaignObject and RetrieveCampaignObject entirely
hookscorco = true
[PROFILER]
MaxLogSize = 512 ; in KByte
LogLevel = 1 ; 1=overall statistics, 2=full script callstack |
Im using SQlite |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Feb 28, 2008 10:53 Post subject: |
|
|
It tries to use ODBC anyway. Are you sure nwnx.ini is in your NWN1 directory, next to nwnx_odbc.dll ? _________________ Papillon |
|
Back to top |
|
|
|