DarkPacks / SevTech-Ages

SevTech: Ages is a massive Minecraft modpack packed with content and progression.
https://minecraft.curseforge.com/projects/sevtech-ages
GNU General Public License v3.0
227 stars 78 forks source link

Segmentation Fault due to JFileChooser use in Antique Atlas on some Linux systems #4831

Open Bvddh4 opened 8 months ago

Bvddh4 commented 8 months ago

Bug Description

A weird crash behavior while trying to load into a world. Either caused by a mod ( since the crash was detected by the JRE ), or by a library.

Did this behavior use to work in the previous version?

Tried older versions, same crash logs.

Steps to Reproduce (for bugs)

  1. Clean installation of the modpack.
  2. Allocating 10204MB of ram.
  3. Loading into the modpack.
  4. Creating a new world.
  5. Loading the world.
  6. Before spawning it crashes.

Logs

Using the ATL one, since PasteBin flagged my attempts to upload the logs as spam.

Client Information

World Information

sam-kirby commented 8 months ago

Can you please attach the error report mentioned in the log: **USERSDIR**/instances/SevTechAges/hs_err_pid15985.log

The log gives a cause for the crash (segmentation fault), but does not provide any context. The report should show what code was executing at the time of the crash and may help narrow down what native library is at fault.

Bvddh4 commented 8 months ago

Can you please attach the error report mentioned in the log: **USERSDIR**/instances/SevTechAges/hs_err_pid15985.log

The log gives a cause for the crash (segmentation fault), but does not provide any context. The report should show what code was executing at the time of the crash and may help narrow down what native library is at fault.

Sure.

I've uploaded it to Gist : https://gist.github.com/Bvddh4/0e87104ba30f719415354510732c6740 ( I forgot about Gist, my bad, should've used it first )

sam-kirby commented 8 months ago

Thanks, this is an issue with Antique Atlas that seems to crop up on certain Linux systems; I haven't been able to narrow down the exact cause but it seems to indicate something being weird about X and the selected default file chooser.

There is an easy fix; update Antique Atlas to the latest version for 1.12.2. This shouldn't impact anything else, but if you have any further issues please let us know.

Bvddh4 commented 8 months ago

Thanks, this is an issue with Antique Atlas that seems to crop up on certain Linux systems; I haven't been able to narrow down the exact cause but it seems to indicate something being weird about X and the selected default file chooser.

There is an easy fix; update Antique Atlas to the latest version for 1.12.2. This shouldn't impact anything else, but if you have any further issues please let us know.

That worked, and indeed I will come back if there are other issues. Thank you.