Create

Create

86M Downloads

New Create Version Incompatible

ItzBoltStrike opened this issue ยท 3 comments

commented

Context

Create 0.5.1-fbuild.1417+mc1.20.1 is incompatible with all versions of Sound Physics

Crash Report

Minecraft process ID: 6648 [19:13:31] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.16.3 [19:13:31] [ForkJoinPool-1-worker-16/WARN]: Mod cpm uses the version 0.6.16c which isn't compatible with Loader's extended semantic version format (Could not parse version number component '16c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [19:13:31] [ForkJoinPool-1-worker-16/WARN]: Mod com_github_rtyley_animated-gif-lib-for-java uses the version animated-gif-lib-1.7 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'animated'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [19:13:31] [ForkJoinPool-1-worker-5/WARN]: Mod tectonic uses the version 2.3.5b which isn't compatible with Loader's extended semantic version format (Could not parse version number component '5b'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [19:13:32] [main/WARN]: Mod resolution failed [19:13:32] [main/INFO]: Immediate reason: [HARD_DEP copycats 2.1.2+mc.1.20.1-fabric {depends create @ [>=0.5.1-d-build.1161]}, NEG_HARD_DEP create 0.5.1-f-build.1417+mc1.20.1 {breaks sound_physics_remastered @ []}, ROOT_FORCELOAD_SINGLE copycats 2.1.2+mc.1.20.1-fabric, ROOT_FORCELOAD_SINGLE sound_physics_remastered 1.20.1-1.4.5] [19:13:32] [main/INFO]: Reason: [NEG_HARD_DEP create 0.5.1-f-build.1417+mc1.20.1 {breaks sound_physics_remastered @ []}] [19:13:32] [main/INFO]: Fix: add [], remove [sound_physics_remastered 1.20.1-1.4.5], replace [] [19:13:32] [main/ERROR]: 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: - Remove mod 'Sound Physics Remastered' (sound_physics_remastered) 1.20.1-1.4.5 (D:\Users\jadec\AppData\Roaming\PolyMC\instances\Etheria Cobblemon 1.5.2 Modpack [Fabric] V1.minecraft\mods\sound-physics-remastered-fabric-1.20.1-1.4.5.jar). More details: - Mod 'Create' (create) 0.5.1-f-build.1417+mc1.20.1 is incompatible with any version of mod 'Sound Physics Remastered' (sound_physics_remastered), but a matching version is present: 1.20.1-1.4.5! at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.16.3.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196) ~[fabric-loader-0.16.3.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.16.3.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.16.3.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.3.jar:?] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:578) ~[?:?] at org.polymc.impl.OneSixLauncher.invokeMain(OneSixLauncher.java:104) ~[?:?] at org.polymc.impl.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:176) ~[?:?] at org.polymc.impl.OneSixLauncher.launch(OneSixLauncher.java:186) ~[?:?] at org.polymc.EntryPoint.listen(EntryPoint.java:144) ~[?:?] at org.polymc.EntryPoint.main(EntryPoint.java:74) ~[?:?]

commented

Fabric Loader: This issue tracker is only for the Forge/NeoForge versions of Create. Since you mentioned using Fabric Loader, please reopen this issue on the Create Fabric issue tracker. Thanks!

commented

This issue will be fixed next patch so making a issue on the fabric tracker is not needed for this

commented

in your config folder create the file "fabric_loader_dependencies.json" and inside put:
{ "version": 1, "overrides": { "create": { "-breaks": { "sound_physics_remastered": "*" } } } }

should fix the issue but it might fuck your game. create team made it incompatible for a reason - accessing the client world off the main thread which is not thread-safe and leads to crashes with mods like create