DarkMultiPlayer Client

DarkMultiPlayer Client

38.8k Downloads

Connection Failed: error handling SPLIT_MESSAGE message | Disconnected from non-DMP server

Xinayder opened this issue ยท 5 comments

commented

[14:07] [DMPUser_788] hi, love your server software but we're getting an error... disconnected cannot access a disposed object... also occasionally getting an error that says cannot connect to a non dmp server... any ideas? everything was working last night
<><><><><>
[14:16] [DMPUser_051] hi, we set up this server / client system the other day, and everything worked fine..then we slowly added mods that we had been using on the KMP system (5 adds so far) and it seems that 2 of us can connect but then it starts giving errors for others who try any idea? the errors are: Connection fail: error handling SPLIT_MESSAGE Message and today's : Disconnecting from a non DMP server (that is running DMP)

commented

This happens when a protocol 4 DMP (dev) talks to a protocol 3 DMP (release). I send a connection end from the server which is incorrect, I need to instantly disconnect the client and handle it server side.

commented

*client...

commented

Reopening - I need to handle a protocol mismatch correctly ;)

commented

Fixed via 4aa7cf1

commented

The following opens/closes will be from testing my IRC bot.