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

Error creating mixin #26

Open
AmibeSkyfy16 opened this issue Dec 31, 2021 · 6 comments
Open

Error creating mixin #26

AmibeSkyfy16 opened this issue Dec 31, 2021 · 6 comments
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right

Comments

@AmibeSkyfy16
Copy link

AmibeSkyfy16 commented Dec 31, 2021

I have this error

Version
1.18.1
Fabric loader 0.12.12

java.lang.RuntimeException: Error creating Mixin config bendylib.mixins.json for mod bendy-lib
at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:90)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:71)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config bendylib.mixins.json
at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153)
at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100)
at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87)
at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:88)
... 3 more
Caused by: java.lang.IllegalArgumentException: The specified resource 'bendylib.mixins.json' was invalid or could not be read
at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1290)
at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
... 6 more

@KosmX
Copy link
Owner

KosmX commented Dec 31, 2021

This error message won't be enough.
Try loading your game again, if that doesn't help, please send a full crash report.

@KosmX KosmX added the invalid This doesn't seem right label Jan 2, 2022
@LufatZ
Copy link

LufatZ commented Mar 12, 2022

when i export my modpack with curseforge and import it again and start it the first time i get the same error. On the second start it works fine... the same applies when i have an empty profile with only emotecraft for 1.17.1 and start it for the first time.

in the first case:
image

in the second case:
image

@KosmX
Copy link
Owner

KosmX commented Mar 12, 2022

I'll look into it again.
Can you tell me what modpack did you use?

@LufatZ
Copy link

LufatZ commented Mar 12, 2022

my modpack is DayOfMind. but as I said. For me the error also occurs with an empty instance where only emotecraft is installed

@LufatZ
Copy link

LufatZ commented Mar 16, 2022

Have you found out what is causing the error? Or if it can be fixed soon?

@KosmX
Copy link
Owner

KosmX commented Mar 19, 2022

I'm not sure if it is a bug in Emotecraft or bendy-lib.
I'll check Fabric loader, this fails too early.

@KosmX KosmX added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right and removed invalid This doesn't seem right labels Mar 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants