lilypuree / Decorative-Blocks

A small mod that adds several new decorative blocks.
MIT License
27 stars 22 forks source link

Crash related to Ender Blazier block #40

Open HoovySimulator2 opened 3 years ago

HoovySimulator2 commented 3 years ago

I placed some Ender Blazier blocks and it caused a crash. Here is crash report

Time: 1/9/21 5:18 PM Description: Unexpected error

java.lang.NoClassDefFoundError: com/minecraftabnormals/endergetic/client/particles/EEParticles at com.lilypuree.decorative_blocks_abnormals.block.EnderBrazierBlock.func_180655_c(EnderBrazierBlock.java:29) ~[?:1.1] {re:classloading} at net.minecraft.client.world.ClientWorld.func_184153_a(ClientWorld.java:371) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.world.ClientWorld.func_73029_E(ClientWorld.java:359) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.32.jar:35.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$473/73351708.call(Unknown Source) [forge-1.16.4-35.1.32.jar:35.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}

Caused by: java.lang.ClassNotFoundException: com.minecraftabnormals.endergetic.client.particles.EEParticles at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] {} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:106) ~[modlauncher-8.0.6.jar:?] {re:classloading} at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {} ... 18 more Suppressed: java.lang.ClassNotFoundException at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:282) ~[modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.0.6.jar:?] {re:classloading} at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.0.6.jar:?] {re:classloading} at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] {} at com.lilypuree.decorative_blocks_abnormals.block.EnderBrazierBlock.func_180655_c(EnderBrazierBlock.java:29) ~[?:1.1] {re:classloading} at net.minecraft.client.world.ClientWorld.func_184153_a(ClientWorld.java:371) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.world.ClientWorld.func_73029_E(ClientWorld.java:359) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1526) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.32.jar:35.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$473/73351708.call(Unknown Source) [forge-1.16.4-35.1.32.jar:35.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}


I can send more if needed!

Edit: the world cannot be rejoined as it is crashes almost instantly.

Edit 2: Forgot probably important info: Minecraft version is 1.16.4

Edit 3: Looked a bit more into the crash report, it appears another mod "immersive engineering" is related to this. Truth to be told, I do have many other mods and I have crashed many times before. You should probably contact the owner of the mod "Immersive Engineering"

lilypuree commented 3 years ago

It'd be easier to identify the issue if you sent the full debug.log or latest.log do you have the mod Endergetic Expansion installed or not?

HoovySimulator2 commented 3 years ago

Oh, it is no longer a problem. Apparently smooth lighting causes it somehow, related to Immersive Engineering. I will still send the whole crash report here if it is still helpful

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

-- Head -- Thread: Render thread Stacktrace: at com.lilypuree.decorative_blocks_abnormals.block.EnderBrazierBlock.func_180655_c(EnderBrazierBlock.java:29) ~[?:1.1] {re:classloading} at net.minecraft.client.world.ClientWorld.func_184153_a(ClientWorld.java:371) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.world.ClientWorld.func_73029_E(ClientWorld.java:359) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} -- Affected level -- Details: All players: 1 total; [ClientPlayerEntity['HoovySimulator2'/97, l='ClientLevel', x=-844.74, y=79.42, z=-95.21]] Chunk stats: Client Chunk Cache: 2209, 1681 Level dimension: minecraft:overworld Level spawn location: World: (-32,212,240), Chunk: (at 0,13,0 in -2,15; contains blocks -32,0,240 to -17,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 586172 game time, 651803 day time Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaerominimap:xaero_clientworldclass,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,pl:mixin:APP:mixins.sndctrl.json:MixinClientWorld,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2024) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.32.jar:35.1] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$473/73351708.call(Unknown Source) [forge-1.16.4-35.1.32.jar:35.1] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}

-- System Details -- Details: Minecraft Version: 1.16.4 Minecraft Version ID: 1.16.4 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: 590087152 bytes (562 MB) / 2793406464 bytes (2664 MB) up to 3817865216 bytes (3641 MB) CPUs: 4 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m -XX:PermSize=256m ModLauncher: 8.0.6+85+master.325de55 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-3.0.5-service.jar eventbus PLUGINSERVICE /forge-1.16.4-35.1.32.jar object_holder_definalize PLUGINSERVICE /forge-1.16.4-35.1.32.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.16.4-35.1.32.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.4-35.1.32.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.16.4-35.1.32.jar fml TRANSFORMATIONSERVICE FML: 35.1 Forge: net.minecraftforge:35.1.32 FML Language Providers: javafml@35.1 minecraft@1 Mod List: forge-1.16.4-35.1.32-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE mcw-bridges-1.0.4-mc1.16.4.jar |Macaw's Bridges |mcwbridges |1.0.4 |DONE |NOSIGNATURE ImmersiveEngineering-1.16.4-4.1.2-129.jar |Immersive Engineering |immersiveengineering |1.16.4-4.1.2-129 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 BiomesOPlenty-1.16.4-13.0.0.427-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.427 |DONE |NOSIGNATURE mining-helmet-1.16.4-2.0.0.jar |Mining Helmet |mining_helmet |2.0.0 |DONE |NOSIGNATURE mcw-trapdors-1.0.0-mc1.16.4.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.0 |DONE |NOSIGNATURE jei-1.16.4-7.6.1.65.jar |Just Enough Items |jei |7.6.1.65 |DONE |NOSIGNATURE simplefarming-1.16.4-1.3.5.jar |Simple Farming |simplefarming |1.16.4-1.3.5 |DONE |NOSIGNATURE DoggyTalents-1.16.4-2.0.1.2.jar |Doggy Talents 2 |doggytalents |2.0.1.2 |DONE |NOSIGNATURE mcw-windows-1.0.2-mc1.16.4.jar |Macaw's Windows |mcwwindows |1.0.2 |DONE |NOSIGNATURE Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE create-mc1.16.3_v0.3c.jar |Create |create |mc1.16.3_v0.3c |DONE |NOSIGNATURE Xaeros_Minimap_20.30.1_Forge_1.16.4.jar |Xaero's Minimap |xaerominimap |20.30.1 |DONE |NOSIGNATURE totaldarkness-1.2-1.16.3.jar |Total Darkness |totaldarkness |1.2-1.16.3 |DONE |NOSIGNATURE XaerosWorldMap_1.11.6_Forge_1.16.4.jar |Xaero's World Map |xaeroworldmap |1.11.6 |DONE |NOSIGNATURE comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE TravelersBackpack-1.16.4-5.3.4.jar |Traveler's Backpack |travelersbackpack |5.3.4 |DONE |NOSIGNATURE sit-1.16.2-v1.3.jar |Sit |sit |v1.3 |DONE |NOSIGNATURE lostcities-1.16-4.0.5-alpha.jar |LostCities |lostcities |1.16-4.0.5-alpha |DONE |NOSIGNATURE decorative_blocks-1.16.4-1.7.0.jar |Decorative Blocks |decorative_blocks |1.7.0 |DONE |NOSIGNATURE decorative_blocks_abnormals-1.16.4-1.1.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.1 |DONE |NOSIGNATURE obfuscate-0.5.1-1.16.3.jar |Obfuscate |obfuscate |0.5.1 |DONE |e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea vehicle-mod-0.45.2-1.16.3.jar |MrCrayfish's Vehicle Mod |vehicle |0.45.2 |DONE |NOSIGNATURE structurize-0.13.100-RELEASE-universal.jar |Structurize |structurize |0.13.100-RELEASE |DONE |NOSIGNATURE Bookshelf-1.16.4-9.3.18.jar |Bookshelf |bookshelf |9.3.18 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0 Runelic-1.16.4-6.0.2.jar |Runelic |runelic |6.0.2 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0 mcws-roofs-2.0.0-mc1.16.4.jar |Macaw's Roofs |mcwroofs |2.0.0 |DONE |NOSIGNATURE DarkUtilities-1.16.4-7.0.3.jar |Dark Utilities |darkutils |7.0.3 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0 mcw-doors-1.0.1fix-mc1.16.4.jar |Macaw's Doors |mcwdoors |1.0.1 |DONE |NOSIGNATURE furniture-7.0.0-pre19-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre19 |DONE |NOSIGNATURE architectury-1.2.72-forge.jar |Architectury |architectury |1.2.72 |DONE |NOSIGNATURE engineersdecor-1.16.4-1.1.5.jar |Engineer's Decor |engineersdecor |1.1.5 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b mcw-furniture-2.0.0-mc1.16.4.jar |Macaw's Furniture |mcwfurnitures |2.0.0 |DONE |NOSIGNATURE light-overlay-5.6.1.jar |Light Overlay |lightoverlay |5.6.1 |DONE |NOSIGNATURE JEITweaker-1.16.4-1.0.1.5.jar |JEI Tweaker |jeitweaker |1.0.1.5 |DONE |NOSIGNATURE cloth-config-forge-4.1.3.jar |Cloth Config v4 API |cloth-config |4.1.3 |DONE |NOSIGNATURE CraftTweaker-1.16.4-7.0.0.63.jar |CraftTweaker |crafttweaker |7.0.0.63 |DONE |NOSIGNATURE forge-1.16.4-35.1.32-universal.jar |Forge |forge |35.1.32 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90 cofh_core-1.16.3-1.1.6.jar |CoFH Core |cofh_core |1.1.6 |DONE |NOSIGNATURE thermal_foundation-1.16.3-1.1.6.jar |Thermal Series |thermal |1.1.6 |DONE |NOSIGNATURE thermal_innovation-1.16.3-1.1.7.jar |Thermal Innovation |thermal_innovation |1.1.7 |DONE |NOSIGNATURE thermal_expansion-1.16.3-1.1.6.jar |Thermal Expansion |thermal_expansion |1.1.6 |DONE |NOSIGNATURE thermal_locomotion-1.16.3-1.1.6.jar |Thermal Locomotion |thermal_locomotion |1.1.6 |DONE |NOSIGNATURE AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE BloodMagic-1.16.3-3.0.3-8.jar |Blood Magic |bloodmagic |1.16.3-3.0.3-8 |DONE |NOSIGNATURE overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE chiselsandbits-0.2.8-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE DynamicSurroundings-1.16.4-4.0.3.3.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.3.3 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77 Crash Report UUID: b6bba081-eeee-4875-b8d6-4fbc394a7401 Patchouli open book context: n/a Launched Version: forge-35.1.32 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 457.51, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: programer_art, vanilla, mod_resources Current Language: English (US) CPU: 4x Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz


I don't think this nolonger matters much as I stated above, so I don't mind if this was closed or removed (as it might just be the other mod causing it).

lilypuree commented 3 years ago

https://www.dropbox.com/s/kvwxqkrm0xmaxhi/decorative_blocks_abnormals-1.1.jar?dl=0 does this fix the issue?

ghost commented 3 years ago

I get the crash too, and do not have immersive engineering installed: https://pastebin.com/KhibUmS0

But, it seems to want endergetic expansion, and I do not have that installed either? Is it required

ghost commented 3 years ago

adding endergetic expansion mod fixes the problem. Maybe want to add it as a required dependency or deal with it some other way - not sure if you can only aquire it in survival w/ crafting materials from endergetic but I was in creative

lilypuree commented 3 years ago

@TechniumUnlimited did you try the file above?

ghost commented 3 years ago

I didn't need to as adding endergetic expansion mod fixes the problem

ghost commented 3 years ago

Which I planned to play with anyway was just testing chunks of mods and found the issue

KleinDevDE commented 3 years ago

https://www.dropbox.com/s/kvwxqkrm0xmaxhi/decorative_blocks_abnormals-1.1.jar?dl=0 does this fix the issue?

@lilypuree Yes, this fixes the issue

tslindsay commented 3 years ago

https://www.dropbox.com/s/kvwxqkrm0xmaxhi/decorative_blocks_abnormals-1.1.jar?dl=0 does this fix the issue?

I was having the same problem using "decorative_blocks_abnormals-1.16.4-1.1.jar", and the dropbox v1.1 fixed it for me as well.