The game is closed.

For any problems with Dawn of Light website or game server, please direct questions and problems here.

Moderator: Support Team

The game is closed.

Postby beeblebrox » Wed May 28, 2008 6:16 pm

So, seemingly at random, when I try to connect to my server ("House of Beeble" on DAoC Portal), I get the "The game is closed" message. Looking at my "start DoLServer" window shows no errors or anything, yet I (or others) cannot connect. If I EXIT and restart the server, everything is fine... for a while.

Any ideas? Or, better yet, where can I look for an error log of some kind?
beeblebrox
DOL Initiate
 
Posts: 22
Joined: Tue May 13, 2008 2:36 pm

Re: The game is closed.

Postby stealth215 » Wed May 28, 2008 6:30 pm

Image
Batlas: ...180982168721657816182761875612765127652176512762576576576^17867
Stealth215: i believe the proper term for that is a kajillion
Batlas: Thread winnar!
Stealth215 yay me!
User avatar
stealth215
Inactive Staff Member
 
Posts: 1113
Joined: Mon Nov 06, 2006 3:29 pm
Location: Milwaukee, Wisconsin

Re: The game is closed.

Postby beeblebrox » Wed May 28, 2008 6:59 pm

Nope. The only new script added is the one to auto-update the DAoC Portal. I could remove that...
beeblebrox
DOL Initiate
 
Posts: 22
Joined: Tue May 13, 2008 2:36 pm

Re: The game is closed.

Postby beeblebrox » Wed May 28, 2008 11:23 pm

I removed everything except Auto.cs, buffbot5.cs, and the 'porter scripts I have (one for each realm). Not it, the problem still happens.

The firewall service isn't even installed (this is a virtualized Windows Server with plenty of RAM and HD space).

I can run my WoW shard just fine on this setup, no issues. When I turn that off and go DAoC, though, I eventually get the "Game closed" message.

Any other places to look?
beeblebrox
DOL Initiate
 
Posts: 22
Joined: Tue May 13, 2008 2:36 pm

Re: The game is closed.

Postby DOLBot » Thu May 29, 2008 5:42 am

Hi,

I was the original poster and for a while i had no problems. Yesterday however I started getting this message again.

The server is working fine but then the game closed message prevents people logging in, this includes me lol.

back to square one :(

Isus
User avatar
DOLBot
DOL Bot
 
Posts: 1933
Joined: Sat Jan 08, 2011 1:23 pm

Re: The game is closed.

Postby Tiv » Thu May 29, 2008 6:42 am

in DOL server console check this:
Code: Select all
/code print(GameServer.Instance.ServerStatus);
i'm sure i recieve GSS_Closed

so.. i think problem in strange code in GameClient
Code: Select all
...
public override void OnConnect()
{
if (ServerProperties.Properties.ALLOW_DUAL_LOGINS == false)
...
GameServer.Instance.Close();
...
i'm not sure why on multiple login from one IP server must close connection status if in properties setted ALLOW_DUAL_LOGINS = false

so.. for not fixed code just set ALLOW_DUAL_LOGINS = TRUE in serverproperties
it allow multiple logins from one IP, but not closing server
Tiv
Inactive Staff Member
 
Posts: 243
Joined: Fri Aug 20, 2004 7:29 am

Re: The game is closed.

Postby Tiv » Thu May 29, 2008 6:53 am

p.s. for me more logic will be remove this code from GameClient.OnConnect to AbstractServerRules.IsAllowedToConnect
Tiv
Inactive Staff Member
 
Posts: 243
Joined: Fri Aug 20, 2004 7:29 am

Re: The game is closed.

Postby Etaew » Thu May 29, 2008 8:41 am

Yes, it would make sense to move it Tiv, but I'm not going to do that, instead I'll fix the bug by replacing GameServer.Instance.Close() with OnDisconnect(); which will disconnect the client.
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: The game is closed.

Postby beeblebrox » Thu May 29, 2008 2:25 pm

I get the same "Closed" status with that /print command. Nifty.

So if I want to change the GameClient.cs line, can I just drop the modded GameClient.cs into my Scripts folder, or do I need to recompile?
beeblebrox
DOL Initiate
 
Posts: 22
Joined: Tue May 13, 2008 2:36 pm

Re: The game is closed.

Postby beeblebrox » Thu May 29, 2008 2:56 pm

And, would it simply change from GameServer.Instance.Close(); to OnDisconnect();, or does it need to be GameServer.OnDisconnect();?
beeblebrox
DOL Initiate
 
Posts: 22
Joined: Tue May 13, 2008 2:36 pm

Re: The game is closed.

Postby Etaew » Thu May 29, 2008 3:52 pm

OnDisconnect() is fine
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England


Return to “%s” Support

Who is online

Users browsing this forum: No registered users and 1 guest