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

[1.21 Fabric] Just Crashes #555

Open
ToneyFoxxy opened this issue Aug 20, 2024 · 20 comments
Open

[1.21 Fabric] Just Crashes #555

ToneyFoxxy opened this issue Aug 20, 2024 · 20 comments
Labels
F-has-workaround Flag: There is a workaround available

Comments

@ToneyFoxxy
Copy link

ToneyFoxxy commented Aug 20, 2024

Version:

lithium-fabric-mc1.21-0.13.0

Reproduction Steps:

  1. Launch the game with Lithium installed

Crash Report File:

https://gist.github.com/ToneyFoxxy/52a8bf88a10ee361c69f70305dfcf52a#file-gistfile1-txt

Additional Information:

I'm running Artix Linux on the XanMod kernel
Edit: Working currently on 1.20.2 (lithium-fabric-mc1.20.2-0.12.0)

@ToneyFoxxy ToneyFoxxy changed the title Just Crashes [1.21 Fabric] Just Crashes Aug 20, 2024
@2No2Name
Copy link
Member

Workaround:
Add the line
mixin.minimal_nonvanilla.world.block_entity_ticking.support_cache=false
to the lithium.properties in the config folder in the minecraft folder.

@ToneyFoxxy
Copy link
Author

ToneyFoxxy commented Aug 20, 2024

Workaround: Add the line mixin.minimal_nonvanilla.world.block_entity_ticking.support_cache=false to the lithium.properties in the config folder in the minecraft folder.

Still crashes
https://gist.github.com/ToneyFoxxy/e3cff8f8372d69bb8c0599b3ec41835f#file-gistfile1-txt

@ToneyFoxxy
Copy link
Author

Also crashes on my brother's PC which is running Endeavour OS

@wilebaldo

This comment was marked as off-topic.

@ClassyElm
Copy link

Workaround: Add the line mixin.minimal_nonvanilla.world.block_entity_ticking.support_cache=false to the lithium.properties in the config folder in the minecraft folder.

Still crashes https://gist.github.com/ToneyFoxxy/e3cff8f8372d69bb8c0599b3ec41835f#file-gistfile1-txt

@ToneyFoxxy, try also adding this line to the config:
mixin.block.hopper=false
https://github.com/CaffeineMC/lithium-fabric/blob/1.21/lithium-mixin-config.md#mixinblockhopper

@ToneyFoxxy
Copy link
Author

@ClassyElm That one works on it's own, thanks

@zarunet
Copy link

zarunet commented Aug 27, 2024

Can confirm on 1.21.1-0.13.0. Same crashes with only Lithium installed. Had to disable both mixins mentioned above.

Running Ubuntu 24.04 on the default kernel, if that helps.

@2No2Name
Copy link
Member

I think some users had this issue when changing their game version without creating a new profile in their custom minecraft launcher. It is currently unclear why this issue happens

@2No2Name 2No2Name added the F-has-workaround Flag: There is a workaround available label Aug 30, 2024
@zarunet
Copy link

zarunet commented Aug 30, 2024

I did upgrade Minecraft in-place from 1.21.0 to 1.21.1. Will try to recreate a profile when i get back to my computer next wednesday

@Earthcomputer
Copy link
Contributor

Ideally when you do something like that it's good to check it works on the officially supported version before creating an issue on GitHub.

@2No2Name
Copy link
Member

I don't think it is expected that changing the version in a minecraft launcher behaves differently from creating an equivalent profile with the new version

@idscic
Copy link

idscic commented Sep 4, 2024

i

I think some users had this issue when changing their game version without creating a new profile in their custom minecraft launcher. It is currently unclear why this issue happens

seconded, updating in place instead of new profile causes crash however fresh instance does not cause a game crash

@willrun4fun
Copy link

Fixed my issue as well. Works on fresh profile.
It wasn't to much hassle to pull over my xaeros maps and a few other UI mod configs and I'm good now.

@MrPacha23
Copy link

Hi, I'm trying to use it on Windows 11 and it crashes, I tried the lines you sent previously but it didn't work

crash-2024-09-14_11.07.41-client.txt

@deiphiz
Copy link

deiphiz commented Sep 14, 2024

Chiming in here as a Prism Launcher user. I also had this same issue at first, and upon hearing people had it fixed by creating a new profile/instance it led me to see if there's some sort of cache or old option I had to delete. Turns out there was.

Just got to delete the .minecraft/.fabric folder in the instance. The launcher will rebuild all the mappings and whatnot on launch and it should start working just like a fresh instance.

@MrPacha23
Copy link

Chiming in here as a Prism Launcher user. I also had this same issue at first, and upon hearing people had it fixed by creating a new profile/instance it led me to see if there's some sort of cache or old option I had to delete. Turns out there was.

Just got to delete the .minecraft/.fabric folder in the instance. The launcher will rebuild all the mappings and whatnot on launch and it should start working just like a fresh instance.

That didn't work for me either, I play on Mojang launcher

@deiphiz
Copy link

deiphiz commented Sep 14, 2024

Chiming in here as a Prism Launcher user. I also had this same issue at first, and upon hearing people had it fixed by creating a new profile/instance it led me to see if there's some sort of cache or old option I had to delete. Turns out there was.
Just got to delete the .minecraft/.fabric folder in the instance. The launcher will rebuild all the mappings and whatnot on launch and it should start working just like a fresh instance.

That didn't work for me either, I play on Mojang launcher

The error in your crash log is related to carpet, not Lithium.

@MrPacha23
Copy link

Chiming in here as a Prism Launcher user. I also had this same issue at first, and upon hearing people had it fixed by creating a new profile/instance it led me to see if there's some sort of cache or old option I had to delete. Turns out there was.
Just got to delete the .minecraft/.fabric folder in the instance. The launcher will rebuild all the mappings and whatnot on launch and it should start working just like a fresh instance.

That didn't work for me either, I play on Mojang launcher

The error in your crash log is related to carpet, not Lithium.

Is it known if there is any incompatibility between these mods?

@zarunet
Copy link

zarunet commented Sep 17, 2024

Chiming in here as a Prism Launcher user. I also had this same issue at first, and upon hearing people had it fixed by creating a new profile/instance it led me to see if there's some sort of cache or old option I had to delete. Turns out there was.

Just got to delete the .minecraft/.fabric folder in the instance. The launcher will rebuild all the mappings and whatnot on launch and it should start working just like a fresh instance.

Can confirm this worked for me! It thus appears that the way forward would be for fabric to purge this cache whenever its version changes. This would probably be better suited as a feature request on fabric-launcher's side tho.

@owowed
Copy link

owowed commented Sep 29, 2024

I may found a fix while upgrading my Prism Launcher instance to 1.21.1.

The previous solution deleting .minecraft/.fabric did not work for me, so I had to search for other things in my instance.

Turns out, when you change your Minecraft version to 1.21.1, the launcher does not automatically change the "Intermediary Mappings" version to 1.21.1. So I changed that too, and voila, my Minecraft 1.21.1 launched just fine with Lithium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-has-workaround Flag: There is a workaround available
Projects
None yet
Development

No branches or pull requests