Closed D4rk5t4r02 closed 8 months ago
Having the same issue with the newer versions when doing a modified version of the create+ modpack, which the modifications only add such things like optimization mods and some extra other things (like cosmetic armor). My issue is on the newest version of the mod, and having issues. No clue why this is happening...
Think I just figured it out; It has to do with incompatibility with some optimization mods. Krypton Reforged crashed on me when I tried adding it to my modpack, and same goes with Radon & Radium Reforged. Maybe the devs might wanna look there?
Yes, these mods do seem to be the cause of this error.
im having this same problem on my custom 1.16.5 modpack, I have gone trough every single mod over 3 times and cannot find the damm mod that's causing it . PS I have 265 mods and have spent hours looking trough them all and I don't know what to do at this point so im posting this hear, if anyone can help id be appreciative.
and if it helps hears the crash report. crash-2023-07-29_15.26.45-client.txt
This issue is not related to create and is caused by a addon mod/another mod.
randompatches's mixins are failing
Describe the Bug
To begin with im going to state that im trying to make a modpack on curseforge and in modpacks similar to the one im trying to make they also have the Create mod in them. So i believed it would be a mod that would be nice to include. I'm also using the Curse forge app for windows
After selecting the list of mods I wish to include and doing some adding and dropping of a couple of mods, I have settled on a modlist that I believed would work for me. When i first recieved the issue that Create had a problem i did a quick check of the crash .Txt file to see what the problem was. "An unexpected critical error was encountered" Was the message that i recieved.
Seemed interesting to me, did a quick check of what had the unexpected error. "Caused by 0: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError"
Alright, keep the text document open, close minecraft and relaunch it from Curseforge again, just to see if it is a one time thing. Error reoccurs, so maybe the mod installation could be damaged. Internet wasnt looking to good earlier so it might have missed a file or two that could be causing the problem, alright, go to the mod library remove create, do a quick run of it get the expected error of "this mod requires create" close minecraft, close curseforge. restart curseforge, re-add create to the modlist, start up again... Get the same error (checking the crash report each time to make sure of this). Alright so this looks to be an actual problem with running the file when minecraft starts up not a simple there is a problem with the files because my internet is a little spotty.
From here i have come to the Create/issues page as i dont want to do to many things that may cause problems with the current modpack i want to make. I have considered the simplest solution of not using create and the mods that require create but i would like to give them a try before going that route, and i have considered just simply playing other people's modpacks that do seem to work but some of them dont have features that id like to use, like Origins.
Here is the error from the .txt file: -- Head -- Thread: Render thread Stacktrace: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {re:classloading} -- MOD create -- Details: Caused by 0: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.4.jar:0.8.4+Jenkins-b308.git-2accda5000f7602229606b39437565542cc6fba4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154) ~[modlauncher-8.1.3.jar:8.1.3+8.1.3+main-8.1.x.c94d18ec] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading} at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {} at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51] {} at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51] {} at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:75) ~[?:?] {re:classloading} at net.minecraftforge.fml.AutomaticEventSubscriber$$Lambda$3503/198323814.accept(Unknown Source) ~[?:?] {} at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {} at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:62) ~[?:?] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:91) ~[?:36.2] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3053/2054792662.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$3480/1430554384.run(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}
(if this even works) import data for Curseforge via Zipfile: WATER everywhere.zip
Reproduction Steps
Expected Result
expected result: to play the modpack and have some interesting underwater adventures?
Screenshots and Videos
No response
Crash Report or Log
crash-2023-02-26_07.57.00-fml.txt
Operating System
windows 11
Mod Version
0.3.2g
Minecraft Version
1.16.5
Forge Version
36.2.34
Other Mods
Additional Context
No response