McJtyMods / XNet

Advanced item/liquid/energy/... networking
MIT License
96 stars 53 forks source link

NoClassDefFoundError when two Redstone Proxy (Update) are next to each other #230

Closed PiggyWhiskey closed 6 years ago

PiggyWhiskey commented 6 years ago

https://github.com/McJty/RFTools/issues/1615

Placing two Redstone Proxy (Update) next to each other causes errors (Client and Server) eventually crashing. It doesn't happen with Update and non-Updating Proxys

The build I was planning was to detect blocks placed for the Actually Additions laser to turn on.

(RFTools Sensor->Proxy->Xnet Connector) * 8 Xnet Connector->Logic Gate->Laser For a NOR gate block detector.

josephcsible commented 6 years ago

Can you post the full crash report (not all of the logs) here?

PiggyWhiskey commented 6 years ago
---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b139.jar)
  ForgelinPlugin (Forgelin-1.6.0.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  AstralCore (astralsorcery-1.12.2-1.8.5.jar)
  TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
  FMLPlugin (elulib-0.1.11.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 2/5/18 12:29 PM
Description: Ticking block entity

java.lang.NoClassDefFoundError: net/minecraft/world/World$2
    at net.minecraft.world.World.func_190524_a(World.java:556)
    at mcjty.xnet.blocks.cables.ConnectorTileEntity.setPowerOut(ConnectorTileEntity.java:81)
    at mcjty.xnet.apiimpl.logic.LogicChannelSettings.tick(LogicChannelSettings.java:127)
    at mcjty.xnet.blocks.controller.TileEntityController.func_73660_a(TileEntityController.java:187)
    at net.minecraft.world.World.func_72939_s(World.java:1832)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
    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(Unknown Source)

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

-- Head --
Thread: Server thread
Stacktrace:
    at net.minecraft.world.World.func_190524_a(World.java:556)
    at mcjty.xnet.blocks.cables.ConnectorTileEntity.setPowerOut(ConnectorTileEntity.java:81)
    at mcjty.xnet.apiimpl.logic.LogicChannelSettings.tick(LogicChannelSettings.java:127)
    at mcjty.xnet.blocks.controller.TileEntityController.func_73660_a(TileEntityController.java:187)

-- Block entity being ticked --
Details:
    Name: minecraft:xnet_controller // mcjty.xnet.blocks.controller.TileEntityController
    Block type: ID #2862 (tile.xnet.controller // mcjty.xnet.blocks.controller.ControllerBlock)
    Block data value: 3 / 0x3 / 0b0011
    Block location: World: (-3,63,-2), Chunk: (at 13,3,14 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Actual block type: ID #2862 (tile.xnet.controller // mcjty.xnet.blocks.controller.ControllerBlock)
    Actual block data value: 3 / 0x3 / 0b0011
Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1832)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)

-- Affected level --
Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['PiggyWhiskey'/10417, l='world', x=-4.74, y=62.20, z=-1.06]]
    Chunk stats: ServerChunkCache: 442 Drop: 0
    Level seed: 1909021597638366669
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 0 game time, 0 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
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(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_131, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 102019096 bytes (97 MB) / 979533824 bytes (934 MB) up to 8303607808 bytes (7918 MB)
    JVM Flags: 9 total; -Xms512M -Xmx8192M -XX:PermSize=256M -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: ~~ERROR~~ NoClassDefFoundError: net/minecraftforge/common/util/TextTable$1
    Loaded coremods (and transformers): 
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
  team.chisel.ctm.client.asm.CTMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b139.jar)

ForgelinPlugin (Forgelin-1.6.0.jar)

IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.5.jar)

TransformerLoader (OpenComputers-MC1.12.1-1.7.1.43.jar)
  li.cil.oc.common.asm.ClassTransformer
FMLPlugin (elulib-0.1.11.jar)
  elucent.elulib.asm.ASMTransformer
    AE2 Version: stable rv5-stable-5 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)
        - chiselIntegration (Enabled/Not Forced)
        - chiselsandbitsIntegration (Enabled/Not Forced)
        - theoneprobeIntegration (Enabled/Not Forced)

    List of loaded APIs: 
        * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r128.jar
        * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-5.jar
        * Baubles|API (1.4.0.2) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
        * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
        * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
        * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.45.jar
        * BotaniaAPI (88) from Botania r1.10-352.jar
        * Chisel-API (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
        * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
        * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.11.jar
        * cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
        * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
        * DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
        * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.8.279-universal.jar
        * ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
        * ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
        * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.238.jar
        * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.238.jar
        * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.0.jar
        * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
        * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
        * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-76.jar
        * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-76.jar
        * industrialforegoingapi (3) from industrialforegoing-1.12.2-1.7.0-114.jar
        * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.10.3.jar
        * jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.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.8.5.138.jar
        * mcjtylib_ng (2.6.3) from mcjtylib-1.12-2.6.3.jar
        * modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
        * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
        * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.1.43.jar
        * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.25.jar
        * PsiAPI (6) from Psi-r1.1-59.jar
        * reborncoreAPI (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
        * reborncoreAPI|Power (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
        * reborncoreAPI|Recipe (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
        * reborncoreAPI|Tile (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.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
        * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
        * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
        * valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.7a.jar
        * veinminerApi (0.3) from VeinMiner-1.12-0.38.1.639+134fb1e.jar
        * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
        * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
        * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
        * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
        * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
    RebornCore: 
        Plugin Engine: 0
        RebornCore Version: 3.6.4.194
        Runtime Debofucsation 1
    AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
    Profiler Position: N/A (disabled)
    Player Count: 1 / 20; [EntityPlayerMP['PiggyWhiskey'/10417, l='world', x=-4.74, y=62.20, z=-1.06]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)
josephcsible commented 6 years ago

I'm still pretty sure that this is a conflict with another mod. Can you try to reproduce it with as few mods installed as possible?

stale[bot] commented 6 years ago

This issue has been marked as needing a response from the reporter for over 2 weeks without receiving one. As such, it has been automatically closed.

PiggyWhiskey commented 6 years ago

Apologies for the delay. Work and Life distracted me.

Here is the Error from the Console.


MultiMC version: 0.6.1-1177

Minecraft folder is:
D:/Program Files/Multi MC/instances/Direwolf20 1.12 [1.8.0]2/minecraft

Java path is:
C:/ProgramData/Oracle/Java/javapath/javaw.exe

Java is version 1.8.0_151, using 64-bit architecture.

Main Class:
  net.minecraft.launchwrapper.Launch

Native path:
  D:/Program Files/Multi MC/instances/Direwolf20 1.12 [1.8.0]2/natives

Libraries:
  D:/Program Files/Multi MC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
  D:/Program Files/Multi MC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
  D:/Program Files/Multi MC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.4-nightly-20150209/lwjgl-2.9.4-nightly-20150209.jar
  D:/Program Files/Multi MC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.4-nightly-20150209/lwjgl_util-2.9.4-nightly-20150209.jar
  D:/Program Files/Multi MC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
  D:/Program Files/Multi MC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
  D:/Program Files/Multi MC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
  D:/Program Files/Multi MC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
  D:/Program Files/Multi MC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
  D:/Program Files/Multi MC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
  D:/Program Files/Multi MC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
  D:/Program Files/Multi MC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
  D:/Program Files/Multi MC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
  D:/Program Files/Multi MC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
  D:/Program Files/Multi MC/libraries/io/netty/netty-all/4.1.9.Final/netty-all-4.1.9.Final.jar
  D:/Program Files/Multi MC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
  D:/Program Files/Multi MC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
  D:/Program Files/Multi MC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
  D:/Program Files/Multi MC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
  D:/Program Files/Multi MC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
  D:/Program Files/Multi MC/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
  D:/Program Files/Multi MC/libraries/com/mojang/realms/1.10.19/realms-1.10.19.jar
  D:/Program Files/Multi MC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  D:/Program Files/Multi MC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
  D:/Program Files/Multi MC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
  D:/Program Files/Multi MC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
  D:/Program Files/Multi MC/libraries/it/unimi/dsi/fastutil/7.1.0/fastutil-7.1.0.jar
  D:/Program Files/Multi MC/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
  D:/Program Files/Multi MC/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
  D:/Program Files/Multi MC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3.jar
  D:/Program Files/Multi MC/libraries/net/minecraftforge/forge/1.12.2-14.23.1.2601/forge-1.12.2-14.23.1.2601-universal.jar
  D:/Program Files/Multi MC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
  D:/Program Files/Multi MC/libraries/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar
  D:/Program Files/Multi MC/libraries/jline/jline/2.13/jline-2.13.jar
  D:/Program Files/Multi MC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
  D:/Program Files/Multi MC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
  D:/Program Files/Multi MC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
  D:/Program Files/Multi MC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
  D:/Program Files/Multi MC/libraries/java3d/vecmath/1.5.2/vecmath-1.5.2.jar
  D:/Program Files/Multi MC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
  D:/Program Files/Multi MC/libraries/com/mojang/minecraft/1.12.2/minecraft-1.12.2-client.jar

Native libraries:
  D:/Program Files/Multi MC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar
  D:/Program Files/Multi MC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-nightly-20150209/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar
  D:/Program Files/Multi MC/libraries/com/mojang/text2speech/1.10.3/text2speech-1.10.3-natives-windows.jar

Mods:
  mcjtylib-1.12-2.6.3
  xnet-1.12-1.6.7

Params:
  --username  --version MultiMC5 --gameDir D:/Program Files/Multi MC/instances/Direwolf20 1.12 [1.8.0]2/minecraft --assetsDir D:/Program Files/Multi MC/assets --assetIndex 1.12 --uuid  --accessToken  --userType  --versionType release --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

Window size: max (if available)

Java Arguments:
[-XX:+DisableExplicitGC, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx12288m, -Duser.language=en]

Minecraft process ID: 16924

Using onesix launcher.

2018-02-22 17:27:39,023 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2018-02-22 17:27:39,029 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[17:27:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[17:27:39] [main/INFO] [FML]: Forge Mod Loader version 14.23.1.2601 for Minecraft 1.12.2 loading
[17:27:39] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_151
[17:27:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:27:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
2018-02-22 17:27:40,799 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2018-02-22 17:27:40,816 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2018-02-22 17:27:40,820 main WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[17:27:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[17:27:41] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[17:27:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:27:41] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[17:27:42] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:27:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[17:27:42] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[17:27:43] [main/INFO]: Setting user: <PROFILE NAME>
[17:27:49] [main/WARN]: Skipping bad option: lastServer:
[17:27:49] [main/INFO]: LWJGL Version: 2.9.4
[17:27:51] [main/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_151, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 325743400 bytes (310 MB) / 951058432 bytes (907 MB) up to 11453595648 bytes (10923 MB)
    JVM Flags: 4 total; -XX:+DisableExplicitGC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx12288m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: 
    Loaded coremods (and transformers): 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.65' Renderer: 'GeForce GTX 1060/PCIe/SSE2'
[17:27:51] [main/INFO] [FML]: MinecraftForge v14.23.1.2601 Initialized
[17:27:51] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[17:27:51] [main/INFO] [FML]: Replaced 1036 ore ingredients
[17:27:51] [main/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[17:27:51] [main/INFO] [FML]: Searching D:\Program Files\Multi MC\instances\Direwolf20 1.12 [1.8.0]2\minecraft\mods for mods
[17:27:53] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[17:27:53] [main/INFO] [FML]: FML has found a non-mod file mcjtylib-1.12-2.6.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[17:27:56] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 376158296 nanos
[17:27:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, xnet] at CLIENT
[17:27:56] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, xnet] at SERVER
[17:27:59] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:XNet
[17:27:59] [main/INFO] [FML]: Processing ObjectHolder annotations
[17:27:59] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[17:27:59] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[17:27:59] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[17:27:59] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
[17:27:59] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[17:28:00] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.23.2.2611
[17:28:00] [main/INFO] [FML]: Applying holder lookups
[17:28:00] [main/INFO] [FML]: Holder lookups applied
[17:28:00] [main/INFO] [FML]: Applying holder lookups
[17:28:00] [main/INFO] [FML]: Holder lookups applied
[17:28:00] [main/INFO] [FML]: Applying holder lookups
[17:28:00] [main/INFO] [FML]: Holder lookups applied
[17:28:00] [main/INFO] [FML]: Applying holder lookups
[17:28:00] [main/INFO] [FML]: Holder lookups applied
[17:28:00] [main/INFO] [FML]: Injecting itemstacks
[17:28:00] [main/INFO] [FML]: Itemstack injection complete
[17:28:02] [Sound Library Loader/INFO]: Starting up SoundSystem...
[17:28:02] [Thread-5/INFO]: Initializing LWJGL OpenAL
[17:28:02] [Thread-5/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[17:28:02] [Thread-5/INFO]: OpenAL initialized.
[17:28:02] [Sound Library Loader/INFO]: Sound engine started
[17:28:09] [main/INFO] [FML]: Max texture size: 16384
[17:28:12] [main/INFO]: Created: 512x512 textures-atlas
[17:28:14] [main/INFO] [FML]: Applying holder lookups
[17:28:14] [main/INFO] [FML]: Holder lookups applied
[17:28:14] [main/INFO] [FML]: Injecting itemstacks
[17:28:14] [main/INFO] [FML]: Itemstack injection complete
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mrtjp.projectred.api.IScrewdriver (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class appeng.items.tools.quartz.ToolQuartzWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class crazypants.enderio.api.tool.ITool (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error)
[17:28:14] [main/INFO] [mcjty.lib.varia.Logging]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error)
[17:28:14] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[17:28:14] [main/WARN]: Skipping bad option: lastServer:
[17:28:14] [main/INFO]: Narrator library for x64 successfully loaded
[17:33:44] [Server thread/INFO]: Starting integrated minecraft server version 1.12.2
[17:33:44] [Server thread/INFO]: Generating keypair
[17:33:44] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
[17:33:44] [Server thread/INFO] [FML]: Applying holder lookups
[17:33:44] [Server thread/INFO] [FML]: Holder lookups applied
[17:33:44] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@68ce79c6)
[17:33:45] [Server thread/INFO]: Loaded 488 advancements
[17:33:45] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@68ce79c6)
[17:33:45] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@68ce79c6)
[17:33:45] [Server thread/INFO]: Preparing start region for level 0
[17:33:46] [Server thread/INFO]: Preparing spawn area: 8%
[17:33:47] [Server thread/INFO]: Preparing spawn area: 23%
[17:33:48] [Server thread/INFO]: Preparing spawn area: 38%
[17:33:49] [Server thread/INFO]: Preparing spawn area: 51%
[17:33:50] [Server thread/INFO]: Preparing spawn area: 63%
[17:33:51] [Server thread/INFO]: Preparing spawn area: 76%
[17:33:52] [Server thread/INFO]: Preparing spawn area: 90%
[17:33:53] [Server thread/INFO]: Changing view distance to 12, from 10
[17:33:56] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
[17:33:56] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
[17:33:56] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : minecraft@1.12.2,FML@8.0.99.99,forge@14.23.1.2601,mcp@9.42,xnet@1.6.7
[17:33:56] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
[17:33:56] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[17:33:56] [Server thread/INFO]: <PROFILE NAME>[local:E:dded5d34] logged in with entity id 1526 at (-244.5, 78.0, 58.5)
[17:33:56] [Server thread/INFO]: <PROFILE NAME> joined the game
[17:33:57] [Server thread/INFO]: Saving and pausing game...
[17:33:57] [Server thread/INFO]: Saving chunks for level 'New World'/overworld
[17:33:58] [Server thread/INFO]: Saving chunks for level 'New World'/the_nether
[17:33:58] [Server thread/INFO]: Saving chunks for level 'New World'/the_end
[17:34:07] [main/INFO]: [CHAT] You do not have permission to use this command
[17:34:07] [Server thread/INFO]: Saving and pausing game...
[17:34:07] [Server thread/INFO]: Saving chunks for level 'New World'/overworld
[17:34:08] [Server thread/INFO]: Saving chunks for level 'New World'/the_nether
[17:34:08] [Server thread/INFO]: Saving chunks for level 'New World'/the_end
[17:34:10] [main/INFO]: Using default channel type
[17:34:10] [main/INFO]: Started on 62769
[17:34:10] [main/INFO]: [CHAT] Local game hosted on port 62769
[17:34:12] [Server thread/INFO]: [<PROFILE NAME>: Set own game mode to Creative Mode]
[17:34:12] [main/INFO]: [CHAT] Your game mode has been updated to Creative Mode
[17:34:29] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: net/minecraft/world/World$2
    at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_151]
    at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_151]
    at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:721) [MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) [MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World$2
    at net.minecraft.world.World.func_190524_a(World.java:556) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:495) ~[amu.class:?]
    at net.minecraft.world.World.func_175722_b(World.java:439) ~[amu.class:?]
    at net.minecraft.world.World.markAndNotifyBlock(World.java:380) ~[amu.class:?]
    at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:925) ~[ForgeHooks.class:?]
    at net.minecraft.item.ItemStack.func_179546_a(ItemStack.java:186) ~[aip.class:?]
    at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(PlayerInteractionManager.java:478) ~[or.class:?]
    at net.minecraft.network.NetHandlerPlayServer.func_184337_a(NetHandlerPlayServer.java:739) ~[pa.class:?]
    at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55) ~[ma.class:?]
    at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11) ~[ma.class:?]
    at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_151]
    at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_151]
    at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
    ... 5 more
[17:34:29] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6531ms behind, skipping 130 tick(s)
[17:34:29] [Server thread/INFO]: [<PROFILE NAME>: Set own game mode to Survival Mode]
[17:34:29] [main/INFO]: [CHAT] Your game mode has been updated to Survival Mode
[17:34:55] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:760) ~[MinecraftServer.class:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) ~[MinecraftServer.class:?]
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) ~[chd.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World$2
    at net.minecraft.world.World.func_190524_a(World.java:556) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:494) ~[amu.class:?]
    at net.minecraft.world.World.func_175722_b(World.java:439) ~[amu.class:?]
    at net.minecraft.world.World.markAndNotifyBlock(World.java:380) ~[amu.class:?]
    at net.minecraft.world.World.func_180501_a(World.java:360) ~[amu.class:?]
    at net.minecraft.world.World.func_175656_a(World.java:424) ~[amu.class:?]
    at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:43) ~[arb.class:?]
    at net.minecraft.block.Block.func_180645_a(Block.java:508) ~[aow.class:?]
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:475) ~[oo.class:?]
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225) ~[oo.class:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754) ~[MinecraftServer.class:?]
    ... 4 more
[17:34:55] [Server thread/ERROR]: This crash report has been saved to: D:\Program Files\Multi MC\instances\Direwolf20 1.12 [1.8.0]2\minecraft\crash-reports\crash-2018-02-22_17.34.55-server.txt
[17:34:55] [Server thread/INFO]: Stopping server
[17:34:55] [Server thread/INFO]: Saving players
[17:34:55] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----
// Don't do that.

Time: 2/22/18 5:34 PM
Description: Exception ticking world

java.lang.NoClassDefFoundError: net/minecraft/world/World$2
    at net.minecraft.world.World.func_190524_a(World.java:556)
    at net.minecraft.world.World.func_175685_c(World.java:494)
    at net.minecraft.world.World.func_175722_b(World.java:439)
    at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
    at net.minecraft.world.World.func_180501_a(World.java:360)
    at net.minecraft.world.World.func_175656_a(World.java:424)
    at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:43)
    at net.minecraft.block.Block.func_180645_a(Block.java:508)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:475)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:754)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    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: Client thread
Stacktrace:
    at net.minecraft.world.World.func_190524_a(World.java:556)
    at net.minecraft.world.World.func_175685_c(World.java:494)
    at net.minecraft.world.World.func_175722_b(World.java:439)
    at net.minecraft.world.World.markAndNotifyBlock(World.java:380)
    at net.minecraft.world.World.func_180501_a(World.java:360)
    at net.minecraft.world.World.func_175656_a(World.java:424)
    at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:43)
    at net.minecraft.block.Block.func_180645_a(Block.java:508)
    at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:475)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)

-- Affected level --
Details:
    Level name: New World
    All players: 1 total; [EntityPlayerMP['<PROFILE NAME>'/1526, l='New World', x=-247.77, y=76.00, z=53.80]]
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: 5022091317947256098
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (-244,64,60), Chunk: (at 12,4,12 in -16,3; contains blocks -256,0,48 to -241,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 855 game time, 855 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 93273 (now: false), thunder time: 133023 (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:754)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
    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 10 (amd64) version 10.0
    Java Version: 1.8.0_151, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 794752176 bytes (757 MB) / 2640314368 bytes (2518 MB) up to 11453595648 bytes (10923 MB)
    JVM Flags: 4 total; -XX:+DisableExplicitGC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx12288m
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: ~~ERROR~~ NoClassDefFoundError: net/minecraftforge/common/util/TextTable$1
    Loaded coremods (and transformers): 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['<PROFILE NAME>'/1526, l='New World', x=-247.77, y=76.00, z=53.80]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
[17:34:55] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# D:\Program Files\Multi MC\instances\Direwolf20 1.12 [1.8.0]2\minecraft\crash-reports\crash-2018-02-22_17.34.55-server.txt
[17:34:55] [main/INFO] [FML]: Waiting for the server to terminate/save.
[17:34:55] [Server thread/INFO]: Saving worlds
[17:34:55] [Server thread/INFO]: Saving chunks for level 'New World'/overworld
[17:34:55] [Server thread/INFO]: Saving chunks for level 'New World'/the_nether
[17:34:55] [Server thread/INFO]: Saving chunks for level 'New World'/the_end
[17:34:55] [Server thread/INFO] [FML]: Unloading dimension 0
[17:34:55] [Server thread/INFO] [FML]: Unloading dimension -1
[17:34:55] [Server thread/INFO] [FML]: Unloading dimension 1
[17:34:56] [Server thread/INFO] [FML]: Applying holder lookups
[17:34:56] [Server thread/INFO] [FML]: Holder lookups applied
[17:34:56] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[17:34:56] [main/INFO] [FML]: Server terminated.
[17:34:56] [Client Shutdown Thread/INFO]: Stopping server
[17:34:56] [Client Shutdown Thread/INFO]: Saving players
AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code -1.

Only have XNet and McJTYLib installed.

And this is from a Brand new single player world. Went to Creative, placed two Proxy (Update) net to each other

josephcsible commented 6 years ago

I have no idea what's with the NoClassDefFoundError, but it's not the actual problem. I hacked around to make it not happen and got this StackOverflowError, which is the actual problem:


Caused by: java.lang.StackOverflowError
    at net.minecraft.crash.CrashReportCategory.func_71507_a(CrashReportCategory.java:106) ~[c.class:?]
    at net.minecraft.crash.CrashReportCategory.func_71499_a(CrashReportCategory.java:111) ~[c.class:?]
    at net.minecraft.crash.CrashReportCategory.func_189529_a(CrashReportCategory.java:100) ~[c.class:?]
    at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:45) ~[b.class:?]
    at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40) ~[b.class:?]
    at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:360) ~[b.class:?]
    at net.minecraft.world.World.func_190524_a(World.java:554) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:492) ~[amu.class:?]
    at mcjty.xnet.blocks.redstoneproxy.RedstoneProxyUBlock.func_189540_a(RedstoneProxyUBlock.java:38) ~[RedstoneProxyUBlock.class:?]
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
    at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:491) ~[amu.class:?]
    at mcjty.xnet.blocks.redstoneproxy.RedstoneProxyUBlock.func_189540_a(RedstoneProxyUBlock.java:38) ~[RedstoneProxyUBlock.class:?]
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
    at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:492) ~[amu.class:?]
    at mcjty.xnet.blocks.redstoneproxy.RedstoneProxyUBlock.func_189540_a(RedstoneProxyUBlock.java:38) ~[RedstoneProxyUBlock.class:?]
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
    at net.minecraft.world.World.func_190524_a(World.java:550) ~[amu.class:?]
    at net.minecraft.world.World.func_175685_c(World.java:491) ~[amu.class:?]
    at mcjty.xnet.blocks.redstoneproxy.RedstoneProxyUBlock.func_189540_a(RedstoneProxyUBlock.java:38) ~[RedstoneProxyUBlock.class:?]
    at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481) ~[awu$a.class:?]
josephcsible commented 6 years ago

You getting the wrong error is MinecraftForge/MinecraftForge#4769. The fact that it's happening at all is our fault, though, and we can fix it independently of the Forge issue.

josephcsible commented 6 years ago

https://github.com/McJty/XNet/blob/100fb737954c232aa7554a09ce4b2e16f44aa7c4/src/main/java/mcjty/xnet/blocks/redstoneproxy/RedstoneProxyUBlock.java#L36-L39

Yeah, this seems like a bad idea.

josephcsible commented 6 years ago

Will be fixed in the next release.