-
Notifications
You must be signed in to change notification settings - Fork 413
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
Crash when connecting to server, mouseClicked event handler #3263
Comments
@ehoffman2 Does this occur in older versions of Fabric API? |
I tried with different version of Fabric API (down to 0.83.0+1.20.1) with same result. So, I think this is specific to Loader 0.14.22 That's a good hint I guess |
@ehoffman2 That makes no sense, since Loader 0.14.22 only had one change related to version handling. Hmmm. |
I'm using MultiMC, and just switch between Loader versions. I have versions
Loader mods
I do have 2 resource packs, but not enabled in Minecraft (to test this issue), NoMorePumpkinBlur-1.19 and Rainbow+XP+bar+and+ping+1.18. But as I said, they are not enabled in Minecraft. I will try with a fresh Minecraft instance, and checking Fabric API from CurseForge (just in case...) |
I believe this is caused by your launcher. MultiMC has had a long standing bug where it does not update interemediary when you update Minecraft. Deleting the .fabric folder may solve it as you mention are you using intermediary 1.20.1, if not create a new instance. |
This, and I also think I found the culprit. When I updated the instance from 1.20 to 1.20.1, I was left with Intermediary Mapping 1.20. When I noticed the mistake, I did upgrade Intermediary Mappings to 1.20.1. However, I think there was still cached mappings under Just deleting this jar file and re-launching the instance, the loader (0.14.22) re-mapped the classes. I had no issues with 0.14.21 because when I launched with that version, there was no cached mappings for this loader. I guess this would be an enhancement, to detect the intermediary mappings version. I don't know if this file is generated by Fabric loader, or downloaded by MultiMC (in which case this would be more of a MultiMC bug, when changing the mappings version, to invalidate the previous mappings file). Thanks |
To add, seems like MultiMC issue at the core Step 6 in that bug pretty resumes what I'm seeing. I don't know if Fabric loader can do something about this. Maybe detect the wrong mapping file (I don't know if this contains version information). Throw a descriptive error message (that would be specific to handling this MultiMC case though). |
This would be nice. I have gotten several (at least 3 or 4) bug reports on ModernFix that all turned out to be this issue. |
Minecraft 1.20.1
Fabric Loader 0.14.22
Fabric API 0.87.0+1.20.1
No other mods, no datapacks (other than Default and Fabric Mod)
Running under Linux (have not tried Windoze)
Connecting to server, I get crash
The text was updated successfully, but these errors were encountered: