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

(Quilt 1.18.2) Possible crash issue with MouseTweaks and fabric/quilt GUI mods? #97

Open
PlayfulPiano opened this issue Dec 27, 2022 · 5 comments
Labels
question Further information is requested

Comments

@PlayfulPiano
Copy link

Been having this issue all day today where my game randomly crashes while accessing and interacting with storage inventories (either my own, diamond chests from the mod iron chest, or my storage system from the mod slotlink) without any real mod implication on what's causing the crash.

I asked over in the quilt discord, but I think it might be mousetweaks related. So just in case i'm also reporting in here, too.

Here are my crash logs for reference (4 separate crashes so maybe you can spot something here):
https://mclo.gs/1iMFbH2
https://mclo.gs/LYp5NgT
https://mclo.gs/UCihgMj
https://mclo.gs/2OcxIae

And for the first crash link, here's also the client log link: https://mclo.gs/ZhuOsii

@YaLTeR
Copy link
Owner

YaLTeR commented Dec 27, 2022

That's weird. Kinda sounds like something is adding multi-threading to code that does not expect it. Well, what Mouse Tweaks does is pretty straight-forward -- it calls slotClicked on AbstractContainerScreens:

Not sure what the issue could be.

@YaLTeR YaLTeR added the question Further information is requested label Dec 27, 2022
@PlayfulPiano
Copy link
Author

Huh, wonder what mod might be causing this, if it's even a mod. Literally just started happening to me today with no new mods added. Only had a flush mob farm built in my world which maybe causes lag but I'm not sure how it would cause this.

@YaLTeR
Copy link
Owner

YaLTeR commented Dec 27, 2022

Only had a flush mob farm built in my world which maybe causes lag but I'm not sure how it would cause this.

Oh yeah I can see something like this start triggering a threading bug... Those are pretty nasty.

@PlayfulPiano
Copy link
Author

Do you know what types of mods usually cause threading bugs?

@YaLTeR
Copy link
Owner

YaLTeR commented Dec 27, 2022

No idea unfortunately

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

No branches or pull requests

2 participants