Résolu Redstone Flux crash

RazeRod_

Aventurier
18 Septembre 2021
3
0
1
24
Hey
Je voulais faire une survie moddé avec des amis, mais quand je lance mon jeu, mon jeu crash et le message suivant s'affiche :
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Redstone Flux (redstoneflux)
Code de sortie : -1
Si quelqu'un a la solution, je suis preneur svp

Bonne journée à vous
 
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  Quark Plugin (Quark-r1.6-177.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 9/18/21 11:41 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Redstone Flux (redstoneflux)
Caused by: java.lang.RuntimeException:
RedstoneFlux has detected that the following OLD API classes from CoFHLib are being repacked!
    cofh.api.energy.ItemEnergyContainer, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.EnergyStorage, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyTransport, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.TileEnergyHandler, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyConnection, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyProvider, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyHandler, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyStorage, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyContainerItem, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar
    cofh.api.energy.IEnergyReceiver, loaded from: CoFHLib-%5B1.7.10%5D1.2.1-185.jar


    at cofh.redstoneflux.internal.OldAPIChecker.check(OldAPIChecker.java:65)
    at cofh.redstoneflux.RedstoneFlux.preInit(RedstoneFlux.java:18)
    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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    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)


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

-- System Details --
Details:
    Minecraft Version: 1.12.2
    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: 250769496 bytes (239 MB) / 939524096 bytes (896 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2854 80 mods loaded, 80 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                                | Version           | Source                                              | Signature                                |
    |:----- |:--------------------------------- |:----------------- |:--------------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft                         | 1.12.2            | minecraft.jar                                       | None                                     |
    | LCH   | mcp                               | 9.42              | minecraft.jar                                       | None                                     |
    | LCH   | FML                               | 8.0.99.99         | forge-1.12.2-14.23.5.2854.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                             | 14.23.5.2854      | forge-1.12.2-14.23.5.2854.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | openmodscore                      | 0.12.2            | minecraft.jar                                       | None                                     |
    | LCH   | opencomputers|core                | 1.7.5.192         | minecraft.jar                                       | None                                     |
    | LCH   | actuallyadditions                 | 1.12.2-r152       | ActuallyAdditions-1.12.2-r152.jar                   | None                                     |
    | LCH   | ctm                               | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar                           | None                                     |
    | LCH   | appliedenergistics2               | rv6-stable-7      | appliedenergistics2-rv6-stable-7.jar                | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH   | baubles                           | 1.5.2             | Baubles-1.12-1.5.2.jar                              | None                                     |
    | LCH   | endercore                         | 1.12.2-0.5.76     | EnderCore-1.12.2-0.5.76.jar                         | None                                     |
    | LCH   | jei                               | 4.15.0.287        | jei_1.12.2-4.15.0.287.jar                           | None                                     |
    | LCE   | redstoneflux                      | 2.1.1             | RedstoneFlux-1.12-2.1.1.1-universal.jar             | None                                     |
    | LC    | cofhcore                          | 4.6.6             | CoFHCore-1.12.2-4.6.6.1-universal.jar               | None                                     |
    | LC    | cofhworld                         | 1.4.0             | CoFHWorld-1.12.2-1.4.0.1-universal.jar              | None                                     |
    | LC    | thermalfoundation                 | 2.6.7             | ThermalFoundation-1.12.2-2.6.7.1-universal.jar      | None                                     |
    | LC    | enderio                           | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | mantle                            | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                            | None                                     |
    | LC    | projecte                          | 1.12.2-PE1.4.1    | ProjectE-1.12.2-PE1.4.1.jar                         | None                                     |
    | LC    | chisel                            | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar                        | None                                     |
    | LC    | enderiointegrationtic             | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | quark                             | r1.6-177          | Quark-r1.6-177.jar                                  | None                                     |
    | LC    | tconstruct                        | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar                    | None                                     |
    | LC    | tesla                             | 1.0.63            | Tesla-1.12.2-1.0.63.jar                             | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | p455w0rdslib                      | 2.3.161           | p455w0rdslib-1.12.2-2.3.161.jar                     | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | ae2wtlib                          | 1.0.34            | AE2WTLib-1.12.2-1.0.34.jar                          | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | aroma1997core                     | 2.0.0.2.b167      | Aroma1997Core-1.12.2-2.0.0.2.b167.jar               | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LC    | aroma1997sdimension               | 2.0.0.2.b89       | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LC    | autoreglib                        | 1.3-32            | AutoRegLib-1.3-32.jar                               | None                                     |
    | LC    | biomesoplenty                     | 7.0.1.2441        | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar       | None                                     |
    | LC    | botania                           | r1.10-364         | Botania+r1.10-364.4.jar                             | None                                     |
    | LC    | codechickenlib                    | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | brandonscore                      | 2.4.20            | BrandonsCore-1.12.2-2.4.20.162-universal.jar        | None                                     |
    | LC    | chameleon                         | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                            | None                                     |
    | LC    | demagnetize                       | 1.12.2-1.1.2      | demagnetize-1.12.2-1.1.2.jar                        | None                                     |
    | LC    | draconicevolution                 | 2.3.28            | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar  | None                                     |
    | LC    | emojiful                          | 1.0.3             | emojiful-1.0.3.jar                                  | None                                     |
    | LC    | enderiobase                       | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderioconduits                   | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderioconduitsappliedenergistics | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | opencomputers                     | 1.7.5.192         | OpenComputers-MC1.12.2-1.7.5.192.jar                | None                                     |
    | LC    | enderioconduitsopencomputers      | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | refinedstorage                    | 1.6.15            | refinedstorage-1.6.15.jar                           | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LC    | enderioconduitsrefinedstorage     | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | ic2                               | 2.8.221-ex112     | industrialcraft-2-2.8.221-ex112.jar                 | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | natura                            | 1.12.2-4.3.2.69   | natura-1.12.2-4.3.2.69.jar                          | None                                     |
    | LC    | forestry                          | 5.8.2.422         | forestry_1.12.2-5.8.2.422.jar                       | None                                     |
    | LC    | enderiointegrationforestry        | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderiointegrationticlate         | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderioinvpanel                   | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderiomachines                   | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | enderiopowertools                 | 5.3.70            | EnderIO-1.12.2-5.3.70.jar                           | None                                     |
    | LC    | extrautils2                       | 1.0               | extrautils2-1.12-1.9.9.jar                          | None                                     |
    | LC    | zerocore                          | 1.12.2-0.1.2.9    | zerocore-1.12.2-0.1.2.9.jar                         | None                                     |
    | LC    | bigreactors                       | 1.12.2-0.4.5.68   | ExtremeReactors-1.12.2-0.4.5.68.jar                 | None                                     |
    | LC    | fluxnetworks                      | 4.1.0             | FluxNetworks-1.12.2-4.1.1.34.jar                    | None                                     |
    | LC    | gravestone                        | 1.10.2            | gravestone-1.10.2.jar                               | None                                     |
    | LC    | waila                             | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                         | None                                     |
    | LC    | intwheel                          | 1.2.7             | intwheel-1.12-1.2.7.jar                             | None                                     |
    | LC    | ironbackpacks                     | 1.12.2-3.0.8-12   | IronBackpacks-1.12.2-3.0.8-12.jar                   | None                                     |
    | LC    | itemscroller                      | 0.12.0            | itemscroller-1.12.2-0.12.0.jar                      | 2b03e1423915a189b8094816baa18f239d576dff |
    | LC    | journeymap                        | 1.12.2-5.7.1      | journeymap-1.12.2-5.7.1.jar                         | None                                     |
    | LC    | mcjtylib_ng                       | 3.5.4             | mcjtylib-1.12-3.5.4.jar                             | None                                     |
    | LC    | mekanism                          | 1.12.2-9.8.3.390  | Mekanism-1.12.2-9.8.3.390.jar                       | None                                     |
    | LC    | mousetweaks                       | 2.10.1            | MouseTweaks-2.10.1-mc1.12.2.jar                     | None                                     |
    | LC    | openmods                          | 0.12.2            | OpenModsLib-1.12.2-0.12.2.jar                       | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | openblocks                        | 1.8.1             | OpenBlocks-1.12.2-1.8.1.jar                         | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | patchouli                         | 1.0-23.6          | Patchouli-1.0-23.6.jar                              | None                                     |
    | LC    | projectintelligence               | 1.0.9             | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar   | None                                     |
    | LC    | rftools                           | 7.73              | rftools-1.12-7.73.jar                               | None                                     |
    | LC    | smooth-scrolling-everywhere       | 1.0               | smooth-scrolling-everywhere-1.0.jar                 | None                                     |
    | LC    | solarflux                         | 12.4.11           | SolarFluxReborn-1.12.2-12.4.11.jar                  | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LC    | storagedrawers                    | 5.2.2             | StorageDrawers-1.12.2-5.4.2.jar                     | None                                     |
    | LC    | theoneprobe                       | 1.4.25            | theoneprobe-1.12-1.4.25.jar                         | None                                     |
    | LC    | thermaldynamics                   | 2.5.6             | ThermalDynamics-1.12.2-2.5.6.1-universal.jar        | None                                     |
    | LC    | tipthescales                      | 1.0.4             | TipTheScales-1.12.2-1.0.4.jar                       | None                                     |
    | LC    | waystones                         | 4.1.0             | Waystones_1.12.2-4.1.0.jar                          | None                                     |
    | LC    | wct                               | 3.12.97           | WirelessCraftingTerminal-1.12.2-3.12.97.jar         | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | woot                              | 1.12.2-1.4.11     | woot-1.12.2-1.4.11.jar                              | None                                     |
    | LC    | immersiveengineering              | 0.12-98           | ImmersiveEngineering-0.12-98.jar                    | None                                     |

    Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  li.cil.oc.common.asm.ClassTransformer
Quark Plugin (Quark-r1.6-177.jar)
  vazkii.quark.base.asm.ClassTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)
 
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13587 Compatibility Profile Context 19.40.46 26.20.14046.3' Renderer: 'AMD Radeon(TM) Vega 8 Graphics'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Ender IO: No known problems detected.
    Authlib is : /C:/Users/Gabri/AppData/Roaming/.minecraft/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Pulsar/tconstruct loaded Pulses:
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)
        - quarkIntegration (Enabled/Not Forced)

    Pulsar/natura loaded Pulses:
        - NaturaCommons (Enabled/Forced)
        - NaturaOverworld (Enabled/Not Forced)
        - NaturaNether (Enabled/Not Forced)
        - NaturaDecorative (Enabled/Not Forced)
        - NaturaTools (Enabled/Not Forced)
        - NaturaEntities (Enabled/Not Forced)
        - NaturaOredict (Enabled/Forced)
        - NaturaWorld (Enabled/Not Forced)