Supplementaries

Supplementaries

82M Downloads

[๐Ÿž]: New release 2.8.8 crashes when installed alongside Farmer's Delight

LessThanBenji opened this issue ยท 11 comments

commented

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.20.1-FABRIC

Supplementaries Version

1.20-2.8.8

Moonlight Lib Version

1.20-2.11.9

Issue Detail

As of the latest release, 2.8.8, Supplementaries causes a crash upon load when installed alongside Farmer's Delight. This is on 1.20.1, using Fabric 0.15.6, and Farmer's Delight 1.4.3.

crash-2024-03-28_01.23.07-client.txt
latest.log

Reverting to Supplementaries 2.8.7 resolves this issue.

commented

Same crash here with version 2.8.9.

Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'Supplementaries' (supplementaries) 1.20-2.8.9 with version 1.20-2.5.2 or later that is compatible with:
- farmersdelight 1.20.1-1.4.3
More details:
- Mod 'Supplementaries' (supplementaries) 1.20-2.8.9 is incompatible with any version before 1.20.1-2.0.0 of mod 'Farmer's Delight' (farmersdelight), but a matching version is present: 1.20.1-1.4.3!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:195)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

commented

same issue same answer

commented

I've switched to Farmer's Delight Refabricated (v2.0.9) alongside Supplementaries (v2.8.9, Moonlight v2.11.9), and now I'm getting a different crash report:

crash-2024-03-31_21.41.31-client.txt

commented

All FD addons won't work with the new version unless they update to it

commented

Having the same issue, with the exact same error.

commented

New version only works with Farmers Delight Refabricated 2.0.0

commented

What about our existing worlds? Do we just switch from the old Farmer's Delight to the new refabricated one? Also what about the old Farmer's Delight add-ons? It says they're not compatible on the refabricated mod page, but again what about our existing worlds?

commented

What about our existing worlds? Do we just switch from the old Farmer's Delight to the new refabricated one? Also what about the old Farmer's Delight add-ons? It says they're not compatible on the refabricated mod page, but again what about our existing worlds?

Simply don't update supplementaries.
If you use packwiz to manage your modpack you can use the "pin" command to make sure it does not get updated when you update all your mods.

commented

new version has compat for the new port. IF you want to use the old port you got to use an old version.
Both mods have same ids but very different internal structure. New one is identical to forge so cross loader mods like supplementaries can just have 1 set of integration classes (also comes with all the newest features that were missing and some extra ones)

commented

May i have some questions? If i update to the new port will all the contents of the older port be lost, i have to start from the very beginning right? And if i don't, will there be future Supplementaries updates that support both ports? Amazing work and thank you!!!

commented

They have same IDs. All will stay the same. New port allows mods for multiple loader like this one to just have 1 set of integration classes as code is Same for bot loader. New port is just better and supporting bothi is way harder since they have same mod id so that won't happen