12-13-2010, 11:29 PM
In rev 1910 before video of behemot, I have these errors (setting used : use media engine).
Code:
Exception in thread "D3D Screen Updater" java.lang.OutOfMemoryError: Java heap space
at sun.java2d.d3d.D3DScreenUpdateManager.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "user_main" java.lang.OutOfMemoryError: Java heap space
at org.objectweb.asm.MethodWriter.visitJumpInsn(Unknown Source)
at jpcsp.Allegrex.compiler.CompilerContext.visitJump(CompilerContext.java:926)
at jpcsp.Allegrex.compiler.CompilerContext.visitJump(CompilerContext.java:921)
at jpcsp.Allegrex.compiler.CodeInstruction.getBranchingOpcodeBranch2L(CodeInstruction.java:338)
at jpcsp.Allegrex.compiler.CodeInstruction.getBranchingOpcode(CodeInstruction.java:404)
at jpcsp.Allegrex.compiler.CodeInstruction.compileBranch(CodeInstruction.java:176)
at jpcsp.Allegrex.compiler.CodeInstruction.compile(CodeInstruction.java:149)
at jpcsp.Allegrex.compiler.CodeBlock.compile(CodeBlock.java:303)
at jpcsp.Allegrex.compiler.CodeBlock.compile(CodeBlock.java:404)
at jpcsp.Allegrex.compiler.CodeBlock.getExecutable(CodeBlock.java:447)
at jpcsp.Allegrex.compiler.Compiler.analyse(Compiler.java:286)
at jpcsp.Allegrex.compiler.Compiler.compile(Compiler.java:341)
at jpcsp.Allegrex.compiler.Compiler.compile(Compiler.java:316)
at jpcsp.Allegrex.compiler.CompilerClassLoader.findClass(CompilerClassLoader.java:50)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at _S1_2_89066A0.s(_S1_2_89066A0.java:104)
at _S1_2_890FD8C.s(_S1_2_890FD8C.java:72)
at _S1_2_89043F0.s(_S1_2_89043F0.java:104)
at _S1_2_88FC010.s(_S1_2_88FC010.java:32)
at _S1_2_884FDAC.s(_S1_2_884FDAC.java:68)
at _S1_2_880AAD8.s(_S1_2_880AAD8.java:60)
at _S1_2_880AAD8.exec(_S1_2_880AAD8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_884CB90.s(_S1_2_884CB90.java:92)
at _S1_2_884CB90.exec(_S1_2_884CB90.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:116)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:195)
at _S1_2_884B5F8.s(_S1_2_884B5F8.java:124)
at _S1_2_8849CEC.s(_S1_2_8849CEC.java:308)
at _S1_2_8806A4C.s(_S1_2_8806A4C.java:88)
Code:
Exception in thread "GUI" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(Unknown Source)
at sun.swing.CachedPainter.paint0(Unknown Source)
at sun.swing.CachedPainter.paint(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkinRaw(Unknown Source)
at com.sun.java.swing.plaf.windows.AnimationController.paintSkin(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsMenuBarUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$SkinPainter.createImage(Unknown Source)
at sun.swing.CachedPainter.paint0(Unknown Source)
at sun.swing.CachedPainter.paint(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkinRaw(Unknown Source)
at com.sun.java.swing.plaf.windows.AnimationController.paintSkin(Unknown Source)
at com.sun.java.swing.plaf.windows.XPStyle$Skin.paintSkin(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsMenuBarUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)