chrsmithdemos / open-ig

Automatically exported from code.google.com/p/open-ig
0 stars 0 forks source link

Crash F6 #878

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Game version: 0.95.179

Operating System: Windows 7 64-bit

Java runtime version: 7 update 67 (build 1.7.0_67-b01)

Installed using the Launcher? yes

Game language (en, hu, de): hu

What steps will reproduce the problem?
1. When I have to conquer the 5 Garthog planet stage.
2. I pushed F4 then F5 then F6
3. Crashed.

Please provide any additional information below.
An unexpected error occurred.
You should consider submitting an error report via the project issue list:
https://code.google.com/p/open-ig/issues/list
Please include the following diagnostic information followed by the error 
stacktrace(s):
   Java version: 1.7.0_67
   Java vendor: Oracle Corporation (http://java.oracle.com/)
   Java class version: 51.0
   Operating system: Windows 7, x86, 6.1
   Game version: 0.95.179
   Command line: [-memonce, -hu]
   Available memory: 2 MB
   Maximum memory: 742 MB
   Parallelism: 8
   Language: hu
   Date and time: 2014-08-18T01:53:01.478Z
----
A crash save may have been created. Please attach it in the issue report 
(zipped).
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 hu.openig.screen.TechnologyVideoRenderer.prepare(TechnologyVideoRenderer.java:126)
    at hu.openig.screen.TechnologyVideoRenderer$1.run(TechnologyVideoRenderer.java:68)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Exception in thread "TimerQueue" java.lang.OutOfMemoryError: Java heap space
    at java.awt.EventQueue.invokeLater(Unknown Source)
    at javax.swing.SwingUtilities.invokeLater(Unknown Source)
    at javax.swing.Timer$1.run(Unknown Source)
    at javax.swing.Timer$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.swing.Timer.post(Unknown Source)
    at javax.swing.TimerQueue.run(Unknown Source)
    at java.lang.Thread.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.GraphicsConfiguration.createCompatibleImage(Unknown Source)
    at java.awt.GraphicsConfiguration.createCompatibleImage(Unknown Source)
    at sun.awt.image.SunVolatileImage.getBackupImage(Unknown Source)
    at sun.awt.image.VolatileSurfaceManager.getBackupSurface(Unknown Source)
    at sun.awt.image.VolatileSurfaceManager.validate(Unknown Source)
    at sun.awt.image.SunVolatileImage.validate(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
    at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
    at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
    at java.awt.Container.paint(Unknown Source)
    at java.awt.Window.paint(Unknown Source)
    at javax.swing.RepaintManager$3.run(Unknown Source)
    at javax.swing.RepaintManager$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.access$1100(Unknown Source)
    at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
java.lang.OutOfMemoryError: Java heap space
    at java.lang.Double.toString(Unknown Source)
    at java.lang.Double.toString(Unknown Source)
    at java.lang.String.valueOf(Unknown Source)
    at hu.openig.utils.XElement.set(XElement.java:561)
    at hu.openig.model.World.saveState(World.java:1254)
    at hu.openig.GameWindow.saveWorld(GameWindow.java:1278)
    at hu.openig.Startup$2.invoke(Startup.java:87)
    at hu.openig.Startup$2.invoke(Startup.java:1)
    at hu.openig.utils.ConsoleWatcher$5.crashSave(ConsoleWatcher.java:221)
    at hu.openig.utils.ConsoleWatcher$5.run(ConsoleWatcher.java:207)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(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
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
java.lang.OutOfMemoryError: Java heap space

Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap 
space

Original issue reported on code.google.com by pesip...@gmail.com on 18 Aug 2014 at 1:58

GoogleCodeExporter commented 9 years ago
Could you try and run the game with 1024 MB memory? You can set this in the 
launcher under other options/run settings.

Original comment by akarn...@gmail.com on 18 Aug 2014 at 7:42

GoogleCodeExporter commented 9 years ago
Worked.

Original comment by pesip...@gmail.com on 21 Aug 2014 at 5:34

GoogleCodeExporter commented 9 years ago
It was caused by a memory leak in the Trade screen when quitting to the main 
menu and loading a new save.

Original comment by akarn...@gmail.com on 25 Aug 2014 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by akarn...@gmail.com on 25 Aug 2014 at 12:41