Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamebug #1114

Closed
sershil1 opened this issue Jan 13, 2024 · 1 comment
Closed

Gamebug #1114

sershil1 opened this issue Jan 13, 2024 · 1 comment

Comments

@sershil1
Copy link

An unexpected error occurred.
You should consider submitting an error report via the project issue list:
https://github.com/akarnokd/open-ig/issues
Please include the following diagnostic information followed by the error stacktrace(s):
Java version: 1.8.0_391
Java vendor: Oracle Corporation (http://java.oracle.com/)
Java class version: 52.0
Operating system: Windows 11, amd64, 10.0
Game version: 0.95.242
Command line: [-memonce, -en]
Available memory: 95 MB
Maximum memory: 740 MB
Parallelism: 20
Language: en
Date and time: 2024-01-13T07:36:24.980Z

A crash save may have been created. Please attach it in the issue report (zipped).
C:\Users\sersh\Downloads\Open-IG-0.95.X\save\default\save-2024-01-13-10-36-25-072.xml.gz
Exception in thread "TimerQueue" java.lang.OutOfMemoryError: Java heap space

java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.locks.ReentrantLock$Sync.newCondition(Unknown Source)
at java.util.concurrent.locks.ReentrantLock.newCondition(Unknown Source)
at javax.swing.TimerQueue.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.lang.OutOfMemoryError: Java heap space
at java.lang.StringBuilder.toString(Unknown Source)
at java.util.ResourceBundle$Control.toBundleName(Unknown Source)
at sun.util.resources.LocaleData$LocaleDataResourceBundleControl.toBundleName(Unknown Source)
at java.util.ResourceBundle$Control.newBundle(Unknown Source)
at java.util.ResourceBundle.loadBundle(Unknown Source)
at java.util.ResourceBundle.findBundle(Unknown Source)
at java.util.ResourceBundle.findBundle(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at sun.util.resources.LocaleData$1.run(Unknown Source)
at sun.util.resources.LocaleData$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.util.resources.LocaleData.getBundle(Unknown Source)
at sun.util.resources.LocaleData.getNumberFormatData(Unknown Source)
at sun.util.locale.provider.LocaleResources.getDecimalFormatSymbolsData(Unknown Source)
at java.text.DecimalFormatSymbols.initialize(Unknown Source)
at java.text.DecimalFormatSymbols.(Unknown Source)
at sun.util.locale.provider.DecimalFormatSymbolsProviderImpl.getInstance(Unknown Source)
at java.text.DecimalFormatSymbols.getInstance(Unknown Source)
at java.util.Formatter.getZero(Unknown Source)
at java.util.Formatter.(Unknown Source)
at java.util.Formatter.(Unknown Source)
at java.lang.String.format(Unknown Source)
at hu.openig.utils.XElement.toStringRep(XElement.java:554)
at hu.openig.utils.XElement.toStringRep(XElement.java:548)
at hu.openig.utils.XElement.toStringRep(XElement.java:548)
at hu.openig.utils.XElement.save(XElement.java:657)
at hu.openig.utils.XElement.save(XElement.java:643)
at hu.openig.GameWindow.save(GameWindow.java:1353)
at hu.openig.GameWindow$10.call(GameWindow.java:1317)
at hu.openig.GameWindow$10.call(GameWindow.java:1)
at java.util.concurrent.FutureTask.run(Unknown Source)

@akarnokd
Copy link
Owner

In the Launcher, go to Other Options > Run Settings and specify the memory to be 1024

image

image

@akarnokd akarnokd closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants