Player Resource Consortium

 

Author Topic: Help with ConvoCC for server  (Read 25305 times)

0 Members and 1 Guest are viewing this topic.

July 27, 2010, 01:21:45 PM
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi all,

It seems that when I log into my server that I am unable to use the PRC ConvoCC, it just hangs and I am unable to select anything, I am using the latest PRC and CEP and as far as am aware I have merged them all correctly.  I beleive that my problem is that I may have set up my switches incorrectly possibly as I do not really understand that part.

I have attached an image of how I set up the variables so any help would be greatly appreciated I have read every post in the help section but seems I am either not understanding something or just plain missed it, and hope it is that which is causing the problem.

Thanks in advance :)


July 27, 2010, 04:26:44 PM
Reply #1

Quote from: Moixa

Hi all,

It seems that when I log into my server that I am unable to use the PRC ConvoCC, it just hangs and I am unable to select anything, I am using the latest PRC and CEP and as far as am aware I have merged them all correctly.  I beleive that my problem is that I may have set up my switches incorrectly possibly as I do not really understand that part.

I have attached an image of how I set up the variables so any help would be greatly appreciated I have read every post in the help section but seems I am either not understanding something or just plain missed it, and hope it is that which is causing the problem.

Thanks in advance :)


Post your logs please.
HEATSTROKE


July 27, 2010, 05:30:17 PM
Reply #2
  • Hero Member
  • *****
  • Posts: 1439
  • Karma: +27/-0
  • Gender: Male
    • View Profile

Quote from: Moixa

Hi all,

It seems that when I log into my server that I am unable to use the PRC ConvoCC, it just hangs and I am unable to select anything, I am using the latest PRC and CEP and as far as am aware I have merged them all correctly.  I beleive that my problem is that I may have set up my switches incorrectly possibly as I do not really understand that part.

I have attached an image of how I set up the variables so any help would be greatly appreciated I have read every post in the help section but seems I am either not understanding something or just plain missed it, and hope it is that which is causing the problem.

Thanks in advance :)


Try this:
Code: [Select]
PRC_LETOSCRIPT_NWN_DIR  -> E:/NeverwinterNights/NWN/
« Last Edit: July 27, 2010, 05:30:37 PM by xwarren »


July 28, 2010, 07:04:06 AM
Reply #3
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi,

Xwarren I have tried the code you mentioned.  Still the same result.

Here is a copy of my Log file I hope I included the correct ones, it seems that in the nwnx-odbc it mentions that it had trouble connecting to MYSQL, but I am using SQlite.

Thanks
« Last Edit: July 28, 2010, 07:05:44 AM by Moixa »


July 28, 2010, 08:35:33 AM
Reply #4

Quote from: Moixa

Here is a copy of my Log file I hope I included the correct ones, it seems that in the nwnx-odbc it mentions that it had trouble connecting to MYSQL, but I am using SQlite.


Is your NWNx.ini setup to use SQLite?
HEATSTROKE


July 28, 2010, 08:40:43 AM
Reply #5
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi,

I have the ini file set at the standard settings, I assumed it would work automatically?, if stoclk settings are not right could you post an example of what it should look like please.


July 28, 2010, 09:10:06 AM
Reply #6

Quote from: Moixa

Hi,

I have the ini file set at the standard settings, I assumed it would work automatically?, if stoclk settings are not right could you post an example of what it should look like please.


Yours should look something like this:

Code: [Select]
; NWNX2 configuration file
; These are the default values for NWNX2. Values specified on the command
; line take precedence.

[NWNX]
ServerPort = 5121
ModuleName = SERVERNAME
WatchdogProcess = yes
UpdateIntervalProcess = 5
WatchdogGamespy = yes
UpdateIntervalGamespy = 20
GamespyRetries = 5
OldGamespyProtocol = no
RestartDelay = 15
ServerVault = .\servervault

[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   = .\db\sqlite.db

; Use these two settings for ODBC connections
;source = odbc
;dsn    = nwn

; Use these five settings for MySQL connections
;source = mysql
;server = localhost
;user   = USER
;pwd    = PASS
;db     = SCHEMA

; 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

[DELETECHAR]
LogLevel = 1               ; 0=nothing, 1=write a log
DeleteOrMove = 1           ; 0=move file out of player dir, 1=delete file
MoveToPath= .\deletevault
HEATSTROKE


July 28, 2010, 11:03:24 AM
Reply #7
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi Heatstroke,

I have modified my NWNX file accordingly and now seems to hook up to the database (SQLite) properly, but I still have the game locking up when I enter server when it asks you the first question on the ConvoCC dialogue, I am unable to select anything.  Could you please takle a look at these 2 files from my log, these are the only 2 that appear to be indicating errors.

Thanks .


July 28, 2010, 01:51:19 PM
Reply #8

Quote from: Moixa

Hi Heatstroke,

I have modified my NWNX file accordingly and now seems to hook up to the database (SQLite) properly, but I still have the game locking up when I enter server when it asks you the first question on the ConvoCC dialogue, I am unable to select anything.  Could you please takle a look at these 2 files from my log, these are the only 2 that appear to be indicating errors.

Thanks .


I don't know much about SQLite, but it looks it's connecting to an empty DB maybe?  Try precaching the DB again.
HEATSTROKE


July 29, 2010, 11:22:21 AM
Reply #9
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi Heatstroke,

I seem to have a problem regarding the creation of a database when I run the Precatcher for both sqllite and mysql, it seems neither of them either fill up a database or give me a out.sql file.  I was wondering if it could be due to the fact that I am using windows 7 X64? , has anyone got a precached database for sqllite or mysql for the latest 3.3h that I could try please.

Thanks


July 29, 2010, 12:22:24 PM
Reply #10

You don't need to catch MySQL and SQLLite. Since you have SQLLite turned on.

After running the SQLLite precatcher and the the MSDOS window close their should be a sqlite.db in the same directory as the batch file. This is the database file for SQLLite.

Do you have a sqlite.db file in your NWN directory?


July 29, 2010, 12:31:34 PM
Reply #11
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi Ken,

It does not create database file :( any ideas?


July 29, 2010, 12:33:48 PM
Reply #12

Open up the batch file and add pause to the end of it. Something is going wrong with it. This will let you see any errors that pop up.

Run the batch file again and tell us of any error you see.
« Last Edit: July 29, 2010, 12:34:33 PM by KenquinnTheInsaneOne »


July 29, 2010, 12:48:40 PM
Reply #13
  • Adept
  • *
  • Posts: 37
  • Karma: +0/-0
    • View Profile
    • www.altharianrenegade.com

Hi Ken,

here is image, it was all fine up until the picture shows.

Thanks
« Last Edit: July 29, 2010, 12:54:06 PM by Moixa »


July 29, 2010, 01:03:17 PM
Reply #14

Quote from: Moixa

Hi Ken,

here is image, it was all fine up until the picture shows.

Thanks


No image.
HEATSTROKE