lsa-pucrs / mas-pc-pucrs-2016

Repository for the 2016 MAS programming contest: https://multiagentcontest.org/
2 stars 1 forks source link

Bug - Unknown #63

Closed rafaelcaue closed 8 years ago

rafaelcaue commented 8 years ago

Happens at the start of the first round, after the match begins, but before the first step. No idea what is causing it atm.

java.lang.NullPointerException at massim.competition2015.monitor.GraphMonitor.parseXML(GraphMonitor.java:1040) at massim.competition2015.monitor.GraphMonitor.run(GraphMonitor.java:1208) at java.lang.Thread.run(Thread.java:745)

rafaelcaue commented 8 years ago

Apparently it had something to do with the post job actions. Closing it for now.