
Crash when joining a game
D3nnis3n opened this issue ยท 12 comments
I get the following crash when joining a game, do not know if it is caused by your mod, but it's in the crashlog.
---- Minecraft Crash Report ----
WARNING: coremods are present:
BetterFontsCore ([C]-TrueTypeFontReplacement-1.9.1.jar)
LoadingPlugin ([CS]-AdChimneys-3.2.1.0.jar)
BetterFoliageLoader ([T]-BetterFoliage-2.1.10.jar)
SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar)
EcomodLoadingPlugin (EcologyMod-1.12.2-1.2.1.0.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
Plugin ([CS]-NotEnoughIDs-1.5.4.2.jar)
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-27.jar)
ForgelinPlugin (0-Forgelin-1.5.1.jar)
CorePlugin (UnicodeFontExtension-1.12.2-2.5.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
AppleCore ([T]-AppleCore-2.2.2.jar)
MalisisCorePlugin ([CS]-MalisisCore-6.1.7.jar)
NWRTweak ([T]-RedstonePaste-1.7.5.jar)
DummyPlugin ([CS]-ForgeEndertech-4.3.0.0.jar)
MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar)
weaponlib (mw-1.11.5.1_mc1.12.2.jar)
DynamicSurroundingsCore ([T]-DynamicSurroundings-3.4.7.2.jar)
Contact their authors BEFORE contacting forge// Everything's going to plan. No, really, that was supposed to happen.
Time: 12/3/17 8:13 PM
Description: Tesselating block modeljava.lang.NullPointerException: Tesselating block model
at omtteam.omlib.render.CamoBakedModel.func_188616_a(CamoBakedModel.java:53)
at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
at ConnectedTextures.isNeighbourOverlay(ConnectedTextures.java:1231)
at ConnectedTextures.getConnectedTextureOverlay(ConnectedTextures.java:822)
at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:557)
at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:399)
at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:110)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:76)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:55)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
at com.elytradev.architecture.base.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:89)
at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:296)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
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 omtteam.omlib.render.CamoBakedModel.func_188616_a(CamoBakedModel.java:53)
at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
at ConnectedTextures.isNeighbourOverlay(ConnectedTextures.java:1231)
at ConnectedTextures.getConnectedTextureOverlay(ConnectedTextures.java:822)
at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:557)
at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:399)
at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:110)
at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)-- Block model being tesselated --
Details:
Block: minecraft:stone[variant=smooth_andesite]
Block location: World: (-77,67,68), Chunk: (at 3,4,4 in -5,4; contains blocks -80,0,64 to -65,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Using AO: true
Stacktrace:
at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:76)
at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:55)-- Block being tesselated --
Details:
Block type: ID #1 (tile.stone // net.minecraft.block.BlockStone)
Block data value: 6 / 0x6 / 0b0110
Block location: World: (-77,67,68), Chunk: (at 3,4,4 in -5,4; contains blocks -80,0,64 to -65,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
at com.elytradev.architecture.base.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:89)
at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:95)-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['D3nnis3n'/936, l='MpServer', x=-75.69, y=63.00, z=65.39]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-1,70,-1), Chunk: (at 15,4,15 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)
Level time: 120116557 game time, 53121727 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 93 total; [EntityZombie['Zombie'/513, l='MpServer', x=-90.55, y=22.00, z=61.82], EntityCreeper['Creeper'/514, l='MpServer', x=-88.50, y=51.00, z=55.19], EntityPlayerSP['D3nnis3n'/936, l='MpServer', x=-75.69, y=63.00, z=65.39], EntityCreeper['Creeper'/530, l='MpServer', x=-78.50, y=23.00, z=-4.50], EntityCreeper['Creeper'/531, l='MpServer', x=-76.50, y=19.00, z=-10.50], EntityBabySkeleton['Baby Skeleton'/536, l='MpServer', x=-77.87, y=30.00, z=15.99], EntityCreeper['Creeper'/537, l='MpServer', x=-74.42, y=15.00, z=20.50], EntityBat['Bat'/1049, l='MpServer', x=-60.41, y=21.40, z=1.68], EntityCreeper['Creeper'/538, l='MpServer', x=-69.51, y=18.00, z=14.82], EntityZombie['Zombie'/539, l='MpServer', x=-76.50, y=21.00, z=28.50], EntitySkeleton['Skeleton'/540, l='MpServer', x=-78.70, y=28.00, z=16.37], EntityZombie['Zombie'/541, l='MpServer', x=-67.50, y=34.00, z=19.50], EntityCustomMob10000['entity.bandit1.name'/542, l='MpServer', x=-76.23, y=17.00, z=27.52], EntityCreeper['Creeper'/543, l='MpServer', x=-73.50, y=28.00, z=39.70], EntityCreeper['Creeper'/545, l='MpServer', x=-69.50, y=15.00, z=53.50], EntityCreeper['Creeper'/546, l='MpServer', x=-78.50, y=29.00, z=48.50], EntityZombie['Zombie'/547, l='MpServer', x=-64.70, y=51.00, z=55.77], EntitySpider['Spider'/1059, l='MpServer', x=-81.50, y=14.00, z=37.50], EntitySkeleton['Skeleton'/548, l='MpServer', x=-68.38, y=51.00, z=61.26], EntitySpider['Spider'/1060, l='MpServer', x=-81.41, y=14.00, z=43.74], EntitySkeleton['Skeleton'/549, l='MpServer', x=-71.76, y=51.00, z=50.54], EntityCreeper['Creeper'/1061, l='MpServer', x=-77.80, y=14.00, z=40.50], EntityCustomMob10000['entity.bandit1.name'/550, l='MpServer', x=-65.22, y=63.00, z=63.51], EntityCreeper['Creeper'/1062, l='MpServer', x=-80.26, y=14.00, z=43.46], EntityBabySkeleton['Baby Skeleton'/551, l='MpServer', x=-66.67, y=41.00, z=65.48], EntityBat['Bat'/555, l='MpServer', x=-69.25, y=40.10, z=140.25], EntityCreeper['Creeper'/1075, l='MpServer', x=-58.50, y=26.00, z=21.50], EntityBat['Bat'/1078, l='MpServer', x=-58.84, y=33.01, z=136.12], EntityBat['Bat'/1084, l='MpServer', x=-51.25, y=37.12, z=102.44], EntityBat['Bat'/1105, l='MpServer', x=-97.35, y=51.07, z=55.30], EntityBat['Bat'/1106, l='MpServer', x=-93.61, y=51.17, z=53.53], EntityBat['Bat'/1107, l='MpServer', x=-90.33, y=51.82, z=53.93], EntityZombie['Zombie'/596, l='MpServer', x=-55.80, y=24.00, z=8.62], EntityBat['Bat'/1108, l='MpServer', x=-96.55, y=53.06, z=54.86], EntityRabbitDoeLop['Lop Doe'/597, l='MpServer', x=-63.48, y=62.64, z=9.28], EntityBat['Bat'/599, l='MpServer', x=-55.25, y=31.10, z=54.25], EntityZombie['Zombie'/600, l='MpServer', x=-59.51, y=51.00, z=56.71], EntityDoeAngora['Angora Doe'/601, l='MpServer', x=-49.49, y=63.00, z=65.80], EntityCarSport['Sportscar'/602, l='MpServer', x=-50.77, y=63.00, z=66.73], EntityCarSport['Sportscar'/603, l='MpServer', x=-50.39, y=63.00, z=69.49], EntitySkeleton['Skeleton'/618, l='MpServer', x=-35.50, y=29.00, z=-3.71], EntityZombie['Zombie'/619, l='MpServer', x=-45.50, y=24.00, z=7.50], EntityZombie['Zombie'/620, l='MpServer', x=-45.51, y=44.00, z=3.21], EntityCreeper['Creeper'/624, l='MpServer', x=-42.50, y=13.00, z=55.50], EntityBuckAngora['Angora Buck'/626, l='MpServer', x=-40.94, y=71.00, z=89.29], EntitySpider['Spider'/637, l='MpServer', x=-25.47, y=63.00, z=56.44], EntityHorse['Horse'/640, l='MpServer', x=-20.70, y=67.00, z=80.45], EntitySowYorkshire['American Yorkshire Sow'/641, l='MpServer', x=-27.14, y=68.00, z=86.89], EntityBuckAngora['Angora Buck'/642, l='MpServer', x=-20.73, y=62.17, z=100.17], EntitySquid['Squid'/643, l='MpServer', x=-24.24, y=58.04, z=122.58], EntitySpider['Spider'/646, l='MpServer', x=-2.50, y=63.00, z=43.50], EntityCreeper['Creeper'/647, l='MpServer', x=-1.50, y=53.00, z=83.50], EntitySquid['Squid'/648, l='MpServer', x=-14.27, y=59.07, z=94.98], EntityBat['Bat'/1167, l='MpServer', x=-4.74, y=28.10, z=96.75], EntityItem['item.item.grave_dust'/935, l='MpServer', x=-111.58, y=63.00, z=78.41], EntityCreeper['Creeper'/434, l='MpServer', x=-126.79, y=63.00, z=114.86], EntitySkeleton['Skeleton'/441, l='MpServer', x=-112.50, y=43.00, z=-8.50], EntityFrogs['Frog'/442, l='MpServer', x=-112.75, y=63.00, z=44.33], EntitySpider['Spider'/444, l='MpServer', x=-114.50, y=51.00, z=58.50], EntityHamster['Hamster'/446, l='MpServer', x=-119.86, y=63.00, z=82.51], EntityCreeper['Creeper'/449, l='MpServer', x=-113.50, y=63.00, z=110.50], EntitySpider['Spider'/450, l='MpServer', x=-112.50, y=63.00, z=97.50], EntityHenLeghorn['Leghorn Hen'/974, l='MpServer', x=-138.53, y=63.00, z=124.73], EntityCreeper['Creeper'/465, l='MpServer', x=-109.50, y=45.00, z=-0.50], EntityCreeper['Creeper'/466, l='MpServer', x=-98.50, y=23.00, z=0.50], EntityZombie['Zombie'/467, l='MpServer', x=-104.50, y=21.00, z=3.50], EntityCreeper['Creeper'/1235, l='MpServer', x=-126.50, y=20.00, z=9.50], EntityZombie['Zombie'/468, l='MpServer', x=-99.50, y=28.00, z=14.50], EntitySkeleton['Skeleton'/469, l='MpServer', x=-102.50, y=28.00, z=12.50], EntityBat['Bat'/470, l='MpServer', x=-104.55, y=30.10, z=14.75], EntitySkeleton['Skeleton'/471, l='MpServer', x=-98.86, y=54.00, z=12.45], EntityZombie['Zombie'/472, l='MpServer', x=-99.52, y=16.00, z=20.83], EntityCreeper['Creeper'/473, l='MpServer', x=-99.50, y=17.00, z=45.50], EntityZombie['Zombie'/475, l='MpServer', x=-107.50, y=57.00, z=61.50], EntityZombie['Zombie'/476, l='MpServer', x=-101.21, y=51.00, z=52.52], EntitySpider['Spider'/479, l='MpServer', x=-105.50, y=63.00, z=98.50], EntityFrogs['Frog'/481, l='MpServer', x=-102.89, y=63.00, z=126.17], EntityCreeper['Creeper'/482, l='MpServer', x=-111.50, y=63.00, z=126.50], EntityZombie['Zombie'/483, l='MpServer', x=-102.50, y=42.00, z=136.50], EntitySkeleton['Skeleton'/493, l='MpServer', x=-84.50, y=21.00, z=-2.50], EntitySkeleton['Skeleton'/495, l='MpServer', x=-88.49, y=30.00, z=0.21], EntityCreeper['Creeper'/497, l='MpServer', x=-88.50, y=21.00, z=2.50], EntitySkeleton['Skeleton'/499, l='MpServer', x=-85.50, y=47.00, z=8.50], EntityBabySkeleton['Baby Skeleton'/500, l='MpServer', x=-94.50, y=51.00, z=15.50], EntityZombie['Zombie'/501, l='MpServer', x=-93.50, y=14.00, z=18.50], EntityZombie['Zombie'/503, l='MpServer', x=-81.50, y=16.00, z=23.50], EntityCreeper['Creeper'/504, l='MpServer', x=-83.50, y=40.00, z=25.50], EntityCreeper['Creeper'/506, l='MpServer', x=-88.58, y=49.00, z=23.19], EntitySkeleton['Skeleton'/507, l='MpServer', x=-92.21, y=15.00, z=34.33], EntityCreeper['Creeper'/508, l='MpServer', x=-83.81, y=13.00, z=32.54], EntityEnderman['Enderman'/1276, l='MpServer', x=-150.50, y=21.00, z=41.50], EntitySkeleton['Skeleton'/509, l='MpServer', x=-85.50, y=26.00, z=39.50], EntityCreeper['Creeper'/510, l='MpServer', x=-81.07, y=26.00, z=39.53]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
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_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3847925736 bytes (3669 MB) / 8105492480 bytes (7730 MB) up to 8105492480 bytes (7730 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096M -Xmx8192M -XX:MaxPermSize=128M
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 99
FML: MCP 9.42 Powered by Forge 14.23.1.2556 Optifine OptiFine_1.12.2_HD_U_C6 192 mods loaded, 192 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 UCHIJA minecraft 1.12.2 minecraft.jar None UCHIJA mcp 9.42 minecraft.jar None UCHIJA FML 8.0.99.99 forge-1.12.2-14.23.1.2556.jar e3c3d50c7c986df74c645c0ac54639741c90a557 UCHIJA forge 14.23.1.2556 forge-1.12.2-14.23.1.2556.jar e3c3d50c7c986df74c645c0ac54639741c90a557 UCHIJA betterfonts 1.9.1 minecraft.jar None UCHIJA advancedrocketrycore 1 minecraft.jar None UCHIJA unicodefontextensioncore 1.12.2-2.5 minecraft.jar None UCHIJA opencomputers core 1.7.0.20 minecraft.jar UCHIJA unicodefontextension 1.12.2-2.5 UnicodeFontExtension-1.12.2-2.5.jar None UCHIJA fastleafdecay v14 0-FastLeafDecay-v14.jar None UCHIJA felling 1.2.3 0-Felling-1.2.3.jar None UCHIJA forgelin 1.5.1 0-Forgelin-1.5.1.jar None UCHIJA upsizer 4.0 0-upsizer-mc1.12.1-4.0.jar None UCHIJA jehc 1.3.1 1-JustEnoughHarvestCraft-1.3.1.jar None UCHIJA crafttweaker 4.0.10 [CS]-CraftTweaker2-4.0.10.jar None UCHIJA mtlib @Version@ [CS}-MTLib-3.0.1.jar None UCHIJA modtweaker 4.0.5 [CS]-CraftTweaker2-ModTweaker-4.0.5.jar None UCHIJA jei 4.8.4.131 [CS]-JustEnoughItems-4.8.4.131.jar None UCHIJA jepb 1.2.1 1-JustEnoughPatternBanners-1.2.1.jar None UCHIJA toolbelt 1.7.1 1-ToolBelt-1.7.1.jar None UCHIJA betterplacement 1.0.0-1 [C]-BetterPlacement-1.0.0.jar None UCHIJA inventoryspam 1.0.2 [C]-InventorySpam-1.0.2.jar None UCHIJA forestry 5.7.0.214 [CS]-Forestry-5.7.0.214.jar None UCHIJA jeibees 0.9.0.5 [C]-JustEnoughItems-Bees-0.9.0.5.jar None UCHIJA blockdrops 1.3.1 [C]-JustEnoughItems-BlockDrops-1.3.1.jar None UCHIJA jeiintegration 1.5.1.36 [C]-JustEnoughItems-Integration-1.5.1.36.jar None UCHIJA signpic 2.8.1 [C]-SignPicture-2.8.1.jar None UCHIJA soundfilters 0.10_for_1.12 [C]-SoundFilters-0.10.jar None UCHIJA worldedit 6.1.8 [S]-WorldEdit-6.1.8.jar None UCHIJA worldeditcuife2 2.1.2-mf-1.12.2-14.23.0.2487 [C]-WorldEditCUI-2.1.2.jar None UCHIJA craftstudioapi 1.0.0 [CS]-CraftStudio-1.0.0.93.jar None UCHIJA animania 1.4.2 [CS]-Animania-1.4.2.jar None UCHIJA architecturecraft @Version@ [CS]-ArchitectureCraft-1.20.jar None UCHIJA mantle 1.12-1.3.1.21 [CS]-Mantle-1.3.1.21.jar None UCHIJA tconstruct 1.12-2.7.4.34 [T]-TinkersConstruct-2.7.4.34.jar None UCHIJA basemetals 2.5.0-beta3 [CS]-BaseMetals-2.5.0-Beta-3.51.jar None UCHIJA baseminerals 2.5.0-beta2 [CS]-BaseMinerals-2.5.0-Beta-2.11.jar None UCHIJA bibliocraft 2.4.3 [CS]-BiblioCraft-2.4.3.jar None UCHIJA chameleon 1.12-4.1.3 [CS]-Chameleon-4.1.3.jar None UCHIJA chiselsandbits 14.10 [CS]-Chisels&Bits-14.10.jar None UCHIJA sanlib 1.2.0 [CS]-SanLib-1.2.0.jar None UCHIJA claysoldiers 3.0.0-alpha.4.1 [CS]-ClaySoldiersMod-3.0.0-Alpha-4.1.jar None UCHIJA redstoneflux 2.0.1 [CS]-RedstoneFlux-2.0.1.2.jar d4f1503fbacd9b9fb767720420c5395104239ec9 UCHIJA cofhcore 4.3.7 [CS]-CoFHCore-4.3.7.25.jar None UCHIJA cofhworld 1.0.2 [CS]-CoFHWorld-1.0.2.10.jar None UCHIJA compot 1.1 [CS]-CombinedPotions-1.1.jar None UCHIJA tombstone 2.0.0-beta [CS]-CorailTombstone-2.0.0.jar None UCHIJA craftingtweaks 8.1.6 [CS]-CraftingTweaks-8.1.6.jar None UCHIJA ctgui 1.0.0 [CS]-CraftTweaker2-4.0.10.jar None UCHIJA crafttweakerjei 2.0.0 [CS]-CraftTweaker2-4.0.10.jar None UCHIJA mtrm 1.2.2.30 [CS]-CraftTweaker2-RecipeMaker-1.2.2.30.jar None UCHIJA cyclicmagic 1.10.2 [CS]-Cyclic-1.10.2.jar None UCHIJA densemetals 1.0.2 [CS]-DenseMetals-1.0.2.jar None UCHIJA csb_ench_table 1.1.2 [CS]-EnchantingTable-1.1.2.jar None UCHIJA endercompass 1.2.6.1 [CS]-EnderCompass-1.2.6.1.jar None UCHIJA modernmetals 2.5.0-beta3 [CS]-ModernMetals-2.5.0-Beta-3.64.jar None UCHIJA endmetals 1.2.0-beta1 [CS]-EndMetals-1.2.0-Beta-1.7.jar None UCHIJA fairylights 2.1.1 [CS]-FairyLights-2.1.1.jar None UCHIJA flatcoloredblocks mc1.12-6.6 [CS]-FlatColoredBlocks-6.6.jar None UCHIJA forgeendertech 1.12.1-4.3.0.0 [CS]-ForgeEndertech-4.3.0.0.jar None UCHIJA modcurrency 1.12-1.2.6 [CS]-GoodOl'Currency-1.2.6.jar None UCHIJA harvestcraft 1.12.2a [CS]-HarvestCraft-1.12.2a.jar None UCHIJA infernalmobs 1.7.3 [CS]-InfernalMobs-1.12.2.jar None UCHIJA ironchest 1.12.2-7.0.34.820 [CS]-IronChest-7.0.34.820.jar None UCHIJA malisiscore 1.12.2-6.1.7 [CS]-MalisisCore-6.1.7.jar None UCHIJA malisisblocks 1.12-6.0.2 [CS]-MalisisBlocks-6.0.2.jar None UCHIJA malisisdoors 1.12.2-7.1.1 [CS]-MalisisDoors-7.1.1.jar None UCHIJA mcmultipart 2.3.3 [CS]-MCMultiPart-2.3.3.jar None UCHIJA mekanism 1.12.2-9.4.3.329-thiakil [CS]-Mekanism-9.4.3.329.jar None UCHIJA mekanismgenerators 9.4.3 [CS]-Mekanism-Generators-9.4.3.329.jar None UCHIJA multimine 1.5.7 [CS]-MultiMine-1.12.1.jar None UCHIJA nethermetals 1.2.0-beta1 [CS]-NetherMetals-1.2.0-Beta-1.17.jar None UCHIJA recipehandler 0.9 [CS]-NoMoreRecipeConflict-0.9.jar None UCHIJA neid 1.5.4.2 [CS]-NotEnoughIDs-1.5.4.2.jar None UCHIJA reborncore 3.5.1.166 [CS]-RebornCore-3.5.1.166.jar 8727a3141c8ec7f173b87aa78b9b9807867c4e6b UCHIJA storagedrawers 1.12-5.2.5 [CS]-StorageDrawers-5.3.3.jar None UCHIJA refinedstorage 1.5.25 [CS]-RefinedStorage-1.5.25.jar 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 UCHIJA rebornstorage 1.0.0 [CS]-RebornStorage-3.0.1.26.jar None UCHIJA reconstructor 2.11a [CS]-Reconstructor-2.11a.jar None UCHIJA refinedstorageaddons 0.2 [CS]-RefinedStorage-Addons-0.2.jar None UCHIJA roughtweaks 1.0 [CS]-RoughTweaks-0.2.3.jar None UCHIJA sanplayermodel 1.0.0 [CS]-SanLib-1.2.0.jar None UCHIJA storageboats 1.6 [CS]-StorageBoats-2.9.jar None UCHIJA storagedrawersextra @Version@ [CS]-StorageDrawers-Extras-3.1.0.jar None UCHIJA theoneprobe 1.4.19 [CS]-TheOneProbe-1.4.19.jar None UCHIJA opencomputers 1.7.0.20 OpenComputers-MC1.12.1-1.7.0.20.jar None UCHIJA stevescarts ${version} StevesCarts-1.12.2-2.4.12.62.jar None UCHIJA topaddons 1.12.2-1.2.1 [CS]-TheOneProbe-Addons-1.2.1.jar None UCHIJA thespotlightmod 1.2.0.101 [CS]-TheSpotlightMod-1.2.0.101.jar None UCHIJA thutcore 5.12.2 [CS]-ThutCore-5.12.2.jar None UCHIJA thutcore_compat 1.0 [CS]-ThutCore-5.12.2.jar None UCHIJA thuttech 6.0.8 [CS]-ThutTech-6.0.8.3.jar None UCHIJA tinkertoolleveling 1.12-1.0.2b.DEV.1a79301 [CS]-TinkerToolLeveling-1.0.2b.jar None UCHIJA trade 1.0.2 [CS]-Trade-1.0.2.jar None UCHIJA car 1.2.10 [CS]-UltimateCarMod-1.2.10.jar None UCHIJA universalremote 1.12-0.9.9 [CS]-UniversalRemote-0.9.9.jar None UCHIJA wanionlib 1.12.2-1.3 [CS]-WanionLib-1.3.jar None UCHIJA watercontrolextreme 1.0.0 [CS]-WaterControlExtreme-1.0.0.jar None UCHIJA instantunify 1.0.7 [S]-InstantUnify-1.0.7.jar None UCHIJA applecore 2.2.2 [T]-AppleCore-2.2.2.jar None UCHIJA appleskin 1.0.9 [T]-AppleSkin-1.0.9.jar None UCHIJA betterfoliage 2.1.10 [T]-BetterFoliage-2.1.10.jar None UCHIJA codechickenlib 3.1.3.313 [T]-CodeChickenLib-3.1.3.313.jar f1850c39b2516232a2108a7bd84d1cb5df93b261 UCHIJA chickenchunks 2.4.0.70 [T]-ChickenChunks-2.4.0.70.jar f1850c39b2516232a2108a7bd84d1cb5df93b261 UCHIJA dsurround 3.4.7.2 [T]-DynamicSurroundings-3.4.7.2.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a UCHIJA presets 3.4.7.2 [T]-DynamicSurroundings-3.4.7.2.jar None UCHIJA foamfix 0.8.0-1.12 [T]-FoamFix-0.8.0-Lawful.jar None UCHIJA immersiveengineering 0.12-75 [T]-ImmersiveEngineering-75.jar 4cb49fcde3b43048c9889e0a3d083225da926334 UCHIJA loottweaker 0.0.6.5 LootTweaker-1.12-0.0.6.5.jar None UCHIJA jeresources 0.8.6.33 [T]-JustEnoughResources-0.8.6.33.jar None UCHIJA modernlamps 1.0.3 [T]-ModernLights-1.0.3.jar None UCHIJA nuclearcraft 2.5a [T]-NuclearCraft-2.5a.jar None UCHIJA redstonepaste 1.7.5 [T]-RedstonePaste-1.7.5.jar None UCHIJA scannable 1.6.2.13 [T]-Scannable-1.6.2.13.jar None UCHIJA simplyconveyors 3.0.6 [T]-SimplyConveyors-4.0.4.jar None UCHIJA soulshardstow 1.12-2.7.4-53 [T]-SoulShards-2.7.4-53.jar None UCHIJA spiceoflife 1.3.11 [T]-SpiceOfLife-1.3.11.jar None UCHIJA supersoundmuffler 1.0.2.9 [T]-SuperSoundMuffler-1.0.2.9.jar None UCHIJA vbe GRADLE:VERSION-GRADLE:BUILD [T]-VanillaBuildersExtension-1.0.6.jar None UCHIJA waystones 4.0.17 [T]-WayStones-4.0.17.jar None UCHIJA wts 1.1.0 [T]-WhatsThatSlot-1.1.0.jar None UCHIJA wificharge 1.3.0 [T]-WirelessCharger-1.3.0.jar None UCHIJA additionalbanners 1.1.40 AdditionalBanners-1.12.2-1.1.40.jar d476d1b22b218a10d845928d1665d45fce301b27 UCHIJA libvulpes 0.2.6.-16 LibVulpes-1.12.2-0.2.6-16-universal.jar None UCHIJA advancedrocketry 1.2.6.-27 AdvancedRocketry-1.12.2-1.2.6-27.jar None UCHIJA basegems 2.5.0-beta2 BaseGems-1.12-2.5.0-beta2.2.jar None UCHIJA bdlib 1.14.3.10 bdlib-1.14.3.10-mc1.12.2.jar None UCHIJA betterquesting 2.5.236 BetterQuesting-2.5.236.jar None UCHIJA questbook 3.0.0-1.12.1 BetterQuesting-QuestBook-3.0.0.jar None UCHIJA bq_standard 2.4.134 BetterQuesting-StandardExpansion-2.4.134.jar None UCHIJA binniecore unspecified binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA binniedesign 1.0 binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA genetics 2.5.0.105 binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA botany 2.5.0.105 binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA extrabees 2.5.0.105 binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA extratrees 2.5.0.105 binnie-mods-1.12.2-2.5.0.105.jar None UCHIJA mmdbuckets 0.0.1-alpha2 Buckets-1.12-0.0.1-alpha2.11.jar None UCHIJA buildcraftlib 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftcore 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftbuilders 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftenergy 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftfactory 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftrobotics 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcraftsilicon 7.99.12 buildcraft-7.99.12.jar None UCHIJA buildcrafttransport 7.99.12 buildcraft-7.99.12.jar None UCHIJA carryon 1.7 CarryOn MC1.12 v1.7.jar None UCHIJA corail_pillar_extension_forestry 4.0.0 corail_pillar_extension_forestry-4.0.0-1.12.jar None UCHIJA extendedrenderer v1.0 coroutil-1.12.1-1.1.22-a.jar None UCHIJA coroutil 1.12.1-1.1.20 coroutil-1.12.1-1.1.22-a.jar None UCHIJA configmod v1.0 coroutil-1.12.1-1.1.22-a.jar None UCHIJA customnpcs 1.12 CustomNPCs_1.12.2(29oct17).jar None UCHIJA disenchanter 1.5 disenchanter-[1.12]1.5 (1).jar None UCHIJA ecomod 1.12.2-1.2.1.0 EcologyMod-1.12.2-1.2.1.0.jar None UCHIJA erosion 2.2.1 Erosion-2.2.1.jar None UCHIJA zerocore 1.12-0.1.1.0 zerocore-1.12-0.1.1.0.jar None UCHIJA bigreactors 1.12-0.4.5.40 ExtremeReactors-1.12-0.4.5.40.jar None UCHIJA fbp 2.3.5 FancyBlockParticles-1.12.x-2.3.5.jar None UCHIJA gendustry 1.6.5.6 gendustry-1.6.5.6-mc1.12.2.jar None UCHIJA immersivetech 1.3.4 immersivetech-1.12-1.3.4.jar None UCHIJA teslacorelib 1.0.10 tesla-core-lib-1.12-1.0.10.jar None UCHIJA industrialforegoing 1.12.2-1.12.2 industrialforegoing-1.12.2-1.5.13-103.jar None UCHIJA keywizard 1.12.2-1.5.3-b1 keywizard-1.12.2-1.5.3-b1.jar None UCHIJA levelup2 ${version} Level Up! 2-1.1.10-1.12.jar None UCHIJA lootchests 1.2.1 lootchests-1.2.1.jar None UCHIJA malisisswitches 1.12-5.0.0 malisisswitches-1.12-5.0.0.jar None UCHIJA mekanismtools 9.4.3 MekanismTools-1.12.2-9.4.3.329.jar None UCHIJA minecolonies 1.12.2-0.8.5743 minecolonies-universal-1.12.2-0.8.5743.jar None UCHIJA minemenu 1.6.3 MineMenu-1.12.2-1.6.3-universal.jar None UCHIJA modnametooltip 1.10.0 modnametooltip_1.12.2-1.10.0.jar None UCHIJA shetiphiancore 3.5.5 shetiphiancore-1.12.0-3.5.5.jar None UCHIJA multistorage 1.4.7 multistorage-1.12.0-1.4.7.jar None UCHIJA mw 1.11.5.1 mw-1.11.5.1_mc1.12.2.jar None UCHIJA nei ${mod_version} NotEnoughItems-1.12-2.4.0.231-universal.jar f1850c39b2516232a2108a7bd84d1cb5df93b261 UCHIJA omlib 3.0.0-131 omlib-1.12.2-3.0.0-131.jar None UCHIJA ompd 3.0.0-30 ompd-1.12.2-3.0.0-30.jar None UCHIJA openmodularturrets 3.0.0-227 openmodularturrets-1.12.2-3.0.0-227.jar None UCHIJA pneumaticcraft 1.12.2-0.1.0-47 pneumaticcraft-repressurized-1.12.2-0.1.0-47.jar None UCHIJA rftools 7.14 rftools-1.12-7.14.jar None UCHIJA rftoolscontrol 1.7.0 rftoolsctrl-1.12-1.7.0.jar None UCHIJA signals 1.0 Signals-1.12.2-1.1.0-universal.jar None UCHIJA signpost 1.06.1 signpost-1.12-1.06.1.jar None UCHIJA tinker_io release 2.5.6e TinkerIO-2.5.6e.jar None UCHIJA vials 1.2.1.2 Vials-MC1.12-1.2.1.2.jar None UCHIJA vtt 0.6.4 VillagerTrades-1.12-0.6.4.jar None UCHIJA weather2 1.12.1-2.5.5-a weather2-1.12.1-2.5.5-a.jar None UCHIJA worldutils 0.4.2 worldutils-1.12.2-0.4.2.jar 2b03e1423915a189b8094816baa18f239d576dff UCHIJA xnet 1.4.1 xnet-1.12-1.4.1.jar None UCHIJA adchimneys 1.12.1-3.2.1.0 [CS]-AdChimneys-3.2.1.0.jar None UCHIJA unidict 1.12.2-1.4 [CS]-UniDict-1.4.jar None UCHIJA corail_pillar 4.0.0 corail_pillar-4.0.0-1.12.jar None UCHIJA harvesttweaks 1.12-0.1.5.DEV.86c8a67 HarvestTweaks-1.12-0.1.5.jar None UCHIJA teslacorelib_registries 1.0.10 tesla-core-lib-1.12-1.0.10.jar None Loaded coremods (and transformers):
BetterFontsCore ([C]-TrueTypeFontReplacement-1.9.1.jar)
cubex2.ttfr.BFClassTransformer
LoadingPlugin ([CS]-AdChimneys-3.2.1.0.jar)
com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockStateChange
BetterFoliageLoader ([T]-BetterFoliage-2.1.10.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
SignPictureCorePlugin ([C]-SignPicture-2.8.1.jar)
com.kamesuta.mc.signpic.asm.SignPictureTransformer
EcomodLoadingPlugin (EcologyMod-1.12.2-1.2.1.0.jar)
ecomod.asm.EcomodClassTransformer
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
li.cil.oc.common.asm.ClassTransformer
Plugin ([CS]-NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-27.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
ForgelinPlugin (0-Forgelin-1.5.1.jar)CorePlugin (UnicodeFontExtension-1.12.2-2.5.jar)
bre.ufex.asm.Transformer
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.5.jar)
shetiphian.asm.ClassTransformer
AppleCore ([T]-AppleCore-2.2.2.jar)
squeek.applecore.asm.TransformerModuleHandler
MalisisCorePlugin ([CS]-MalisisCore-6.1.7.jar)NWRTweak ([T]-RedstonePaste-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
DummyPlugin ([CS]-ForgeEndertech-4.3.0.0.jar)MMFMLCorePlugin ([CS]-MultiMine-1.12.1.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
weaponlib (mw-1.11.5.1_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
DynamicSurroundingsCore ([T]-DynamicSurroundings-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
GL info:ERRORRuntimeException: No OpenGL context found in the current thread.
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)Pulsar/harvesttweaks loaded Pulses:
- blocks (Enabled/Forced)
- items (Enabled/Forced)
- tconstruct (Enabled/Forced)RebornCore:
Plugin Engine: 0
RebornCore Version: 3.5.1.166
Runtime Debofucsation 1
RenderEngine: 1
List of loaded APIs:
* AppleCoreAPI (2.4.0) from [T]-AppleCore-2.2.2.jar
* BetterQuesting|API (2.6) from BetterQuesting-2.5.236.jar
* BetterWithModsAPI (Beta 0.6) from [T]-AppleSkin-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.40.jar
* bnnwidget (1.0) from [C]-SignPicture-2.8.1.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|core (2.2) from buildcraft-7.99.12.jar
* BuildCraftAPI|crops (1.1) from buildcraft-7.99.12.jar
* BuildCraftAPI|enums (1.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.99.12.jar
* BuildCraftAPI|filler (5.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.99.12.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.99.12.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|lists (1.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.99.12.jar
* BuildCraftAPI|recipes (3.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.99.12.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.99.12.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.99.12.jar
* BuildCraftAPI|tools (1.0) from EcologyMod-1.12.2-1.2.1.0.jar
* BuildCraftAPI|transport (5.0) from buildcraft-7.99.12.jar
* ChiselsAndBitsAPI (13.8.0) from [CS]-Chisels&Bits-14.10.jar
* cofhapi (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* cofhapi|block (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* cofhapi|core (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* cofhapi|item (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* cofhapi|tileentity (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* cofhapi|util (2.0.0) from [CS]-CoFHCore-4.3.7.25.jar
* Core (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Blocks (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Constants (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Entities (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Events (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Handlers (0.1) from CustomNPCs_1.12.2(29oct17).jar
* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(29oct17).jar
* CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.1.22-a.jar
* CraftingTweaks|API (4.1) from [CS]-CraftingTweaks-8.1.6.jar
* ecomodapi (1.1) from EcologyMod-1.12.2-1.2.1.0.jar
* ForestryAPI|apiculture (5.0.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|arboriculture (4.3.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|circuits (3.1.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|climate (5.0.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|core (5.7.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|farming (2.2.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|food (1.1.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|fuels (3.0.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|genetics (5.7.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|greenhouse (5.2.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|hives (4.1.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|lepidopterology (1.4.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|mail (3.1.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|modules (5.7.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|multiblock (3.0.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|recipes (5.4.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|storage (5.0.0) from [CS]-Forestry-5.7.0.214.jar
* ForestryAPI|world (2.1.0) from [CS]-Forestry-5.7.0.214.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.6-mc1.12.2.jar
* ImmersiveEngineering|API (1.0) from [T]-ImmersiveEngineering-75.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from [T]-ImmersiveEngineering-75.jar
* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.5.13-103.jar
* jeresources|API (0.8.6.33) from [T]-JustEnoughResources-0.8.6.33.jar
* JustEnoughItemsAPI (4.13.0) from [CS]-JustEnoughItems-4.8.4.131.jar
* mcjtylib_ng (2.5.0) from mcjtylib-1.12-2.5.0.jar
* MekanismAPI|core (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|energy (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|gas (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|infuse (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|laser (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|transmitter (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* MekanismAPI|util (9.0.0) from [CS]-Mekanism-9.4.3.329.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
* PneumaticCraftApi (1.0) from pneumaticcraft-repressurized-1.12.2-0.1.0-47.jar
* reborncoreAPI (3.5.1.166) from [CS]-RebornCore-3.5.1.166.jar
* reborncoreAPI|Power (3.5.1.166) from [CS]-RebornCore-3.5.1.166.jar
* reborncoreAPI|Recipe (3.5.1.166) from [CS]-RebornCore-3.5.1.166.jar
* reborncoreAPI|Tile (3.5.1.166) from [CS]-RebornCore-3.5.1.166.jar
* simplyconveyorsapi (1.0) from [T]-SimplyConveyors-4.0.4.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.12.62.jar
* StorageDrawersAPI (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* StorageDrawersAPI|event (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* StorageDrawersAPI|registry (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* StorageDrawersAPI|render (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* StorageDrawersAPI|storage (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from [CS]-StorageDrawers-5.3.3.jar
* theoneprobe_api (1.4.4) from [CS]-TheOneProbe-1.4.19.jar
* thut|API (1.0.0) from [CS]-ThutCore-5.12.2.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
[EcologyMod|PollutionHandler] Active WorldProcessingThreads:NULL
Launched Version: 1.12.2
LWJGL: 2.9.4
OpenGL:ERRORRuntimeException: No OpenGL context found in the current thread.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: PureBDCraft-128.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x AMD Ryzen 7 1700 Eight-Core Processor
OptiFine Version: OptiFine_1.12.2_HD_U_C6
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 387.92
OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
I'm getting similar crashes, though it had been working fine for a while.
First crash killed both clients connected and the server:
crash-2018-01-06_14.18.33-client.txt
Second crash is when clients try to reconnect after restarting the server:
crash-2018-01-06_14.24.01-client.txt
As this second report references FoamFix, I've opened asiekierka/FoamFix#101 so that Asie is aware.
Minecraft: 1.12.2
Forge Mod Loader: 14.23.1.2582
Foam Fix: 0.8.3-1.12.2-anarchy
Open Modular Lib: 1.12.2-3.0.0-133
Open Modular Turrets: 1.12.2-3.0.0-230
If I remove FoamFix, I get still get this error, but without the reference to FoamFix, so I don't think this is a FoamFix issue:
crash-2018-01-06_14.43.08-client.txt
I saw this error in console when one of the clients tried to connect and got the java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
error
[15:17:29] [Server thread/ERROR] [FML]: A TileEntity type omtteam.ompd.tileentity.TileEntityCamo has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class omtteam.ompd.tileentity.TileEntityCamo is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78) ~[avj.class:?]
at net.minecraft.tileentity.TileEntity.func_189515_b(TileEntity.java:69) ~[avj.class:?]
at omtteam.omlib.tileentity.TileEntityOwnedBlock.func_189515_b(TileEntityOwnedBlock.java:24) ~[TileEntityOwnedBlock.class:?]
at omtteam.ompd.tileentity.TileEntityCamo.func_189515_b(TileEntityCamo.java:64) ~[TileEntityCamo.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:380) [aye.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:171) [aye.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:202) [on.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_186027_a(ChunkProviderServer.java:230) [on.class:?]
at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1006) [oo.class:?]
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:408) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:689) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Not sure about @D3nnis3n , but for mine I was playing with my four year-old, but as far as I know we were just walking around and he hadn't spawned anything in recently. Here's a list of what he had cheated in since the beginning of this year (sorted oldest to latest; six days of off-and-on playing Minecraft on the server):
Given [Half Drawers 1x2] * 64 to NicholasJ42]
Given [Half Drawers 1x2] * 64 to NicholasJ42]
Given [Basic Drawer 2x2] * 64 to NicholasJ42]
Given [Zebrawood Fence Gate (Fireproof)] * 64 to NicholasJ42]
Given [Zebrawood Fence Gate] * 64 to NicholasJ42]
Given [Zebrawood Fence (Fireproof)] * 64 to NicholasJ42]
Given [Zebrawood Fence] * 64 to NicholasJ42]
Given [Key of the King's Law] * 1 to NicholasJ42]
Given [Superium Bow] * 1 to NicholasJ42]
Given [Raw Ironwood Materials] * 64 to NicholasJ42]
Given [Awakened Sharpening Kit] * 64 to NicholasJ42]
Given [Bone Helmet] * 1 to NicholasJ42]
Given [Bone Chestplate] * 1 to NicholasJ42]
Given [Bone Leggins] * 1 to NicholasJ42]
Given [Bone Boots] * 1 to NicholasJ42]
Given [Bone Helmet] * 1 to NicholasJ42]
Given [Emerald Boots] * 1 to NicholasJ42]
Given [Emerald Leggins] * 1 to NicholasJ42]
Given [Emerald Chestplate] * 1 to NicholasJ42]
Given [Emerald Helmet] * 1 to NicholasJ42]
Given [Lava Crystal Helmet] * 1 to NicholasJ42]
Given [Lava Crystal Chestplate] * 1 to NicholasJ42]
Given [Lava Crystal Boots] * 1 to NicholasJ42]
Given [Lava Crystal Leggins] * 1 to NicholasJ42]
Given [Oil Bucket] * 1 to NicholasJ42]
Given [Glowstone] * 64 to NicholasJ42]
Given [Diamond Boots] * 1 to NicholasJ42]
Given [Diamond Helmet] * 1 to NicholasJ42]
Given [Diamond Chestplate] * 1 to NicholasJ42]
Given [Leather Pants] * 1 to NicholasJ42]
Given [Diamond Leggings] * 1 to NicholasJ42]
Given [Diamond Sword] * 1 to NicholasJ42]
Given [Redstone Lamp] * 64 to NicholasJ42]
Given [Arrow] * 64 to NicholasJ42]
Given [Milk] * 1 to NicholasJ42]
Given [Iron Bars] * 64 to NicholasJ42]
Given [Sign] * 16 to NicholasJ42]
Given [Cobalt Arrow] * 1 to NicholasJ42]
Given [Firewood Arrow] * 1 to NicholasJ42]
Given [Red Matter Crossbow] * 1 to NicholasJ42]
Given [Superium Longbow] * 1 to NicholasJ42]
Given [Airship Core] * 16 to NicholasJ42]
Given [Airship Frame] * 64 to NicholasJ42]
Given [Stone Ladder] * 64 to NicholasJ42]
Given [Slimesling] * 1 to NicholasJ42]
Given [Creative Mana Battery] * 64 to NicholasJ42]
Given [Mana Battery] * 64 to NicholasJ42]
Given [Mana Battery] * 64 to NicholasJ42]
Given [Creative Halo] * 1 to NicholasJ42]
Given [Empowered Palis Crystal Block] * 64 to NicholasJ42]
Given [Spruce Door] * 64 to NicholasJ42]
Given [Blue Stained Glass] * 64 to NicholasJ42]
Given [Lever] * 64 to NicholasJ42]
Given [Vial of Crimson Shade (4)] * 1 to NicholasJ42]
Given [Cat Ears] * 1 to NicholasJ42]
Given [Flask of Crimson Shade (6)] * 1 to NicholasJ42]
Given [Iron Door] * 64 to NicholasJ42]
Given [Lever] * 64 to NicholasJ42]
Given [Oak Door] * 64 to NicholasJ42]
Given [Button] * 64 to NicholasJ42]
Given [Cooked Chicken] * 64 to NicholasJ42]
Given [Ender Energy Manipulator] * 8 to NicholasJ42]
Given [Block of Diamond] * 64 to NicholasJ42]
Given [Manyullyn Broad Axe Head] * 64 to NicholasJ42]
Given [Palis Sharpening Kit] * 64 to NicholasJ42]
Given [Palis Sharpening Kit] * 64 to NicholasJ42]
Given [Prosperity Shard Pickaxe Head] * 1 to NicholasJ42]
Given [Congealed Blue Slime Block] * 64 to NicholasJ42]
Given [Congealed Purple Slime Block] * 64 to NicholasJ42]
Given [Congealed Blood Slime Block] * 64 to NicholasJ42]
Given [Congealed Magma Slime Block] * 64 to NicholasJ42]
Given [Blue Slimy Grass] * 64 to NicholasJ42]
Given [Platinum Shield] * 1 to NicholasJ42]
Given [Constantan Hoe] * 1 to NicholasJ42]
The last group of that was spawned on January 05, 2018, while we played most of the day on January 06, 2018 without him spawning anything in until we crashed.
We do have an Open Modular Turrets Laser on a Tier 5 Base and some add-ons (solar, 4x damage, 4x range, and one other which I don't recall...maybe the %HP damage one?) a few blocks away from where we crashed. I haven't used any camouflage options on the turrets.
I do see this in my fml-junk-earlystartup.log about camouflage:
fml-junk-earlystartup.log:[15:09:18] [Server thread/TRACE] [FML]: Registry: 4787 forestry:camouflage_spray_can forestry.greenhouse.items.ItemCamouflageSprayCan@76b07d57
fml-junk-earlystartup.log:[15:09:18] [Server thread/TRACE] [FML]: Registry: 5483 secretroomsmod:camouflage_paste net.minecraft.item.Item@5f9b76ca
fml-junk-earlystartup.log:[15:09:19] [Server thread/TRACE] [FML]: Registry: 8664 forestry:camouflage_spray_can forestry.core.recipes.ShapedRecipeCustom@ef41f58
fml-junk-earlystartup.log:[15:09:19] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch forestry:camouflage_spray_can: 4787 (init) -> 4552 (map).
fml-junk-earlystartup.log:[15:09:19] [Server thread/DEBUG] [FML]: Registry Item: Fixed minecraft:items id mismatch secretroomsmod:camouflage_paste: 5483 (init) -> 9641 (map).
fml-junk-earlystartup.log:[15:09:20] [Server thread/TRACE] [FML]: Registry: 4552 forestry:camouflage_spray_can forestry.greenhouse.items.ItemCamouflageSprayCan@76b07d57
fml-junk-earlystartup.log:[15:09:20] [Server thread/TRACE] [FML]: Registry: 9641 secretroomsmod:camouflage_paste net.minecraft.item.Item@5f9b76ca
fml-junk-earlystartup.log:[15:09:20] [Server thread/TRACE] [FML]: Registry: 8664 forestry:camouflage_spray_can forestry.core.recipes.ShapedRecipeCustom@ef41f58
Nah, i think it is the same bug just with different blocks. I missed a nullable variable and apparently java handles if statement based stuff differently than the ternary operators (a quicker way to decide stuff).
TileEntityCamo is a block from OMPD which is still WIP and has no recipe. The crashlog you pasted points to exactly that block.
Anyway please try this build of omlib and report me if that works: https://jenkins.ironhide.de/job/minecraft-mods/job/OMLib-1.12/lastSuccessfulBuild/artifact/build/libs/omlib-1.12.2-3.0.0-134.jar
I still get this crash when I test with OMLib 1.12.2-3.0.0-134 on both client and server:
crash-2018-01-16_22.12.55-client.txt
And here's the crash without OptiFine and FoamFix, if that helps reduce clutter:
crash-2018-01-16_22.19.49-client.txt
Unfortunatley i cannot test anything at the moment, but no - no blocks from your mod were placed at all when the crashes occured. They just happened after i updated your mod from a prior version on a modpack update. Sorry, that i can't help any further at the moment, but i hope sandalle will be able to help you track this down.
And yes, i'm indeed using FoamFix too, but have not tested without it.