Cast Server Problem

04/27/2010 06:18 xfactorbowler#1
Console\Reader.cpp, Line: 65

server specs, 64 bit/8gig ram
Windows server 2003 R2 standard 64x edition

everytime i startup the cast it crashes out an gives the error above. Seen a few post in search but it was really never answered on what could cause this.
04/27/2010 06:25 daddycool.#2
Can you post a screenshot of your debugger when this error come?

sometimes my cast server goes crazy and close when loading,
and I have note that in some cases, running the script in SN.txt
he returned to work (weird!), in other cases it was interference
of other programs.

SN Script (2nd part):

Code:
USE [Master];
GO

EXEC sp_serveroption 'LSV_GHBILL','rpc out','true' 
EXEC sp_serveroption 'LSV_GHBILL','rpc','true' 
EXEC sp_serveroption 'LSV_DKRACNT','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRACNT','rpc','true' 
EXEC sp_serveroption 'DKRCASH','rpc out','true' 
EXEC sp_serveroption 'DKRCASH','rpc','true' 
EXEC sp_serveroption 'LSV_DKRHELION','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRHELION','rpc','true' 
EXEC sp_serveroption 'LSV_DKRNUNVICE','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRNUNVICE','rpc','true' 
EXEC sp_serveroption 'LSV_DKRQUNE','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRQUNE','rpc','true' 
EXEC sp_serveroption 'LSV_DKRRONDOW','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRRONDOW','rpc','true' 
EXEC sp_serveroption 'LSV_DKRSIZ','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRSIZ','rpc','true' 
EXEC sp_serveroption 'LSV_DKRTEST','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRTEST','rpc','true' 
EXEC sp_serveroption 'LSV_DKRZUTO','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRZUTO','rpc','true' 
EXEC sp_serveroption 'LSV_DKRSTA','rpc out','true' 
EXEC sp_serveroption 'LSV_DKRSTA','rpc','true' 
EXEC sp_serveroption 'DKRACCOUNT01','rpc out','true' 
EXEC sp_serveroption 'DKRACCOUNT01','rpc','true'
04/27/2010 08:50 pieter#3
the error info is above that line.

post a screenshot of dbmon :)
04/27/2010 15:21 xfactorbowler#4
thats just it, theres no info above that line it's just that error, which i have never seen before.

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]
04/27/2010 23:05 naruto820#5
From what I've seen that problem happened to me when I was trying to run server on a vps with 2GB ram, and most of the ram was used up with otehr programs and there wasnt enough ram to run cast server. However that should not be the case for you since u have 8 GB ram. The second time that happened to me was when I tried running 2 instances of cast server on same pc.
04/27/2010 23:08 xfactorbowler#6
geh startin to be a hassle ive tried everything different cast servers the whole works an nothin seems to be fixing it.
04/27/2010 23:17 naruto820#7
check the config file and everything else to make sure it is done properly, also try restarting your dedicated if you haven't
04/27/2010 23:22 xfactorbowler#8
I've got it working now, seems there was ; missing at the top of config.ini for cast server.

this post can also be closed it's no longer needed.
04/28/2010 15:18 ~Kakkarot~#9
#closed