Jump to content

Recommended Posts

Posted

I don't know if this is a Forge issue or something that needs to be updated mod side.

 

 

If you have a mod that uses the Forge javascript asm, and one that uses Mixin to change methods in the same class, prior to 33.0.40 the two could coexist but afterwards Mixin crashes.

 

Up to 33.0.34; works
33.0.35; Crashed: ClassCastException (this looks to be unrelated)
33.0.36 and 33.0.37; works
33.0.40; Crashed: MixinInitialisationError
33.0.41 and up; Crashed: ReEntrantTransformerError: Re-entrance error

org.spongepowered.asm.mixin.transformer.throwables.ReEntrantTransformerError: Re-entrance error.
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:278)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:206)
at org.spongepowered.asm.mixin.transformer.MixinTransformationHandler.processClass(MixinTransformationHandler.java:109)
at org.spongepowered.asm.launch.MixinLaunchPlugin.processClass(MixinLaunchPlugin.java:135)
at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:119)

 

 

Mod using JavaScript:

https://www.curseforge.com/minecraft/mc-mods/shetiphiancore/files/3054955

 

Mod using Mixin:

https://www.curseforge.com/minecraft/mc-mods/botania/files/3049237

- Dependencies:

-- https://www.curseforge.com/minecraft/mc-mods/patchouli/files/3037298

-- https://www.curseforge.com/minecraft/mc-mods/curios/files/3042479

  • Sad 1
  • 2 weeks later...
Posted

Then it looks like you'll have to do things manually or wait for Twitch to update their crap.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • 1 month later...
Posted

same issue and just fyi i thought mixin was causing some problems so while using multimc i changed the forge to custom and opened the file (using visual studio code btw as the interpreter [keeps the code nice and neat along with some handy tools and extensions for different file types]) and just used the line comment (it looks like this: // ) to cause the file to ignore that java class and minecraft loaded but no mods at all so i think i shall bump the version down to avoid the issues txt file is the last crash before i tried my custom idea from searching this mixin-0.8.2.jar mixin PLUGINSERVICE errors and thus i am posting this as i am a find error try something after a bit of research and if it works or fail report it

crash-2020-10-28_04.34.36-client.txtFetching info...

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.