Bonjour, ce matin en essayant d'ajouter Solar Flux Reborn dans mon modpack Sky odyssey, je me retrouve avec un crash me disant : Il semblerait que vous utilisez une version modifiée du jeu non prise en charge.
Voici le crash report :
-----------------------------------------------------------------------------------------------------------
En fait pour être un peu plus précis, le jeu crash au moment de charger Solar Flux reborn.
Peut être que sa vient de la version du mod ?
Peut être désinstaller le modpack et le réinstaller ?
Peut être seulement changer la version du modpack ?
PS : J'utilise le logiciel Twitch pour mes modpacks et Solar Flux Reborn a besoin de HammerCore pour fonctionner.
Merci d'avance
Voici le crash report :
Code:
---- Minecraft Crash Report ----
WARNING: coremods are present:
SFRCore (SolarFluxReborn_1.12.2-3.42r (1).jar)
HCASM (HammerCore-1.12.2-2.0.4.4.jar)
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
LoadingPlugin (LoadingTips-1.12.2-1.0.0.2.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
StructureUtilsASM (StructureUtils-1.1.0.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
SplashAnimationCoremod (SplashAnimation-Rushmead-0.2.2.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.6.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// I'm sorry, Dave.
Time: 4/21/19 9:52 AM
Description: Initializing game
java.lang.NoClassDefFoundError: com/pengu/solarfluxreborn/client/tesr/TESRSolarPanel
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
at sun.reflect.GeneratedMethodAccessor3.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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
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)
Caused by: java.lang.ClassNotFoundException: com.pengu.solarfluxreborn.client.tesr.TESRSolarPanel
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)
... 39 more
Caused by: java.lang.NoClassDefFoundError: com/pengu/hammercore/client/render/tesr/TESR
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 41 more
Caused by: java.lang.ClassNotFoundException: com.pengu.hammercore.client.render.tesr.TESR
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 45 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
at sun.reflect.GeneratedMethodAccessor3.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.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
-- Initialization --
Details:
Stacktrace:
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)
-- 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: 1059290736 bytes (1010 MB) / 2723151872 bytes (2597 MB) up to 9544663040 bytes (9102 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10g -Xms256m -XX:permSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2815 228 mods loaded, 227 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 |
|:----- |:--------------------------------- |:------------------------- |:-------------------------------------------------- |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2815.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2815 | forge-1.12.2-14.23.5.2815.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | smoothfontcore | mc1.12.2-2.0-alpha-7 | minecraft.jar | None |
| LC | openmodscore | 0.12.1 | minecraft.jar | None |
| LC | bnbgamingcore | 0.10.0 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | concheckrmd | 1.7.0 | Modpack Configuration Checker-1.12.2-v1.7.jar | None |
| LC | smoothfont | mc1.12.2-2.0-alpha-9 | SmoothFont-mc1.12.2-2.0-alpha-9.jar | None |
| LC | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
| LC | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
| LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LC | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LC | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
| LC | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LC | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LC | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
| LC | charset | 0.5.5.6 | Charset-Lib-0.5.5.6.jar | None |
| LC | crafttweaker | 4.1.15 | CraftTweaker2-1.12-4.1.15.jar | None |
| LC | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LC | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
| LC | jei | 4.15.0.269 | jei_1.12.2-4.15.0.269.jar | None |
| LC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
| LC | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
| LC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | draconicevolution | 2.3.20 | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None |
| LC | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | enderio | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | projecte | 1.12.2-PE1.4.0 | ProjectE-1.12.2-PE1.4.0.jar | None |
| LC | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
| LC | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
| LC | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LC | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
| LC | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| LC | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
| LC | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LC | betteradvancements | 0.1.0.77 | BetterAdvancements-1.12.2-0.1.0.77.jar | None |
| LC | betterbuilderswands | 0.13.1 | BetterBuildersWands-1.12.2-0.13.1.269+13450ff.jar | None |
| LC | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LC | bloodmagic | 1.12.2-2.4.0-102 | BloodMagic-1.12.2-2.4.0-102.jar | None |
| LC | bnbgaminglib | 2.17.5 | BNBGamingLib-1.12.2-2.17.5.jar | None |
| LC | boneappetit | 1.0.0.3 | BoneAppetit-1.0.0.3.jar | None |
| LC | bonsaitrees | 1.1.2 | bonsaitrees-1.1.2-b144.jar | None |
| LC | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | botania | r1.10-360 | Botania r1.10-360.jar | None |
| LC | botanicbonsai | 0.0.0.botanicbonsai | BotanicBonsai-1.0.0.5.jar | None |
| LC | buildinggadgets | 2.6.7 | BuildingGadgets-2.6.7.jar | None |
| LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LC | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LC | chickens | 6.1.0 | chickens-6.1.0.jar | None |
| LC | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| LC | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
| LC | clienttweaks | 3.1.11 | ClientTweaks_1.12.2-3.1.11.jar | None |
| LC | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LC | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
| LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LC | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
| LC | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LC | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
| LC | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| LC | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
| LC | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| LC | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.15.jar | None |
| LC | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.15.jar | None |
| LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| LC | customcredits | 0.0.1 | customcredits-1.0.jar | None |
| LC | custommainmenu | 2.0.9 | CustomMainMenu-MC1.12.2-2.0.9.jar | None |
| LC | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | deepmoblearning | 1.12.2-2.4.1 | deepmoblearning-1.12.2-2.4.1-universal.jar | None |
| LC | deepmoblearningbm | 1.12.2-1.0.0 | deepmoblearningbm-1.12.2-1.0.0-universal.jar | None |
| LC | defaultoptions | 9.2.8 | DefaultOptions_1.12.2-9.2.8.jar | None |
| LC | diethopper | 1.1 | diethopper-1.1.jar | None |
| LC | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
| LC | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| LC | enderiointegrationtic | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderiobase | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderioconduits | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderioconduitsappliedenergistics | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderioconduitsopencomputers | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | refinedstorage | 1.6.12 | refinedstorage-1.6.12.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LC | enderioconduitsrefinedstorage | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderiointegrationforestry | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderiointegrationticlate | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | ftblib | 5.4.1.92 | FTBLib-5.4.1.92.jar | None |
| LC | enderiomachines | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderiopowertools | 5.0.40 | EnderIO-1.12.2-5.0.40.jar | None |
| LC | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| LC | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
| LC | ieclochecompat | 2.1.7-dev.454 | ieclochecompat-2.1.7-dev.454.jar | None |
| LC | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LC | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LC | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| LC | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
| LC | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LC | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
| LC | bigreactors | 1.12.2-0.4.5.65 | ExtremeReactors-1.12.2-0.4.5.65.jar | None |
| LC | fastfurnace | 1.2.1 | FastFurnace-1.12.2-1.2.1.jar | None |
| LC | flatcoloredblocks | mc1.12-6.7 | flatcoloredblocks-mc1.12-6.7.jar | None |
| LC | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| LC | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
| LC | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None |
| LC | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
| LC | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| LC | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| LC | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
| LC | framland | 1.12.2-1.0.8 | framland-1.12.2-1.0.8.jar | None |
| LC | reborncore | 3.13.8.430 | RebornCore-1.12.2-3.13.8.430-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | ftb_beast_coin_miner | 1.0.0 | FTB-Beast-Coin-Miner-1.12.2-1.0.0.18.jar | None |
| LC | ftb_odyssey | 1.0.0 | FTB-OdysseyWorld-1.12.2-1.0.1.9.jar | None |
| LC | ftbguides | 2.0.0.34 | FTBGuides-2.0.0.34.jar | None |
| LC | ftbutilities | 5.4.0.87 | FTBUtilities-5.4.0.87.jar | None |
| LC | itemfilters | 1.0.1.8 | ItemFilters-1.0.1.8.jar | None |
| LC | ftbquests | 1.5.1.136 | FTBQuests-1.5.1.136.jar | None |
| LC | ftbmoney | 1.1.0.26 | FTBMoney-1.1.0.26.jar | None |
| LC | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.2.jar | None |
| LC | hammercore | 2.0.4.4 | HammerCore-1.12.2-2.0.4.4.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LC | hardcoremapreset | 4.2.1.36 | HardCoreMapReset-4.2.1.36.jar | None |
| LC | harvest | 1.12-1.2.7-20 | Harvest-1.12-1.2.7-20.jar | None |
| LC | hatchery | 2.2.1 | hatchery-1.12.2-2.2.1.jar | None |
| LC | hopperducts | 1.5 | hopperducts-mc1.12-1.5.jar | None |
| LC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.8-232.jar | None |
| LC | industrialrenewal | 0.8.1 | IndustrialRenewal_1.12.2-0.8.1.jar | None |
| LC | mysticalagriculture | 1.7.3 | MysticalAgriculture-1.12.2-1.7.3.jar | None |
| LC | mysticalagradditions | 1.3.1 | MysticalAgradditions-1.12.2-1.3.1.jar | None |
| LC | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
| LC | rftools | 7.61 | rftools-1.12-7.61.jar | None |
| LC | matteroverdrive | 0.7.0.16 | MatterOverdrive-1.12.2-0.7.0.16-universal.jar | None |
| LC | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LC | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
| LC | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LC | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
| LC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| LC | justenoughreactors | 1.1.3.61 | JustEnoughReactors-1.12.2-1.1.3.61.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LC | loottweaker | 0.0.8 | LootTweaker-1.12.2-0.0.8.jar | None |
| LC | jeresources | 0.9.0.52 | JustEnoughResources-1.12.2-0.9.0.52.jar | None |
| LC | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
| LC | letsencryptcraft | @VERSION@ | letsencryptcraft-1.10.2-1.2.0.jar | None |
| LC | longfallboots | 1.2.1a | longfallboots-1.2.1b.jar | None |
| LC | marblecraftingtable | 0.0.0.marblecraftingtable | MarbleCraftingTable-1.0.2.jar | None |
| LC | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None |
| LC | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None |
| LC | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
| LC | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| LC | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0-v38.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LC | modulardiversity | 1.1 | Modular Diversity-1.1.jar | None |
| LC | techreborn | 2.21.2.960 | TechReborn-1.12.2-2.21.2.960-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LC | morechickens | 3.2.0 | morechickens-1.12.2-3.2.0.jar | None |
| LC | moreoverlays | 1.14 | moreoverlays-1.14-mc1.12.2.jar | None |
| LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LC | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
| LC | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
| LC | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
| LC | mystagradcompat | 1.2 | mystagradcompat-1.2.jar | None |
| LC | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| LC | neat | 1.4-17 | Neat 1.4-17.jar | None |
| LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| LC | no_matter | 1.0 | NoMatter-1.12.2-1.0.0.5.jar | None |
| LC | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LC | norecipebook | 1.2.1 | noRecipeBook_v1.2.2formc1.12.2.jar | None |
| LC | notenoughwands | 1.7.3 | notenoughwands-1.12-1.7.3.jar | None |
| LC | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LC | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
| LC | petslow | 0.1.2 | petslow-0.1.2.jar | ac38a3286ab9f4777b0023f0f6280caa9369d575 |
| LC | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
| LC | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None |
| LC | projectex | 1.1.0.14 | ProjectEX-1.1.0.14.jar | None |
| LC | projectintelligence | 1.0.2 | ProjectIntelligence-1.12.2-1.0.2.16-universal.jar | None |
| LC | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None |
| LC | randomthings | 4.2.6 | RandomThings-MC1.12.2-4.2.6.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
| LC | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | refinedstorageaddons | 0.4.3 | refinedstorageaddons-0.4.3.jar | None |
| LC | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LC | resourcereloader | 1.0.2.5 | ResourceReloader-1.0.2.5.jar | None |
| LC | rftoolscontrol | 1.9.3 | rftoolsctrl-1.12-1.9.3.jar | None |
| LC | rftoolspower | 1.1.2 | rftoolspower-1.12-1.1.2.jar | None |
| LC | roost | 1.3.0 | roost-1.12-1.3.0.jar | None |
| LC | simpleharvest | 1.08 | simpleharvest-1.08.jar | None |
| LC | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LC | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
| LC | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| L | solarfluxreborn | 3.42r | SolarFluxReborn_1.12.2-3.42r (1).jar | None |
| L | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| L | sutils | 1.0 | StructureUtils-1.1.0.4.jar | None |
| L | surge | 2.0.76 | Surge-1.12.2-2.0.76.jar | None |
| L | teamislands | 1.1.0.19 | TeamIslands-1.1.0.19.jar | None |
| L | thaumicgrid | 1.0.11 | ThaumicGrid-1.0.11.jar | None |
| L | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| L | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.5.5-23.jar | None |
| L | thaumicterminal | 1.0.10 | ThaumicTerminal-1.0.10.jar | None |
| L | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | None |
| L | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | None |
| L | tipthescales | 1.0.3 | TipTheScales-1.12.2-1.0.3.jar | None |
| L | toastcontrol | 1.8.0 | Toast Control-1.12.2-1.8.0.jar | None |
| L | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| L | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
| L | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | None |
| L | tramplestopper | 1.2.0.4 | tramplestopper-1.12.2-1.2.0.5-universal.jar | None |
| L | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | None |
| L | triumph | 3.13.0 | Triumph-1.12.2-3.13.0.jar | None |
| L | ts2k16 | 1.2.10 | TS2K16-1.2.10.jar | None |
| L | uppers | 0.0.6 | Uppers-0.0.6.jar | None |
| L | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| L | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| L | woot | 1.12.2-1.4.10 | woot-1.12.2-1.4.10.jar | None |
| L | wrcbe | 2.3.1 | WR-CBE-1.12.2-2.3.1.30-universal.jar | None |
| L | xaerominimap | 1.16.2 | Xaeros_Minimap_1.16.2_Forge_1.12.jar | None |
| L | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
| L | yabba | 1.1.2.45 | YABBA-1.1.2.45.jar | None |
| L | reauth | 3.6.0 | reauth-3.6.0.jar | None |
| L | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.1.0.36.jar | None |
| L | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
| L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| L | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
| UD | solarfluxreborncore | 3.42r | minecraft.jar | None |
Loaded coremods (and transformers):
SFRCore (SolarFluxReborn_1.12.2-3.42r (1).jar)
com.pengu.solarfluxreborn.core.SFRSerializedTransformer
HCASM (HammerCore-1.12.2-2.0.4.4.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
CorePlugin (SmoothFont-mc1.12.2-2.0-alpha-9.jar)
bre.smoothfont.asm.Transformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (LoadingTips-1.12.2-1.0.0.2.jar)
me.modmuss50.loadingtips.core.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
StructureUtilsASM (StructureUtils-1.1.0.4.jar)
me.modmuss50.structureutils.StructureTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
SplashAnimationCoremod (SplashAnimation-Rushmead-0.2.2.jar)
pl.asie.splashanimation.core.SplashProgressTransformer
SurgeLoadingPlugin (Surge-1.12.2-2.0.76.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.6.jar)
lumien.randomthings.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
BNBGamingCore (BNBGamingCore-1.12.2-0.10.0.jar)
com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 419.67' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
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-6 for Forge 14.23.5.2768
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 138 names; 176 stacks.
Pastebin Connection: Failed!
Dependent Mods:
-Solar Flux Reborn (solarfluxreborn) @3.42r
Launched Version: forge-14.23.5.2815
LWJGL: 2.9.4
OpenGL: GeForce GTX 1060 6GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 419.67, NVIDIA Corporation
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 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
En fait pour être un peu plus précis, le jeu crash au moment de charger Solar Flux reborn.
Peut être que sa vient de la version du mod ?
Peut être désinstaller le modpack et le réinstaller ?
Peut être seulement changer la version du modpack ?
PS : J'utilise le logiciel Twitch pour mes modpacks et Solar Flux Reborn a besoin de HammerCore pour fonctionner.
Merci d'avance

Dernière édition par un modérateur: