Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- WARNING: coremods are present:
- Contact their authors BEFORE contacting forge
- // My bad.
- Time: 6/23/16 11:30 PM
- Description: Initializing game
- com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
- at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
- at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
- at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
- at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
- at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.getAnnotatedMethods(AnnotatedSubscriberFinder.java:83)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.findAllSubscribers(AnnotatedSubscriberFinder.java:72)
- at com.google.common.eventbus.EventBus.register(EventBus.java:203)
- at net.minecraftforge.fml.common.FMLContainer.registerBus(FMLContainer.java:81)
- at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:114)
- at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:119)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:483)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:320)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:509)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
- at net.minecraft.client.main.Main.main(SourceFile:124)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:483)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/storage/SaveHandler
- at java.lang.Class.getDeclaredMethods0(Native Method)
- at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
- at java.lang.Class.privateGetPublicMethods(Class.java:2894)
- at java.lang.Class.getMethods(Class.java:1607)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.getAnnotatedMethodsInternal(AnnotatedSubscriberFinder.java:117)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.access$000(AnnotatedSubscriberFinder.java:46)
- at com.google.common.eventbus.AnnotatedSubscriberFinder$1.load(AnnotatedSubscriberFinder.java:59)
- at com.google.common.eventbus.AnnotatedSubscriberFinder$1.load(AnnotatedSubscriberFinder.java:56)
- at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
- at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
- at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
- at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
- ... 31 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.world.storage.SaveHandler
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 43 more
- Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/storage/IPlayerFileData
- at java.lang.ClassLoader.defineClass1(Native Method)
- at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 45 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.world.storage.IPlayerFileData
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 49 more
- Caused by: java.lang.ClassFormatError: Method m in class net/minecraft/world/storage/IPlayerFileData has illegal modifiers: 0x1
- at java.lang.ClassLoader.defineClass1(Native Method)
- at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
- at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 51 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Client thread
- Stacktrace:
- at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2199)
- at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
- at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
- at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
- at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.getAnnotatedMethods(AnnotatedSubscriberFinder.java:83)
- at com.google.common.eventbus.AnnotatedSubscriberFinder.findAllSubscribers(AnnotatedSubscriberFinder.java:72)
- at com.google.common.eventbus.EventBus.register(EventBus.java:203)
- at net.minecraftforge.fml.common.FMLContainer.registerBus(FMLContainer.java:81)
- at net.minecraftforge.fml.common.InjectedModContainer.registerBus(InjectedModContainer.java:114)
- at net.minecraftforge.fml.common.LoadController.buildModList(LoadController.java:119)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:483)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:320)
- at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:509)
- at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:216)
- at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
- -- Initialization --
- Details:
- Stacktrace:
- at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
- at net.minecraft.client.main.Main.main(SourceFile:124)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:483)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- -- System Details --
- Details:
- Minecraft Version: 1.9.4
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_25, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 168642208 bytes (160 MB) / 321138688 bytes (306 MB) up to 1060372480 bytes (1011 MB)
- JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.28 Powered by Forge 12.17.0.1980 3 mods loaded, 1 mod active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- U mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
- FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1980-1.10.0.jar)
- Forge{12.17.0.1980} [Minecraft Forge] (forge-1.9.4-12.17.0.1980-1.10.0.jar)
- Loaded coremods (and transformers):
- GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4380' Renderer: 'Intel(R) HD Graphics 530'
- Launched Version: 1.9.4-forge1.9.4-12.17.0.1980-1.10.0
- LWJGL: 2.9.4
- OpenGL: Intel(R) HD Graphics 530 GL version 4.4.0 - Build 20.19.15.4380, Intel
- 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 'fml,forge'
- Type: Client (map_client.txt)
- Resource Packs:
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- CPU: net.minecraft.client.Minecraft$15@50bc0bbd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement