Rina Posted December 31, 2022 Posted December 31, 2022 (edited) crash log: https://pastebin.com/pypwMgZS I can provide additional information if needed :> Thanks for your time and hard work <3 Edited December 31, 2022 by Rina resolved Quote
Rina Posted December 31, 2022 Author Posted December 31, 2022 update: I've tried to provide the debug log, but even though I followed the directions and even get the output window to pop up like in the example video in FAQ, it doesn't seem like a debug log is ever made. I don't think the game is actually getting far enough to launch. The MC game window never pops up, it crashes before that. These are the last few lines from the pop up window that runs while the game is trying to launch: Quote 20:15:49.818 game Caused by: java.lang.reflect.InvocationTargetException 20:15:49.818 game at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 20:15:49.818 game at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 20:15:49.818 game at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20:15:49.818 game at java.base/java.lang.reflect.Method.invoke(Method.java:568) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) 20:15:49.819 game ... 7 more 20:15:49.819 game Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) 20:15:49.819 game at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) 20:15:49.819 game at [email protected]/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) 20:15:49.819 game at [email protected]/cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) 20:15:49.819 game at [email protected]/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) 20:15:49.819 game at [email protected]/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) 20:15:49.819 game at [email protected]/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) 20:15:49.819 game at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) 20:15:49.819 game at TRANSFORMER/[email protected]/vazkii.patchouli.client.handler.BookCrashHandler.appendToCrashReport(BookCrashHandler.java:23) 20:15:49.819 game at TRANSFORMER/[email protected]/net.minecraft.SystemReport.handler$eje000$patchouli_addContext(SystemReport.java:1016) 20:15:49.819 game at TRANSFORMER/[email protected]/net.minecraft.SystemReport.<init>(SystemReport.java:57) 20:15:49.819 game at TRANSFORMER/[email protected]/net.minecraft.CrashReport.<init>(CrashReport.java:29) 20:15:49.819 game at TRANSFORMER/[email protected]/net.minecraft.CrashReport.m_127529_(CrashReport.java:213) 20:15:49.819 game at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:137) 20:15:49.819 game ... 13 more 20:15:49.819 game Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector attack(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/entity/Entity;)Z in projectsavethepets.mixins.json:PlayerEntityMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap projectsavethepets-common-refmap.json 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) 20:15:49.819 game at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) 20:15:49.819 game ... 32 more 20:15:50.530 monitor Process Monitor Process crashed with exit code 1 Quote
Rina Posted December 31, 2022 Author Posted December 31, 2022 update: Project: Save the Pets was preventing the game from starting! I was then able to remove a few out of date add-ons and now finally it's actually loading long enough to get a debug.log! Here's the debug log on Gist! Note: These last lines in the "minecraft game output" app didn't show up in the debug.log so i'm including them manually! Quote [20:43:41] [Worker-Main2/WARN] [minecraft/ModelBakery]: Unable to load model: 'tetra:shootable_dummy#inventory' referenced from: tetra:shootable_dummy#inventory: java.io.FileNotFoundException: tetra:models/item/shootable_dummy.json 20:44:20.222 game 20:44:20.223 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-0" 20:44:43.969 game 20:44:43.969 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "pool-6-thread-1" 20:44:59.566 game 20:44:59.566 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-Main2" 20:45:50.605 game 20:45:50.605 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "SoundControl Sound Processor" 20:46:10.930 game 20:46:10.930 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-Main4" 20:46:18.443 game 20:46:18.443 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HttpClient-1-SelectorManager" 20:47:11.599 game 20:47:11.599 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Worker-Main7" 20:47:28.833 game 20:47:28.833 game Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Render thread" 20:48:12.703 game AL lib: (EE) alc_cleanup: 1 device not closed 20:48:13.015 monitor Process Monitor Process crashed with exit code 1 Quote
Rina Posted December 31, 2022 Author Posted December 31, 2022 Aha! It's resolved now! I was able to start launching it through the normal curse forge launcher so I could use my increased memory size and java launch parameters, and then it started telling me mods that didn't initialize correctly, i removed those, and now it loads up, world generates, and works perfectly! Thanks! <3 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.