• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.51.1] Server Launcher Odd Crash

Status
Not open for further replies.
J

jianmingyong

Guest
Describe the bug you experienced here (This is only for bugs with the launcher or server software. Report bugs with the game in the main bugs forum here)

What I expected to happen:
Don't crash?

What actually happened:
The server launcher suddenly crash. Like the one in the Pokémon 3D launcher...

Steps to reproduce:
Might be just once in a lifetime but it might happen to others as well.
Happen Twice now!

Code:
System.ArgumentException was unhandled
Message: An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

Stack Trace:
mscorlib.dll     System.Collections.Generic.List<System.__Canon>.RemoveAt(int index)   Unknown
Pokemon3DServer.exe   net.Pokemon3D.Server.Servers.ClientConnection.InternalSendingQueue()   Unknown
mscorlib.dll     System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)   Unknown
mscorlib.dll     System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)   Unknown
mscorlib.dll     System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)   Unknown
mscorlib.dll     System.Threading.ThreadHelper.ThreadStart()   Unknown
 
Last edited by a moderator:
J

jianmingyong

Guest
Managed to get some more stack trace this time before it closes automatically.
 
Status
Not open for further replies.
Top