1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved OutOfMemoryError

Discussion in 'Developer Support' started by Aidden, Feb 10, 2016.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
  2. Best Answer:
    Post #2 by Cloud, Feb 10, 2016
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Fixed for V1.0.6, it was caused by the streams of resources not being closed properly after being parsed.
     
    Aidden likes this.
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    Well i just got it again when clicking on a bot in the bot list:
    Code (Text):
    1.  
    2. Exception in thread "JavaFX Application Thread" java.lang.OutOfMemoryError: Java
    3.  heap space
    4.         at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:57)
    5.         at java.nio.ByteBuffer.allocate(ByteBuffer.java:335)
    6.         at com.sun.javafx.iio.png.PNGImageLoader2.load(PNGImageLoader2.java:652)
    7.  
    8.         at com.sun.javafx.iio.ImageStorage.loadAll(ImageStorage.java:364)
    9.         at com.sun.javafx.iio.ImageStorage.loadAll(ImageStorage.java:324)
    10.         at com.sun.javafx.tk.quantum.PrismImageLoader2.loadAll(PrismImageLoader2
    11. .java:127)
    12.         at com.sun.javafx.tk.quantum.PrismImageLoader2.<init>(PrismImageLoader2.
    13. java:71)
    14.         at com.sun.javafx.tk.quantum.QuantumToolkit.loadImage(QuantumToolkit.jav
    15. a:720)
    16.         at javafx.scene.image.Image.loadImage(Image.java:1065)
    17.         at javafx.scene.image.Image.initialize(Image.java:807)
    18.         at javafx.scene.image.Image.<init>(Image.java:621)
    19.         at com.sun.javafx.css.StyleManager.getCachedImage(StyleManager.java:770)
    20.  
    21.         at javafx.scene.layout.BackgroundConverter.convert(BackgroundConverter.j
    22. ava:98)
    23.         at javafx.scene.layout.BackgroundConverter.convert(BackgroundConverter.j
    24. ava:43)
    25.         at javafx.scene.CssStyleHelper.lookup(CssStyleHelper.java:968)
    26.         at javafx.scene.CssStyleHelper.transitionToState(CssStyleHelper.java:678
    27. )
    28.         at javafx.scene.Node.impl_processCSS(Node.java:9189)
    29.         at javafx.scene.Parent.impl_processCSS(Parent.java:1249)
    30.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    31.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    32.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    33.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    34.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    35.         at javafx.scene.control.Control.impl_processCSS(Control.java:862)
    36.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    37.         at javafx.scene.Parent.impl_processCSS(Parent.java:1280)
    38.         at javafx.scene.Node.processCSS(Node.java:9056)
    39.         at javafx.scene.Node.processCSS(Node.java:9049)
    40.         at javafx.scene.Node.processCSS(Node.java:9049)
    41.         at javafx.scene.Node.processCSS(Node.java:9049)
    42.         at javafx.scene.Node.processCSS(Node.java:9049)
    43.         at javafx.scene.Node.processCSS(Node.java:9049)
    --- Double Post Merged, Feb 10, 2016, Original Post Date: Feb 10, 2016 ---
    And this one when i tried to start a bot instance
    Code (Text):
    1.  
    2. Exception in thread "MaxiWoodcutter 2.0 - [email protected]" java.lang.Out
    3. OfMemoryError: Java heap space
    4.         at java.util.HashMap.newNode(HashMap.java:1734)
    5.         at java.util.HashMap.putVal(HashMap.java:630)
    6.         at java.util.HashMap.put(HashMap.java:611)
    7.         at nul.IIIIiIiIIIIi.<init>(dkb:227)
    8.         at nul.iiIIIIiIIIiI.<init>(vjb:99)
    9.         at nul.IiiIiIiiIiiI.if(nbb:11)
    10.         at nul.IiiIiIiiIiiI.<init>(nbb:28)
    11.         at nul.IiiIiIiiIiiI.<init>(nbb:105)
    12.         at nul.IIIiiIiIiiiI.run(ycc:232)
     
  5. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Code (Text):
    1. Exception in thread "JavaFX Application Thread" java.lang.OutOfMemoryError: Java heap space
    2.     at com.sun.scenario.animation.shared.TimelineClipCore.visitKeyFrame(TimelineClipCore.java:239)
    3.     at com.sun.scenario.animation.shared.TimelineClipCore.playTo(TimelineClipCore.java:180)
    4.     at javafx.animation.Timeline.impl_playTo(Timeline.java:176)
    5.     at javafx.animation.AnimationAccessorImpl.playTo(AnimationAccessorImpl.java:39)
    6.     at com.sun.scenario.animation.shared.InfiniteClipEnvelope.timePulse(InfiniteClipEnvelope.java:110)
    7.     at javafx.animation.Animation.impl_timePulse(Animation.java:1102)
    8.     at javafx.animation.Animation$1.lambda$timePulse$25(Animation.java:186)
    9.     at javafx.animation.Animation$1$$Lambda$250/10020739.run(Unknown Source)
    10.     at java.security.AccessController.doPrivileged(Native Method)
    11.     at javafx.animation.Animation$1.timePulse(Animation.java:185)
    12.     at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:344)
    13.     at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:267)
    14.     at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:506)
    15.     at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:490)
    16.     at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$404(QuantumToolkit.java:319)
    17.     at com.sun.javafx.tk.quantum.QuantumToolkit$$Lambda$42/30359929.run(Unknown Source)
    18.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    19.     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    20.     at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
    21.     at com.sun.glass.ui.win.WinApplication$$Lambda$38/31208347.run(Unknown Source)
    22.     at java.lang.Thread.run(Thread.java:745)
    23. Exception in thread "Celestial Fisher - blutdeamon" java.lang.OutOfMemoryError: Java heap space
    24.     at nul.iIiIIIiIiIII.enum(hdb:224)
    25.     at nul.iIiIIIiIiIII.int(hdb:256)
    26.     at nul.IIIIiIiIIIIi.<init>(dkb:101)
    27.     at nul.iiIIIIiIIIiI.<init>(vjb:99)
    28.     at nul.IiiIiIiiIiiI.if(nbb:11)
    29.     at nul.IiiIiIiiIiiI.<init>(nbb:28)
    30.     at nul.IiiIiIiiIiiI.<init>(nbb:105)
    31.     at nul.IIIiiIiIiiiI.run(ycc:232)
    32.  
    Same here @Cloud
    I was running a bot, stopped it, then closed the client.
    Opened a new client, and when i ran the bot again the error occured.
     
  6. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124

Share This Page

Loading...