
Originally Posted by
RainbowShaak
Try it but get the error Lp_error and in log of MissionServer is empty.
You need to use the original files from the zip provided in the first post, other than that it all works for me here so your problem may be else where.
If you look in the hex editor you should see your IP there, so for example if your IP was 222.222.222.10, it will be in the hex editor 222.222.222.0 the last number will always be 0 but you don't need to type 0, the application will convert it automatically, just copy and paste you real IP there when it asks you.
Make sure what your IP is by doing a wget:
Code:
wget -O - -q http://checkip.amazonaws.com
if you're doing it locally, you can either use "ipconfig" or "ip addr show"
You might want to disable IPv6 to avoid issues with it.