You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAUGHT UNHANDLED EXCEPTION IN EVENT THREAD:
java.lang.NumberFormatException: For input string: "53 PM"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:580)
at java.lang.Integer.parseInt(Integer.java:615)
at com.totalcross.BinaryClockTC.SetHours(BinaryClockTC.java:141)
at com.totalcross.BinaryClockTC.initUI(BinaryClockTC.java:66)
at totalcross.ui.MainWindow.startProgram(MainWindow.java:501)
at totalcross.ui.MainWindow._onTimerTick(MainWindow.java:541)
at totalcross.Launcher$WinTimer$1.run(Launcher.java:358)
at totalcross.TCEventThread.privatePumpEvents(TCEventThread.java:59)
at totalcross.TCEventThread.run(TCEventThread.java:33)
The text was updated successfully, but these errors were encountered:
Just run the simulator, this error will appear
The text was updated successfully, but these errors were encountered: