magmaOffenburg / RoboViz

Monitor and visualization tool for the RoboCup 3D Soccer Simulation League
Apache License 2.0
51 stars 17 forks source link

Log player occasionally hangs when playing logs with drawing commands #78

Closed pmacalpine closed 8 years ago

pmacalpine commented 8 years ago

This bug is happening because Swing is not thread safe and so things can get locked up when updating the value of a slider. I thought this issue had been accounted for when drawing commands were added to roboviz logs, but there was an error in the logic for determining that the log file had draw commands.