-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
[3.0.1]Crash with AcademyCraft 1.0.7b(and LambdaLib-1.2.3) #185
Comments
Send the |
I searched the whole .minecraft, but didn't find it. |
And everything works fine with falsetweaks-mc1.7.10-2.2.1 Edit: Not that fine, when entering world,Neodymium Unofficial crashed the game Here is the crash report: Time: 2024-07-19 22:40:02 CST java.lang.NoClassDefFoundError: com/falsepattern/falsetweaks/api/ThreadedChunkUpdates |
Neodymium Unofficial only works with FalseTweaks 3.0 or newer. Does the crash stop happening when you remove AcademyCraft and LambdaLib? Try removing mods one by one from your modpack until this crash stops, and then tell me which mod specifically breaks with FalseTweaks. Your modpack is too large for me to diagnose from the log. |
I have found the source of the issue, I am working on a fix. |
Thank you! |
The issue was that FalsePatternLib's mixin loader logic used by FalseTweaks was not prepared to work on non-English file names, i'm implementing a workaround for it right now. |
Please update FalsePatternLib to 1.4.0, and then test if this FalseTweaks jar fixes the crash: |
Still crash,and I didn't change the file name this time. ---- Minecraft Crash Report ---- Time: 2024-07-19 23:43:56 CST cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/Tessellator |
Try this jar, it should fix this second crash too |
Yes!Now everthing works fine even I changed the file name and start with Foamfix. Edit:Well,crashed when I use shaderpack... ---- Minecraft Crash Report ---- Time: 2024-07-20 00:32:31 CST java.lang.NullPointerException |
Does this still happen with 3.5.x? |
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2024-07-19 21:25:57 CST
Description: Initializing game
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/Tessellator
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4593)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/Tessellator
at cn.lambdalib.template.client.render.item.RenderModelItem.(RenderModelItem.java:41)
at cn.academy.ability.client.render.RenderDeveloperPortable.(RenderDeveloperPortable.java:20)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cn.lambdalib.annoreg.core.RegistryHelper.getFieldFromObject(RegistryHelper.java:109)
at cn.lambdalib.annoreg.mc.ItemRegistration$3.invoke(ItemRegistration.java:49)
at cn.lambdalib.annoreg.mc.ItemRegistration$3.invoke(ItemRegistration.java:44)
at cn.lambdalib.annoreg.core.RegistrationWithPostWork.doPostRegWork(RegistrationWithPostWork.java:47)
at cn.lambdalib.annoreg.base.RegistrationFieldSimple.registerField(RegistrationFieldSimple.java:59)
at cn.lambdalib.annoreg.core.RegistryType.registerAll(RegistryType.java:148)
at cn.lambdalib.annoreg.core.RegistrationManager.registerAll(RegistrationManager.java:149)
at cn.lambdalib.annoreg.core.RegistrationManager.registerAll(RegistrationManager.java:155)
at cn.lambdalib.annoreg.core.RegistryType.registerAll(RegistryType.java:83)
at cn.lambdalib.annoreg.core.RegistrationManager.registerAll(RegistrationManager.java:149)
at cn.lambdalib.annoreg.core.RegistrationManager.registerAll(RegistrationManager.java:155)
at cn.academy.core.AcademyCraft.preInit(AcademyCraft.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.Tessellator
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 55 more
The text was updated successfully, but these errors were encountered: