rafi1212122 / BLHX.Server

A private server implementation for the obscene ship game
40 stars 13 forks source link

Client connects then disconnect, System.NullReferenceException on System.Net.Sockets.TcpClient.Client.get #2

Closed raphaeIl closed 7 months ago

raphaeIl commented 7 months ago

My client seems to disconnect right after it connects, image

GameServer throws System.NullReferenceException: on (IPEndPoint)tcpClient.Client.RemoteEndPoint! in Connection.cs `System.NullReferenceException: 'Object reference not set to an instance of an object.'

System.Net.Sockets.TcpClient.Client.get returned null.` image

Using BlueStacks emulator NA Azurlane Client frida command ran: frida -U "Azur Lane" -l azurlane.js --realm=emulated changed SERVER_ADDRESS in azurlane.js to my local ip, so: 10.0.0.123

raphaeIl commented 7 months ago

resolved: redownload repo