Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ProsperCraft/2cb214c0a5fca2f700067766801adf38 to your computer and use it in GitHub Desktop.
Save ProsperCraft/2cb214c0a5fca2f700067766801adf38 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// You're mean.
Time: 3/27/19 7:38 PM
Description: Initializing game
java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getInstance()Lnet/minecraft/client/Minecraft;
at portablejim.audiodeath.proxy.ClientProxy.handleDeath(ClientProxy.java:33)
at portablejim.audiodeath.AudioDeath.deathScreen(AudioDeath.java:87)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:209)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:201)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:266)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:692)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:344)
at net.minecraft.client.main.Main.main(SourceFile:144)
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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:56)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:42)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at portablejim.audiodeath.proxy.ClientProxy.handleDeath(ClientProxy.java:33)
at portablejim.audiodeath.AudioDeath.deathScreen(AudioDeath.java:87)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:209)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:201)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:266)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:692)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:344)
at net.minecraft.client.main.Main.main(SourceFile:144)
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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:56)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:42)
-- System Details --
Details:
Minecraft Version: 1.13.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1536391072 bytes (1465 MB) / 1784676352 bytes (1702 MB) up to 6203899904 bytes (5916 MB)
JVM Flags: 4 total; -Xmx6656m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
FML: New FML!
Loaded coremods (and transformers): Nothing
Launched Version: forge-25.0.100
LWJGL: 3.1.6 build 14
OpenGL: GeForce GTX 1070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.67, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-9590 Eight-Core Processor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment