Oh The Biomes We've Gone

Oh The Biomes We've Gone

17M Downloads

[1.20.1-Forge] Mixin apply for mod failed mixins.json:GrassBlockMixin

PhweeDev opened this issue ยท 9 comments

commented

When loading a pack with mods Missing Wilds and Environmental, the game crashes on start-up, Both crashes are similar in their cause, their log links are below.

https://paste.gg/p/anonymous/a50c9c52b5ab42b2894351d2bcfb02b8
and
https://paste.gg/p/anonymous/997702b1ab054de2b3ea177dfad94ffa

They're both easy to replicate

-Have BWG and all the dependencies
-Download Missing Wilds Forge (fastest route, same bug with environmental and missing wilds forge is faster to just grab)
-Try and load the game on the latest 1.20.1 Forge version
-Crash

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

This however I need a log for as this shouldn't be happening

ezyzip.zip

dlopen failed: library "libflite.so" not found
Not us

Here's the crash log as well:
crash-2024-07-28_12.06.09-client.txt

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

This however I need a log for as this shouldn't be happening

ezyzip.zip

dlopen failed: library "libflite.so" not found
Not us

Here's the crash log as well: crash-2024-07-28_12.06.09-client.txt

CorgiLib Crash

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

commented

When loading a pack with mods Missing Wilds and Environmental, the game crashes on start-up, Both crashes are similar in their cause, their log links are below.

https://paste.gg/p/anonymous/a50c9c52b5ab42b2894351d2bcfb02b8 and https://paste.gg/p/anonymous/997702b1ab054de2b3ea177dfad94ffa

They're both easy to replicate

-Have BWG and all the dependencies -Download Missing Wilds Forge (fastest route, same bug with environmental and missing wilds forge is faster to just grab) -Try and load the game on the latest 1.20.1 Forge version -Crash

The reason for this is because we both mixin to GrassBlock.java causing a conflict so unless I can find another way to do this without a mixin or they can then we are stuck being incompatible

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

This however I need a log for as this shouldn't be happening

commented

When loading a pack with mods Missing Wilds and Environmental, the game crashes on start-up, Both crashes are similar in their cause, their log links are below.
https://paste.gg/p/anonymous/a50c9c52b5ab42b2894351d2bcfb02b8 and https://paste.gg/p/anonymous/997702b1ab054de2b3ea177dfad94ffa
They're both easy to replicate
-Have BWG and all the dependencies -Download Missing Wilds Forge (fastest route, same bug with environmental and missing wilds forge is faster to just grab) -Try and load the game on the latest 1.20.1 Forge version -Crash

The reason for this is because we both mixin to GrassBlock.java causing a conflict so unless I can find another way to do this without a mixin or they can then we are stuck being incompatible

Gotcha, I'll leave this issue open for now. Feel free to close it if you cannot find any workaround for it!

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

This however I need a log for as this shouldn't be happening

ezyzip.zip

commented

I'm having the same error as well on Forge when I just have oh the biomes we've gone and it's mod dependencies

This however I need a log for as this shouldn't be happening

ezyzip.zip

dlopen failed: library "libflite.so" not found
Not us

commented

I have just fixed this on the Forge Side, I have not found a way to deal with it on the fabric side but it'll fix the incompatibility on the Forge side