Player Resource Consortium
Neverwinter Nights => Help => Topic started by: Sorathul on June 26, 2009, 04:31:36 PM
-
Hi!
I've tried to get it work, but failed.
- PRC 3.3f2
- ++PRC Character Builder and Tester.mod
- PRC Server Pack v1.8
- SQLite DB
First the precacher has an error:
sqlite sqlite.db ".read out.sql"
SQL error: no such table: main.prc_cached2da_item_to_ireq
When entering the modul with a newly created character, the conversation starts but stops right at the beginning: "Select Gender".
There are no items on the list, except "End dialog".
The logs only show the following error:
o Got request: SELECT `rowid`, `data` FROM `prc_cached2da` WHERE `file` = 'gender' AND `columnid` = 'NAME' AND `rowid` <= 1
! SQL Error: unrecognized token: "`"
Only followed the manual.
Say if you need more information.
Please show me what I've done wrong. Ty
-
First the precacher has an error:
sqlite sqlite.db ".read out.sql"
SQL error: no such table: main.prc_cached2da_item_to_ireq
Are those quotes supposed to be there?
I wish I could help more but I'm using MySQL.
-
If they're not supposed to be, it would warn me about syntax error or something, not about a missing table i guess.
But i'm more interested in the token problem.
-
SQLite doesn't work with the character creator, though I've never really looked into why. It hasn't been in the bug database for 2 years waiting for me to fix it, honest :D
-
Thx for clearing my sights. :D
Then the next manual should be updated with that.
-
SQLite doesn't work with the character creator, though I've never really looked into why. It hasn't been in the bug database for 2 years waiting for me to fix it, honest :D
Isn't SQLite distributed with the PRC?