akarnokd / open-ig

Free & open-source reimplementation of Imperium Galactica. Download the Installer below the file list!
GNU Lesser General Public License v3.0
252 stars 57 forks source link

Crash At level 5 when saved #1149

Closed MK-coder-bit closed 3 months ago

MK-coder-bit commented 3 months ago

Hi! This is the error msg i received when crashed at level 5 cant save. HELP? ![Uploading IG Crash Save.jpg…]()

akarnokd commented 3 months ago

Could you please reupload the crash image?

MK-coder-bit commented 3 months ago

Yes this is the error msg~ then just hang there~ 😭😭MK Sent from my iPhoneOn 7 Jun 2024, at 9:57 PM, David Karnok @.***> wrote: Could you please reupload the crash image?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

MK-coder-bit commented 3 months ago

IG Crash Save

MK-coder-bit commented 3 months ago

Crash Save

MK-coder-bit commented 3 months ago

cant save, it will just hang~

akarnokd commented 3 months ago

In the Launcher, open Run Settings:

image

And set memory to 1024 or higher.

image

MK-coder-bit commented 3 months ago

Awesome! it was good for a while, i can save then suddently everything slow & hang again? 2nd error 2nd Error msg

akarnokd commented 3 months ago

Could you copy-paste the entire text, not just the screenshot?

You probably have a corrupted save. Try one of the autosaves.

MK-coder-bit commented 3 months ago

Here you go! auto saves cant load i can load others

MK-coder-bit commented 3 months ago

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_361 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 52.0 Operating system: Windows 10, amd64, 10.0 Game version: 0.95.247 Command line: [-memonce, -en] Available memory: 155 MB Maximum memory: 910 MB Parallelism: 12 Language: en Date and time: 2024-06-07T16:02:58.495Z

A crash save may have been created. Please attach it in the issue report (zipped). javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

java.lang.OutOfMemoryError: GC overhead limit exceeded at java.util.LinkedHashMap.newNode(Unknown Source) at java.util.HashMap.putVal(Unknown Source) at java.util.HashMap.put(Unknown Source) at hu.openig.utils.XElement.parseXML(XElement.java:379) at hu.openig.utils.XElement.parseXML(XElement.java:304) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:324) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:313) at hu.openig.GameWindow$13.run(GameWindow.java:1585) at java.lang.Thread.run(Unknown Source)

javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

Exception in thread "TimerQueue" java.lang.OutOfMemoryError: GC overhead limit exceeded 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: GC overhead limit exceeded

javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

MK-coder-bit commented 3 months ago

And also in my Alien diplomacy only have one alien, but i already explored other aliens area, arent they be available to me for diplomacy? ^O^ Alien Diplomacy

akarnokd commented 3 months ago

Could you post your save?

akarnokd commented 3 months ago

Also please delete any save that has 0 cr, those are the corrupted ones.

MK-coder-bit commented 3 months ago

This is my save so delete which one? MK Save

MK-coder-bit commented 3 months ago

When i load Universe & Universe 1, my ships movements are slowed & not fast , then the error msg~

akarnokd commented 3 months ago

Delete these:

image

Then just zip up your save folder and drag-and-drop into here.

MK-coder-bit commented 3 months ago

Sure here is the save zip! [Uploading save.zip…]()

akarnokd commented 3 months ago

Please reupload it and wait until it finishes before clicking comment.

MK-coder-bit commented 3 months ago

save.zip

akarnokd commented 3 months ago

@hemoridos Something is not right with the Universe 1 save. It keeps rediscoverying all races ever secondy. Can you look into it?

image

MK-coder-bit commented 3 months ago

yeah man, that why both my save files my ships movement are slow man, are they corrupted too? haiz and also since i discovered all these aliens, why are they not in my diplomacy? ;(

MK-coder-bit commented 3 months ago

so now which file or autosave file can i load? lol

MK-coder-bit commented 3 months ago

my recent save U1 my ships are moving fast speed but the aliens i discovered is not appearing on my diplomacy to interact~ save-1.zip

akarnokd commented 3 months ago

We are looking into your issue. Not sure yet what's wrong exactly.

MK-coder-bit commented 3 months ago

Yes last year when I played, it was working so well! Not sure what happen today , it was going so well until I reached the last stage level 5, this crash save & slow movement & error happen, anyway just keep me updated? Thank you so much for the effort! Gtg zzz now, brb tml! MKSent from my iPhoneOn 8 Jun 2024, at 1:17 AM, David Karnok @.***> wrote: We are looking into your issue. Not sure yet what's wrong exactly.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

akarnokd commented 3 months ago

Found the issue. Expect a game update shortly.

akarnokd commented 3 months ago

Fixed via 0.95.248. Please update your game.

hemoridos commented 3 months ago

Just got the chance read this, Thanks for the fix and sorry for the early release work.

MK-coder-bit commented 3 months ago

Hi! I have updated the game, it is better till the same problem arises when saved, it hang on me with the error msg~ Help?

Error msg as below

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_361 Java vendor: Oracle Corporation (http://java.oracle.com/) Java class version: 52.0 Operating system: Windows 10, amd64, 10.0 Game version: 0.95.248 Command line: [-memonce, -en] Available memory: 174 MB Maximum memory: 910 MB Parallelism: 12 Language: en Date and time: 2024-06-07T23:33:47.622Z

A crash save may have been created. Please attach it in the issue report (zipped). javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

javax.xml.stream.XMLStreamException: java.io.EOFException at hu.openig.utils.XElement.parseXMLGZ(XElement.java:327) at hu.openig.screen.items.LoadSaveScreen.findSaves(LoadSaveScreen.java:2237) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:744) at hu.openig.screen.items.LoadSaveScreen$16.doInBackground(LoadSaveScreen.java:1) at javax.swing.SwingWorker$1.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at javax.swing.SwingWorker.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) Caused by: java.io.EOFException at java.util.zip.GZIPInputStream.readUByte(Unknown Source) at java.util.zip.GZIPInputStream.readUShort(Unknown Source) at java.util.zip.GZIPInputStream.readHeader(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at java.util.zip.GZIPInputStream.(Unknown Source) at hu.openig.utils.XElement.parseXMLGZ(XElement.java:323) ... 9 more

MK

On Saturday, 8 June 2024 at 06:15:09 am SGT, Zoltan ***@***.***> wrote:  

Just got the chance read this, Thanks for the fix and sorry for the early release work.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>