TheWeatherPony / TheSeasonsMod

A repository for tracking issues in The Seasons Mod
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1285986-the-seasons-mod-
7 stars 0 forks source link

It looks like you are using an unsupported version of the game. Error: java.lang.NoClassDefFoundError: net/minecraft/client/resources/IResourceManagerReloadListener #116

Open harrygoose2 opened 5 years ago

harrygoose2 commented 5 years ago

Help? ---- Minecraft Crash Report ---- // Who set us up the TNT?

Time: 25/10/18 22:10 Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/client/resources/IResourceManagerReloadListener at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at weatherpony.util.classloading.ParentLastClassLoader.loadClass(ParentLastClassLoader.java:46) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459) at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395) at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:97) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:114) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:90) at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49) at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365) at org.apache.logging.log4j.core.Logger.log(Logger.java:110) at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448) at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83) at cpw.mods.fml.common.FMLLog.log(FMLLog.java:40) at cpw.mods.fml.common.LoadController.transition(LoadController.java:139) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) 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:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) 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:497) at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:104) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.IResourceManagerReloadListener at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at weatherpony.util.classloading.ParentLastClassLoader.loadClass(ParentLastClassLoader.java:48) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at weatherpony.util.classloading.ParentLastClassLoader.loadClass(ParentLastClassLoader.java:48) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 39 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at weatherpony.util.classloading.ParentLastClassLoader.loadClass(ParentLastClassLoader.java:46) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.apache.logging.log4j.core.impl.ThrowableProxy.loadClass(ThrowableProxy.java:459) at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:395) at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:97) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:114) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:90) at org.apache.logging.log4j.core.impl.DefaultLogEventFactory.createEvent(DefaultLogEventFactory.java:49) at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:365) at org.apache.logging.log4j.core.Logger.log(Logger.java:110) at org.apache.logging.log4j.spi.AbstractLogger.log(AbstractLogger.java:1448) at cpw.mods.fml.relauncher.FMLRelaunchLog.log(FMLRelaunchLog.java:83) at cpw.mods.fml.common.FMLLog.log(FMLLog.java:40) at cpw.mods.fml.common.LoadController.transition(LoadController.java:139) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) 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:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) 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:497) at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:104)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 381625088 bytes (363 MB) / 1073741824 bytes (1024 MB) up to 21474836480 bytes (20480 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx20G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 6 mods loaded, 6 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) UCHI mcpml{10.3} [Partial Modification Loader [for Minecraft]] (PML_MinecraftApp.jar) UCHE seasonsmod{3.0-alpha2} [The Seasons Mod] ([1.7.10]TheSeasonsMod-3.0-alpha2.jar) UCHI seasonsmodac{1.0} [Additional Seasons Content] ([1.7.10]TheSeasonsMod-3.0-alpha2.jar) Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX TITAN X/PCIe/SSE2 GL version 4.6.0 NVIDIA 397.31, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge,pml'
Type: Client (map_client.txt)
Resource Packs: [JSTR_Universal_1.7.x.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Gandalf360one commented 4 years ago

Try this:

  1. Download this File (I promisse it isn't a virus it is only a missing libary): http://www.mediafire.com/file/hw0oqc4yaggm76m/poi.zip/file
  2. Go to .minecraft\PML\PML_downloadedLibs
  3. Delet the poi file if one exists
  4. Open the zip and copie paste the poi file into this directory: .minecraft\PML\PML_downloadedLibs
  5. Have fun with the functional mod