I tried to run this under OpenJDK12 on Ubuntu 18.04 and Robocode 1.9.3.7, and I'm getting a weird error
It's crashing at
|
} while (!processOutput.equals(BattleProcess.READY_SIGNAL)); |
with a NPE, and if I add a
processOutput == null || it hangs on engine initialization forever.
I tried to run this under OpenJDK12 on Ubuntu 18.04 and Robocode 1.9.3.7, and I'm getting a weird error
It's crashing at
RoboRunner/src/robowiki/runner/BattleRunner.java
Line 66 in 83023c9
processOutput == null ||it hangs on engine initialization forever.