CoolBetter RotMG Ping Checker - AWS EC2 Ping API

Posts 115 of 31 · Page 1 of 3
Quote Originally Posted by Riigged View Post
Approverino
Oops sorry to run
- Requires java 8+
- in terminal/CMD: java -jar ./pathtoRotmgPingChecker.jar

Also published source on GitHub
Finally someone that knows what they are doing!
Hey. Tried it right now and it doesn't work. Perhaps has to do with the hotfix done a couple of hours ago? Then again a server ping shouldn't have anything to do with in-game updates, right?

Quote Originally Posted by EvilMorty View Post
Hey. Tried it right now and it doesn't work. Perhaps has to do with the hotfix done a couple of hours ago? Then again a server ping shouldn't have anything to do with in-game updates, right?

Make sure you have Java 8+ installed and run, it from the command line. Unlike windows executables they will not automatically open a display window as all information printed in the JVM by System.out.println() will get printed to your OS standard output (command prompt/terminal). Aka you can’t just double click it, it will run in the background and you won’t see info. Make sure you can execute java -version (double dash? Not at my computer rn) then run java -jar .\RotMGPingChecker.jar

I’m sick today and probably won’t be able to check if it’s actuakly broken tonight. Sorry

edit:
just tested, still working fine.
Code:
C:\Users\ruusey>java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

C:\Users\ruusey>java -jar .\RotMGPingChecker.jar
Starting RotMG ping finder - Ruusey
ping for server[USEast] was 549 ms
ping for server[AsiaSouthEast] was 1262 ms
ping for server[USSouth] was 93 ms
ping for server[USSouthWest] was 95 ms
ping for server[USEast2] was 97 ms
ping for server[USNorthWest] was 92 ms
ping for server[AsiaEast] was 931 ms
ping for server[EUSouthWest] was 599 ms
ping for server[USSouth2] was 93 ms
ping for server[EUNorth2] was 604 ms
ping for server[EUSouth] was 111 ms
ping for server[USSouth3] was 95 ms
ping for server[EUWest2] was 524 ms
ping for server[USMidWest] was 217 ms
ping for server[EUWest] was 111 ms
ping for server[USEast3] was 98 ms
ping for server[USWest] was 95 ms
ping for server[USWest3] was 93 ms
ping for server[USMidWest2] was 46 ms
ping for server[EUEast] was 141 ms
ping for server[Australia] was 1325 ms
ping for server[EUNorth] was 137 ms
ping for server[USWest2] was 91 ms
Total runtime [10851]ms
Your best server is {USMidWest2} with ping[46]ms
Hey! I tested it again, and voila, it works out just fine. I don't know why but earlier it showed only the pinging of a single server (EUSW) and it took 9280324 ms. But it worked just fine now, so don't bother checking anything. Get well soon!

Also, could you share the code? I tinkered around with Java a year back and wanted to read some code of a game that means something to me and learn something too.

- - - Updated - - -

Oh. It's all there, I just learned how to access them now.
Quote Originally Posted by EvilMorty View Post
Hey! I tested it again, and voila, it works out just fine. I don't know why but earlier it showed only the pinging of a single server (EUSW) and it took 9280324 ms. But it worked just fine now, so don't bother checking anything. Get well soon!

Also, could you share the code? I tinkered around with Java a year back and wanted to read some code of a game that means something to me and learn something too.
Very much could have been the AWS EC2 ping api down for some reason causing a timeout and or long runtimes, or your own internet connection.
Glad you got it working though. I did mean to update this as i realized i was hitting the ping API twice doing to creating a method to ping a server region and return an int of ping time in ms

Source is available
Quote Originally Posted by ruusey View Post
Also published source on GitHub
C:\Users\yeet>java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

C:\Users\yeet>java -jar .\RotMGPingChecker.jar
Error: Unable to access jarfile .\RotMGPingChecker.jar


How to fix this?
Quote Originally Posted by kalkal125 View Post
C:\Users\yeet>java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

C:\Users\yeet>java -jar .\RotMGPingChecker.jar
Error: Unable to access jarfile .\RotMGPingChecker.jar


How to fix this?
Need to execute java -jar from the directory you downloaded the jar in. Aka if the file is in /downloads/rotmg,
Navigate there, shift right click open command window there then execute. If you put java -jar .\R and press tab cmd will auto fill files in that dir

If you type dir (ls) on Mac/Linux and you don’t see the ping checker jar you aren’t in the right placd
can you make a video how to work this?
Thanks for this , usefull cuz i dont know how to check ping ig
nice ping checker thanks
Posts 115 of 31 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?