Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 21:22

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP] session not working

Discussion on [HELP] session not working within the Dekaron Private Server forum part of the Dekaron category.

Closed Thread
 
Old 11/21/2009, 10:10   #16
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,450
Received Thanks: 833
About my PC:

I have:
1 GB ram
320GB HD
Single core CPU, 3GHZ
NVidia 6600LE 128MB vRAM

I set pagefile size to 8GB and I can run server + dual client + utorrent + xampp + kaspersky2009 + winamp at the same time. I use 5GB of ram, that's what it says in the task manager...
Ofc it lags a bit, but I can run it all. You don't need 8GB ram or octa-core CPU... all that **** is just for showing off only. And for assassin's creed. I might get a new pc for assassin's creed.
Zombe is offline  
Old 11/21/2009, 11:11   #17
 
elite*gold: 0
Join Date: Oct 2009
Posts: 40
Received Thanks: 20
Solutions.

I think, you didn't install the "SQL2000 service pack 4" setup it.
and you need check in C:W, There have folder name "SQL4S#" click here. next, "setup.bat" click.
Almost session server error is occured from this proplem.
Also, you must be your anti virus program off.
DK-SeaON is offline  
Old 11/21/2009, 11:28   #18
 
scrream's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 348
Received Thanks: 31
Quote:
Originally Posted by DK-SeaON View Post
I think, you didn't install the "SQL2000 service pack 4" setup it.
and you need check in C:W, There have folder name "SQL4S#" click here. next, "setup.bat" click.
Almost session server error is occured from this proplem.
Also, you must be your anti virus program off.
OMG how many times must i say I HAVE INSTALLED cp4. my anti virus is off.
scrream is offline  
Old 11/21/2009, 11:34   #19
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,450
Received Thanks: 833
Quote:
Originally Posted by scrream View Post
my anti virus is off.
And that is stupid. Youll get a virus in around 2 days.
You could just add the server to exceptions, but nooo, you have tu turn it off cpmpletely... If you tell me ur IP then I will show how unwise it is to turn off ur AV and leave a port open from something like the cast server.
Zombe is offline  
Old 11/21/2009, 11:38   #20
 
scrream's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 348
Received Thanks: 31
i installed SQl on my main comp with SP4 for SQL.
i followed the steps to restore data base(i did run the SN)
it all went fine
i changed all the ips and usernames and passwords in the cofig folders

and with a
Intel(R) Core(TM)2 CPU
E7400 @ 2.80GHz
2.80 GHz, 2.00GB or RAM
7600GT graphics card

i still get the same blody error
so its not the ram or anything like that

any1 have any ideas?
scrream is offline  
Old 11/21/2009, 18:03   #21
 
elite*gold: 0
Join Date: Jul 2009
Posts: 91
Received Thanks: 5
Which server files are you using?
firefox1985 is offline  
Old 11/21/2009, 19:53   #22
 
scrream's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 348
Received Thanks: 31
dk vetrens
scrream is offline  
Old 11/22/2009, 00:18   #23
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
have u query this? about your error i think no ...

Code:
EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={S QL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQ L Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'

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'
Nosferatu. is offline  
Old 11/22/2009, 15:57   #24
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
Quote:
Originally Posted by scrream View Post
OMG are you stupi? thats the SN. and i have said a number of times that i have run it. please read the full posts before you post.

What??? Buy a "Computer" or Sevrer for you Dekaron Server , your Atari is to low to run Dekaron Server, omg... this was the answer about your "stupid".

About your SN? Your Really? u have link it, look at the **** error message what can u see ? Sure.

EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'



Help urself.
Nosferatu. is offline  
Old 11/22/2009, 16:44   #25
 
scrream's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 348
Received Thanks: 31
Quote:
Originally Posted by darnus84 View Post
What??? Buy a "Computer" or Sevrer for you Dekaron Server , your Atari is to low to run Dekaron Server, omg... this was the answer about your "stupid".

About your SN? Your Really? u have link it, look at the **** error message what can u see ? Sure.

EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'



Help urself.
haha
first of all i ran it on my main comp which can more than handle the server.
2nd if i didnt run the sn you think maybe the Cast Server, Login Server, Msg Server and Game Server would come up with that same error but they dont.

so the sn was run the ps and user name were right and the ip was right so i gues your a stupid fool.

dont bother trying to argue with me i no what iv done and maybe you should complain to some one who cares cuz i really couldn't give a donkey
scrream is offline  
Old 11/22/2009, 16:55   #26
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
Quote:
Originally Posted by scrream View Post
haha
first of all i ran it on my main comp which can more than handle the server.
2nd if i didnt run the sn you think maybe the Cast Server, Login Server, Msg Server and Game Server would come up with that same error but they dont.

so the sn was run the ps and user name were right and the ip was right so i gues your a stupid fool.

dont bother trying to argue with me i no what iv done and maybe you should complain to some one who cares cuz i really couldn't give a donkey


:Reported

Dude learn to handle with users, When u are the first one why you cant install A Simple Server. rofl.

I have to go offline im sou lauging about you ...
Nosferatu. is offline  
Old 11/22/2009, 17:34   #27
 
scrream's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 348
Received Thanks: 31
I solved my problem.

*Request to close Topic*
scrream is offline  
Old 11/22/2009, 23:11   #28
 
elite*gold: 0
Join Date: Nov 2009
Posts: 142
Received Thanks: 9
I think u need about 2gb ram to run a server properly... With 1 gb u can run it ( i think idk) but u cant play on it because of massive lags... I got 2gb ram and i run it with minor laging.
Dr Green is offline  
Old 11/23/2009, 11:41   #29
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
Quote:
Originally Posted by DrOctopus View Post
I think u need about 2gb ram to run a server properly... With 1 gb u can run it ( i think idk) but u cant play on it because of massive lags... I got 2gb ram and i run it with minor laging.
200 mb for Windows XP and 1000 MB for Dekaron is okay.
Nosferatu. is offline  
Old 11/23/2009, 12:42   #30
 
elite*gold: 0
Join Date: Aug 2008
Posts: 8,097
Received Thanks: 3,355
#Closed

on user's request
trane. is offline  
Closed Thread


Similar Threads Similar Threads
Was ist Session ID? *g*
09/23/2011 - Browsergames - 8 Replies
Hey Com :) habe mir grade den UDObot für Darkorbit gedownloadet ^^ und nun weiss ich nicht was ne Session ID ist :P Könnt ihr mir bitte kurz erklären wass es ist und wo ich die ID finde? :) Währe total lieb von euch :> lg .nekoli
[S] PC der 24/7 an ist [B] Honorbuddy Session
08/27/2010 - World of Warcraft Trading - 2 Replies
Hallo, ich suche jemand, dessen PC 24/7 an ist. Auf diesem PC möchte ich meinen Charakter von Stufe 50 bis 80 mit Honorbuddy botten. Als Gegenleistung biete ich euch eine HB Session. Genaurer Infos gibts via ICQ oder PM. PS: Anfragen wie, ich muss mal mit meiner Mutter reden obs okay ist wenn mein PC an ist, werden erst gar nicht gelesen. Cya, Psychoduke.
Session Problem
07/16/2010 - Dekaron Private Server - 6 Replies
Hello Guys, i have one problem with Session. When i start server dekaron the session will close alone. anyone can help me found the error? Tnks
[HELP] Session Server
07/14/2009 - Dekaron Private Server - 12 Replies
Hi all... I'm having a problem when I try to start my server. This is what happens: I start-up my cast server, then I start up my log-in server, then I start up my messenger server and then I start up my session server... Everything goes well untill I get to the session server. This is the whole log I get when the session server crashes: CastServer Started Japan GameChu Login module loading Fail... <------------- Login Server Started ------------>



All times are GMT +2. The time now is 21:22.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.