Crash During Game launch
Andyghandi opened this issue ยท 6 comments
DynamicSurroundings-1.12.2-3.4.10.0
Forge 2770
Crash Report:
Time: 2018-11-08 17:38:13 CET
Description: Unexpected error
java.lang.NoClassDefFoundError: org/blockartistry/DynSurround/client/sound/SoundEngine
at net.minecraft.client.audio.SoundManager.getClampedVolume(SoundManager.java)
at net.minecraft.client.audio.SoundManager.playSound(SoundManager.java:401)
at net.minecraft.client.audio.SoundHandler.playSound(SoundHandler.java:258)
at net.minecraft.client.audio.MusicTicker.playMusic(SourceFile:49)
at net.minecraft.client.audio.MusicTicker.update(SourceFile:43)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1856)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1097)
at net.minecraft.client.Minecraft.run(Minecraft.java:3940)
at net.minecraft.client.main.Main.main(SourceFile:123)
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)
Caused by: java.lang.ClassNotFoundException: org.blockartistry.DynSurround.client.sound.SoundEngine
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)
... 15 more
Caused by: java.lang.NullPointerException
The game crashes during launch. From what I can tell, this seems to be caused by Dynamic Surroundings. This started as i Updated a few mods in the twitch launcher, and after adding the mods: Gendustry, metal chests, Not Enough Wands, BeeBetterAtBees and Building gadgets.
Can you post the full log please? Also, did you get a dependency error when loading the client? Sometimes when Forge reports a mod dependency error the client can crash because the DS patching of the sound system is stillborn.
Launching the game now again, Still with forge 2770 but without those 5 mods I added. Back in 5
By looks of things, I missed a core mod for gendustry. But that didnt show up when launching with all my other 250 mods. It only displayed when I used these 5 mods and dynamic surrounds. However now my complete modpack works as intended!