View Issue Details

IDProjectCategoryView StatusLast Update
0001968Industrial-Craft²general / otherpublic2016-11-19 14:19
Reportermakertim Assigned ToAroma1997  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionduplicate 
PlatformForge 1.10.2 - 2050OSWindowsOS Version10
Summary0001968: Crash on logging into Server [java.util.ConcurrentModificationException]
DescriptionWhen im loggin in to my server,
i got a java.util.ConcurrentModificationException
I got this crash only on joining servers not singleplayer

full crashlog:
http://pastebin.com/BNHQZTTf

java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
    at java.util.ArrayList$Itr.next(ArrayList.java:851)
    at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1233)
    at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:95)
    at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:90)
    at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:161)
    at ic2.core.Ic2Player.<init>(Ic2Player.java:18)
    at ic2.core.WorldData.initialize(WorldData.java:74)
    at ic2.core.WorldData.get(WorldData.java:36)
    at ic2.core.WorldData.get(WorldData.java:29)
    at ic2.core.TickHandler.onClientTick(TickHandler.java:122)
Steps To ReproduceStart server
Start client
client > join server
*crash*
Additional InformationI use MineTweaker what makes loggin in take longer then usual. It may have to do something with it i guess?

The world just renders 1tick, half of my inventory gets renderd and then crash
TagsNo tags attached.
Minecraft Version1.10.2

Relationships

duplicate of 0001869 closedPlayer Crash - java.util.ConcurrentModificationException (industrialcraft-2-2.3.232-ex18) 

Activities

trilexcom

2016-10-19 20:58

reporter   ~0004807

hi Aroma and Chocohead

we are getting the same crash as well with client when we try to join the server sometimes,

trilexcom

2016-10-19 20:58

reporter  

crash-2016-10-19_16.55.36-client.txt (30,097 bytes)   
---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (Quark-r1.0-56.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.2.5.jar)
  EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  CorePlugin (FluxedRedstone-2.5.0.51.jar)
  LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  ChiselCorePlugin (Chisel-MC1.9.4-0.0.6.53.jar)
  SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.4.2.106-universal.jar)
  IC2core (industrialcraft-2-2.6.87-ex110.jar)
  LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
  DepLoader (BrandonsCore-1.10.2-2.1.0.48-universal.jar)
  FMLPlugin (InventoryTweaks-1.61-58.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 10/19/16 4:55 PM
Description: Unexpected error

java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1233)
	at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:95)
	at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:90)
	at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:161)
	at ic2.core.Ic2Player.<init>(Ic2Player.java:18)
	at ic2.core.WorldData.initialize(WorldData.java:74)
	at ic2.core.WorldData.get(WorldData.java:36)
	at ic2.core.WorldData.get(WorldData.java:29)
	at ic2.core.TickHandler.onClientTick(TickHandler.java:122)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_16_TickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1650)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
	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 java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at net.minecraft.item.crafting.CraftingManager.func_82787_a(SourceFile:1233)
	at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:95)
	at net.minecraft.inventory.ContainerPlayer.<init>(ContainerPlayer.java:90)
	at net.minecraft.entity.player.EntityPlayer.<init>(EntityPlayer.java:161)
	at ic2.core.Ic2Player.<init>(Ic2Player.java:18)
	at ic2.core.WorldData.initialize(WorldData.java:74)
	at ic2.core.WorldData.get(WorldData.java:36)
	at ic2.core.WorldData.get(WorldData.java:29)
	at ic2.core.TickHandler.onClientTick(TickHandler.java:122)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_16_TickHandler_onClientTick_ClientTickEvent.invoke(.dynamic)
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
	at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:339)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['trilexcom'/454, l='MpServer', x=-1021.03, y=71.00, z=316.35]]
	Chunk stats: MultiplayerChunkCache: 0, 0
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-240,64,-12), Chunk: (at 0,4,4 in -15,-1; contains blocks -240,0,-16 to -225,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
	Level time: 4485243 game time, 5746701 day time
	Level dimension: 0
	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
	Forced entities: 1 total; [EntityPlayerSP['trilexcom'/454, l='MpServer', x=-1021.03, y=71.00, z=316.35]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
	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 7 (amd64) version 6.1
	Java Version: 1.8.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1737933056 bytes (1657 MB) / 4813488128 bytes (4590 MB) up to 5726797824 bytes (5461 MB)
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
	FML: MCP 9.32 Powered by Forge 12.18.2.2099 107 mods loaded, 107 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2099.jar) 
	UCHIJA	Forge{12.18.2.2099} [Minecraft Forge] (forge-1.10.2-12.18.2.2099.jar) 
	UCHIJA	IC2{2.6.87-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.87-ex110.jar) 
	UCHIJA	advanced_machines{60.0.0} [Advanced Machines] (Advanced Machines-60.0.0.jar) 
	UCHIJA	Psi{r1.0-41} [Psi] (Psi-r1.0-41.jar) 
	UCHIJA	Quark{r1.0-56} [Quark] (Quark-r1.0-56.jar) 
	UCHIJA	AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar) 
	UCHIJA	Baubles{1.3.BETA11} [Baubles] (Baubles-1.10.2-1.3.BETA11.jar) 
	UCHIJA	bdlib{1.12.2.14} [BD Lib] (bdlib-1.12.2.14-mc1.10.2.jar) 
	UCHIJA	guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar) 
	UCHIJA	mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar) 
	UCHIJA	tconstruct{1.10.2-2.5.6.jenkins409} [Tinkers' Construct] (TConstruct-1.10.2-2.5.6.jar) 
	UCHIJA	immersiveengineering{0.10-44} [Immersive Engineering] (ImmersiveEngineering-0.10-44.jar) 
	UCHIJA	JEI{3.12.8.324} [Just Enough Items] (jei_1.10.2-3.12.8.324.jar) 
	UCHIJA	BloodMagic{1.9.4-2.1.0-65} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-65.jar) 
	UCHIJA	bookshelfapi{3.3.0} [Bookshelf] (Bookshelf-API-1.10.2-3.3.0.jar) 
	UCHIJA	Botania{r1.9-332} [Botania] (Botania r1.9-332.jar) 
	UCHIJA	brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.48-universal.jar) 
	UCHIJA	Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar) 
	UCHIJA	ChestTransporter{2.5.3} [Chest Transporter] (ChestTransporter-1.10.2-2.5.3.jar) 
	UCHIJA	chisel{MC1.9.4-0.0.6.53} [Chisel] (Chisel-MC1.9.4-0.0.6.53.jar) 
	UCHIJA	mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar) 
	UCHIJA	chiselsandbits{12.6} [Chisels & Bits] (chiselsandbits-12.6.jar) 
	UCHIJA	ChiselsBytes{0.4} [Chisels & Bytes] (ChiselsBytes-1.9.4-0.4.jar) 
	UCHIJA	CodeChickenLib{2.4.2.106} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.4.2.106-universal.jar) 
	UCHIJA	CodeChickenCore{2.3.4.89} [CodeChicken Core] (CodeChickenCore-1.10.2-2.3.4.89-universal.jar) 
	UCHIJA	CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar) 
	UCHIJA	cookingforblockheads{4.2.16} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.16.jar) 
	UCHIJA	MineTweaker3{3.0.12} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.12.jar) 
	UCHIJA	crossbowmod{1.3} [Crossbow Mod] (crossbowmod-1.3.jar) 
	UCHIJA	CustomMainMenu{2.0.2} [Custom Main Menu] (CustomMainMenu-MC1.10.2-2.0.2.jar) 
	UCHIJA	forestry{5.2.14.270} [Forestry] (forestry_1.10.2-5.2.14.270.jar) 
	UCHIJA	ElecCore{1.6.328} [ElecCore] (ElecCore-1.10.2-1.6.328.jar) 
	UCHIJA	deepresonance{1.2.9} [DeepResonance] (deepresonance-1.10-1.2.9.jar) 
	UCHIJA	draconicevolution{2.0.0d} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0d.107-universal.jar) 
	UCHIJA	StorageDrawers{1.10.2-3.2.7} [Storage Drawers] (StorageDrawers-1.10.2-3.2.7.jar) 
	UCHIJA	bitdrawers{0.31} [Drawers & Bits] (DrawersBits-1.10.2-0.31.jar) 
	UCHIJA	elevatorid{1.2.0} [Elevator Mod] (ElevatorMod[V.1.2.0][MC.1.10.2].jar) 
	UCHIJA	endercore{1.10.2-0.4.1.56-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.56-beta.jar) 
	UCHIJA	Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
	UCHIJA	EnderIO{1.10.2-3.0.1.120_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.120_beta.jar) 
	UCHIJA	EnderStorage{2.1.5.82} [EnderStorage] (EnderStorage-1.10.2-2.1.5.82-universal.jar) 
	UCHIJA	valkyrielib{1.10.2-0.10.5d} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.5d.jar) 
	UCHIJA	environmentaltech{1.10.2-0.10.5e} [Environmental Tech] (environmentaltech-1.10.2-0.10.5e.jar) 
	UCHIJA	ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.1.0c.jar) 
	UCHIJA	zerocore{1.10.2-0.0.8.0} [Zero CORE] (zerocore-1.10.2-0.0.8.0.jar) 
	UCHIJA	bigreactors{0.4.5.17} [Extreme Reactors] (ExtremeReactors-1.10.2-0.4.5.17.jar) 
	UCHIJA	FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.10.2-1.2.2.jar) 
	UCHIJA	flatcoloredblocks{mc1.10-v4.2} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.2.jar) 
	UCHIJA	fluxducts{1.0.4} [Flux Ducts] (fluxducts-mc1.9.4-1.0.4.jar) 
	UCHIJA	reborncore{2.7.3.46} [RebornCore] (RebornCore-1.10.2-2.7.3.46-universal.jar) 
	UCHIJA	reborncore-mcmultipart{2.7.3.46} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.7.3.46-universal.jar) 
	UCHIJA	fluxedredstone{@MODVERSION@} [FluxedRedstone] (FluxedRedstone-2.5.0.51.jar) 
	UCHIJA	ftbl{0.0.0} [FTBLib] (FTBLib-1.10.2-3.1.1.jar) 
	UCHIJA	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.10.2-3.1.1.jar) 
	UCHIJA	gendustry{1.6.4.23} [GenDustry] (gendustry-1.6.4.23-mc1.10.2.jar) 
	UCHIJA	advgenerators{0.9.20.15} [Advanced Generators] (generators-0.9.20.15-mc1.10.2.jar) 
	UCHIJA	gravestone{1.5.7} [Gravestone] (GraveStone Mod 1.5.7.jar) 
	UCHIJA	inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar) 
	UCHIJA	inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar) 
	UCHIJA	ironchest{1.10.2-7.0.11.797} [Iron Chest] (ironchest-1.10.2-7.0.11.797.jar) 
	UCHIJA	JEFB{1.0.4} [Just Enough Forestry Bees] (jefb_1.10.2-1.0.4.jar) 
	UCHIJA	jeibees{0.9.0.3} [JEI Bees] (jeibees-0.9.0.3-mc1.10.2.jar) 
	UCHIJA	journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar) 
	UCHIJA	jeresources{0.5.2.57} [Just Enough Resources] (JustEnoughResources-1.10.2-0.5.2.57.jar) 
	UCHIJA	malisiscore{1.10.2-4.2.5} [MalisisCore] (malisiscore-1.10.2-4.2.5.jar) 
	UCHIJA	malisisdoors{1.10.2-5.1.3} [MalisisDoors] (malisisdoors-1.10.2-5.1.3.jar) 
	UCHIJA	Mekanism{9.2.0} [Mekanism] (Mekanism-1.10.2-9.2.0.292.jar) 
	UCHIJA	MekanismGenerators{9.2.0} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.0.292.jar) 
	UCHIJA	missing_pieces{4.0.2} [Missing Pieces] (missing_pieces-1.10.2-4.0.2.jar) 
	UCHIJA	modtweaker{2.0.4} [Mod Tweaker] (ModTweaker2-1.10.2-2.0.4.jar) 
	UCHIJA	moreoverlays{1.8} [MoreOverlays] (moreoverlays-1.8-mc1.10.2.jar) 
	UCHIJA	Morpheus{1.10.2-3.1.8} [Morpheus] (Morpheus-1.10.2-3.1.8.jar) 
	UCHIJA	mousetweaks{2.6.4} [Mouse Tweaks] (MouseTweaks-2.6.4-mc1.10.2.jar) 
	UCHIJA	natura{1.10.2-4.0.0.85} [Natura] (natura-1.10.2-4.0.0.85.jar) 
	UCHIJA	neotech{3.3.0} [NeoTech] (NeoTech-1.10.2-3.3.0.jar) 
	UCHIJA	nethercore{1.10.2-2.0.3} [Nether Core] (nethercore-1.10.2-2.0.3.jar) 
	UCHIJA	netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) 
	UCHIJA	fodc{1.9.1} [Ore Dictionary Converter] (OreDictionaryConverter-1.9.1.jar) 
	UCHIJA	harvestcraft{1.9.4-1.10.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2f.jar) 
	UCHIJA	progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar) 
	UCHIJA	psionup{15.1} [PSIonic Upgrades] (PSIonicUpgrades-r1.15.jar) 
	UCHIJA	quantumflux{2.0.8} [QuantumFlux] (quantumflux-1.10.2-2.0.8.jar) 
	UCHIJA	quantumstorage{3.2.7} [QuantumStorage] (QuantumStorage-1.10.2-3.2.7.jar) 
	UCHIJA	railcraft{10.0.0-beta-3} [Railcraft] (Railcraft_1.10.2-10.0.0-beta-3.jar) 
	UCHIJA	randomthings{3.7.6} [Random Things] (RandomThings-MC1.10.2-3.7.6.jar) 
	UCHIJA	refinedstorage{1.1.3} [Refined Storage] (refinedstorage-1.1.3.jar) 
	UCHIJA	xreliquary{1.10.2-1.3.3.571} [Reliquary] (Reliquary-1.10.2-1.3.3.571.jar) 
	UCHIJA	ResourceLoader{1.5.1} [Resource Loader] (ResourceLoader-MC1.9.4-1.5.1.jar) 
	UCHIJA	rftools{5.53} [RFTools] (rftools-1.10-5.53.jar) 
	UCHIJA	rftoolsdim{4.43} [RFTools Dimensions] (rftoolsdim-1.10-4.43.jar) 
	UCHIJA	shadowmc{3.4.8} [ShadowMC] (ShadowMC-1.10.2-3.4.8.jar) 
	UCHIJA	Signals{1.0} [Signals] (Signals-1.10.2-0.5.0-universal.jar) 
	UCHIJA	simplebarrels{1.25h} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25h.jar) 
	UCHIJA	simplegenerators{1.10.2-0.10.4e} [Simple Generators] (simplegenerators-1.10.2-0.10.4e.jar) 
	UCHIJA	simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar) 
	UCHIJA	SleepingBag{1.3.0} [Sleeping Bag] (SleepingBag-1.10.2-1.3.0.jar) 
	UCHIJA	SolarFluxReborn{1.4r} [Solar Flux Reborn] (SolarFluxReborn_1.10.2-1.4r.jar) 
	UCHIJA	tinker_io{release 2.3.6} [Tinker I/O] (tinker_io-1.10.2-release 2.3.6.jar) 
	UCHIJA	tinkertoolleveling{1.10.2-0.2.0.DEV.45854fb} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-0.2.0.jar) 
	UCHIJA	tp{1.0.0} [Tiny Progressions] (tinyprogressions-1.10.2-1.0.6-release.jar) 
	UCHIJA	Translocator{2.1.3.34} [Translocator] (Translocators-1.10.2-2.1.3.34-universal.jar) 
	UCHIJA	usefulnullifiers{1.2.1} [Useful Nullifiers] (usefulnullifiers-1.2.1.jar) 
	UCHIJA	WailaHarvestability{1.1.9} [Waila Harvestability] (WailaHarvestability-mc1.10.2-1.1.9.jar) 
	UCHIJA	icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.206.jar) 
	UCHIJA	wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.206.jar) 
	Loaded coremods (and transformers): 
LoadingPlugin (Quark-r1.0-56.jar)
  vazkii.quark.base.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.2.5.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
EnderCorePlugin (EnderCore-1.10.2-0.4.1.56-beta.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  lumien.resourceloader.asm.ClassTransformer
CorePlugin (FluxedRedstone-2.5.0.51.jar)
  
LoadingHook (Mekanism-1.10.2-9.2.0.292.jar)
  
ChiselCorePlugin (Chisel-MC1.9.4-0.0.6.53.jar)
  team.chisel.common.asm.ChiselTransformer
SFRCore (SolarFluxReborn_1.10.2-1.4r.jar)
  com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.2.106-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.RenderHookTransformer
IC2core (industrialcraft-2-2.6.87-ex110.jar)
  
LoadingPlugin (RandomThings-MC1.10.2-3.7.6.jar)
  lumien.randomthings.asm.ClassTransformer
DepLoader (BrandonsCore-1.10.2-2.1.0.48-universal.jar)
  
FMLPlugin (InventoryTweaks-1.61-58.jar)
  invtweaks.forge.asm.ContainerTransformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.62' Renderer: 'GeForce GTX 970/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)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- WailaIntegration (Enabled/Not 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)
		- WailaIntegration (Enabled/Not Forced)

	List of loaded APIs: 
		* Baubles|API (1.3.0.6) from Baubles-1.10.2-1.3.BETA11.jar
		* BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-65.jar
		* BotaniaAPI (83) from Botania r1.9-332.jar
		* ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.53.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.53.jar
		* ChiselsAndBitsAPI (12.5.0) from chiselsandbits-12.6.jar
		* CoFHAPI (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
		* CoFHAPI|block (1.8.9R1.2.0B1) from fluxducts-mc1.9.4-1.0.4.jar
		* CoFHAPI|core (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
		* CoFHAPI|energy (1.8.9R1.2.0B1) from tinker_io-1.10.2-release 2.3.6.jar
		* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.5d.jar
		* CoFHAPI|item (1.8.9R1.2.0B1) from Mekanism-1.10.2-9.2.0.292.jar
		* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
		* CoFHAPI|transport (1.8.9R1.2.0B1) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.0.8.0.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.9.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0d.107-universal.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.10.2-1.6.328.jar
		* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
		* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
		* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
		* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.120_beta.jar
		* environmentaltech-api (1.10.2-0.10.5e) from environmentaltech-1.10.2-0.10.5e.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.14.270.jar
		* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.14.270.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.4.23-mc1.10.2.jar
		* Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-44.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-44.jar
		* jeresources|API (0.5.2.57) from JustEnoughResources-1.10.2-0.5.2.57.jar
		* journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
		* journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
		* journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
		* journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
		* journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
		* JustEnoughItemsAPI (4.9.0) from jei_1.10.2-3.12.8.324.jar
		* McJtyLib (1.10-2.1.4) from mcjtylib-1.10-2.1.4.jar
		* MekanismAPI|core (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|energy (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|gas (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|infuse (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|laser (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|reactor (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|recipe (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|transmitter (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.10.2-9.2.0.292.jar
		* OpenComputersAPI|Component (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Core (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Driver (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Driver|Item (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Event (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|FileSystem (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Internal (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Machine (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Manual (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Network (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* OpenComputersAPI|Prefab (6.0.0-alpha) from zerocore-1.10.2-0.0.8.0.jar
		* PsiAPI (2) from Psi-r1.0-41.jar
		* PSIonicUpgradesAPI (1) from PSIonicUpgrades-r1.15.jar
		* railcraft:API|core (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|bore (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|carts (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|charge (3.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|crafting (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|events (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|fuel (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|helpers (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|items (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|locomotive (2.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|signals (3.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* RailcraftAPI|tracks (3.0.0) from Railcraft_1.10.2-10.0.0-beta-3.jar
		* reborncoreAPI (2.7.3.46) from RebornCore-1.10.2-2.7.3.46-universal.jar
		* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
		* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
		* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
		* StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.1.3.jar
		* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.10.2-3.2.7.jar
		* valkyrielib.api (1.10.2-0.10.5d) from valkyrielib-1.10.2-0.10.5d.jar
		* WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
		* zerocore|API|multiblock (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
		* zerocore|API|multiblock|rectangular (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
		* zerocore|API|multiblock|validation (1.9.4-0.0.1) from zerocore-1.10.2-0.0.8.0.jar
	EnderIO: No known problems detected.
	Detailed RF API diagnostics:
                  * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/EnergyStorage.class
                  * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyConnection.class
                  * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
                  * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyHandler.class
                  * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyProvider.class
                  * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyReceiver.class
                  * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/IEnergyStorage.class
                  * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
                  * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/admin/Documents/Curse/Minecraft/Instances/Trilex%20Pack/mods/BrandonsCore-1.10.2-2.1.0.48-universal.jar!/cofh/api/energy/TileEnergyHandler.class
	Detailed Tesla API diagnostics:
                  * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
                  * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
                  * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
                  * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
                  * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
                  * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
                  * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
                  * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
                  * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
                  * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
                  * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

	Launched Version: forge-12.18.2.2099
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, 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: 8x Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz

makertim

2016-10-19 21:46

reporter   ~0004808

Happens only when minetweaker is installed
even when there are non recipes to be changed

removed minetweaker (and write my own mod)
and never got this error again

Aroma1997

2016-10-20 18:32

developer   ~0004809

If it's Minetweaker doing that, you just solved the puzzle!
:-)
I'll investigate it.

tekacs

2016-11-12 10:59

reporter   ~0004848

Last edited: 2016-11-12 11:00

Worth adding that this can apparently occur without MineTweaker, as seen in the 'All The Mods' modpack, v1.43b.

https://mods.curse.com/modpacks/minecraft/242462-all-the-mods

They have (and I started copying) a modlist, but it's probably best to simply grab their zip for that version, as their modlist doesn't include versions.

So far happens reliably if I restart the server whilst leaving the client open and then rejoin - in SMP play. For those playing single player they would likely see this just by leaving the world and rejoining it, I guess.

Chocohead

2016-11-12 13:31

developer   ~0004849

The modlist has CraftTweaker though, which is the updated form of Minetweaker, so providing that's still in the pack itself proves the pattern further rather than disproving it.

tekacs

2016-11-19 10:40

reporter   ~0004859

Yup, you're right, noticed that after the fact, my bad.

Aroma1997

2016-11-19 14:18

developer   ~0004863

Please look at the issue marked as duplicate of this one.

Chocohead

2016-11-19 14:19

developer   ~0004869

You can try the mini-mod in 0001869:0004853 and see if that gives a more informative crash report.

Issue History

Date Modified Username Field Change
2016-08-12 21:05 makertim New Issue
2016-08-13 07:49 Aroma1997 Relationship added duplicate of 0001956
2016-08-16 22:15 Chocohead Relationship added duplicate of 0001869
2016-08-16 22:15 Chocohead Relationship deleted 0001956
2016-10-19 20:58 trilexcom Note Added: 0004807
2016-10-19 20:58 trilexcom File Added: crash-2016-10-19_16.55.36-client.txt
2016-10-19 21:46 makertim Note Added: 0004808
2016-10-20 18:32 Aroma1997 Note Added: 0004809
2016-11-12 10:59 tekacs Note Added: 0004848
2016-11-12 11:00 tekacs Note Edited: 0004848
2016-11-12 13:31 Chocohead Note Added: 0004849
2016-11-19 10:40 tekacs Note Added: 0004859
2016-11-19 14:18 Aroma1997 Note Added: 0004863
2016-11-19 14:18 Aroma1997 Status new => closed
2016-11-19 14:18 Aroma1997 Assigned To => Aroma1997
2016-11-19 14:18 Aroma1997 Resolution open => duplicate
2016-11-19 14:19 Chocohead Note Added: 0004869