Skip to content

org.spongepowered.asm.launch.MixinInitialisationError #4

Description

@hookclaw

Minecraft Version

26.1 (LTS)

Mod Loader

Forge

Describe the Issue

I am testing this using "IntelliJ IDEA 2026.1.3".
Although I have been developing with NeoForged for about three months, this is my first time working with "balm," so I am not entirely sure how it works.
I downloaded "balm-mod 26.1 (2026/06/26)" and tried running it as-is (using runClient).
The NeoForge Client and Fabric Client launched without any issues.
However, I wasn't sure how to launch it for Forge, so I tried [:forge:runClient] and [:forge:runTestClient].
This resulted in a runtime error.
Compilation succeeded, but I suspect the following JSON files are missing:

yourmod.mixins.json (Found)
yourmod-api.mixins.json (Not found)
yourmod-forge.mixins.json (Found yourmod.forge.mixins.json)

I am not sure what the correct configuration should be, but I wanted to report this for now.

Logs

[error message]

Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config yourmod.mixins.json,yourmod-api.mixins.json,yourmod-forge.mixins.json

Caused by: java.lang.IllegalArgumentException: The specified resource 'yourmod.mixins.json,yourmod-api.mixins.json,yourmod-forge.mixins.json' was invalid or could not be read

Execution failed for task ':forge:runClient'.

Process 'command 'C:\Program Files\Java\jdk-25.0.2\bin\java.exe'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights from a Build Scan (powered by Develocity).
Get more help at https://help.gradle.org.
BUILD FAILED in 4s
13 actionable tasks: 1 executed, 12 up-to-date

latest.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working as expectedForgeIssues occurring on the Forge platform

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions