Menu

#1 Hashmap / StringBuilder Error (Game.NewFirewall....)

open
nobody
Game (13)
5
2009-07-10
2009-07-10
No

Game.NewFireWall.updateFirewall(NewFireWall.java) java: 758

Discussion

  • Jobe Microsystems

    • labels: --> Game
     
  • Joe Zisch

    Joe Zisch - 2009-07-10

    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);

     
  • Joe Zisch

    Joe Zisch - 2009-07-10
    • summary: Hashmap Error (Game.NewFirewall....) --> Hashmap / StringBuilder Error (Game.NewFirewall....)
     
  • Joe Zisch

    Joe Zisch - 2009-07-10

    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

     

Log in to post a comment.

MongoDB Logo MongoDB