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.19][Crash]: Creating a new world with Lithium #1213

Open
1 task done
GhostIsBeHere opened this issue Jun 20, 2023 · 6 comments
Open
1 task done

[1.19][Crash]: Creating a new world with Lithium #1213

GhostIsBeHere opened this issue Jun 20, 2023 · 6 comments
Labels
1.19 Bug Major The bug is game breaking. Bug Bug Mod Compat Mod compatibility with another mod Mod Conflict Conflict between BYG and another mod.

Comments

@GhostIsBeHere
Copy link

GhostIsBeHere commented Jun 20, 2023

BYG Version

4.0.0.1

Terrablender Version

2.2.0.161

Mod Loader

Fabric

Mod Loader Version

0.14.21

What happened?

When creating a new world, BYG crashes the game with java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2680.method_26204()" because "$$10" is null. This does not happen when Lithium is not present.

crash-log

crash-2023-06-19_20.47.00-client.txt

latest.log

latest.log

Did you isolate BYG?

I tried BYG alone

Did you read and understand the above agreement?

  • I agree.
@GhostIsBeHere GhostIsBeHere added 1.19 Bug Bug Bug Major The bug is game breaking. labels Jun 20, 2023
@Biogene0
Copy link

Biogene0 commented Jul 8, 2023

I had the same issue but managed to get it working by installing a mod called "Polymer Bundled". This only fixes the crashing tho and there are still blocks that wont appear until clicked on in the game. The only fix I know of at the moment is not using lithium with BYG. Hope this helps.

@BeardedThorgi
Copy link

I've also been experiencing this and have tested every version combination of BYG and Lithium that are compatible with 1.19.3 and 1.19.4, as nearly identical errors occur in all versions. Linked below is some information I shared on a Lithium Issue report, in case it's useful to the BYG folks for further troubleshooting:

CaffeineMC/lithium-fabric#478 (comment)

Also wanted to note that Lithium 0.11.1 (the latest version) has had no major changes from 1.19.2 to 1.19.4 according to the current maintainer (2No2Name), and works without issue in BYG 2.0.1.4 in 1.19.2.

@JT122406 JT122406 added Mod Conflict Conflict between BYG and another mod. Mod Compat Mod compatibility with another mod labels Oct 23, 2023
@JT122406
Copy link
Member

Seems to be a mixin conflict
potionstudios.byg.mixin.access.client.ClientLevelAccess (byg.mixins.json)
me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ClientWorldMixin (lithium.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.client.ClientWorldMixin (fabric-lifecycle-events-v1.client.mixins.json)

@Timmilangschl0ng
Copy link

I had the same issue but managed to get it working by installing a mod called "Polymer Bundled". This only fixes the crashing tho and there are still blocks that wont appear until clicked on in the game. The only fix I know of at the moment is not using lithium with BYG. Hope this helps.

THANK GOD FOR PEOPLE LIKE YOU <3

@doppeltrouble
Copy link

does it work by creating the world separately and then installing lithium?
or will it also crash then?

@IAmSneak
Copy link

IAmSneak commented Jun 8, 2024

I found a workaround, simply setting mixin.ai.pathing=false in the lithium config fixed the issue for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.19 Bug Major The bug is game breaking. Bug Bug Mod Compat Mod compatibility with another mod Mod Conflict Conflict between BYG and another mod.
Projects
None yet
Development

No branches or pull requests

7 participants