question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error causing game not to start.

See original GitHub issue

Hello, I am having this error: [11:35:22] [main/INFO]: Sodium has been successfully discovered and initialized -- your game is now faster! [11:35:25] [main/INFO]: [STDERR]: Failed to start Minecraft: [11:35:25] [main/INFO]: [STDERR]: java.lang.reflect.InvocationTargetException [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [11:35:25] [main/INFO]: [STDERR]: at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [11:35:25] [main/INFO]: [STDERR]: at org.multimc.EntryPoint.listen(EntryPoint.java:143) [11:35:25] [main/INFO]: [STDERR]: at org.multimc.EntryPoint.main(EntryPoint.java:34) [11:35:25] [main/INFO]: [STDERR]: Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:228) [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146) [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [11:35:25] [main/INFO]: [STDERR]: ... 8 more [11:35:25] [main/INFO]: [STDERR]: Caused by: java.lang.reflect.InvocationTargetException [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [11:35:25] [main/INFO]: [STDERR]: ... 10 more [11:35:25] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23) [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157) [11:35:25] [main/INFO]: [STDERR]: at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:150) [11:35:25] [main/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(Unknown Source) [11:35:25] [main/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:185) [11:35:25] [main/INFO]: [STDERR]: ... 15 more [11:35:25] [main/INFO]: [STDERR]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method renderTooltipCB(Lnet/minecraft/class_4587;Ljava/util/List;IILorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIIII)V in appleskin.mixins.json:GuiMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap appleskin-refmap.json [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:408) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1291) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569) [11:35:25] [main/INFO]: [STDERR]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351) [11:35:25] [main/INFO]: [STDERR]: ... 22 more [11:35:25] [main/INFO]: [STDOUT]: Exiting with -1 2021-06-07 11:35:25,675 Client Shutdown Thread WARN Unable to register Log4j shutdown hook because JVM is shutting down. Using SimpleLogger when trying to start up a brand new installation. It appears appleskin-refmap.json is not being generated for some reason. Is this an issue on my side? I can provide the other mods I have installed, although there are no obvious compatibility issues:

Boosted Brightness Fabric API, Giselbaers Durability Viewer, Item Scroller, Litematica, MaLiLib, Shulker Box Tooltip, Simple Zoom, Sodium

Any ideas as to what is happening? Any help is appreciated!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
KoEOwnercommented, Jun 7, 2021

Hmm, I could’ve sworn I downloaded the latest file. Extremely sorry for wasting your time, but thank you for helping me fix it!

1reaction
KoEOwnercommented, Jun 7, 2021

I am using version 1.16.5, and the latest release (appleskin-mc1.16-fabric-1.0.11). It does not work with only Appleskin and Fabric API.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What if new games don't start or are not working on Windows ...
The primary causes of game errors can be in the stream services, background processes, the actual Xbox app, or the Windows Operating System....
Read more >
Game crashes or closes unexpectedly - Microsoft Support
Click Start windows icon , type device manager in the Start Search box, and then press ENTER. · Right-click the driver that you...
Read more >
Games do not run after 'Preparing to Launch' - Steam Support
Games may not launch for a number of reasons, most of which are hard to diagnose due ... If a game won't launch,...
Read more >
Game is crashing, freezing or won't launch on Windows PC
Corrupted and damaged game files can cause crashes or the game not to launch. It's good practice to scan and repair your game...
Read more >
7 Ways to Troubleshoot Game Crashing on Desktop[2022]
Just press Alt + F4 keys and select the "Restart" option. Let the system restart and try rerunning the game.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found