Jump to content

"Unexpected Error [...] java.lang.NoSuchMethodError" 1.14.4 Crash


Recommended Posts

Posted (edited)

I need some help debugging this crash report!! Basically, I am using the most recent version of Forge (1.28.108) and am using Optifine BUT it works for this version of Forge. I have a few dozen mods installed. I'm 99.99% sure ALL my mods are from CursedForge (I previously posted about an error that was most likely caused by not getting mods from CursedForge), and my Minecraft previously worked perfectly until I installed the 5 checked mods in my mods folder image down below. Forge will load up perfectly and take me to the "Start" screen for Minecraft, but when I try to load up my world, it will start loading then exit out and crash to the launcher and give me this error message (below the screenshots of all my mods with the ones that broke my game highlighted) - 

 

(NOTE - I'm like 99.99% sure too that the issue is going to be with the SilentGear/Lib/Mechanisms mods, BUT I would like to play with that mod with my other mods and don't think I should need to cherrypick my mods) 

 

 

Full Crash Report - 

 

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 12/24/19 3:20 PM
Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:127) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:19) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getIngredientInfo(ErrorUtil.java:123) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getIngredientInputInfo(ErrorUtil.java:84) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.util.ErrorUtil.getInfoFromRecipe(ErrorUtil.java:70) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:140) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:93) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:86) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:78) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:144) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:76) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:125) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:103) ~[?:6.0.0.10] {re:classloading}
    at mezz.jei.startup.ClientLifecycleHandler$$Lambda$4890/2125744346.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2057/1595782032.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
    at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:1018) ~[?:?] {re:classloading}
    at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1268) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:28) ~[?:?] {re:classloading}
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15) ~[?:?] {re:classloading}
    at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:33) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.network.PacketThreadUtil$$Lambda$6513/971984223.run(Unknown Source) ~[?:?] {}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(ThreadTaskExecutor.java:115) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:861) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    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:56) [forge-1.14.4-28.1.108.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/944348744.call(Unknown Source) [forge-1.14.4-28.1.108.jar:28.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


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

-- Head --
Thread: Client thread
Stacktrace:
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:127)
    at mezz.jei.plugins.vanilla.ingredients.fluid.FluidStackHelper.getErrorInfo(FluidStackHelper.java:19)
    at mezz.jei.util.ErrorUtil.getIngredientInfo(ErrorUtil.java:123)
    at mezz.jei.util.ErrorUtil.getIngredientInputInfo(ErrorUtil.java:84)
    at mezz.jei.util.ErrorUtil.getInfoFromRecipe(ErrorUtil.java:70)
    at mezz.jei.recipes.RecipeManager.addRecipe(RecipeManager.java:140)
    at mezz.jei.recipes.RecipeManager.addRecipeTyped(RecipeManager.java:93)
    at mezz.jei.recipes.RecipeManager.addRecipes(RecipeManager.java:86)
    at mezz.jei.recipes.RecipeManager.<init>(RecipeManager.java:78)
    at mezz.jei.load.PluginLoader.getRecipeManager(PluginLoader.java:144)
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:76)
    at mezz.jei.startup.ClientLifecycleHandler.onRecipesLoaded(ClientLifecycleHandler.java:125)
    at mezz.jei.startup.ClientLifecycleHandler.lambda$new$2(ClientLifecycleHandler.java:103)
    at mezz.jei.startup.ClientLifecycleHandler$$Lambda$4890/2125744346.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2057/1595782032.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.client.ForgeHooksClient.onRecipesUpdated(ForgeHooksClient.java:1018)
    at net.minecraft.client.network.play.ClientPlayNetHandler.func_199525_a(ClientPlayNetHandler.java:1268)
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:28)
    at net.minecraft.network.play.server.SUpdateRecipesPacket.func_148833_a(SourceFile:15)
    at net.minecraft.network.PacketThreadUtil.lambda$checkThreadAndEnqueue$0(PacketThreadUtil.java:33)
    at net.minecraft.network.PacketThreadUtil$$Lambda$6513/971984223.run(Unknown Source)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(ThreadTaskExecutor.java:170)
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(ThreadTaskExecutor.java:135)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['J0spe'/292, l='MpServer', x=-116.37, y=83.75, z=-265.34]]
    Chunk stats: Client Chunk Cache: 1089, 626
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (-112,80,-256), Chunk: (at 0,5,0 in -7,-16; contains blocks -112,0,-256 to -97,255,-241), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Level time: 155447 game time, 217627 day time
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:574)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1750)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$410/944348744.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.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: 3593854992 bytes (3427 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 8
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.1.108.jar runtimedistcleaner PLUGINSERVICE 
        /OptiFine_1.14.4_HD_U_F5%20(1).jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.14.4-28.1.108.jar fml TRANSFORMATIONSERVICE 
    FML: 28.1
    Forge: net.minecraftforge:28.1.108
    FML Language Providers: 
        javafml@28.1
        minecraft@1
        kotori_scala@2.13.1
    Mod List: 
        inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {inventorysorter@16.2.0 DONE}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {cucumber@2.0.6 DONE}
        AdditionalEnchantedMiner-1.14.4-14.1.2.jar QuarryPlus {quarryplus@14.1.2 DONE}
        TreeChoppin-1.14.4-1.2.0.jar TreeChoppin {treechoppin@1.2.0 DONE}
        jei-1.14.4-6.0.0.10.jar Just Enough Items {jei@6.0.0.10 DONE}
        SilentMechanisms-1.14.4-0.6.9+42 (1).jar Silent's Mechanisms {silents_mechanisms@0.6.9+42 DONE}
        MCFurnace-1.14.4-DEV-1.3.2.jar MCFurnace {mcfurnace@1.3.0 DONE}
        Clumps-4.0.0.jar Clumps {clumps@4.0.0 DONE}
        XaerosWorldMap_1.5.2_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.2 DONE}
        Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 DONE}
        rangedpumps-0.6.1.jar Ranged Pumps {rangedpumps@0.6.1 DONE}
        ClickMachine-1.14.4-2.1.2.jar Click Machine {clickmachine@2.1.2 DONE}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
        PackingTape-1.14.4-0.9.0.jar Packing Tape {packingtape@0.9.0 DONE}
        inventorygenerators-1.14.4-1.0.1.jar Inventory Generators {inventorygenerators@1.14.4-1.0.1 DONE}
        CarryOn+MC1.14.4+v1.12.4.jar Carry On {carryon@1.12.4 DONE}
        Just-Enough-Resources-Mod-1.14.4.jar Just Enough Resources {jeresources@0.10.0.63 DONE}
        extradisks-1.14.4-1.1.jar Extra Disks {extradisks@1.14.4-1.1 DONE}
        forge-1.14.4-28.1.108-universal.jar Forge {forge@28.1.108 DONE}
        ruins-1.14.4.4.jar Ruins {ruins@1.14.3.3 DONE}
        Refined-Storage-Mod-1.14.4.jar Refined Storage {refinedstorage@1.7.1 DONE}
        MysticalAgriculture-1.14.4-2.0.4.jar Mystical Agriculture {mysticalagriculture@2.0.4 DONE}
        ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
        anviltweaks-1.4a.jar Anvil Tweaks {anviltweaks@1.4a DONE}
        forge-1.14.4-28.1.108-client.jar Minecraft {minecraft@1.14.4 DONE}
        extraanvils-2.5a.jar Extra Anvils {extraanvils@2.5a DONE}
        SwingThroughGrass-Mod-1.14.4.jar SwingThroughGrass {swingthroughgrass@1.14.4-1.3.2 DONE}
        MouseTweaks-2.12-mc1.14.4.jar Mouse Tweaks {mousetweaks@2.12 DONE}
        SilentLib-1.14.4-4.4.0+44 (1).jar Silent Lib {silentlib@4.4.0+44 DONE}
        bluepower-1.14.4-0.3.172-alpha-universal.jar Blue Power {bluepower@0.3.172-alpha DONE}
        SilentGear-1.14.4-1.4.5+71 (1).jar Silent Gear {silentgear@1.4.5+71 DONE}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 DONE}
        Xaeros_Minimap_1.19.4_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@1.19.4 DONE}
        gravestone-1.15.2.jar Gravestone Mod {gravestone@1.15.2 DONE}
        RandomThings-MC1.14.4-5.0.1.jar Random Things {randomthings@5.0.1 DONE}
        FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 DONE}
        torcherino-9.0.3.jar Torcherino {torcherino@9.0.3 DONE}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {storagedrawers@1.14.4-6.0.3 DONE}
        OreExcavation-1.6.145.jar Ore Excavation {oreexcavation@1.6.145 DONE}
        Finder-Compass-Mod-1.14.4.jar Finder Compass {findercompass@1.14.3.3 DONE}
        elevatorid-1.14.4-1.5.2.jar Elevator Mod {elevatorid@1.14.4-1.5.2 DONE}
        tubesreloaded-1.14.4-1.1.1c.jar Tubes Reloaded {tubesreloaded@1.14.4-1.1.1c DONE}
        noRecipeBook_v1.4.1formc1.14.4.jar No Recipe Book {norecipebook@1.4.1 DONE}
        FastFurnace-1.14.4-2.2.4.jar FastFurnace {fastfurnace@2.2.4 DONE}
        AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
        More-Overlays-Mod-1.14.4.jar More Overlays {moreoverlays@1.16.0 DONE}
        refinedstorageaddons-0.5.jar Refined Storage Addons {refinedstorageaddons@0.5 DONE}
        Instant-Unify-Mod-1.14.4.jar InstantUnify {instantunify@1.0.1 DONE}
        switchbow-1.5.8.jar Switch-Bow {switchbow@1.5.8 DONE}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
        QuantumStorage-1.14.4-5.0.2.jar QuantumStorage {quantumstorage@NONE DONE}
        xptome-1.14.4-v1.1.4.jar XP Tome {xpbook@v1.1.4 DONE}
    Launched Version: 1.14.4-forge-28.1.108
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, 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 'forge'
    Type: Client (map_client.txt)
    Resource Packs: mod_resources, vanilla, file/Faithful1002-32x-1.14.4-r5.zip
    Current Language: English (US)
    CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 15
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.5.0 - Build 23.20.16.4973
    OpenGlRenderer: Intel(R) HD Graphics 630
    OpenGlVendor: Intel
    CpuCount: 8

 

SS's of my Mods - 

 

image.thumb.png.0c31b72a0af4fb1cfe1db30c57565059.png

image.thumb.png.7809f5180058e52a394f2c84f58551e7.png

Edited by J0spe
Posted
  On 12/24/2019 at 8:42 PM, ScarlettSh0 said:

Try it without tubesreloaded

Expand  

It still came up with the same error :/ 

 

"Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;"

 

I can post the full crash log but I'm pretty sure it's just the same crash. Forge still loads properly, but when I try to enter a world (I actually created a new one this time) it immediately says "Saving World" at the top and then crashes back to the launcher. 

Posted (edited)
  On 12/24/2019 at 8:49 PM, J0spe said:

It still came up with the same error :/ 

 

"Description: Unexpected error

java.lang.NoSuchMethodError: net.minecraftforge.fluids.FluidStack.getFluid()Lnet/minecraftforge/fluids/Fluid;"

 

I can post the full crash log but I'm pretty sure it's just the same crash. Forge still loads properly, but when I try to enter a world (I actually created a new one this time) it immediately says "Saving World" at the top and then crashes back to the launcher. 

Expand  

Hmm... Another mod that causes this might be InstantUnify, but I'm not sure. Problem you experiencing I experienced too with Better With Mods and Reskillable I entered the world(nope, just screen of dirt blocks) and than in 10 minutes it crashed. Mods might override the same rules. If it's not InstantUnify I suggest you find out what the mod pair causing this. Just remove mods in packs of 3-5 mods and try again. When you find what's causing make an issue page on both mods

Edited by ScarlettSh0
Posted
  On 12/24/2019 at 8:55 PM, ScarlettSh0 said:

Hmm... Another mod that causes this might be InstantUnify, but I'm not sure. Problem you experiencing I experienced too with Better With Mods and Reskillable I entered the world and than in 10 minutes it crashed. Mods might override the same rules. If it's not InstantUnify I suggest you find out what the mod pair causing this. Just remove mods in packs of 3-5 mods and try again. When you find what's causing make an issue page on both mods

Expand  

I'll try InstantUnify, but like I said my modded world was working perfectly until I installed the 5 highlighted mods in the SS's. It might just be like a compatibility issue but this exact error has happened to me about 10 times (with different mods that I have since taken out of my mods folder), and I'm just tired of having to cherrypick mods/not use ones that I want to use. 

Posted (edited)

the mod is silent  mechanisms and silentlib cause i dont get the crash when i dont put them in....

I just want a rf generation mod

Edited by TPB_249
Posted
  On 12/29/2019 at 1:55 AM, TPB_249 said:

the mod is silent  mechanisms and silentlib cause i dont get the crash when i dont put them in....

I just want a rf generation mod

Expand  

Your problem is not relevant to this thread.

Please make your own thread.

Some tips:

  Reveal hidden contents

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.