Levels

Levels

4M Downloads

Crash in - r1.2.7

Videonauth opened this issue · 13 comments

commented

Just experienced a crash with the newest version 1.2.7. Loading in was no issue at all. first fight i tried to make resulted in a crash.

Crashlog:
---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Quark-r1.2-85.jar)
CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)
DummyPlugin (ForgeEndertech-1.11.2-2.0.5.0-build.0011.jar)
BCModPlugin (zz-backpacks 1.11.2 - 3.1.6.jar)
AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.2.0.jar)
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
ForgelinPlugin (Forgelin-1.4.0.jar)
FarseekCoreMod (Farseek-1.11-2.1.jar)
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.3.jar)
RebornCoreASM (RebornCore-1.11.2-2.13.4.37-universal.jar)
LoadingPlugin (AdFinders-1.11.2-1.0.3.0-build.0011.jar)
CXLibraryCore (cxlibrary-1.11.2-1.4.0.jar)
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar)
FMLPlugin (InventoryTweaks-1.62-dev-78.jar)
LittlePatchingLoader (LittleTiles v1.4.3 mc1.11.2.jar)
IvToolkit (IvToolkit-1.3.2.1.jar)
LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.4-46.jar)
TANLoadingPlugin (ToughAsNails-1.11-2.0.5.jar)
MalisisCorePlugin (malisiscore-1.11.2-5.1.1.jar)
Contact their authors BEFORE contacting forge

// Ouch. That hurt :(

Time: 3/12/17 9:45 PM
Description: Ticking entity

java.lang.NoClassDefFoundError: Could not initialize class com.thexfactor117.levels.leveling.Ability
at com.thexfactor117.levels.event.EventLivingHurt.useArmorAbilities(EventLivingHurt.java:336)
at com.thexfactor117.levels.event.EventLivingHurt.onHurt(EventLivingHurt.java:81)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_405_EventLivingHurt_onHurt_LivingHurtEvent.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.common.ForgeHooks.onLivingHurt(ForgeHooks.java:542)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1113)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:908)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:105)
at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:150)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:139)
at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:41)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
at net.minecraft.world.World.func_72866_a(World.java:1961)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
at net.minecraft.world.World.func_72870_g(World.java:1931)
at net.minecraft.world.World.func_72939_s(World.java:1747)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

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

-- Head --
Thread: Server thread
Stacktrace:
at com.thexfactor117.levels.event.EventLivingHurt.useArmorAbilities(EventLivingHurt.java:336)
at com.thexfactor117.levels.event.EventLivingHurt.onHurt(EventLivingHurt.java:81)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_405_EventLivingHurt_onHurt_LivingHurtEvent.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.common.ForgeHooks.onLivingHurt(ForgeHooks.java:542)
at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1113)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:908)
at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1040)
at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:571)
at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:105)
at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:150)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:139)
at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:895)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2255)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:680)
at net.minecraft.entity.monster.EntityMob.func_70636_d(SourceFile:41)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2085)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:384)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:46)
at net.minecraft.world.World.func_72866_a(World.java:1961)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:840)
at net.minecraft.world.World.func_72870_g(World.java:1931)

-- Entity being ticked --
Details:
Entity Type: minecraft:zombie (net.minecraft.entity.monster.EntityZombie)
Entity ID: 24320
Entity Name: Zombie
Entity's Exact location: 51.63, 63.00, 77.26
Entity's Block location: World: (51,63,77), Chunk: (at 3,3,13 in 3,4; contains blocks 48,0,64 to 63,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.04, -0.08, 0.03
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1747)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

-- Affected level --
Details:
Level name: Midgard
All players: 1 total; [EntityPlayerMP['Videonauth'/956, l='Midgard', x=52.17, y=63.00, z=78.57]]
Chunk stats: ServerChunkCache: 649 Drop: 0
Level seed: 594062208457922527
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (236,64,252), Chunk: (at 12,4,12 in 14,15; contains blocks 224,0,240 to 239,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 17529 game time, 25395 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 80861 (now: false), thunder time: 65282 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Linux (amd64) version 4.8.0-40-generic
Java Version: 1.8.0_121, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 738843576 bytes (704 MB) / 3838246912 bytes (3660 MB) up to 3838246912 bytes (3660 MB)
JVM Flags: 5 total; -Xmx3686M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 17, tcache: 325, allocated: 3, tallocated: 104
FML: MCP 9.38 Powered by Forge 13.20.0.2255 Optifine OptiFine_1.11.2_HD_U_B7 138 mods loaded, 138 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2255.jar)
UCHIJAAAA forge{13.20.0.2255} [Minecraft Forge] (forge-1.11.2-13.20.0.2255.jar)
UCHIJAAAA creativecoredummy{1.0.0} [CreativeCoreDummy] (minecraft.jar)
UCHIJAAAA ivtoolkit{1.3.2.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA littletilescore{1.0.0} [LittleTilesCore] (minecraft.jar)
UCHIJAAAA backpacks16840{3.1.6} [Backpacks!] (zz-backpacks 1.11.2 - 3.1.6.jar)
UCHIJAAAA ctdcore{1.0.2} [CTD Core] ([1.11.2] CTD Core-1.0.2.jar)
UCHIJAAAA uncraftingtable{1.7.1-pre13} [Uncrafting Table] ([1.11.2]UncraftingTable-1.7.1-pre13.jar)
UCHIJAAAA movillages{1.5.3} [Mo' Villages] ([1.11]MoVillages-1.5.3.jar)
UCHIJAAAA jei{4.2.8.244} [Just Enough Items] (jei_1.11.2-4.2.8.244.jar)
UCHIJAAAA abyssalcraft{1.9.3.10} [AbyssalCraft] (AbyssalCraft-1.11.2-1.9.3.10.jar)
UCHIJAAAA actuallyadditions{1.11.2-r103} [Actually Additions] (ActuallyAdditions-1.11.2-r103.jar)
UCHIJAAAA forgeendertech{1.11.2-2.0.5.0} [Forge Endertech] (ForgeEndertech-1.11.2-2.0.5.0-build.0011.jar)
UCHIJAAAA adchimneys{1.11.2-2.0.5.0} [Advanced Chimneys] (AdChimneys-1.11.2-2.0.5.0-build.0011.jar)
UCHIJAAAA adfinders{1.11.2-1.0.3.0} [Advanced Finders] (AdFinders-1.11.2-1.0.3.0-build.0011.jar)
UCHIJAAAA advancedsticks{1.4.7} [�9Advanced Sticks Mod] (Advanced Sticks 1.11.2 by XxRexRaptorxX (v.1.4.7).jar)
UCHIJAAAA anvils{1.3.0} [Anvil Enchantments] (AnvilEnchantments-1.11.2-1.3.0.jar)
UCHIJAAAA applecore{2.1.2} [AppleCore] (AppleCore-mc1.11.2-2.1.2.jar)
UCHIJAAAA appleskin{1.0.6} [AppleSkin] (AppleSkin-mc1.11-1.0.6.jar)
UCHIJAAAA as_extraresources{1.0.2} [�9AS: �6Extra Resources Add-on] (AS-ExtraResources 1.11.2 by XxRexRaptorxX (v.1.0.2).jar)
UCHIJAAAA quark{r1.2-85} [Quark] (Quark-r1.2-85.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA autosapling{1.11.2-1.3.5} [AutoSapling] (AutoSapling 1.11.2-1.3.5.jar)
UCHIJAAAA babymobs{1.5.4} [Baby Mobs] (BabyMobs-1.11.2-1.5.4.jar)
UCHIJAAAA baubles{1.4.3} [Baubles] (Baubles-1.11-1.4.3.jar)
UCHIJAAAA betterfoliage{2.1.3} [Better Foliage] (BetterFoliage-MC1.11.2-2.1.3.jar)
UCHIJAAAA biomesoplenty{6.0.2.2167} [Biomes O' Plenty] (BiomesOPlenty-1.11.2-6.0.2.2167-universal.jar)
UCHIJAAAA birdsnests{1.5.1} [Bird's Nests] (BirdsNests1.11.2-1.5.1.jar)
UCHIJAAAA bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.11-1.5.1.jar)
UCHIJAAAA chameleon{1.11-3.0.2} [Chameleon] (Chameleon-1.11-3.0.2.jar)
UCHIJAAAA charsetlib{0.4.0-pre10} [‽] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetpipes{0.4.0-pre10} [|] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsettweaks{0.4.0-pre10} [*] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetstorage{0.4.0-pre10} [■] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetcarts{0.4.0-pre10} [∐] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetcrafting{0.4.0-pre10} [#] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetdecoration{0.4.0-pre10} [^] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA charsetwrench{0.4.0-pre10} [/] (Charset-mc1.11.2-0.4.0-pre10-c0faa4f8bd454f5f.jar)
UCHIJAAAA chesttransporter{2.7.1} [Chest Transporter] (ChestTransporter-1.11.2-2.7.1.jar)
UCHIJAAAA chiselsandbits{13.10} [Chisels & Bits] (chiselsandbits-13.10.jar)
UCHIJAAAA cyclopscore{0.9.4} [Cyclops Core] (CyclopsCore-1.11.2-0.9.4.jar)
UCHIJAAAA commoncapabilities{1.3.1} [CommonCapabilities] (CommonCapabilities-1.11.2-1.3.1.jar)
UCHIJAAAA one_point_twelve_concrete{v 1.0} [1.12 Concrete] (concreteMod-v1.0.jar)
UCHIJAAAA controlling{2.0.4} [Controlling] (Controlling-2.0.4.jar)
UCHIJAAAA craftablehorsearmour{1.3} [Craftable Horse Armour [CHA&S]] (CraftableHorseArmor-1.3.0-1.11.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.11.2-3.0.23.jar)
UCHIJAAAA crafttweaker{3.0.23} [Crafttweaker] (CraftTweaker-1.11.2-3.0.23.jar)
UCHIJAAAA ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.11.2-3.0.23.jar)
UCHIJAAAA creativecore{1.5.0} [CreativeCore] (CreativeCore v1.6.26 mc1.11.2.jar)
UCHIJAAAA customnpcs{1.11.2} [CustomNPCs] (CustomNPCs_1.11.2_beta(22jan17).jar)
UCHIJAAAA cxlibrary{1.4.0} [CXLibrary] (cxlibrary-1.11.2-1.4.0.jar)
UCHIJAAAA koresample{1.11.2-L1} [Kore Sample] (koresample-1.11.2.jar)
UCHIJAAAA dendrology{1.11.2-L1} [Ancient Trees] (dendrology-1.11.2.jar)
UCHIJAAAA storagedrawers{1.11.2-4.2.0} [Storage Drawers] (StorageDrawers-1.11.2-4.2.0.jar)
UCHIJAAAA bitdrawers{0.4} [Drawers & Bits] (DrawersBits-1.11.2-0.4.jar)
UCHIJAAAA dsurround{3.3.2.0} [Dynamic Surroundings] (DynamicSurroundings-1.11.2-3.3.2.0.jar)
UCHIJAAAA earthworks{1.1.1} [Earthworks] (Earthworks-1.11.2-1.1.2.jar)
UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod-1.11.2-1.3.0.jar)
UCHIJAAAA endercompass{1.2.5.1} [Ender Compass] (EnderCompass-1.11-1.2.5.1.jar)
UCHIJAAAA shetiphiancore{3.4.3} [ShetiPhian-Core] (shetiphiancore-1.11.0-3.4.3.jar)
UCHIJAAAA endertanks{1.5.3} [EnderTanks] (endertanks-1.11.0-1.5.3.jar)
UCHIJAAAA endores{1.11.2-r1} [End Ores] (EndOres-1.11.2-r1.jar)
UCHIJAAAA evilcraft{0.10.21} [EvilCraft] (EvilCraft-1.11.2-0.10.21.jar)
UCHIJAAAA extrabitmanipulation{1.11.2-3.0.4} [Extra Bit Manipulation] (ExtraBitManipulation-1.11.2-3.0.4.jar)
UCHIJAAAA shadowmc{3.7.1} [ShadowMC] (ShadowMC-1.11.2-3.7.5.jar)
UCHIJAAAA extrarails{1.2.1} [Extra Rails] (ExtraRails-1.11-1.2.1.jar)
UCHIJAAAA extrautils2{1.0} [extrautils2] (extrautils2-1.11.2-1.3.3.jar)
UCHIJAAAA farseek{2.1} [Farseek] (Farseek-1.11-2.1.jar)
UCHIJAAAA forgelin{1.4.0} [Forgelin] (Forgelin-1.4.0.jar)
UCHIJAAAA gravestone{1.7.2} [Gravestone] (GraveStone Mod 1.7.2.jar)
UCHIJAAAA hopperducts{1.4.9} [Hopper Ducts] (hopperducts-mc1.11.2-1.4.9.jar)
UCHIJAAAA infernalmobs{1.7.2} [Infernal Mobs] (InfernalMobs-1.11.2.jar)
UCHIJAAAA integrateddynamics{0.6.10} [Integrated Dynamics] (IntegratedDynamics-1.11.2-0.6.10.jar)
UCHIJAAAA integratedtunnels{1.1.0} [Integrated Tunnels] (IntegratedTunnels-1.11.2-1.1.0.jar)
UCHIJAAAA inventorytweaks{1.62-dev-78-e073cca} [Inventory Tweaks] (InventoryTweaks-1.62-dev-78.jar)
UCHIJAAAA ironchest{1.11.2-7.0.18.800} [Iron Chest] (ironchest-1.11.2-7.0.18.800.jar)
UCHIJAAAA journeymap{1.11.2-5.4.6} [JourneyMap] (journeymap-1.11.2-5.4.6.jar)
UCHIJAAAA justenoughbuttons{1.11.2-1.4.4} [Just Enough Buttons] (justenoughbuttons-1.11.2-1.4.4.jar)
UCHIJAAAA kleeslabs{4.3.5} [KleeSlabs] (KleeSlabs_1.11.2-4.3.5.jar)
UCHIJAAAA levels{r1.2.7} [Levels] (Levels 2-1.11.2-r1.2.7.jar)
UCHIJAAAA littletiles{1.3.0} [LittleTiles] (LittleTiles v1.4.3 mc1.11.2.jar)
UCHIJAAAA mod_lu{1.2-1112} [�aLittleUtilities�r] (LittleUtilities-1.2-1112.jar)
UCHIJAAAA lux{2.0} [Lux Lighting] (Lux-1.11-2.0.jar)
UCHIJAAAA malisiscore{1.11.2-5.1.1} [MalisisCore] (malisiscore-1.11.2-5.1.1.jar)
UCHIJAAAA malisisblocks{1.11.2-5.1.0} [Malisis Blocks] (malisisblocks-1.11.2-5.1.0.jar)
UCHIJAAAA metamorph{1.1.1} [Metamorph] (metamorph-1.1.1-1.11.2.jar)
UCHIJAAAA missing_pieces{4.1.1} [Missing Pieces] (missing_pieces-1.11-4.1.3.jar)
UCHIJAAAA moglowstone{1.2.4} [Mo' Glowstone] (Mo' Glowstone-1.2.4-1.11.2.jar)
UCHIJAAAA morefurnaces{1.9.4} [More Furnaces] (MoreFurnaces-1.11-1.9.4.jar)
UCHIJAAAA moreoverlays{1.10} [MoreOverlays] (moreoverlays-1.10-mc1.11.2.jar)
UCHIJAAAA mub{1.2.0} [More Universal Block] (mub-1.2.0 beta-2.jar)
UCHIJAAAA multistorage{1.3.4} [Multi-Storage] (multistorage-1.11.0-1.3.4.jar)
UCHIJAAAA naturescompass{1.3.0} [Nature's Compass] (NaturesCompass-1.11.2-1.3.0.jar)
UCHIJAAAA obsidiantools{1.6.2} [Obsidian Tools & Armor] (ObsidianToolsArmor_V1.6.2.jar)
UCHIJAAAA packingtape{1.11.0-0.6.1} [Packing Tape] (PackingTape-1.11.0-0.6.1.jar)
UCHIJAAAA morepaintings{1.10.2-3.2.0.1} [Paintings++] (paintings-1.11-3.2.0.1.jar)
UCHIJAAAA harvestcraft{1.11.2f} [Pam's HarvestCraft] (Pam's HarvestCraft 1.11.2f.jar)
UCHIJAAAA placeableitems{3.0.3.1} [Placeable Items Mod] (placeableitems-3.0.3.1.jar)
UCHIJAAAA platforms{1.3.3} [Platforms] (platforms-1.11.0-1.3.3.jar)
UCHIJAAAA guilib{1.11 : updated by subaraki} [GUI Library] (PSG Revamper-1.11-1.0.0.0.jar)
UCHIJAAAA paintingselgui{1.11 v1: updated by Subaraki} [PaintingSelectionGui] (PSG Revamper-1.11-1.0.0.0.jar)
UCHIJAAAA rangedpumps{0.4} [Ranged Pumps] (rangedpumps-0.4.jar)
UCHIJAAAA realistictorches{2.1.0} [Realistic Torches] (RealisticTorches-1.11.2-2.1.0.jar)
UCHIJAAAA reborncore{2.13.4.37} [RebornCore] (RebornCore-1.11.2-2.13.4.37-universal.jar)
UCHIJAAAA reborncore-mcmultipart{2.13.4.37} [reborncore-MCMultiPart] (RebornCore-1.11.2-2.13.4.37-universal.jar)
UCHIJAAAA reccomplex{1.2.9.1} [Recurrent Complex] (RecurrentComplex-1.2.9.1.jar)
UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.11.2-1.7.4.jar)
UCHIJAAAA refinedstorage{1.4.1} [Refined Storage] (refinedstorage-1.4.1.jar)
UCHIJAAAA rftools{5.87} [RFTools] (rftools-1.1x-5.87.jar)
UCHIJAAAA rftoolscontrol{1.6.6} [RFTools Control] (rftoolsctrl-1.1x-1.6.6.jar)
UCHIJAAAA rftoolsdim{4.54} [RFTools Dimensions] (rftoolsdim-1.1x-4.54.jar)
UCHIJAAAA roguelike{1.6.5} [Roguelike Dungeons] (RoguelikeDungeons-1.11.2-1.6.5.jar)
UCHIJAAAA ruins{16.4} [Ruins Mod] (Ruins-1.11.2.jar)
UCHIJAAAA rustic{0.1} [Rustic] (rustic-0.1.jar)
UCHIJAAAA silentlib{2.0.2} [Silent Lib] (SilentLib-1.11.x-2.0.2-42.jar)
UCHIJAAAA scalinghealth{1.0.4} [Scaling Health] (ScalingHealth-1.11.x-1.0.4-46.jar)
UCHIJAAAA simplecobblegen{1.11.2-2.0.0} [Simple Cobblestone Generator] (SimpleCobbleGen-1.11.2-2.0.0.jar)
UCHIJAAAA simulatednights{1.11.2-1.1.2} [Simulated Nights] (simulatednights-1.11.2-1.1.2.jar)
UCHIJAAAA sophisticatedwolves{3.6.4} [Sophisticated Wolves] (SophisticatedWolves-3.6.4.jar)
UCHIJAAAA soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.11.jar)
UCHIJAAAA spartanshields{1.2a} [Spartan Shields] (SpartanShields-1.11-1.2a.jar)
UCHIJAAAA stepup{4.0-mc1.11} [StepUp] (StepUp-4.0-mc1.11.jar)
UCHIJAAAA streams{0.3} [Streams] (Streams-1.11-0.3.jar)
UCHIJAAAA techreborn{2.1.6.76} [TechReborn] (TechReborn-1.11.2-2.1.6.76-universal.jar)
UCHIJAAAA tesla{1.3.0.51} [TESLA] (Tesla-1.11-1.3.0.51.jar)
UCHIJAAAA theoneprobe{1.4.4} [The One Probe] (theoneprobe-1.1x-1.4.4.jar)
UCHIJAAAA toolbelt{1.2.1} [Tool Belt] (ToolBelt-1.11.2-1.2.1.jar)
UCHIJAAAA toughasnails{@MOD_VERSION@} [Tough As Nails] (ToughAsNails-1.11-2.0.5.jar)
UCHIJAAAA examplemod{1.0} [examplemod] (UndergroundBiomesConstructs-1.11-0.9-beta.13.jar)
UCHIJAAAA undergroundbiomes{0.9.beta.8} [Underground Biomes] (UndergroundBiomesConstructs-1.11-0.9-beta.13.jar)
UCHIJAAAA underwaterutilities{@Version@} [Underwater Utilities] (UnderwaterUtilities-1.11.2-1.2.3.jar)
UCHIJAAAA variedcommodities{1.11.2} [Varied Commodities] (VariedCommodities_1.11.2(22jan17).jar)
UCHIJAAAA veinminer{0.35.3} [Vein Miner] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
UCHIJAAAA veinminermodsupport{0.35.3} [Mod Support] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
UCHIJAAAA villagerinventory{1.0.1} [Villager Inventory Viewer] (VillagerInventory-1.11-1.0.1.jar)
UCHIJAAAA waystones{3.0.10} [Waystones] (Waystones_1.11.2-3.0.10.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.2-85.jar)
vazkii.quark.base.asm.ClassTransformer
CreativePatchingLoader (CreativeCore v1.6.26 mc1.11.2.jar)

DummyPlugin (ForgeEndertech-1.11.2-2.0.5.0-build.0011.jar)

BCModPlugin (zz-backpacks 1.11.2 - 3.1.6.jar)
brad16840.common.asm.ClassTransformer
AppleCore (AppleCore-mc1.11.2-2.1.2.jar)
squeek.applecore.asm.TransformerModuleHandler
DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.3.2.0.jar)
org.blockartistry.mod.DynSurround.asm.Transformer
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
ForgelinPlugin (Forgelin-1.4.0.jar)

FarseekCoreMod (Farseek-1.11-2.1.jar)
farseek.core.FarseekClassTransformer
BetterFoliageLoader (BetterFoliage-MC1.11.2-2.1.3.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
RebornCoreASM (RebornCore-1.11.2-2.13.4.37-universal.jar)
reborncore.mixin.transformer.MixinTransformer
LoadingPlugin (AdFinders-1.11.2-1.0.3.0-build.0011.jar)
com.endertech.minecraft.mods.adfinders.core.RenderTransformer
CXLibraryCore (cxlibrary-1.11.2-1.4.0.jar)
cubex2.cxlibrary.CoreModTransformer
ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar)
shetiphian.core.asm.ClassTransformer
FMLPlugin (InventoryTweaks-1.62-dev-78.jar)
invtweaks.forge.asm.ContainerTransformer
LittlePatchingLoader (LittleTiles v1.4.3 mc1.11.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
IvToolkit (IvToolkit-1.3.2.1.jar)

LoadingPlugin (Bloodmoon-MC1.11-1.5.1.jar)
lumien.bloodmoon.asm.ClassTransformer
SHLoadingPlugin (ScalingHealth-1.11.x-1.0.4-46.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
TANLoadingPlugin (ToughAsNails-1.11-2.0.5.jar)
toughasnails.asm.transformer.BlockCropsTransformer
toughasnails.asm.transformer.EntityRendererTransformer
toughasnails.asm.transformer.WorldTransformer
MalisisCorePlugin (malisiscore-1.11.2-5.1.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
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
RebornCore:
Plugin Engine: 0
RebornCore Version: 2.13.4.37
Mixin Status: 1
Runtime Debofucsation 1
RenderEngine: 1
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Videonauth'/956, l='Midgard', x=52.17, y=63.00, z=78.57]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.11.2_HD_U_B7
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: Sildurs Vibrant Shaders v1.141 Lite.zip
OpenGlVersion: 4.5.0 NVIDIA 378.13
OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

commented

I'm not able to reciprocate it. What exactly happened? Was it wearing a piece of armor and on first attack crash?

commented

I suffered a crash as well with 1.2.7, which happened every time I tried to open the GUI on a weapon.
Also, I couldn't attack any mob with a weapon equipped, in the same version.

commented

Revert back to r1.2.6. I've deleted r1.2.7 for the time being and am looking into fixing it.

The problem is everything is working fine in my dev environment, so it's hard for me to know what the actual issue is. Can you post all the different crash reports you get?

commented

Do you want me to post mine as well?

commented

This time it happened while clicking on Shift above a diamond sword. Note that I only used the Levels mod

crash-2017-03-13_02.12.53-client.txt

commented

What the hell did I change...seems the entire mod broke.

commented

From what I can understand, it's something at the GUI level, did you change anything related to them?

commented

I'll have to look at my commit more closely tomorrow. I did change the GUI and I also changed how Ability's are loaded, but that might've broke cause everything else to break.

commented

Well on my side I just had crafted a iron armor and sword and a shield but the crash happened exactly in the moment I was doing the first strike even in my newly started map. So the very first strike with my weapon, not sure what would have happened with an wooden sword or gold one, but I reverted back to 1.2.6 directly after the crash.

commented

@TheXFactor117 what u need to do is download a normal modpack that u use with this and test it on that like your one of us dling a mod and installing that way u can match ur mod 100% with us to make sure its 100% working

commented

I try and do that for bigger version changes. Small fixes like this I usually just text in my dev environment. But I will try and run it through and check things from now on.

commented

Everything should be fixed in r1.2.8. I have tested everything outside of my dev environment too.