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

[3.9.0]game crash #213

Closed
Omgise opened this issue Feb 4, 2025 · 11 comments
Closed

[3.9.0]game crash #213

Omgise opened this issue Feb 4, 2025 · 11 comments

Comments

@Omgise
Copy link

Omgise commented Feb 4, 2025

Image

crash-2025-02-04_14.13.10-server.txt

fml-client-latest.log

@Omgise
Copy link
Author

Omgise commented Feb 4, 2025

@FalsePattern It seems like FalseTweaks' multi-threading feature is incompatible with Neodymium.

@Omgise
Copy link
Author

Omgise commented Feb 4, 2025

Oh, I turned off FalseTweaks' multi-threading feature and it still crashes.

crash-2025-02-04_15.11.57-server.txt

fml-client-latest.log

@Omgise Omgise changed the title [3.9.1]game crash [3.9.0]game crash Feb 4, 2025
@FalsePattern
Copy link
Owner

FalsePattern commented Feb 4, 2025

Please try with a fresh save and send the client log the first time it crashes, both of these crash reports are caused by a corrupted save (the Forge save loader reading invalid NBT data from a region file):

Image

@Omgise
Copy link
Author

Omgise commented Feb 5, 2025

It crashes immediately on startup.

Image

crash-2025-02-05_09.30.34-client.txt

fml-client-latest.log

@Omgise
Copy link
Author

Omgise commented Feb 5, 2025

Still crashes after adding MEGATrace.

Image

crash-2025-02-05_09.36.46-client.txt

fml-client-latest.log

@Omgise
Copy link
Author

Omgise commented Feb 5, 2025

Please try with a fresh save and send the client log the first time it crashes, both of these crash reports are caused by a corrupted save (the Forge save loader reading invalid NBT data from a region file):

Image

Yes, I just tried again, and it's not crashing.

Image

@Omgise
Copy link
Author

Omgise commented Feb 5, 2025

I've now found that the game crashes as soon as I add FalseTweaks. Even after adding MEGATrace, as suggested by the log, it still crashes.

@Omgise Omgise closed this as completed Feb 5, 2025
@Omgise Omgise reopened this Feb 5, 2025
@FalsePattern
Copy link
Owner

FalsePattern commented Feb 5, 2025

Don't add megatrace, that mod is only designed to work in Java 21 instances and adds a lot of performance slowdown due to the extra profiling. I found the issue, fixing it right now.

@FalsePattern
Copy link
Owner

FalsePattern commented Feb 5, 2025

Ah, you're using an outdated java version (java 8u51). You need to update to a newer java 8 version., 8u51 has outdated https root certificates, and it cannot download a dependency from my maven repository on launch.

Artifact mega:megatraceservice:1.2.0 could not be downloaded from repo https://mvn.falsepattern.com/gtmega_releases/: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

@Omgise
Copy link
Author

Omgise commented Feb 5, 2025

Oh,I See,Thanks!

@FalsePattern
Copy link
Owner

FalsePattern commented Feb 5, 2025

For context, the MEGATraceService class is a small standalone library that's downloaded dynamically by falsetweaks so that the code that tries to log stuff through megatrace doesn't crash if that mod is not present, but just sends logging information into empty methods.

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