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

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

Open
Bvddh4 opened this issue Oct 28, 2023 · 4 comments

Comments

@Bvddh4
Copy link

Bvddh4 commented Oct 28, 2023

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

  • Modpack Version: 3.2.3
  • Java Version: 19.0.2
  • Launcher Used: ATLauncher
  • Memory Allocated:10204MB
  • Server/LAN/Single Player: Singleplayer
  • Optifine Installed: None
  • Shaders Enabled: None

World Information

  • Modpack Version world created in: 3.2.3
  • Additional Content Installed: None
@sam-kirby
Copy link
Contributor

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
Copy link
Author

Bvddh4 commented Oct 28, 2023

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
Copy link
Contributor

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.

@sam-kirby sam-kirby changed the title A weird crash behavior while trying to load into a world Segmentation Fault due to JFileChooser use in Antique Atlas on some Linux systems Oct 29, 2023
@Bvddh4
Copy link
Author

Bvddh4 commented Oct 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants