Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@natanfudge
Created July 29, 2021 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanfudge/0bc4a46fd511665c5cb0f28e412c3f8d to your computer and use it in GitHub Desktop.
Save natanfudge/0bc4a46fd511665c5cb0f28e412c3f8d to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 7/29/21, 6:05 PM
Description: Unexpected error
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154)
at java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.minecraft.client.Keyboard.onKey(Keyboard:342)
at net.minecraft.client.Keyboard.method_22678(Keyboard:703)
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor:118)
at net.minecraft.client.Keyboard.method_22676(Keyboard:702)
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem:160)
at net.minecraft.client.util.Window.swapBuffers(Window:454)
at net.minecraft.client.MinecraftClient.render(MinecraftClient:1137)
at net.minecraft.client.MinecraftClient.run(MinecraftClient:728)
at net.minecraft.client.main.Main.main(Main:217)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [screenshotclipboard.mixins.json:ScreenshotMixin] from phase [DEFAULT] in config [screenshotclipboard.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:594)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:356)
... 25 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on screenshotclipboard.mixins.json:ScreenshotMixin->@Inject::screenshotCaptured(Lnet/minecraft/class_1011;Ljava/io/File;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lnet/minecraft/class_1011;Ljava/io/File;Ljava/lang/Object;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/class_1011;Ljava/io/File;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [INJECT Applicator Phase -> screenshotclipboard.mixins.json:ScreenshotMixin -> Apply Injections -> -> Inject -> screenshotclipboard.mixins.json:ScreenshotMixin->@Inject::screenshotCaptured(Lnet/minecraft/class_1011;Ljava/io/File;Ljava/util/function/Consumer;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:517)
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:447)
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:264)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:385)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1284)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:569)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)
... 25 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162)
at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
at net.minecraft.class_309.method_1466(class_309.java:342)
at net.minecraft.class_309.method_22678(class_309.java:703)
at net.minecraft.class_1255.execute(class_1255.java:118)
at net.minecraft.class_309.method_22676(class_309.java:702)
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37)
at org.lwjgl.system.JNI.invokeV(Native Method)
-- Affected level --
Details:
All players: 2 total; [class_746['_MMMMMMMMTTYYY_'/1, l='ClientLevel', x=977.85, y=63.00, z=-580.01], class_745['*MMMMMMMMTTYYY'/18100, l='ClientLevel', x=981.52, y=60.00, z=-579.60]]
Chunk stats: 529, 361
Level dimension: minecraft:overworld
Level spawn location: World: (16,74,-240), Section: (at 0,10,0 in 1,4,-15; chunk contains blocks 16,0,-240 to 31,255,-225), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 182654 game time, 18586186 day time
Server brand: Paper (Velocity)
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:476)
at net.minecraft.class_310.method_1587(class_310.java:2399)
at fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:28)
at net.minecraft.class_310.modify$zcf000$onCrash(class_310.java:4099)
at net.minecraft.class_310.method_1514(class_310.java:752)
at net.minecraft.client.main.Main.main(Main.java:217)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
-- Last reload --
Details:
Reload number: 3
Reload reason: manual
Finished: Yes
Packs: Default, 3D+Pointed+Dripstone.zip, 21w08b Spyglass.zip, Better Totem, Living_Dragon_(1.16.2-1.16.5).zip, VanillaTweaks_r983875.zip, Warden-Chiseled-Grimstone.zip, Withered Souls v.1.1.zip, anvil-sides.zip, biome-barrel.zip, biome-loom.zip, brew_guide.zip, consistent-chains-v-1-1.zip, visual-axolotl-buckets-optifine-e1680.zip, fresh-pillagers-e280.zip, infested-stone-resources-v1-3-0.zip, betterbottles-v1-1.zip, farmland-side.zip, nametags-plus.zip, improved-vines-e2051.zip, More_Fungi_(1.16.2_1.16.5).zip, Biome Specific Berries, fakehardcoremode1-15.zip, Laff Loafs.zip, Fabric Mods
-- Last reload --
Details:
Reload number: 3
Reload reason: manual
Finished: Yes
Packs: Default, 3D+Pointed+Dripstone.zip, 21w08b Spyglass.zip, Better Totem, Living_Dragon_(1.16.2-1.16.5).zip, VanillaTweaks_r983875.zip, Warden-Chiseled-Grimstone.zip, Withered Souls v.1.1.zip, anvil-sides.zip, biome-barrel.zip, biome-loom.zip, brew_guide.zip, consistent-chains-v-1-1.zip, visual-axolotl-buckets-optifine-e1680.zip, fresh-pillagers-e280.zip, infested-stone-resources-v1-3-0.zip, betterbottles-v1-1.zip, farmland-side.zip, nametags-plus.zip, improved-vines-e2051.zip, More_Fungi_(1.16.2_1.16.5).zip, Biome Specific Berries, fakehardcoremode1-15.zip, Laff Loafs.zip, Fabric Mods
-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 715020672 bytes (681 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
CPUs: 4
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Pentium(R) CPU 6405U @ 2.40GHz
Identifier: Intel64 Family 6 Model 142 Stepping 12
Microarchitecture: whiskey Lake
Frequency (GHz): 2.40
Number of physical packages: 1
Number of physical CPUs: 2
Number of logical CPUs: 4
Graphics card #0 name: Intel(R) UHD Graphics
Graphics card #0 vendor: Intel Corporation (0x8086)
Graphics card #0 VRAM (MB): 1024.00
Graphics card #0 deviceId: 0x9b21
Graphics card #0 versionInfo: DriverVersion=27.20.100.8729
Memory slot #0 capacity (MB): 4096.00
Memory slot #0 clockSpeed (GHz): 2.40
Memory slot #0 type: DDR4
Virtual memory max (MB): 16205.45
Virtual memory used (MB): 15283.15
Swap memory total (MB): 12275.14
Swap memory used (MB): 2567.14
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Fabric Mods:
autoconfig1u: Auto Config v1 Updated 3.3.1
betterbiomeblend: Better Biome Blend 1.17.0-1.1.8-fabric
betterdroppeditems: Better Dropped Items 1.3.0-1.17.1
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-config-lite: cloth-config-lite 2.0.6
cloth-config2: Cloth Config v4 5.0.34
completeconfig: CompleteConfig 1.0.0
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3
dynamicsoundfilters: Dynamic Sound Filters 1.2.0+1.17
eggtab: Egg Tab 2.1.0+1.16-fabric
fabric: Fabric API 0.36.0+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b44633d
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.2.0+2b5c62d03d
fabric-biome-api-v1: Fabric Biome API (v1) 3.1.11+c345aea83d
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b44633d
fabric-command-api-v1: Fabric Command API (v1) 1.1.1+a02b44633d
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa3d
fabric-containers-v0: Fabric Containers (v0) 0.1.12+a02b44633d
fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.2+a02b44633d
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da3103d
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.10+a02b44633d
fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+a02b44633d
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.9+a722d8c03d
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa3d
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+a02b44633d
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b44633d
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab61213d
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+a02b4463a0
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e3d
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b4463a0
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b44633d
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa3d
fabric-models-v0: Fabric Models (v0) 0.3.0+a02b44633d
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.11+b7ab61213d
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b44633d
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa3d
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab61213d
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b44633d
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b44633d
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.10+e2961fee3d
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.3+676f40fa3d
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+a02b44633d
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.0+a02b44633d
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b44633d
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+a02b44633d
fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+92519afa3d
fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+a02b44633d
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.7+b7ab6121a0
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+155f865c3d
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+a02b44633d
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.11+e36969833d
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.4+a02b44633d
fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b44633d
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d
fabricloader: Fabric Loader 0.11.6
fpsdisplay: FPS-Display 1.4.0+1.17
horsestatsvanilla: Horse Stats Vanilla 4.1.8
illuminations: Illuminations 1.6.1
inventoryhud: Inventory HUD + 3.3.2
jankson: Jankson 3.0.1+j1.2.0
java: OpenJDK 64-Bit Server VM 16
lazydfu: LazyDFU 0.1.2
libgui: LibGui 4.0.0-beta.4+1.17-rc1
libninepatch: LibNinePatch 1.1.0
minecraft: Minecraft 1.17.1
minecraftcapes: MinecraftCapes Mod 10
mm: Manningham Mills 2.3
modmenu: Mod Menu 2.0.0-beta.7
musicdr: Music Duration Reducer 1.2.1
notenoughanimations: NotEnoughAnimations 1.3.0
notenoughcrashes: Not Enough Crashes 3.3.0+1.17
optifabric: OptiFabric 1.11.17
petowner: Pet Owner 1.8.1-1.17-rc1+
rad: Reload Audio Driver 1.0.1
screenshotclipboard: Screenshot to Clipboard 1.0.6
sheepconsistency: Sheep Consistency 1.0.3
shulkerboxtooltip: Shulker Box Tooltip 3.0.0-alpha.3+1.17
transliterationlib: TRansliterationLib 1.1.0
uglyscoreboardfix: Ugly Scoreboard Fix 2.3.1
voxelmap: VoxelMap 1.10.15
whyamionfire: Why Am I on Fire? 1.1.1
wurst: Wurst Client v7.15.3-MC1.17
xaerobetterpvp: Better PVP Mod 21.12.5.1
Launched Version: fabric-loader-0.11.6-1.17.1
Backend library: LWJGL version 3.2.2 build 10
Backend API: Intel(R) UHD Graphics GL version 3.2.0 - Build 27.20.100.8729, Intel
Window size: 1366x768
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, file/3D+Pointed+Dripstone.zip, file/21w08b Spyglass.zip, file/Better Totem (incompatible), file/Living_Dragon_(1.16.2-1.16.5).zip (incompatible), file/VanillaTweaks_r983875.zip, file/Warden-Chiseled-Grimstone.zip, file/Withered Souls v.1.1.zip (incompatible), file/anvil-sides.zip (incompatible), file/biome-barrel.zip, file/biome-loom.zip, file/brew_guide.zip, file/consistent-chains-v-1-1.zip (incompatible), file/visual-axolotl-buckets-optifine-e1680.zip, file/fresh-pillagers-e280.zip (incompatible), file/infested-stone-resources-v1-3-0.zip, file/betterbottles-v1-1.zip, file/farmland-side.zip, file/nametags-plus.zip (incompatible), file/improved-vines-e2051.zip, file/More_Fungi_(1.16.2_1.16.5).zip (incompatible), file/Biome Specific Berries (incompatible), file/fakehardcoremode1-15.zip (incompatible), file/Laff Loafs.zip (incompatible), Fabric Mods
Current Language: English (US)
CPU: 4x Intel(R) Pentium(R) CPU 6405U @ 2.40GHz
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
OptiFine Version: OptiFine_1.17.1_HD_U_G9_pre27
OptiFine Build: 20210712-010127
Render Distance Chunks: 25
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 3.2.0 - Build 27.20.100.8729
OpenGlRenderer: Intel(R) UHD Graphics
OpenGlVendor: Intel
CpuCount: 4
-- OptiFabric --
Details:
OptiFine jar designed for: 1.17.1
OptiFine jar version: OptiFine_1.17.1_HD_U_G9_pre27
OptiFine jar status: Valid OptiFine installer
OptiFine remapped jar: C:/Users/marco/AppData/Roaming/.minecraft/.optifine/OptiFine_1.17.1_HD_U_G9_pre27/Optifine-mapped.jar
OptiFabric error: <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment