Fzzy Config

Fzzy Config

33M Downloads

crash: the game starts but couldn't open a world

bafb opened this issue · 5 comments

commented

the game starts, but when i try to open any world the game crashes.
happens when i use Fzzy Config or the mods Visible Toggle Sprint or Subtle Effects
when i quit the mods i can open and play minecraft normally

Minecraft version: 1.21.6
Fabric version: 0.16.14
fabric-api-0.128.2+1.21.6
Mod versions:
fzzy_config-0.7.0+1.21.6.jar
visible_toggle_sprint-1.9.1+1.21.6-fabric
SubtleEffects-fabric-1.21.6-1.11.0

Logs and files from Crash Assistant:
Minecraft crashed. The logs have been uploaded to gnomebot.dev:

latest.log | crash-2025-07-02_16.27.52-server.txt | crash_assistant_app.log | modlist.txt | CurseForge: skip launcher

latest.log
crash-2025-07-02_16.27.52-server.txt
crash_assistant_app.log
modlist.txt

commented

I mistakenly packaged a too-old version of Fabric Permissions API with Fzzy Config. If you manually install the correct one things should work again. I'll have a fix out soon on my end. https://modrinth.com/mod/fabric-permissions-api/version/0.4.0

commented

0.7.0-fix1 is released

commented

0.7.0-fix1 is released

Subtle Effects and Visible Toggle Sprint asks for the previous version
P.S.: thanks for your work 😄👍👌❤

[03:46:49] [main/INFO]: Loading Minecraft 1.21.6 with Fabric Loader 0.16.14
[03:46:53] [ForkJoinPool-1-worker-2/WARN]: Mod dev_isxander_libsdl4j uses the version 3.2.16.release-3.2.16-75 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'release'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[03:46:57] [ForkJoinPool-1-worker-4/WARN]: The mod "jeb" contains invalid entries in its mod json:

  • Unsupported root entry "website" at line 9 column 12
  • Unsupported root entry "discord" at line 10 column 12
    [03:46:59] [ForkJoinPool-1-worker-4/WARN]: Mod resin_cookie uses the version ${version} which isn't compatible with Loader's extended semantic version format (Could not parse version number component '${version}'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
    [03:47:03] [main/INFO]: Dependencies overridden for architectury
    [03:47:03] [main/WARN]: Mod resolution failed
    [03:47:03] [main/INFO]: Immediate reason: [HARD_DEP_NO_CANDIDATE subtle_effects 1.11.0 {depends fzzy_config @ [>=0.7.0+1.21.6]}, ROOT_FORCELOAD_SINGLE subtle_effects 1.11.0]
    [03:47:03] [main/INFO]: Reason: [HARD_DEP subtle_effects 1.11.0 {depends fzzy_config @ [>=0.7.0+1.21.6]}, HARD_DEP visible_toggle_sprint 1.9.1+1.21.6 {depends fzzy_config @ [>=0.7.0+1.21.6]}]
    [03:47:03] [main/INFO]: Fix: add [], remove [], replace [[fzzy_config 0.7.0-fix1+1.21.6] -> add:fzzy_config 0.7.0+1.21.6 ([[0.7.0+1.21.6,∞)])]
    [03:47:03] [main/ERROR]: Incompatible mods found!
    net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
    Hemos encontrado una solución prometedora:
    • Cambia el mod 'Fzzy Config' (fzzy_config) 0.7.0-fix1+1.21.6 por la versión 0.7.0+1.21.6 o posterior.
      Dependencias no satisfechas:
    • ¡El mod 'Subtle Effects' (subtle_effects) 1.11.0 necesita la versión 0.7.0+1.21.6 o posterior de el mod 'Fzzy Config' (fzzy_config), pero sólo tienes una versión incorrecta: 0.7.0-fix1+1.21.6!
    • ¡El mod 'VisibleToggleSprint' (visible_toggle_sprint) 1.9.1+1.21.6 necesita la versión 0.7.0+1.21.6 o posterior de el mod 'Fzzy Config' (fzzy_config), pero sólo tienes una versión incorrecta: 0.7.0-fix1+1.21.6!
      at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51) ~[fabric-loader-0.16.14.jar:?]
      at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196) ~[fabric-loader-0.16.14.jar:?]
      at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146) ~[fabric-loader-0.16.14.jar:?]
      at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) [fabric-loader-0.16.14.jar:?]
      at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.16.14.jar:?]
commented

Ugh stupid semantic versioning. I'll get another fix out that should play better. And 0.7.1 will be out soon too anyways

commented

0.7.0-fix2 is up on modrinth, soon on CF, should fix the loading issue. 0.7.1 also soon in the coming day anyways, as noted above.