Railcraft

Railcraft

34M Downloads

crach avec un otre mod

dragondamour opened this issue · 6 comments

commented

---- Minecraft Crash Report ----

WARNING: coremods are present:
llibrary (llibrary-1.7.0-1.10.2.jar)
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
IC2core (Industrial-Craft-2-1.10.2.jar)
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
FCFMLCorePlugin (FinderCompass-1.10.2.jar)
CorePlugin (Fluxed-Redstone-Mod-1.10.2.jar)
dsurroundcore_unofficial (Dynamic-Surroundings-Mod-1.10.2.jar)
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.2.1.80-universal.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
CCCDeobfPlugin (unknown)
MalisisCorePlugin (malisiscore-1.10.2-4.2.5 (1).jar)
LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
BCModPlugin (zz-backpacks 1.10.2 - 3.1.2.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.3.1.88-universal.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 16-10-15 10:02
Description: Initializing game

java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=treevariant, clazz=class shetiphian.terraqueous.api.plant.PlantAPI$TreeType, values=[apple, cherry, orange, pear, peach]} to mango on block terraqueous:trunk1, it is not an allowed value
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:229)
at shetiphian.terraqueous.common.block.BlockTreeTrunk.func_176203_a(BlockTreeTrunk.java:66)
at mods.railcraft.common.modules.orehandlers.BoreOreHandler.onOreEvent(BoreOreHandler.java:41)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_473_BoreOreHandler_onOreEvent_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:633)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:580)
at shetiphian.terraqueous.Registry.registerToOreDictionary(Registry.java:576)
at shetiphian.terraqueous.Registry.registerOreDictionaryEntries(Registry.java:470)
at shetiphian.terraqueous.Registry.doRegistration(Registry.java:45)
at shetiphian.terraqueous.Terraqueous.preInit(Terraqueous.java:54)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:483)
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:

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:229)
at shetiphian.terraqueous.common.block.BlockTreeTrunk.func_176203_a(BlockTreeTrunk.java:66)
at mods.railcraft.common.modules.orehandlers.BoreOreHandler.onOreEvent(BoreOreHandler.java:41)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_473_BoreOreHandler_onOreEvent_OreRegisterEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:168)
at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:633)
at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:580)
at shetiphian.terraqueous.Registry.registerToOreDictionary(Registry.java:576)
at shetiphian.terraqueous.Registry.registerOreDictionaryEntries(Registry.java:470)
at shetiphian.terraqueous.Registry.doRegistration(Registry.java:45)
at shetiphian.terraqueous.Terraqueous.preInit(Terraqueous.java:54)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:609)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:257)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 6021307752 bytes (5742 MB) / 14501806080 bytes (13830 MB) up to 25232932864 bytes (24064 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx25G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn15g
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.1.2094 Optifine OptiFine_1.10.2_HD_U_C3 113 mods loaded, 113 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} Minecraft Coder Pack
UCH FML{8.0.99.99} Forge Mod Loader
UCH Forge{12.18.1.2094} Minecraft Forge
UCH buildingbrickshooks{1.10.2-2.0.13} Building Bricks Hooks
UCH CodeChickenCore{2.2.1.80} CodeChicken Core
UCH backpacks16840{3.1.2} [Backpacks!](zz-backpacks 1.10.2 - 3.1.2.jar)
UCH Baubles{1.2.1.0} Baubles
UCH 3DManeuverGear{1.10.2-@major@.@minor@.@revis@} 3D Maneuver Gear
UCH ForgeEndertech{1.1.3.0} Forge Endertech
UCH AdHooks{1.10.2-1.0.2.4} Advanced Hook Launchers
UCH adobeblocks{6.0.2.16} Adobe Blocks 2
UCH ambientsounds{1.2.0} [AmbientSounds](AmbientSounds v1.2.1 mc1.10.2.zip)
UCH bagginses{2.4.2d} Bagginses
UCH basemetals{2.4.0} Base Metals
UCH BiomesOPlenty{4.1.0.2052} Biomes O' Plenty
UCH Botania{r1.8-321} Botania
UCH buildingbricks{1.10.2-2.0.13} Building Bricks
UCH Bullseye{1.0.3} Bullseye
UCH Chameleon{1.9.4-2.1.5} Chameleon
UCH ChickenChunks{2.1.4.38} ChickenChunks
UCH chisel{MC1.9.4-0.0.6.33} Chisel
UCH IC2{2.6.16-ex110} IndustrialCraft 2
UCH CompactSolars{5.0.4.328} Compact Solar Arrays
UCH coroai{v1.1.9} coroai
UCH extendedrenderer{v1.0} Extended Renderer
UCH configmod{v1.0} Extended Mod Config
UCH correlatedpotentialistics{1.1.3} Correlated Potentialistics
UCH customspawner{3.10.0} DrZhark's CustomSpawner
UCH cxlibrary{1.2.2} CXLibrary
UCH ExtraUtils2{1.0} ExtraUtils2
UCH mantle{1.10.2-1.0.0.jenkins170} [Mantle](Mantle-1.10.2-1.0.0 %282%29.jar)
UCH tconstruct{1.10.2-2.5.5.jenkins393} Tinkers' Construct
UCH immersiveengineering{0.10-44} Immersive Engineering
UCH JEI{3.12.6.304} Just Enough Items
UCH forestry{5.2.14.267} Forestry
UCH ElecCore{1.5.311} ElecCore
UCH OpenComputers{1.6.0.2-beta.4} OpenComputers
UCH deepresonance{1.2.2} DeepResonance
UCH dsurroundunofficial{3.0.6.1BETA} Dynamic Surroundings Unofficial
UCH poweradvantage{2.3.0} Power Advantage
UCH electricadvantage{2.2.0} Electric Advantage
UCH elevatorid{1.2.0} Elevator Mod
UCH EnderBags{2.0.1} EnderBags
UCH endercore{1.10.2-0.4.1.56-beta} EnderCore
UCH EnderIO{1.10.2-3.0.1.120_beta} Ender IO
UCH enderutilities{0.6.5} Ender Utilities
UCH extraalchemy{0.3.0.2-release} Extra Alchemy
UCH zerocore{1.10.2-0.0.8.0} Zero CORE
UCH bigreactors{0.4.5.16} Extreme Reactors
UCH FinderCompass{1.10a} Finder Compass
UCH ftfloocraft{1.7.5} Floocraft
UCH reborncore{2.7.3.46} RebornCore
UCH reborncore-mcmultipart{2.7.3.46} reborncore-MCMultiPart
UCH fluxedredstone{2.4.1.50} FluxedRedstone
UCH fp{24.1.4 pre} Futurepack
UCH fp.api{1.0.1} Futurepack API
UCH GardenOfGlass{sqrt(-1)} Garden of Glass
UCH glass_shards{1.6.2} Glass Shards
UCH harvestcraft{1.9.4-pre} Pam's HarvestCraft
UCH heavenandhell{0.4.5.5} Heaven and Hell
UCH HoloInventory{2.0.3.138} HoloInventory
UCH immcraft{1.1.7} Immersive Craft
UCH inventorytweaks{1.61-58-a1fd884} Inventory Tweaks
UCH IronChest{7.0.7.795} Iron Chest
UCH JEFB{1.0.4} Just Enough Forestry Bees
UCH llibrary{1.7.0} LLibrary
UCH jurassicraft{2.0.4} JurassiCraft
UCH justenoughbuttons{1.10.2-1.6.2} Just Enough Buttons
UCH lightningcraft{2.4.4} LightningCraft
UCH magneticraft{@Version@} Magneticraft
UCH malisiscore{1.10.2-4.2.5} [MalisisCore](malisiscore-1.10.2-4.2.5 %281%29.jar)
UCH malisisblocks{1.10.2-4.1.1} Malisis Blocks
UCH MapWriter{2.6.19} MapWriter
UCH mcmultipart{1.2.1} MCMultiPart
UCH Mekanism{9.2.0} Mekanism
UCH MekanismGenerators{9.2.0} MekanismGenerators
UCH MekanismTools{9.2.0} MekanismTools
UCH mocreatures{10.0.0} DrZhark's Mo'Creatures
UCH morebees{1.10.2-1.1.3} More Bees
UCH MoreFurnaces{1.8.2} More Furnaces
UCH morematerials{1.10.2-1.9.20160723.0} More Materials
UCH mysticalagriculture{1.2.4} Mystical Agriculture
UCH natura{unspecified} Natura
UCH orespawn{1.1.0} Ore Spawn
UCH placeableitems{3.0.1.2} Placeable Items Mod
UCH samsapples{1.1.5} Power Apples
UCH mc{1.6a} Primordial Crops
UCH progressiveautomation{1.6.48} Progressive Automation
UCH quantumflux{2.0.7} QuantumFlux
UCH railcraft{10.0.0-beta-2} Railcraft
UCH StorageDrawers{1.9.4-3.1.11} Storage Drawers
UCH refinedstorage{1.1.3} Refined Storage
UCH rftools{5.00} RFTools
UCH rftoolsdim{4.41} RFTools Dimensions
UCH shetiphiancore{3.3.2} ShetiPhian-Core
UCH SimilsaxTranstructors{1.10.2.18} Similsax Transtructors
UCH simplebarrels{1.25f} Simple Barrels
UCH simplyjetpacks{2.0.2.6} Simply Jetpacks 2
UCH flammpfeil.slashblade{mc1.9.4-r15} SlashBlade
UCH steamadvantage{2.2.0} Steam Advantage
UCH superores{1.6} Super Ores
UCH taiga{${version}} Tinkers Alloying Addon
UCH techreborn{1.4.6.67} TechReborn
UCE terraqueous{1.2.7} Terraqueous
UCH tesla{1.2.1.49} TESLA
UCH thutcore{3.6.4} ThutCore
UCH thuttech{4.0.5} Thut's Tech
UCH treechopper{1.0.3a} Tree Chopper
UCH VeinMiner{0.34.0_1.9-58ffb13} Vein Miner
UCH VeinMinerModSupport{0.34.0_1.9-58ffb13} Mod Support
UCH icse{1.1.0.0} I Can See Everything
UCH wawla{2.3.0.202} What Are We Looking At
UCH weather2{v2.3.15} Localized Weather & Storms
Loaded coremods (and transformers):
llibrary (llibrary-1.7.0-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CXLibraryCore (cxlibrary-1.10.2-1.2.2.jar)
cubex2.cxlibrary.CoreModTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
IC2core (Industrial-Craft-2-1.10.2.jar)

LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)

FCFMLCorePlugin (FinderCompass-1.10.2.jar)
atomicstryker.findercompass.client.coremod.FCTransformer
CorePlugin (Fluxed-Redstone-Mod-1.10.2.jar)

dsurroundcore_unofficial (Dynamic-Surroundings-Mod-1.10.2.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.2.1.80-universal.jar)
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.2.jar)
shetiphian.core.asm.ClassTransformer
CCCDeobfPlugin (unknown)

MalisisCorePlugin (malisiscore-1.10.2-4.2.5 (1).jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPluginBuildingBricks (BuildingBricks-1.10.2-2.0.13.jar)
com.hea3ven.buildingbricks.core.load.ClassTransformerBuildingBricks
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
BCModPlugin (zz-backpacks 1.10.2 - 3.1.2.jar)
brad16840.common.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.3.1.88-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 373.06' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
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)

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

CodeChickenCore: ignoreInvalidMCVersion state: false
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
              * Optifine is installed. This is NOT supported.
             This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Mekanism-1.10.2-9.2.0.292.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/Tesla.class
              * Tesla API class 'TeslaCapabilities' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/capability/TeslaCapabilities.class
              * Tesla API class 'ITeslaConsumer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaConsumer.class
              * Tesla API class 'ITeslaHolder' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaHolder.class
              * Tesla API class 'ITeslaProducer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/ITeslaProducer.class
              * Tesla API class 'BaseTeslaContainer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainer.class
              * Tesla API class 'BaseTeslaContainerProvider' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/BaseTeslaContainerProvider.class
              * Tesla API class 'InfiniteTeslaConsumer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumer.class
              * Tesla API class 'InfiniteTeslaConsumerProvider' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaConsumerProvider.class
              * Tesla API class 'InfiniteTeslaProducer' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducer.class
              * Tesla API class 'InfiniteTeslaProducerProvider' is loaded from: jar:file:/C:/Users/guillaume%20talbot/AppData/Roaming/.minecraft/mods/Tesla-1.10.2-1.2.1.49.jar!/net/darkhax/tesla/api/implementation/InfiniteTeslaProducerProvider.class

Launched Version: 1.10.2-forge1.10.2-12.18.1.2094
LWJGL: 2.9.4
OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 373.06, 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: Français québécois (Canada)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C3
Render Distance Chunks: 32
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.5.0 NVIDIA 373.06
OpenGlRenderer: GeForce GTX 980 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
commented
  1. please USE pastebin when submiting crash logs.
  2. please type properly thanks :) i could not read it.
commented

Please, as Joshwoo70 said, use pastebin for the crash report.
Write a proper title.
And use the issue to describe what happened. I.e. is this a startup crash, server and/or client etc.

commented

I can clear up what this post is about, as I also got the report.

If you register your block to the Forge OreDictionary using the wildcard, BoreOreHandler.onOreEvent passes the wild card to the blocks getStateFromMeta.
Because the only valid meta values is 0-15, that is what was expected, receiving 32767 messd up the code.
I've clamped the incoming meta, but the passed number should be within typical range.
If the correct state isn't needed (not getting it now) Block.getDefaultState() would be better.
There is also a way to get every possible block state for a block, I just don't remember what it is, but I know its part of the model system, its used to generate the list needed for the blockstate file.

commented

Duplicate of #916

commented

Actually, I'd prefer Gists for logs. Pastebin has a habit of deleting things eventually. Most issues don't survive long enough to matter but for historical and the rare issue that doesn't get fixed immediately, its nice to have something that lasts indefinitely.

commented

If you make pastes without logging in yeah