-
Novice
-
-
Re: Muemu s6 connection issues
Not sure, but it can have multiple reasons, outside of your emulator, like a software which is trying to connect to MHP randomly or a bad packet. The best thing to do is to take out a MHP Server source code, compile, run it and debug it directly in VS and see when that error comes up. Also, you can add more specific logs in the console so this way you can actually know what's happening.
A few "solutions", which I don't think will work, but you could try them:
Try this. Go to JoinServer and there's should be a config named AllowableIPs.
There it should be this:
Also check the GameServerInfo-Common.dat in GS and GameServerInfo-Common.dat in CS.
I don't think you need to change the IPs, because those should be 127.0.0.1(localhost).
Also, make sure your ports aren't changed in JS, GS, GSCS, DS.
Errors are very difficult to diagnose and debug without having a source code, so anyone who will try to help ya, the help is gonna be limited.