AllTheMods / ATM-5

1.15
8 stars 0 forks source link

Engineers Table from Immersive Engineering crashing game when its space is entered. #149

Closed Hanhula closed 4 years ago

Hanhula commented 4 years ago

Expected Behavior

By all minecraft logic, I should be able to jump on tables without a game crash! This isn't the case with the Engineers Table: it crashes the game.

Current Behavior

Interacting with the table or breaking it from afar is fine, but jumping on the table seems to crash games. When placed, the block throws an error in console: 08.06 02:26:20 [Server] Server thread/ERROR POI data mismatch: never registered at BlockPos{x=-789, y=67, z=-604}

Jumping onto it crashes the game to the base Minecraft launcher, and gives the user the following error message: The game crashed whilst rendering block entity Error: java.lang.IllegalStateException: Not filled all elements of the vertex

Possible Solution

It's entirely possible that something went wrong in a server upgrade, I guess. I tried to test it in singleplayer, but got a different crash when creating a world.

Steps to Reproduce

  1. Place down Engineers Table.
  2. Jump or fly onto Engineers Table to enter its blockspace.
  3. Crash!

Log

https://gist.github.com/Hanhula/cb7b0dfdec70481d32ec4bbb5399ead9

Detailed Description

Tandorius commented 4 years ago

I have the same issue. It also crashes the game with the same error message as above if you just want to put the blueprint in the table.

baleofhay7 commented 4 years ago

My game is crashed as well. My final action was attempting to place the blueprint inside the workbench.

---- Minecraft Crash Report ---- // This doesn't make any sense!

Time: 6/8/20 1:19 PM Description: Rendering Block Entity

java.lang.IllegalStateException: Not filled all elements of the vertex at net.minecraft.client.renderer.BufferBuilder.func_181675_d(BufferBuilder.java:225) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at blusunrize.immersiveengineering.client.render.tile.AutoWorkbenchRenderer$ShadeStyle.drawShading(AutoWorkbenchRenderer.java:566) ~[?:?] {re:classloading} at blusunrize.immersiveengineering.client.render.tile.AutoWorkbenchRenderer$BlueprintLines.draw(AutoWorkbenchRenderer.java:537) ~[?:?] {re:classloading} at blusunrize.immersiveengineering.client.render.tile.ModWorkbenchRenderer.render(ModWorkbenchRenderer.java:85) ~[?:?] {re:classloading} at blusunrize.immersiveengineering.client.render.tile.ModWorkbenchRenderer.func_225616a(ModWorkbenchRenderer.java:28) ~[?:?] {re:classloading} at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228855a(TileEntityRendererDispatcher.java:100) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.lambda$renderTileEntity$0(TileEntityRendererDispatcher.java:84) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher$$Lambda$19413/1964046952.run(Unknown Source) ~[?:?] {} at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228853a(TileEntityRendererDispatcher.java:117) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228850a(TileEntityRendererDispatcher.java:83) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.WorldRenderer.func_228426a(WorldRenderer.java:980) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:journeymap:WorldRenderer.markForRerender,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_228378a(GameRenderer.java:600) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:422) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.9.jar:31.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/1597889670.call(Unknown Source) [forge-1.15.2-31.2.9.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}

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

-- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.BufferBuilder.func_181675_d(BufferBuilder.java:225) at blusunrize.immersiveengineering.client.render.tile.AutoWorkbenchRenderer$ShadeStyle.drawShading(AutoWorkbenchRenderer.java:566) at blusunrize.immersiveengineering.client.render.tile.AutoWorkbenchRenderer$BlueprintLines.draw(AutoWorkbenchRenderer.java:537) at blusunrize.immersiveengineering.client.render.tile.ModWorkbenchRenderer.render(ModWorkbenchRenderer.java:85) at blusunrize.immersiveengineering.client.render.tile.ModWorkbenchRenderer.func_225616a(ModWorkbenchRenderer.java:28) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228855a(TileEntityRendererDispatcher.java:100) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.lambda$renderTileEntity$0(TileEntityRendererDispatcher.java:84) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher$$Lambda$19413/1964046952.run(Unknown Source)

-- Block Entity Details -- Details: Name: immersiveengineering:modworkbench // blusunrize.immersiveengineering.common.blocks.wooden.ModWorkbenchTileEntity Block: Block{immersiveengineering:workbench}[facing=north,multiblockslave=false] Block location: World: (-402,63,54), Chunk: (at 14,3,6 in -26,3; contains blocks -416,0,48 to -401,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Block: Block{immersiveengineering:workbench}[facing=north,multiblockslave=false] Block location: World: (-402,63,54), Chunk: (at 14,3,6 in -26,3; contains blocks -416,0,48 to -401,255,63), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Stacktrace: at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228853a(TileEntityRendererDispatcher.java:117) at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_228850a(TileEntityRendererDispatcher.java:83) at net.minecraft.client.renderer.WorldRenderer.func_228426a(WorldRenderer.java:980) at net.minecraft.client.renderer.GameRenderer.func_228378a(GameRenderer.java:600)

-- Affected level -- Details: All players: 1 total; [ClientPlayerEntity['baleofhay7'/34772, l='MpServer', x=-401.34, y=63.00, z=56.24]] Chunk stats: Client Chunk Cache: 961, 625 Level dimension: DimensionType{minecraft:overworld} Level name: MpServer Level seed: -8473383754004069205 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: {} Level spawn location: World: (208,67,208), Chunk: (at 0,4,0 in 13,13; contains blocks 208,0,208 to 223,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1122929 game time, 1264854 day time Known server brands: Level was modded: false 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 Server brand: forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:567) at net.minecraft.client.main.Main.main(SourceFile:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/1597889670.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1387565808 bytes (1323 MB) / 4445437952 bytes (4239 MB) up to 5965348864 bytes (5689 MB) CPUs: 12 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6400m -Xms256m -XX:PermSize=256m ModLauncher: 5.1.0+69+master.79f13f7 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.9.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.9.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.9.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.9.jar runtimedistcleaner PLUGINSERVICE /forge-1.15.2-31.2.9.jar fml TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.9 FML Language Providers: javafml@31.2 minecraft@1 kotori_scala@2.13.2-build-2 Mod List: AdditionalEnchantedMiner-1.15.2-15.2.9.jar QuarryPlus {quarryplus@15.2.9 DONE} inventoryprofiles-forge-1.15.2-0.2.1.jar Inventory Profiles {inventoryprofiles@0.2.1 DONE} refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 DONE} Uppers-0.2.12.jar Uppers {uppers@0.2.12 DONE} mcw-windows-1.0.1-mc1.15.2_1.15.1.jar Macaw's Windows {mcwwindows@1.0.1 DONE} SilentMechanisms-1.15.2-0.7.2+52.jar Silent's Mechanisms {silents_mechanisms@0.7.2+52 DONE} bambooeverything-1.15-1.0.0.jar Bamboo Everything {bambooeverything@1.15-1.0.0 DONE} IronJetpacks-1.15.2-3.0.2.jar Iron Jetpacks {ironjetpacks@3.0.2 DONE} ForgeEndertech-1.15.2-6.0.3.0-build.0036.jar Forge Endertech {forgeendertech@6.0.3.0 DONE} ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 DONE} Powah-1.15.2-1.1.14.jar Powah {powah@1.1.14 DONE} rangedpumps-0.7.1.jar Ranged Pumps {rangedpumps@0.7.1 DONE} WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {wstweaks@4.0.0 DONE} TheVeggieWay-1.15.2-2.1.45.jar The Veggie Way {veggie_way@2.1.45 DONE} Reliquary-1.15.2-1.3.4.995.jar Reliquary {xreliquary@1.15.2-1.3.4.995 DONE} randompatches-1.15.2-1.21.1.2.jar RandomPatches {randompatches@1.15.2-1.21.1.2 DONE} DarkUtilities-1.15.2-3.0.6.jar Dark Utilities {darkutils@3.0.6 DONE} Apotheosis-1.15.2-3.1.2.jar Apotheosis {apotheosis@3.1.2 DONE} Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE} WaterStrainer-1.15.2-9.0.0.jar Water Strainer {waterstrainer@1.15.2-9.0.0 DONE} dynviewdist-1.5.jar Dynamic view distance {dynview@1.5 DONE} TMechworks-1.15.2-2.1.1.jar Tinkers' Mechworks {tmechworks@2.1.1 DONE} JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 DONE} MysticalAgradditions-1.15.2-3.0.1.jar Mystical Agradditions {mysticalagradditions@3.0.1 DONE} refinedstorage-1.8.4.jar Refined Storage {refinedstorage@1.8.4 DONE} PackMenu-1.15.2-1.2.4.jar Pack Menu {packmenu@1.2.4 DONE} industrial-foregoing-1.15.2-2.3.2-e3bf186.jar Industrial Foregoing {industrialforegoing@2.3.2 DONE} wetstone-1.2.0.jar Wetstone {wetstone@1.2.0 DONE} torchmaster-2.1.1-rc0.jar Torchmaster {torchmaster@2.1.1-rc0 DONE} BiomesOPlenty-1.15.2-10.0.0.365-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.365 DONE} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 DONE} SilentGear-1.15.2-1.7.2+96.jar Silent Gear {silentgear@1.7.2+96 DONE} fishingreal-1.2.jar Fishing Real {fishingreal@1.2 DONE} portality-1.15.2-2.1.2-aaa257f.jar Portality {portality@2.1.2 DONE} curios-FORGE-1.15.2-2.0.2.4.jar Curios API {curios@FORGE-1.15.2-2.0.2.4 DONE} Botania-r1.15-384.jar Botania {botania@r1.15-384 DONE} corail_woodcutter-1.1.3-1.15.2.jar Corail Woodcutter {corail_woodcutter@1.1.3 DONE} tombstone-4.4.0-1.15.2.jar Corail Tombstone {tombstone@4.4.0 DONE} NaturesAura-28.2.jar Nature's Aura {naturesaura@28.2 DONE} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 DONE} mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE} the_bumblezone-1.15.2-1.3.5.jar The Bumblezone {the_bumblezone@1.15.2-1.3.5 DONE} CobbleForDays-1.1.3.jar Cobble For Days {cobblefordays@1.1.3 DONE} CodeChickenLib-1.15.2-3.3.0.373-universal.jar CodeChicken Lib {codechickenlib@3.3.0.373 DONE} StevesFactoryManager-1.15.2-4.0.0-alpha+1.jar Steve's Factory Manager {sfm@1.15.2-4.0.0-alpha+1 DONE} rockcandy-1.15.2-1.0.0.jar Rock Candy {rockcandy@version DONE} QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 DONE} nomowanderer-MC1.15.2_1.0.jar NoMoWanderer {nomowanderer@1.0 DONE} torchslabmod-1.15.2_v1.6.13.jar Torch Slab Mod {torchslabmod@1.6.13 DONE} woot-1.15.2-1.1.0.0.jar Woot {woot@1.15.2-1.1.0.0 DONE} jei-1.15.2-6.0.0.4.jar Just Enough Items {jei@6.0.0.4 DONE} SuperMultiDrills-1.15.2-2.0.1+3.jar Super Multi-Drills {supermultidrills@2.0.1+3 DONE} AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 DONE} Mekanism-1.15.2-9.10.7.420.jar Mekanism {mekanism@9.10.7 DONE} caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta2 DONE} colytra-FORGE-1.15.2-3.0.jar Colytra {colytra@FORGE-1.15.2-3.0 DONE} LightOverlay-4.6.1.jar Light Overlay Forge {lightoverlay-forge@4.6.1 DONE} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 DONE} additionalbars-1.3.5.jar Additional Bars {additionalbars@1.3.5 DONE} AdHooks-1.15.2-5.0.0.0-build.0004.jar Advanced Hook Launchers {adhooks@5.0.0.0 DONE} engineerstools-1.15.2-1.0.8-b2.jar Engineer's Tools {engineerstools@1.0.8-b2 DONE} curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 DONE} FarmingForBlockheads_1.15.2-6.1.3.jar Farming for Blockheads {farmingforblockheads@6.1.3 DONE} pneumaticcraft-repressurized-1.15.2-1.2.2-30.jar PneumaticCraft: Repressurized {pneumaticcraft@1.15.2-1.2.2-30 DONE} ClickMachine-1.15.2-3.0.2.jar Click Machine {clickmachine@3.0.2 DONE} environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {environmentalcreepers@1.6.1 DONE} JEITweaker-1.0.1.jar JEI Tweaker {jeitweaker@1.0.1 DONE} PackingTape-1.15.2-0.9.6.jar Packing Tape {packingtape@0.9.6 DONE} CraftTweaker-1.15.2-6.0.0.29.jar CraftTweaker {crafttweaker@6.0.0.29 DONE} extradisks-1.15.1-1.2.jar Extra Disks {extradisks@1.15.1-1.2 DONE} ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 DONE} forge-1.15.2-31.2.9-client.jar Minecraft {minecraft@1.15.2 DONE} Flopper-1.15.2-1.0.6.jar Flopper {flopper@1.0.6 DONE} theoneprobe-1.15-2.0.3.jar The One Probe {theoneprobe@1.15-2.0.3 DONE} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 DONE} ImmersiveEngineering-0.15-99.jar Immersive Engineering {immersiveengineering@0.15-99 DONE} useful_railroads-1.15.2-1.3.2.21.jar Useful Railroads {usefulrailroads@1.3.2.21 DONE} allthemodium-0.9.2-1.15.2-31.1.18.jar Allthemodium {allthemodium@0.9.2 DONE} Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 DONE} jeiintegration_1.15.2-3.1.0.1.jar JEI Integration {jeiintegration@3.1.0.1 DONE} dimdungeons-1.06-forge-1.15.2.jar Dimensional Dungeons {dimdungeons@1.15.2-1.06 DONE} Mantle-1.15.2-1.5.15.jar Mantle {mantle@1.5.15 DONE} ftb-backups-2.1.0.1.jar FTB Utilities: Backups {ftbbackups@2.1.0.1 DONE} AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 DONE} [1.15.2] SecurityCraft v1.8.18.1.jar SecurityCraft {securitycraft@v1.8.18.1 DONE} sit-1.15.1-v1.3.jar Sit {sit@v1.3 DONE} FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 DONE} AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE} RefinedRelocation_1.15.2-7.1.1.jar Refined Relocation {refinedrelocation@7.1.1 DONE} Oscars-1.0.1.jar Oscars {oscars@1.0.1 DONE} allthetweaks-0.9.1-1.15.2-31.1.18.jar All The Tweaks {allthetweaks@0.9.1 DONE} XL-Food-Mod-1.15.2-2.2.2.jar XL Food Mod {xlfoodmod@2.2.2 DONE} CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a DONE} EnderMail-1.15.2-1.1.0.jar Ender Mail {endermail@1.15.2-1.1.0 DONE} xptome-1.15.2-v1.1.5.jar XP Tome {xpbook@v1.1.5 DONE} DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 DONE} CyclopsCore-1.15.2-1.6.2.jar Cyclops Core {cyclopscore@1.6.2 DONE} NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 DONE} aiotbotania-1.15.2-1.2.2.jar AIOT Botania {aiotbotania@1.2.2 DONE} managear-1.1.1.jar Mana Gear {managear@1.1 DONE} curiousshulkerboxes-FORGE-1.15.2-2.0.1.jar Curious Shulker Boxes {curiousshulkerboxes@FORGE-1.15.2-2.0.1 DONE} incontrol-1.15-4.0.3.jar InControl {incontrol@1.15-4.0.3 DONE} Industrial Agriculture[Core]-1.15.2-1.7.0.jar Industrial Agriculture {industrialagriculture@1.15.2-1.7.0 DONE} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 DONE} rsgauges-1.15.2-1.2.3.jar Gauges and Switches {rsgauges@1.2.3 DONE} TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 DONE} CookingForBlockheads_1.15.2-8.0.2.jar Cooking for Blockheads {cookingforblockheads@8.0.2 DONE} Controlling-6.1.4.jar Controlling {controlling@6.1.4 DONE} Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 DONE} globaldatapack-1.15.2-1.3.jar Dark Roleplay - Global Datapacks {globaldatapack@1.15.2-0.1.0 DONE} citadel-1.1.7.jar Citadel {citadel@1.1.7 DONE} dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE DONE} ftb-gui-library-1.0.0.14.jar FTB GUI Library {ftbguilibrary@1.0.0.14 DONE} potionsmaster-0.1.4.1-1.15.2-31.1.18.jar Potions Master {potionsmaster@0.1.4.1 DONE} potionofbees-1.15.2-1.0.1.jar Potion of Bees {potionofbees@1.15.2-1.0.1 DONE} Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 DONE} u_team_core-1.15.2-2.11.0.156.jar U Team Core {uteamcore@2.11.0.156 DONE} Industrial Agriculture[Powah]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Powah {iapp@1.15.2-1.6.0 DONE} buildinggadgets-3.3.5.jar Building Gadgets {buildinggadgets@3.3.5 DONE} forge-1.15.2-31.2.9-universal.jar Forge {forge@31.2.9 DONE} PassthroughSigns-1.15.2-2.3.3.jar Passthrough Signs {passthroughsigns@1.15.2-2.3.3 DONE} cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE} Psi r1.2-82.jar Psi {psi@r1.2-80 DONE} Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {aquaculture@1.15.2-2.0.14 DONE} mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 DONE} LightingWand-1.15.2-1.4.2.jar Lighting Wand {lightingwand@1.4.2 DONE} MekanismGenerators-1.15.2-9.10.7.420.jar Mekanism: Generators {mekanismgenerators@9.10.7 DONE} Ma-Essentials-1.15.2-3.1.0.jar Ma Essentials {maessentials@1.15.2-3.1.0 DONE} absentbydesign-1.15.2-1.0.7.jar Absent By Design Mod {absentbydesign@1.15.2-1.0.7 DONE} PrettyPipes-1.5.4.jar Pretty Pipes {prettypipes@1.5.4 DONE} mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 DONE} lightestlampsmod-3.4.1.jar Lightest Lamps {lightestlamp@3.4.1 DONE} useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {usefulbackpacks@1.9.4.63 DONE} Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {iapsm@1.15.2-1.6.0 DONE} AdPoles-1.15.2-4.0.1.0-build.0009.jar To the Bat Poles! {adpoles@4.0.1.0 DONE} MekanismAdditions-1.15.2-9.10.7.420.jar Mekanism: Additions {mekanismadditions@9.10.7 DONE} valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {valkyrielib@1.15.2-3.0.2.1 DONE} simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE} Lollipop-1.15.2-1.0.15.jar Lollipop {lollipop@1.0.15 DONE} mining_dimension-1.15.2-1.0.4.jar Mining World {mining_dimension@1.15.2-1.0.4 DONE} tgcropesmod-1.15.2-1.2.0.jar Ropes Mod {tgcropesmod@1.15.2-1.2.0 DONE} atmadditions-1.15.2-1.0.0.jar All The Mods: Additions {atmadditions@1.15.2-1.0.0 DONE} SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {solarflux@15.0.0 DONE} Patchouli-1.15.2-1.2-33.jar Patchouli {patchouli@1.15.2-1.2-33 DONE} config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 DONE} OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE} lostcities-1.15-3.0.1-alpha.jar LostCities {lostcities@1.15-3.0.1-alpha DONE} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 DONE} elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 DONE} MekanismTools-1.15.2-9.10.7.420.jar Mekanism: Tools {mekanismtools@9.10.7 DONE} curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 DONE} cc-tweaked-1.15.2-1.88.1.jar CC: Tweaked {computercraft@1.88.1 DONE} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 DONE} tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {tramplestopper@1.15.2-2.0.0.1-universal DONE} bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 DONE} ServerTabInfo-1.15.2-1.2.6.jar Server Tab Info {servertabinfo@1.2.6 DONE} BetterAdvancements-1.15.2-0.1.0.96.jar Better Advancements {betteradvancements@0.1.0.96 DONE} inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 DONE} Ma-Enchants-1.15.2-3.1.0.jar Ma Enchants {ma-enchants@1.15.2-3.1.0 DONE} Cucumber-1.15.2-3.0.7.jar Cucumber Library {cucumber@3.0.7 DONE} TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 DONE} metalbarrels-2.1.jar Metal Barrels {metalbarrels@2.1 DONE} Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {abnormals_core@1.0.5 DONE} Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {buzzierbees@1.5.1 DONE} ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE} create-mc1.15.2_v0.2.4.jar Create {create@mc1.15.2_v0.2.4 DONE} Waystones_1.15.2-6.0.1.jar Waystones {waystones@6.0.1 DONE} Clumps-5.0.2.jar Clumps {clumps@5.0.2 DONE} journeymap-1.15.2-5.7.0b2.jar Journeymap {journeymap@5.7.0b2 DONE} enviromats-1.15.2-2.0.2.1.jar Environmental Materials {enviromats@1.15.2-2.0.2.1 DONE} comforts-FORGE-1.15.2-2.0.0.2.jar Comforts {comforts@FORGE-1.15.2-2.0.0.2 DONE} EnderBags-1.15.1-5.0.0.jar Ender Bags {ender_bags@5.0.0 DONE} SimpleStorageNetwork-1.15.2-0.3.2.jar Simple Storage Network {storagenetwork@1.15.2-0.3.2 DONE} DimStorage-1.15.2-3.1.5.jar DimStorage {dimstorage@3.1.5 DONE} DungeonCrawl-1.15.2-1.6.3.jar Dungeon Crawl {dungeoncrawl@1.6.3 DONE} mcjtylib-1.15-4.1.1-beta.jar McJtyLib {mcjtylib@1.15-4.1.1-beta DONE} rftoolsbase-1.15-1.1.1-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.1-beta DONE} xnet-1.15-2.1.3-beta.jar XNet {xnet@1.15-2.1.3-beta DONE} rftoolspower-1.15-2.1.1-beta.jar RFToolsPower {rftoolspower@1.15-2.1.1-beta DONE} rftoolsbuilder-1.15-2.1.3-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.3-beta DONE} rftoolsstorage-1.15-1.1.4-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.4-beta DONE} rftoolscontrol-1.15-3.0.2-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.2-beta DONE} mahoutsukai-1.15.2-v1.18.1.jar Mahou Tsukai {mahoutsukai@1.15.2-v1.18.1 DONE} ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 DONE} mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 DONE} EnderStorage-1.15.2-2.5.0.143-universal.jar EnderStorage {enderstorage@2.5.0.143 DONE} ftb-chunks-1.1.0.14.jar FTB Chunks {ftbchunks@1.1.0.14 DONE} campfiretorches-1.15.2-1.0.2.jar Campfire Torches {campfiretorches@1.15.2-1.0.2 DONE} ColossalChests-1.15.2-1.7.8.jar ColossalChests {colossalchests@1.7.8 DONE} MysticalAgriculture-1.15.2-3.0.7.jar Mystical Agriculture {mysticalagriculture@3.0.7 DONE} CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {craftingtweaks@11.0.0 DONE} rftoolsutility-1.15-2.1.3-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.3-beta DONE} swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 DONE} ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 DONE} titanium-1.15.2-2.4.1.jar Titanium {titanium@2.4.1 DONE} SilentLib-1.15.2-4.6.1+49.jar Silent Lib {silentlib@4.6.1+49 DONE} bluepower-1.15.2-0.4.188-alpha-universal.jar Blue Power {bluepower@0.4.188-alpha DONE} ExtraButtons-1.15.2-3.0.0.jar ExtraButtons {extrabuttons@1.15.2-3.0.0 DONE} forbidden_arcanus-1.15.2-1.4-beta-2.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.4-beta-2 DONE} archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b DONE} SoulShardsRespawn-forge-1.15.2-1.2.0-15.jar Soul Shards Respawn {soulshards@version DONE} omgourd-1.15.2-0.1.0b.jar Oh My Gourd {omgourd@0.4.0b DONE} Quark-r2.1-240.jar Quark {quark@r2.1-240 DONE} JAOPCA-1.15.2-3.2.0.10.jar JAOPCA {jaopca@3.2.0.10 DONE} FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 DONE} StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 DONE} FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {fluxnetworks@1.15.2-5.0.1-2 DONE} performant-1.15-2.11m.jar Performant {performant@2.11m DONE} tubesreloaded-1.15.2-1.3.0c.jar Tubes Reloaded {tubesreloaded@1.15.2-1.3.0c DONE} Transport-1.15.2-2.3.0.jar Transport {transport@1.15.2-2.3.0 DONE} engineersdecor-1.15.2-1.1.0-b1.jar Engineer's Decor {engineersdecor@1.1.0-b1 DONE} moredragoneggs-1.0.jar More Dragon Eggs {moredragoneggs@1.0 DONE} modular-routers-1.15.2-6.1.0-17.jar Modular Routers {modularrouters@1.15.2-6.1.0-17 DONE} refinedstorageaddons-0.6.1.jar Refined Storage Addons {refinedstorageaddons@0.6.1 DONE} bigbuckets-1.1.0.jar BigBuckets {bigbuckets@1.1.0 DONE} [Psi] Active spell: None Launched Version: forge-31.2.9 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce RTX 2080/PCIe/SSE2 GL version 4.6.0 NVIDIA 446.14, NVIDIA Corporation GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) CPU: 12x AMD Ryzen 5 3600X 6-Core Processor

Hannes1909 commented 4 years ago

Same here - after putting a blueprint in the Workbench: https://paste.ee/p/IWOhW

Asdkjfn commented 4 years ago

Same issue as well, trying to make a vaccum tube and put in an engineers blueprint into the space game instantly became unresponsive and crashes. Had to roll back to a backup and lost an hour of work :( crash-2020-06-09_18.26.13-client.txt

whatthedrunk commented 4 years ago

Still waiting for them to update on Twitch but you can grab new builds here to manually update for now. https://ci.blamejared.com/job/Immersive%20Engineering/job/1.15/ As soon as they add the files to CurseForge I will update the pack with some other fixes.

whatthedrunk commented 4 years ago

This is fixed in 2.2 which will be out in 1-2 hours. If you are still crashing revert to a backup in the backup folder but the workbench will work after that.