Can't connect on my localhost server

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

Moderator: Support Team

Can't connect on my localhost server

Postby Nerull » Tue Sep 29, 2015 9:39 pm

hi, as the title, i'm stucked @ char creation, unable to play / change realm after i log in :|

http://postimg.org/image/b6v1fab15/

Image
Storm:
Shadow Warriors
Olidammara ~ Skald 50 3Lx
Vecna ~ Bonedancer 50 2Lx
Nerull ~ Valewalker 50 2Lx
User avatar
Nerull
DOL Apprentice
 
Posts: 33
Joined: Thu Jan 31, 2008 11:21 am
Location: Brescia, Italy

Re: Can't connect on my localhost server

Postby HunabKu » Wed Sep 30, 2015 5:18 am

Please setup language to EN an copy-paste agains the error log.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Can't connect on my localhost server

Postby Nerull » Wed Sep 30, 2015 1:41 pm

First row (38) -> Sysetem.NullReferenceException: reference to an object not located on an object istance

[RegionAction.cs] GameObject actionSource
Code: Select all
public RegionAction(GameObject actionSource) : base(actionSource.CurrentRegion.TimeManager) <----- { if (actionSource == null) throw new ArgumentNullException("actionSource"); m_actionSource = actionSource; }

[WorldInitRequestHandler.cs] GamePlayer actionSource
Code: Select all
public WorldInitAction(GamePlayer actionSource) : base(actionSource) <------ { }
[WorldInitRequestHandler.HandlerPacket] (GameClient client, GSPacketIn packet)
Code: Select all
public void HandlePacket(GameClient client, GSPacketIn packet) { if (client == null || client.Player == null) return; client.UdpConfirm = false; new WorldInitAction(client.Player).Start(1); <---------- }

[PacketProcessor.cs]
Code: Select all
#if LOGACTIVESTACKS //Put the current thread into the active thread list! //No need to lock the hashtable since we created it //synchronized! One reader, multiple writers supported! m_activePacketThreads.Add(Thread.CurrentThread, m_client); #endif long start = Environment.TickCount; try { packetHandler.HandlePacket(m_client, packet); <--------- } catch (Exception e) { if (log.IsErrorEnabled) { string client = (m_client == null ? "null" : m_client.ToString()); log.Error( "Error while processing packet (handler=" + packetHandler.GetType().FullName + " client: " + client + ")", e); } }
Sorry, but I'm kinda new with this :|
Storm:
Shadow Warriors
Olidammara ~ Skald 50 3Lx
Vecna ~ Bonedancer 50 2Lx
Nerull ~ Valewalker 50 2Lx
User avatar
Nerull
DOL Apprentice
 
Posts: 33
Joined: Thu Jan 31, 2008 11:21 am
Location: Brescia, Italy

Re: Can't connect on my localhost server

Postby HunabKu » Wed Sep 30, 2015 4:15 pm

We need the same 1rst post picture but in english to help you.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Can't connect on my localhost server

Postby Nerull » Wed Sep 30, 2015 4:21 pm

can't find whr to change the language, i set everything eng O.o
Storm:
Shadow Warriors
Olidammara ~ Skald 50 3Lx
Vecna ~ Bonedancer 50 2Lx
Nerull ~ Valewalker 50 2Lx
User avatar
Nerull
DOL Apprentice
 
Posts: 33
Joined: Thu Jan 31, 2008 11:21 am
Location: Brescia, Italy

Re: Can't connect on my localhost server

Postby HunabKu » Wed Sep 30, 2015 4:35 pm

1. Launch DOLConfig.exe
2. On serverrules tab, search "lang"
3. Change the "IT" value(s) to "EN"
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Can't connect on my localhost server

Postby Leodagan » Thu Oct 01, 2015 11:17 am

No it's not a server translated error it's a .NET framework translated error...

I have no idea where to change that but it's somewhere in "Windows"

Your error is pretty weird could you provide a 1.104 Game.DLL so it can be reproduced ?

client.Player is supposedly tested against "null" reference just some lines before...

It looks like Player don't have a region already...
User avatar
Leodagan
Developer
 
Posts: 1350
Joined: Tue May 01, 2012 9:30 am
Website: https://daoc.freyad.net
Location: Lyon

Re: Can't connect on my localhost server

Postby Nerull » Thu Oct 01, 2015 3:42 pm

Storm:
Shadow Warriors
Olidammara ~ Skald 50 3Lx
Vecna ~ Bonedancer 50 2Lx
Nerull ~ Valewalker 50 2Lx
User avatar
Nerull
DOL Apprentice
 
Posts: 33
Joined: Thu Jan 31, 2008 11:21 am
Location: Brescia, Italy

Re: Can't connect on my localhost server

Postby LDead » Thu Nov 05, 2015 1:49 am

Image

Fresh server with no code modifications. Created a character and tried logging in.
LDead
DOL Guest
 
Posts: 1
Joined: Thu Nov 05, 2015 1:46 am


Return to “%s” Support

Who is online

Users browsing this forum: Bing [Bot] and 1 guest