Been waiting for this update, thanks guys! Can't wait to get get that explosive bow, then I'll be a force to be reckoned with against the Lightning Spirit from the Legendary Beasts mod.
The Meaning of Life, the Universe, and Everything.
Join Date:
4/8/2013
Posts:
95
Member Details
This mod gives a sound error crash
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 6/9/13 2:21 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/SoundPoolEntry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getDeclaredField(Class.java:1897)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:41)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundPoolEntry
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:262)
... 33 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Linux (amd64) version 2.6.32-5-amd64
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 420734504 bytes (401 MB) / 510328832 bytes (486 MB) up to 1047592960 bytes (999 MB)
JVM Flags: 4 total; -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -Xincgc -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:69)
at org.bukkit.craftbukkit.v1_5_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:59)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:41)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:644)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 6/9/13 2:21 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/SoundPoolEntry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getDeclaredField(Class.java:1897)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:41)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundPoolEntry
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:262)
... 33 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Linux (amd64) version 2.6.32-5-amd64
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 420734504 bytes (401 MB) / 510328832 bytes (486 MB) up to 1047592960 bytes (999 MB)
JVM Flags: 4 total; -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -Xincgc -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:69)
at org.bukkit.craftbukkit.v1_5_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:59)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:41)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:644)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
If you were hitting issues with sounds or crashes, redownload. We've done a very minor update (.4.3B2) that won't have a changelog specifically. Same link and everything but file name will be different.
This should fix issues with the new sounds/music screwing up.
Rollback Post to RevisionRollBack
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
I see that in the creative menu there are many types of idol, necklace, ring, broach and scepter but I only ever get the dirty kind. I have tested with 20+ pyramids and about 30+ ruins still with no luck. Is there some other way to get them or can they not be obtained legitimately yet?
Try dropping dirty ones into the water. You know, maybe something changes :3
Rollback Post to RevisionRollBack
OH WOW THAT SURE LOTS PLACE FOR SIGN SURE I'LL PUT SOMETHING HERE LOOK:
Sound issues still exist in the new version (no sound at all until you exit MC and reload). However I noticed on Github in the source code that the names of the music files being referenced were different to the ones in the actual mod (eg. Weary Wanderer instead of The Wanderer), so I copied over the music files from the previous version (0.4.3B) and the sound seems fine now. Also the Portal seems to vanish if you hang around on it too long when you return to the Overworld.
I'll give it a test, that's really strange.
When I was testing earlier my sound was fine, and I was hearing the new music after a short period of time in Atum.
Sound issues still exist in the new version (no sound at all until you exit MC and reload). However I noticed on Github in the source code that the names of the music files being referenced were different to the ones in the actual mod (eg. Weary Wanderer instead of The Wanderer), so I copied over the music files from the previous version (0.4.3B) and the sound seems fine now. Also the Portal seems to vanish if you hang around on it too long when you return to the Overworld.
Aw crap, the music files were remixed by the composer so they would be the same loudness as the rest of the minecraft music, I forgot I had removed spaces from the file names before and just threw the new ones in. Fix incoming.
Great mod ,but it is Crashing my server , I'm using MCPC+ (Forge-bukkit server)
It would be cool if you could fix it c:
2013-06-10 16:27:24 [WARNING] [ForgeModLoader] The mod id Atum attempted to register channels without specifying a packet handler
16:27:24 [SEVERE] java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/SoundPoolEntry;
>16:27:24 [SEVERE] at java.lang.Class.getDeclaredFields0(Native Method)
>16:27:24 [SEVERE] at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
>16:27:24 [SEVERE] at java.lang.Class.getDeclaredField(Class.java:1897)
>16:27:24 [SEVERE] at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:41)
>16:27:24 [SEVERE] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
>16:27:24 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>16:27:24 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>16:27:24 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>16:27:24 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
>16:27:24 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
>16:27:24 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
>16:27:24 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>16:27:24 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>16:27:24 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>16:27:24 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
>16:27:24 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
>16:27:24 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
>16:27:24 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
>16:27:24 [SEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
>16:27:24 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
>16:27:24 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
>16:27:24 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
>16:27:24 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:578)
>16:27:24 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
>16:27:24 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundPoolEntry
>16:27:24 [SEVERE] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
>16:27:24 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
>16:27:24 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
>16:27:24 [SEVERE] ... 31 more
>16:27:24 [SEVERE] Caused by: java.lang.NullPointerException
>16:27:24 [SEVERE] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:262)
>16:27:24 [SEVERE] ... 33 more
>16:27:24 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/SoundPoolEntry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getDeclaredField(Class.java:1897)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:41)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:578)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundPoolEntry
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:262)
... 33 more
Try redownloading the latest version. (4.3B3)
Rollback Post to RevisionRollBack
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
Hi,
I just downloaded the mod and tested it, but I had some trouble with getting in the atum dimension. The golden scarab has the same ID as the wooden warp door of the dimensional doors mod. I wonder if you could solve this problem.
Greetings.
Hi,
I just downloaded the mod and tested it, but I had some trouble with getting in the atum dimension. The golden scarab has the same ID as the wooden warp door of the dimensional doors mod. I wonder if you could solve this problem.
Greetings.
You can change the number yourself in the config file
Updated the link, it should automatically download B3.
Here's the 1.5.1 version: http://gwycraft.gcod...id=NS5ob3RsaW5r this won't have any of the new stuff, but its the latest 1.5.1 version we made. We are not responsible for supporting it though.
Thanks! Unfortunately, I'm still at 1.5.1 since some of my fave mods haven't updated yet. I did try "Atum 0.3.5A" and I really love this amazing mod. It's a great complement to the Nether/Twilight Forest dimensions. Once I explore this mod, then off to Aether II...
The Meaning of Life, the Universe, and Everything.
Join Date:
4/8/2013
Posts:
95
Member Details
Im running a server with MCPC+ and the Atum mobs drop no exp. MCPC+ has had issues with mods not dropping exp from its custom mobs before. Wondering if its MCPC related or Atum related. If its possible reach out to MCPC they fix issues with mods really fast
I couldn't post the full error log, I only put the end part where I saw the exception...
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 6/9/13 2:21 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/SoundPoolEntry;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getDeclaredField(Class.java:1897)
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:41)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:94)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundPoolEntry
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:273)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 31 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:262)
... 33 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5.2
Operating System: Linux (amd64) version 2.6.32-5-amd64
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 420734504 bytes (401 MB) / 510328832 bytes (486 MB) up to 1047592960 bytes (999 MB)
JVM Flags: 4 total; -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -Xincgc -Xmx1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:69)
at org.bukkit.craftbukkit.v1_5_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:59)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:41)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:644)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
FML: MCP v7.51 FML v5.2.17.716 Minecraft Forge 7.8.0.716 13 mods loaded, 13 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{5.2.17.716} [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge{7.8.0.716} [Minecraft Forge] (coremods) Unloaded->Constructed
DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed
Atum{0.0.0.1} [Atum] (Atum_0.4.3B.jar) Unloaded
BiblioCraft{1.3.1} [BiblioCraft] (BiblioCraft[v1.3.1].zip) Unloaded
BiomesOPlenty{0.5.5} [Biomes O' Plenty] (Biomes-O-Plenty-0.5.5.zip) Unloaded
Myths&Monsters{WIP Version} [Myths&Monsters] (ForgeMyths&Monstersmcv1.5.2d2.6.13.zip) Unloaded
Thaumcraft{3.0.5e} [Thaumcraft] (Thaumcraft3.0.5e.zip) Unloaded
DragonMounts{0.99.2} [Dragon Mounts Forge (WIP)] (dragonmount_v0.99.2_mc1.5.1.zip) Unloaded
Mystcraft{0.10.4.00} [Mystcraft] (mystcraft-uni-1.5.2-0.10.4.00.zip) Unloaded
TwilightForest{1.18.1} [The Twilight Forest] (twilightforest-1.18.1.zip) Unloaded
MSC{1.5.2.0} [Mob Spawn Controls] (Forge_MobSpawnControlsv1.5.2.0.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
https://AvondaleRPG.net
This should fix issues with the new sounds/music screwing up.
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
Join me on Discord, watch me on Twitch (every night!), or support me on Patreon.
Try dropping dirty ones into the water. You know, maybe something changes :3
I'll give it a test, that's really strange.
When I was testing earlier my sound was fine, and I was hearing the new music after a short period of time in Atum.
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
Join me on Discord, watch me on Twitch (every night!), or support me on Patreon.
https://AvondaleRPG.net
Aw crap, the music files were remixed by the composer so they would be the same loudness as the rest of the minecraft music, I forgot I had removed spaces from the file names before and just threw the new ones in. Fix incoming.
They should be "AtumDesert", if you're not getting that there is a biome id conflict which you can fix in the config files.
Here's the 1.5.1 version: http://gwycraft.gcod.net/?wpdmact=process&did=NS5ob3RsaW5r this won't have any of the new stuff, but its the latest 1.5.1 version we made. We are not responsible for supporting it though.
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
Join me on Discord, watch me on Twitch (every night!), or support me on Patreon.
Try redownloading the latest version. (4.3B3)
Lead designer and artist of Team Metallurgy (Metallurgy, Aquaculture, and Atum)
Join me on Discord, watch me on Twitch (every night!), or support me on Patreon.
I just downloaded the mod and tested it, but I had some trouble with getting in the atum dimension. The golden scarab has the same ID as the wooden warp door of the dimensional doors mod. I wonder if you could solve this problem.
Greetings.
Thanks! Unfortunately, I'm still at 1.5.1 since some of my fave mods haven't updated yet. I did try "Atum 0.3.5A" and I really love this amazing mod. It's a great complement to the Nether/Twilight Forest dimensions. Once I explore this mod, then off to Aether II...
i cant find it...
https://AvondaleRPG.net