Pintinho, first of all, massive thanks for your awesome project and patience on this thread, you are incredibly helpful.
Using all the latest versions for mysql, appserv etc. The client I am using is 5517
Getting some errors, both when executing loginserver and msgserver that I haven't been able to solve (I am pretty much a noob, but love the steep learning curve). Looks like they are linked and similar to what tiokill experienced recently
Loginserver:
System.Net.Sockets.SocketException (0x80004005): An attempt was made to access a socket in a way forbidden by its access permissions
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at ServerCore.Networking.Sockets.AsynchronousServerSo cket.Bind(String ipAddress, Int32 port) in C:...\ServerCore\Networking\Sockets\Asynchronous Server Socket.cs:line 113
System.Net.Sockets.SocketException (0x80004005): An invalid argument was supplied
at System.Net.Sockets.Socket.Listen(Int32 backlog)
at ServerCore.Networking.Sockets.AsynchronousServerSo cket.Listen(Int32 backlog) in C:...\ServerCore\Networking\Sockets\Asynchronous Server Socket.cs:line 130
- Server is ready for connections...
Msgserver:
Missing packet handler: 0 (Length: 72)
48 00 00 00 FF 6A 04 48 6F 73 74 20 27 44 45 53 4B 54 4F 50 2D 41 30 44 37 44 56 4B 27 20 69 73 20 6E 6F 74 20 61 6C 6C 6F 77 65 64 20 74 6F 20 63 6F 6E 6E 65 63 74 20 74 6F 20 74 68 69 73 20 4D 79 53 51 4C 20 73 65
System.NullReferenceException: Object reference not set to an instance of an object.
at ServerCore.Networking.Sockets.AsynchronousClientSo cket.AnnounceReceive(IAsyncResult result) in C:...\ServerCore\Networking\Sockets\Asynchronous Client Socket.cs:line 278
Any idea how to solve this or what to do next?