sirjonasxx / G-Earth

Cross-platform Habbo packet manipulator
MIT License
91 stars 47 forks source link

Add PortChecker #92

Closed XePeleato closed 3 years ago

XePeleato commented 3 years ago

This helps troubleshooting in case the proxy port is already being used by another program, where G-Earth silently fails.

Steps to test this

Linux

  1. On a terminal run nc -l 30000 to start a server listening on port 30000
  2. Open G-Earth and click connect
  3. Boom Screenshot from 2021-07-30 23-41-34

Windows

  1. Start a server on port 30000. I tried nc with MobaXterm and it didn't work, so I ended up coding a simple one.
  2. Open G-Earth and click connect
  3. [Insert same screenshot but in Windows, it should work...]

macOS

I don't have any macOS machine I can use right now, so it will just not work on mac by now.

sirjonasxx commented 3 years ago

epic one