The console error log:
Exception in thread "Computer - 900.800.7.006" java.lang.OutOfMemoryError: Java
heap space
at sun.misc.FloatingDecimal.dtoa(Unknown Source)
at sun.misc.FloatingDecimal.<init>(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at Game.NewFireWall.updateFirewall_$jrat(NewFireWall.java:758)
at Game.NewFireWall.updateFirewall(NewFireWall.java)
at Game.Computer$loadSaveTask.execute_$jrat(Computer.java:5472)
at Game.Computer$loadSaveTask.execute(Computer.java)
at Game.Computer.run_$jrat(Computer.java:1987)
at Game.Computer.run(Computer.java)
at java.lang.Thread.run(Unknown Source)
The line of code:
758: content.put("ftp_damage_modifier", "" + baseDamageModifier);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error seems to have been caused by converting Ali's firewalls the the new type. After we imported a newer DB, I have been unable to replicate this
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The console error log:
Exception in thread "Computer - 900.800.7.006" java.lang.OutOfMemoryError: Java
heap space
at sun.misc.FloatingDecimal.dtoa(Unknown Source)
at sun.misc.FloatingDecimal.<init>(Unknown Source)
at java.lang.AbstractStringBuilder.append(Unknown Source)
at java.lang.StringBuilder.append(Unknown Source)
at Game.NewFireWall.updateFirewall_$jrat(NewFireWall.java:758)
at Game.NewFireWall.updateFirewall(NewFireWall.java)
at Game.Computer$loadSaveTask.execute_$jrat(Computer.java:5472)
at Game.Computer$loadSaveTask.execute(Computer.java)
at Game.Computer.run_$jrat(Computer.java:1987)
at Game.Computer.run(Computer.java)
at java.lang.Thread.run(Unknown Source)
The line of code:
758: content.put("ftp_damage_modifier", "" + baseDamageModifier);
This error seems to have been caused by converting Ali's firewalls the the new type. After we imported a newer DB, I have been unable to replicate this