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

Elevator Contraption crashes players Games on Server #7209

Open
WalkerTheHat opened this issue Dec 12, 2024 · 5 comments
Open

Elevator Contraption crashes players Games on Server #7209

WalkerTheHat opened this issue Dec 12, 2024 · 5 comments
Labels
type: crash Issue where the game crashes

Comments

@WalkerTheHat
Copy link

WalkerTheHat commented Dec 12, 2024

Context

The server operates on Forge 1.19.2, all players using same Modpack in Prism Launcher. Create version 0.5.1.i

When a player's elevator is connected to an Elevator Pulley and made into a Contraption, it crashes a player's game when they approach the chunk, when they teleport to the chunk, or when they use a Waystone from the Waystones mod to teleport in. This was tested on several different players from different world-wide locations on the same modpack, and the issue replicated each time. If the Elevator Pulley is interacted with to disconnect the contraption, the problem disappears. The server never crashes, but the elevator becomes a client-crasher for individual users when left in an active state.

Logging in while standing near the elevator is a non-issue, the chunks will render safely.

Upon initial troubleshooting, I learned that at one point in time, Starlight (lighting rendering performance mod) had been known to cause this issue for users in the past. I removed it from my client and from the server files. The elevator issues persist.

Any advice on possible solutions would be phenomenal. I'm hoping there's something obvious I don't know or that I'm missing, involving cross-mod incompatability or such that could help me resolve. I love Create elevators and I am devastated that the server has this problem.

Note: one solution I tried was to keep the chunk constantly loaded, hoping that if the chunk did not unload, the elevator would not crash players. This solution did not work.

Crash Report

Prism Launcher details (mod list + when I joined to when I crashed): https://pastebin.com/NU4z2JVt --- I checked my game files and there is no Crash Log generated for this problem. This occured Dec 11th 2024, and my most recent crash log is Dec 07th 2024.

@WalkerTheHat WalkerTheHat added the type: crash Issue where the game crashes label Dec 12, 2024
@IThundxr
Copy link
Member

try disabling smallerunits

@WalkerTheHat
Copy link
Author

Following up, I removed SmallerUnits and it seems to have resolved the issue. Thank you for the advice.

@GiantLuigi4
Copy link

GiantLuigi4 commented Dec 14, 2024

Hey — developer of SU (Smaller Units) here
Looking at the log, it looks like Create’s trying to invalidate renderers because SU created a client level, which it on an as needed basis

IMG_4237

Problem is — I’m assuming these renderers are still in use by the parent world

Also looks like this is happening off thread, which I’m assuming is because of tr7zw.entityculling

@IThundxr
Copy link
Member

Missed that bit but yeah, 3 way incompat not sure if there's much that can be done here except for just saying entity culling is the incompatible mod and that they shouldn't be interacting with the client level off thread

@GiantLuigi4
Copy link

Well also, why is create trying to invalidate renderers on world load instead of on world unload?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: crash Issue where the game crashes
Projects
None yet
Development

No branches or pull requests

3 participants