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

java.lang.StackOverflowError: Exception while updating neighbours #287

Open
Alnarra opened this issue Sep 27, 2022 · 1 comment
Open

java.lang.StackOverflowError: Exception while updating neighbours #287

Alnarra opened this issue Sep 27, 2022 · 1 comment
Labels

Comments

@Alnarra
Copy link

Alnarra commented Sep 27, 2022

Modpack Version

2.3.1

Describe your issue.

When players are exploring there appears to be map generation that places large sources of lava and water on top of each other, resulting in a chain reaction of block updates which crosses multitudes of chunks that causes the host in question to crash with:

java.lang.StackOverflowError: Exception while updating neighbours.

Sample World Seed is -7159182118906948417

Sample Locations where this will occur in the world are:

1181,-55,-399

1059,64,-225

Adjusting max-tick-time to 600000 does not correct this issue
Allocating More RAM to the host device does not correct this issue (Gave it 32Gb in one case just to see how far it would go before the whole JVM collapsed).
Issue can be Seen on both server and Singleplayer

Sample Crash Logs:
https://gist.github.com/Alnarra/926969c053c777997115c7ca7fb7b12e
https://gist.github.com/Alnarra/4d4af17070d13fac060df707a21aaf26
https://gist.github.com/Alnarra/503e796224bb838cdd8481b920352690 (From the Console as it's crashing)

Crash Report

https://gist.github.com/Alnarra/926969c053c777997115c7ca7fb7b12e

Latest Log

https://gist.github.com/Alnarra/5d3a2d82de50300fb8c8e22b18c76a36

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Both

Discord Username

Alnarra#3724

@Alnarra Alnarra added the Bug label Sep 27, 2022
@NielsPilgaard
Copy link
Collaborator

Thanks for the report.

To be frank, I doubt there's much we can do about this ^^'

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

No branches or pull requests

2 participants