View previous topic :: View next topic |
Author |
Message |
RiPPeR
Joined: 15 May 2005 Posts: 3 Location: Russia
|
Posted: Sun May 15, 2005 10:12 Post subject: Library ODBC!SPACER does not exist. |
|
|
Hello,
I've downloaded NWNX 2.61, ODBC2 plugin 0.924, installed MySQL 4, made settings in NWNX.ini and when I have error in load file, database does not work.
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...
* Library ODBC!SPACER does not exist.* Plugin odbc is loaded.
* Plugin profiler is loaded.
* Plugin speech is loaded.
* NWNX2 activated. |
What does it mean Library ODBC!SPACER does not exist and how can I make database working? |
|
Back to top |
|
|
RiPPeR
Joined: 15 May 2005 Posts: 3 Location: Russia
|
Posted: Mon May 16, 2005 17:53 Post subject: |
|
|
I've removed ODBC!SPACER from MySQLInit(), there is no error, but MySQL will work? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sat May 21, 2005 16:20 Post subject: |
|
|
It will not work without the call to SQLInit. I guess that your module loads faster than NWNX loads its plugins. Just delay the call to SQLInit a bit (1 second should be enough). _________________ Papillon |
|
Back to top |
|
|
|