Hi,
I'm designing a server and client with DarkNET, but even with this small code:
mn Start 1, 2
mn Set Local 0, "192.168.178.44", 5555, "192.168.178.44", 5555
mn Start Server 0, 512, 10, 2
RecvPacket = mn Create Packet()
SendPacket = mn Create Packet()
mn Set Memory Size RecvPacket, 1024
mn Set Memory Size SendPacket, 2560
Wait Key
I get an error stating "An error occurred in mnGetInt whilst getting data from a packet. The end of the packet was reached before all data could be extracted from the packet."
As you can see, I have absolutely no code whatsoever that uses "mn Get Int".
Can anybody explain?
Thanks,
Jeff
EDIT: After a reboot, it worked. But for how long...?
EDIT2: Still some weird things. I think something/someone is sending packages to my pc?