Azanor / thaumcraft-beta

Location for Thaumcraft beta testers to report problems, suggestions and errors.
MIT License
139 stars 103 forks source link

[B11] Server crash upon killing Crimson Knights still present #533

Closed UnixRonin closed 6 years ago

UnixRonin commented 6 years ago

Same problem, still present. No drop, no crash. I'm ASSUMING that it crashes when there's actually a drop. Then again, it could be just that about half the time I get lucky and it doesn't crash; but if that's the case, it seems stretching coincidence that I never get a drop from a knight or cleric that DOESN'T cause a crash and that it always crashes in thaumcraft.common.lib.events.EntityEvents.livingDrops.

I can reproduce this either using a bow (in which case the ticking entity is the arrow as here) or with a sword (in which case the ticked entity is the sword).

// Sorry :(

Time: 4/26/18 10:39 PM Description: Ticking entity

java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_184429_b(Lnet/minecraft/item/ItemStack;)I at thaumcraft.common.lib.events.EntityEvents.livingDrops(EntityEvents.java:332) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_176_EntityEvents_livingDrops_LivingDropsEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:605) at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1193) at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014) at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) at net.minecraft.entity.projectile.EntityArrow.func_184549_a(EntityArrow.java:369) at net.minecraft.entity.projectile.EntityArrow.func_70071h(EntityArrow.java:267) at net.minecraft.entity.projectile.EntityTippedArrow.func_70071h(SourceFile:98) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1952) at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:748)

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

-- Head -- Thread: Server thread Stacktrace: at thaumcraft.common.lib.events.EntityEvents.livingDrops(EntityEvents.java:332) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_176_EntityEvents_livingDrops_LivingDropsEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:605) at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1193) at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014) at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) at net.minecraft.entity.projectile.EntityArrow.func_184549_a(EntityArrow.java:369) at net.minecraft.entity.projectile.EntityArrow.func_70071h(EntityArrow.java:267) at net.minecraft.entity.projectile.EntityTippedArrow.func_70071h(SourceFile:98) at net.minecraft.world.World.func_72866_a(World.java:1990) at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked -- Details: Entity Type: minecraft:arrow (net.minecraft.entity.projectile.EntityTippedArrow) Entity ID: 949 Entity Name: Arrow Entity's Exact location: 320.71, 64.63, -685.93 Entity's Block location: World: (320,64,-686), Chunk: (at 0,4,2 in 20,-43; contains blocks 320,0,-688 to 335,255,-673), Region: (0,-2; contains chunks 0,-64 to 31,-33, blocks 0,0,-1024 to 511,255,-513) Entity's Momentum: -3.64, 0.06, -0.62 Entity's Passengers: [] Entity's Vehicle: ERROR NullPointerException: null Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1756) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level -- Details: Level name: CaerDhu All players: 1 total; [EntityPlayerMP['CaerMaster'/675, l='CaerDhu', x=324.66, y=63.00, z=-685.25]] Chunk stats: ServerChunkCache: 733 Drop: 0 Level seed: -8320383744120790923 Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true Level generator options: Level spawn location: World: (156,69,253), Chunk: (at 12,4,13 in 9,15; contains blocks 144,0,240 to 159,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 12674218 game time, 12762723 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 158813 (now: false), thunder time: 4850 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:748)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 4.15.15-gentoo-narn Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1088421328 bytes (1037 MB) / 2147483648 bytes (2048 MB) up to 6442450944 bytes (6144 MB) JVM Flags: 10 total; -Xmx6G -Xms2G -Xss16M -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104 FML: MCP 9.42 Powered by Forge 14.23.3.2655 85 mods loaded, 85 mods active

AnrDaemon commented 6 years ago

Crossbow being punched by zombies…

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  CorePlugin (SmoothFont-1.12.2-1.15.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 4/27/18 4:21 PM
Description: Ticking entity

java.lang.NullPointerException: The validated object is null
    at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
    at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
    at net.minecraft.util.NonNullList.set(SourceFile:49)
    at net.minecraft.entity.EntityLiving.func_184201_a(EntityLiving.java:1060)
    at net.minecraft.entity.EntityLivingBase.func_184611_a(EntityLivingBase.java:1639)
    at thaumcraft.common.entities.construct.EntityTurretCrossbow.func_82196_d(EntityTurretCrossbow.java:108)
    at net.minecraft.entity.ai.EntityAIAttackRanged.func_75246_d(SourceFile:89)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
    at thaumcraft.common.entities.construct.EntityOwnedConstruct.func_70071_h_(EntityOwnedConstruct.java:120)
    at thaumcraft.common.entities.construct.EntityTurretCrossbow.func_70071_h_(EntityTurretCrossbow.java:258)
    at net.minecraft.world.World.func_72866_a(World.java:1990)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
    at net.minecraft.world.World.func_72870_g(World.java:1952)
    at net.minecraft.world.World.func_72939_s(World.java:1756)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    at java.lang.Thread.run(Unknown Source)

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

-- Head --
Thread: Server thread
Stacktrace:
    at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
    at org.apache.commons.lang3.Validate.notNull(Validate.java:206)
    at net.minecraft.util.NonNullList.set(SourceFile:49)
    at net.minecraft.entity.EntityLiving.func_184201_a(EntityLiving.java:1060)
    at net.minecraft.entity.EntityLivingBase.func_184611_a(EntityLivingBase.java:1639)
    at thaumcraft.common.entities.construct.EntityTurretCrossbow.func_82196_d(EntityTurretCrossbow.java:108)
    at net.minecraft.entity.ai.EntityAIAttackRanged.func_75246_d(SourceFile:89)
    at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
    at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:883)
    at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
    at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
    at thaumcraft.common.entities.construct.EntityOwnedConstruct.func_70071_h_(EntityOwnedConstruct.java:120)
    at thaumcraft.common.entities.construct.EntityTurretCrossbow.func_70071_h_(EntityTurretCrossbow.java:258)
    at net.minecraft.world.World.func_72866_a(World.java:1990)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
    at net.minecraft.world.World.func_72870_g(World.java:1952)

-- Entity being ticked --
Details:
    Entity Type: thaumcraft:turretbasic (thaumcraft.common.entities.construct.EntityTurretCrossbow)
    Entity ID: 233322
    Entity Name: Automated Crossbow
    Entity's Exact location: -810.19, 5.00, -1466.46
    Entity's Block location: World: (-811,5,-1467), Chunk: (at 5,0,5 in -51,-92; contains blocks -816,0,-1472 to -801,255,-1457), Region: (-2,-3; contains chunks -64,-96 to -33,-65, blocks -1024,0,-1536 to -513,255,-1025)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1756)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
    Level name: New World
    All players: 1 total; [EntityPlayerMP['AnrDaemon'/53, l='New World', x=-809.83, y=4.00, z=-1463.74]]
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: 82855
    Level generator: ID 01 - flat, ver 0. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-827,4,-1419), Chunk: (at 5,0,5 in -52,-89; contains blocks -832,0,-1424 to -817,255,-1409), Region: (-2,-3; contains chunks -64,-96 to -33,-65, blocks -1024,0,-1536 to -513,255,-1025)
    Level time: 2062704 game time, 2492362 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 38317 (now: false), thunder time: 43031 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_171, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1968019752 bytes (1876 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:InitialHeapSize=1G -XX:MaxHeapSize=4G -XX:NewSize=256M -XX:MaxNewSize=1G -XX:+UseG1GC -XX:ParallelGCThreads=2
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.3.2673 Optifine OptiFine_1.12.2_HD_U_D1 79 mods loaded, 79 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                                |
    |:--------- |:-------------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
    | UCHIJAAAA | minecraft                  | 1.12.2                       | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | mcp                        | 9.42                         | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | FML                        | 8.0.99.99                    | forge-1.12.2-14.23.3.2673.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | forge                      | 14.23.3.2673                 | forge-1.12.2-14.23.3.2673.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJAAAA | smoothfontcore             | 1.12.2-1.14                  | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | openmodscore               | 0.11.5                       | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | opencomputers|core         | 1.7.2.67                     | minecraft.jar                                   | None                                     |
    | UCHIJAAAA | smoothfont                 | 1.12.2-1.15                  | SmoothFont-1.12.2-1.15.jar                      | None                                     |
    | UCHIJAAAA | appliedenergistics2        | rv5-stable-11                | appliedenergistics2-rv5-stable-11.jar           | None                                     |
    | UCHIJAAAA | bdlib                      | 1.14.3.12                    | bdlib-1.14.3.12-mc1.12.2.jar                    | None                                     |
    | UCHIJAAAA | ae2stuff                   | 0.7.0.4                      | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
    | UCHIJAAAA | backpack                   | 3.0.2                        | backpack-3.0.2-1.12.2.jar                       | None                                     |
    | UCHIJAAAA | baubles                    | 1.5.2                        | Baubles-1.12-1.5.2.jar                          | None                                     |
    | UCHIJAAAA | bibliocraft                | 2.4.3                        | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
    | UCHIJAAAA | jei                        | 4.9.1.170                    | jei_1.12.2-4.9.1.170.jar                        | None                                     |
    | UCHIJAAAA | forestry                   | 5.8.0.266                    | forestry_1.12.2-5.8.0.266.jar                   | None                                     |
    | UCHIJAAAA | binniecore                 | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | binniedesign               | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | genetics                   | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | botany                     | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | extrabees                  | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | extratrees                 | 2.5.0.163                    | binnie-mods-1.12.2-2.5.0.163.jar                | None                                     |
    | UCHIJAAAA | codechickenlib             | 3.1.7.340                    | CodeChickenLib-1.12.2-3.1.7.340-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | chickenchunks              | 2.4.1.71                     | ChickenChunks-1.12.2-2.4.1.71-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | redstoneflux               | 2.0.1                        | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
    | UCHIJAAAA | cofhcore                   | 4.4.0                        | CoFHCore-1.12.2-4.4.0.10-universal.jar          | None                                     |
    | UCHIJAAAA | cofhworld                  | 1.1.1                        | CoFHWorld-1.12.2-1.1.1.12-universal.jar         | None                                     |
    | UCHIJAAAA | crafttweaker               | 4.1.8                        | CraftTweaker2-1.12-4.1.8.jar                    | None                                     |
    | UCHIJAAAA | ctgui                      | 1.0.0                        | CraftTweaker2-1.12-4.1.8.jar                    | None                                     |
    | UCHIJAAAA | crafttweakerjei            | 2.0.2                        | CraftTweaker2-1.12-4.1.8.jar                    | None                                     |
    | UCHIJAAAA | endercore                  | 1.12.2-0.5.18                | EnderCore-1.12.2-0.5.18.jar                     | None                                     |
    | UCHIJAAAA | thermalfoundation          | 2.4.0                        | ThermalFoundation-1.12.2-2.4.0.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJAAAA | thermalexpansion           | 5.4.1                        | ThermalExpansion-1.12.2-5.4.1.24-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJAAAA | enderio                    | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderiointegrationtic      | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderiobase                | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderioconduits            | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderiointegrationforestry | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | mantle                     | 1.12-1.3.2.24                | Mantle-1.12-1.3.2.24.jar                        | None                                     |
    | UCHIJAAAA | tconstruct                 | 1.12.2-2.9.1.65              | TConstruct-1.12.2-2.9.1.65.jar                  | None                                     |
    | UCHIJAAAA | enderiointegrationticlate  | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | nei                        | 2.4.1                        | NotEnoughItems-1.12.2-2.4.1.233-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | ftblib                     | 5.0.2.10                     | FTBLib-5.0.2.10.jar                             | None                                     |
    | UCHIJAAAA | enderiomachines            | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderiopowertools          | 5.0.21                       | EnderIO-1.12.2-5.0.21.jar                       | None                                     |
    | UCHIJAAAA | enderstorage               | 2.4.2.126                    | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | waila                      | 1.8.25                       | Hwyla-1.8.25-B40_1.12.jar                       | None                                     |
    | UCHIJAAAA | extracells                 | 2.5.11                       | ExtraCells-1.12.2-2.5.11a48.jar                 | None                                     |
    | UCHIJAAAA | extrautils2                | 1.0                          | extrautils2-1.12-1.7.6.jar                      | None                                     |
    | UCHIJAAAA | fairylights                | 2.1.2                        | fairylights-2.1.2-1.12.x.jar                    | None                                     |
    | UCHIJAAAA | forgemultipartcbe          | 2.4.0.55                     | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UCHIJAAAA | microblockcbe              | 2.4.0.55                     | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | None                                     |
    | UCHIJAAAA | minecraftmultipartcbe      | 2.4.0.55                     | ForgeMultipart-1.12.2-2.4.0.55-universal.jar    | None                                     |
    | UCHIJAAAA | gravestone                 | 1.0.14                       | GraveStone-1.12-Graves-1.0.14.jar               | None                                     |
    | UCHIJAAAA | gravestone-extended        | 1.3.0b6                      | GraveStone-1.12.2-Extended-1.3.0b6.jar          | None                                     |
    | UCHIJAAAA | lunatriuscore              | 1.2.0.42                     | LunatriusCore-1.12.2-1.2.0.42-universal.jar     | None                                     |
    | UCHIJAAAA | ingameinfoxml              | 2.8.2.94                     | InGameInfoXML-1.12.2-2.8.2.94-universal.jar     | None                                     |
    | UCHIJAAAA | inventorytweaks            | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar                    | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UCHIJAAAA | ironbackpacks              | 1.12.2-3.0.5-6               | IronBackpacks-1.12.2-3.0.5-6.jar                | None                                     |
    | UCHIJAAAA | ironchest                  | 1.12.2-7.0.42.827            | ironchest-1.12.2-7.0.42.827.jar                 | None                                     |
    | UCHIJAAAA | journeymap                 | 1.12.2-5.5.2                 | journeymap-1.12.2-5.5.2.jar                     | None                                     |
    | UCHIJAAAA | malisiscore                | 1.12.2-6.4.0                 | malisiscore-1.12.2-6.4.0.jar                    | None                                     |
    | UCHIJAAAA | malisisblocks              | 1.12.2-6.1.0                 | malisisblocks-1.12.2-6.1.0.jar                  | None                                     |
    | UCHIJAAAA | malisisdoors               | 1.12.2-7.3.0                 | malisisdoors-1.12.2-7.3.0.jar                   | None                                     |
    | UCHIJAAAA | malisisswitches            | 1.12.2-5.1.0                 | malisisswitches-1.12.2-5.1.0.jar                | None                                     |
    | UCHIJAAAA | openmods                   | 0.11.5                       | OpenModsLib-1.12.2-0.11.5.jar                   | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | UCHIJAAAA | openblocks                 | 1.7.6                        | OpenBlocks-1.12.2-1.7.6.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | UCHIJAAAA | opencomputers              | 1.7.2.67                     | OpenComputers-MC1.12.2-1.7.2.67.jar             | None                                     |
    | UCHIJAAAA | oreshrubs                  | 1.4.4                        | oreshrubs-1.4.4-1.12.2.jar                      | None                                     |
    | UCHIJAAAA | schematica                 | 1.8.0.168                    | Schematica-1.12.2-1.8.0.168-universal.jar       | None                                     |
    | UCHIJAAAA | simpleautorun              | 1.12.1-1.2                   | simpleautorun-1.12.2-1.2.0.jar                  | None                                     |
    | UCHIJAAAA | thaumcraft                 | 6.1.BETA11                   | Thaumcraft-1.12.2-6.1.BETA11-b.jar              | None                                     |
    | UCHIJAAAA | thaumicjei                 | 1.2.1                        | ThaumicJEI-1.12.2-1.2.2-5.jar                   | None                                     |
    | UCHIJAAAA | thermaldynamics            | 2.4.0                        | ThermalDynamics-1.12.2-2.4.0.8-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UCHIJAAAA | twilightforest             | 3.6.345                      | twilightforest-1.12.2-3.6.345-universal.jar     | None                                     |
    | UCHIJAAAA | wailaharvestability        | 1.1.12                       | WailaHarvestability-mc1.12-1.1.12.jar           | None                                     |
    | UCHIJAAAA | wawla                      | 2.5.253                      | Wawla-1.12.2-2.5.253.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UCHIJAAAA | waystones                  | 4.0.33                       | Waystones_1.12.2-4.0.33.jar                     | None                                     |
    | UCHIJAAAA | yabba                      | 1.1.2.5                      | YABBA-1.1.2.5.jar                               | None                                     |

    Loaded coremods (and transformers): 
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)

MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
  invtweaks.forge.asm.ContainerTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
  openmods.core.OpenModsClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
  li.cil.oc.common.asm.ClassTransformer
CorePlugin (SmoothFont-1.12.2-1.15.jar)
  bre.smoothfont.asm.Transformer
EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    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 rv5-stable-11 for Forge 14.23.1.2554
    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)
        - wailaIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
        * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
        * cofhapi (2.4.0) from CoFHCore-1.12.2-4.4.0.10-universal.jar
        * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.21.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.266.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.266.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.170.jar
        * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar
        * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.2.67.jar
        * oreshrubs-api (0.2) from oreshrubs-1.4.4-1.12.2.jar
        * SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.168-universal.jar
        * SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.168-universal.jar
        * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA11-b.jar
        * WailaAPI (1.3) from Hwyla-1.8.25-B40_1.12.jar
    Ender IO: 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.

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

    AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['AnrDaemon'/53, l='New World', x=-809.83, y=4.00, z=-1463.74]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'