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

New Create Version Incompatible #6880

Closed
ItzBoltStrike opened this issue Sep 2, 2024 · 3 comments
Closed

New Create Version Incompatible #6880

ItzBoltStrike opened this issue Sep 2, 2024 · 3 comments
Labels
env: fabric Issue reported as occuring when using Fabric Loader type: crash Issue where the game crashes

Comments

@ItzBoltStrike
Copy link

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) ~[?:?]

@ItzBoltStrike ItzBoltStrike added the type: crash Issue where the game crashes label Sep 2, 2024
@IThundxr IThundxr added the env: fabric Issue reported as occuring when using Fabric Loader label Sep 2, 2024
Copy link

github-actions bot commented Sep 2, 2024

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!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
@IThundxr
Copy link
Member

IThundxr commented Sep 2, 2024

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

@DirtyEggWater
Copy link

DirtyEggWater commented Sep 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
env: fabric Issue reported as occuring when using Fabric Loader type: crash Issue where the game crashes
Projects
None yet
Development

No branches or pull requests

3 participants