mirror of
https://github.com/Astatin3/no-more-render.git
synced 2026-06-08 16:18:08 -06:00
144 lines
8.8 KiB
Plaintext
144 lines
8.8 KiB
Plaintext
---- Minecraft Crash Report ----
|
|
// Don't be sad. I'll do better next time, I promise!
|
|
|
|
Time: 2024-07-10 21:24:01
|
|
Description: Initializing game
|
|
|
|
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
|
|
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
|
|
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
|
|
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
|
|
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
|
|
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
|
|
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
|
|
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
|
|
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
|
|
at net.minecraft.util.Util.make(Util.java:537)
|
|
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
|
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
|
|
at net.minecraft.client.main.Main.main(Main.java:239)
|
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
|
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.GameRenderer failed
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
|
|
... 16 more
|
|
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
|
|
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
|
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
|
at meteordevelopment.meteorclient.asm.Asm$Transformer.transformClassBytes(Asm.java:104)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
|
|
... 20 more
|
|
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [addon-template.mixins.json:ExampleMixin from mod addon-template] from phase [DEFAULT] in config [addon-template.mixins.json] FAILED during APPLY
|
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
|
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
|
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
|
|
... 24 more
|
|
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on shouldRender could not find any targets matching 'renderLevel' or 'renderItemActivationAnimation' in net.minecraft.client.render.GameRenderer. No refMap loaded. [PREINJECT Applicator Phase -> addon-template.mixins.json:ExampleMixin from mod addon-template -> Prepare Injections -> -> handler$zbb000$addon-template$shouldRender(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse]
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308)
|
|
at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:46)
|
|
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
|
|
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
|
|
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149)
|
|
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:710)
|
|
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329)
|
|
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053)
|
|
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
|
|
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
|
|
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)
|
|
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
|
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
|
|
... 24 more
|
|
|
|
|
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
|
---------------------------------------------------------------------------------------
|
|
|
|
-- Head --
|
|
Thread: Render thread
|
|
Stacktrace:
|
|
at net.minecraft.client.render.RenderPhase.<clinit>(RenderPhase.java:126)
|
|
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
|
|
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
|
|
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
|
|
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
|
|
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
|
|
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
|
|
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
|
|
at net.minecraft.util.Util.make(Util.java:537)
|
|
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
|
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
|
|
|
|
-- Initialization --
|
|
Details:
|
|
Modules:
|
|
Stacktrace:
|
|
at net.minecraft.client.main.Main.main(Main.java:239)
|
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
|
|
|
-- System Details --
|
|
Details:
|
|
Minecraft Version: 1.21
|
|
Minecraft Version ID: 1.21
|
|
Operating System: Linux (amd64) version 6.8.9-arch1-2
|
|
Java Version: 22, N/A
|
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
|
Memory: 141236456 bytes (134 MiB) / 478150656 bytes (456 MiB) up to 4173332480 bytes (3980 MiB)
|
|
CPUs: 12
|
|
Processor Vendor: GenuineIntel
|
|
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
|
|
Identifier: Intel64 Family 6 Model 165 Stepping 5
|
|
Microarchitecture: Comet Lake
|
|
Frequency (GHz): 4.10
|
|
Number of physical packages: 1
|
|
Number of physical CPUs: 6
|
|
Number of logical CPUs: 12
|
|
Graphics card #0 name: GA104 [GeForce RTX 3070]
|
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
|
Graphics card #0 VRAM (MiB): 288.00
|
|
Graphics card #0 deviceId: 0x2484
|
|
Graphics card #0 versionInfo: unknown
|
|
Virtual memory max (MiB): 12052.49
|
|
Virtual memory used (MiB): 13386.53
|
|
Swap memory total (MiB): 4096.00
|
|
Swap memory used (MiB): 3316.18
|
|
Space in storage for jna.tmpdir (MiB): <path not set>
|
|
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
|
Space in storage for io.netty.native.workdir (MiB): <path not set>
|
|
Space in storage for java.io.tmpdir (MiB): available: 7873.54, total: 7956.49
|
|
Space in storage for workdir (MiB): available: 333780.56, total: 467346.75
|
|
JVM Flags: 0 total;
|
|
Launched Version: Fabric
|
|
Backend library: LWJGL version 3.3.3-snapshot
|
|
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
|
|
Window size: <not initialized>
|
|
GFLW Platform: x11
|
|
GL Caps: Using framebuffer using OpenGL 3.2
|
|
GL debug messages:
|
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
|
Universe: 404
|
|
Type: Client (map_client.txt)
|
|
Locale: en_US
|
|
System encoding: UTF-8
|
|
File encoding: UTF-8
|
|
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
|
|
|
|
-- Meteor Client --
|
|
|
|
Version: 0.5.8
|
|
Dev Build: 2125
|