Simple Storage Network

Simple Storage Network

57M Downloads

Crash in gui when typing in search bar

astocky opened this issue ยท 5 comments

commented

Minecraft version & Mod Version:
1.16.1, Forge 32.0.108, SSN 1.16.1-1.0.0

Single player or Server:
Single

Describe problem (what you were doing / what happened):
Tried to search in gui and it locked up then crashed

Crash log (if any):
https://pastebin.com/UHrbm5Rg

(If this is a suggestion and not a bug report, delete all this and just write your suggestion!)

commented

Having the same problem. Any time I access the storage terminal, it crashes the client.

commented

Same here, every time I try and scroll over the terminal interface the game crashes and says it had trouble rendering the screen. Although this does not happen when I have Optifine installed, but that comes with its own visual glitches too like chest, arms, mekanism cables, botania's guide book, and applied energetics facades showing as black and purple textures

commented

Crashing for me too. here is the crash report.

---- Minecraft Crash Report ----
// There are four lights!

Time: 8/23/20 10:49 AM
Description: Rendering screen

java.lang.NoSuchMethodError: net.minecraft.client.gui.screen.Screen.renderTooltip(Lcom/mojang/blaze3d/matrix/MatrixStack;Ljava/util/List;IILnet/minecraft/client/gui/FontRenderer;)V
at com.lothrazar.storagenetwork.gui.NetworkWidget.drawGuiContainerForegroundLayer(NetworkWidget.java:231) ~[?:1.16.1-1.0.0] {re:classloading}
at com.lothrazar.storagenetwork.block.request.GuiNetworkTable.func_230451_b_(GuiNetworkTable.java:130) ~[?:1.16.1-1.0.0] {re:classloading}
at net.minecraft.client.gui.screen.inventory.ContainerScreen.func_230430_a_(ContainerScreen.java:122) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at com.lothrazar.storagenetwork.block.request.GuiNetworkTable.func_230430_a_(GuiNetworkTable.java:80) ~[?:1.16.1-1.0.0] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:327) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:951) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:582) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
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.16.1-32.0.108.jar:32.0] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$465/993023654.call(Unknown Source) [forge-1.16.1-32.0.108.jar:32.0] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-6.1.1.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-6.1.1.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-6.1.1.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-6.1.1.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-6.1.1.jar:?] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at com.lothrazar.storagenetwork.gui.NetworkWidget.drawGuiContainerForegroundLayer(NetworkWidget.java:231)
at com.lothrazar.storagenetwork.block.request.GuiNetworkTable.func_230451_b_(GuiNetworkTable.java:130)
at net.minecraft.client.gui.screen.inventory.ContainerScreen.func_230430_a_(ContainerScreen.java:122)
at com.lothrazar.storagenetwork.block.request.GuiNetworkTable.func_230430_a_(GuiNetworkTable.java:80)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:327)

-- Screen render details --
Details:
Screen name: com.lothrazar.storagenetwork.block.request.GuiNetworkTable
Mouse location: Scaled: (638, 337). Absolute: (1277.000000, 675.000000)
Screen size: Scaled: (1280, 720). Absolute: (2560, 1440). Scale factor of 2.000000

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Artimadours'/1174927, l='ClientLevel', x=78.87, y=77.00, z=-115.23]]
Chunk stats: Client Chunk Cache: 729, 484
Level dimension: minecraft:overworld
Level spawn location: World: (160,90,-64), Chunk: (at 0,5,0 in 10,-4; contains blocks 160,0,-64 to 175,255,-49), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 1537192 game time, 56469 day time
Server brand: forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:446)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:598)
at net.minecraft.client.main.Main.main(Main.java:184)
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$465/993023654.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.16.1
Minecraft Version ID: 1.16.1
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: 1210146712 bytes (1154 MB) / 5829558272 bytes (5559 MB) up to 8589934592 bytes (8192 MB)
CPUs: 16
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9216m -Xms256m -XX:PermSize=256m
ModLauncher: 6.1.1+74+master.966c698
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.jar mixin PLUGINSERVICE
/eventbus-3.0.3-service.jar eventbus PLUGINSERVICE
/forge-1.16.1-32.0.108.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.1-32.0.108.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.16.1-32.0.108.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.1-32.0.108.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.1-32.0.108.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
FML: 32.0
Forge: net.minecraftforge:32.0.108
FML Language Providers:
[email protected]
minecraft@1
Mod List:
Uppers-0.3.0.jar Uppers {[email protected] DONE}
SilentMechanisms-1.16.1-0.8.1+62.jar Silent's Mechanisms {[email protected]+62 DONE}
KleeSlabs_1.16.1-9.0.0.jar KleeSlabs {[email protected] DONE}
sleeping_bags-1.16.1-1.0.3.jar Sleeping Bags {[email protected] DONE}
ForgeEndertech-1.16.1-7.0.1.0-build.0008.jar Forge Endertech {[email protected] DONE}
XaerosWorldMap_1.10.1_Forge_1.16.1.jar Xaero's World Map {[email protected] DONE}
CTM-MC1.16.1-1.1.1.4.jar ConnectedTexturesMod {[email protected] DONE}
CookingForBlockheads_1.16.1-9.0.2.jar Cooking for Blockheads {[email protected] DONE}
Controlling-7.0.0.3.jar Controlling {[email protected] DONE}
Placebo-1.16.1-4.1.3.jar Placebo {[email protected] DONE}
dankstorage-3.8.jar Dank Storage {[email protected] DONE}
citadel-1.2.0.jar Citadel {[email protected] DONE}
darkerloadingscreen-2.1.jar Darker Loading Screen {[email protected] DONE}
Powah-1.16.1-2.2.0.jar Powah {[email protected] DONE}
rangedpumps-0.8.jar Ranged Pumps {[email protected] DONE}
WitherSkeletonTweaks-1.16.1-5.0.0.jar Wither Skeleton Tweaks {[email protected] DONE}
Bookshelf-1.16.1-6.3.20.jar Bookshelf {[email protected] DONE}
guardvillagers-1.16.1-1.1.1.jar Guard Villagers {[email protected] DONE}
u_team_core-1.16.1-3.1.3.170.jar U Team Core {[email protected] DONE}
buildinggadgets-3.5.1.jar Building Gadgets {[email protected] DONE}
DarkUtilities-1.16.1-4.0.3.jar Dark Utilities {[email protected] DONE}
Apotheosis-1.16.1-4.1.2.jar Apotheosis {[email protected] DONE}
ironshulkerboxes-1.16.1-5.0.1.jar Iron Shulker Boxes {[email protected] DONE}
MekanismGenerators-1.16.1-10.0.9.432.jar Mekanism: Generators {[email protected] DONE}
StoneChest-1.16.1-1.0.1.jar Stone Chest {[email protected] DONE}
JustEnoughResources-1.16.1-0.11.1.93.jar Just Enough Resources {[email protected] DONE}
shetiphiancore-1.16-3.8.0.jar ShetiPhian-Core {[email protected] DONE}
MysticalAgradditions-1.16.1-4.0.0.jar Mystical Agradditions {[email protected] DONE}
refinedstorage-1.9.2.jar Refined Storage {[email protected] DONE}
structure-gel-api-1.16.1-1.2.1.jar Structure Gel API {[email protected] DONE}
industrial-foregoing-1.16.1-3.0.5-7e692e4.jar Industrial Foregoing {[email protected] DONE}
useful_backpacks-1.16.1-1.11.2.74.jar Useful Backpacks {[email protected] DONE}
torchmaster-2.3.2-alpha.jar Torchmaster {[email protected] DONE}
resourcefulbees-1.16.1-0.3.8a.jar Resourceful Bees {[email protected] DONE}
endertanks-1.16-1.9.0.jar EnderTanks {[email protected] DONE}
BiomesOPlenty-1.16.1-11.0.0.395-universal.jar Biomes O' Plenty {[email protected] DONE}
MekanismAdditions-1.16.1-10.0.9.432.jar Mekanism: Additions {[email protected] DONE}
Lollipop-1.16.1-3.0.0.jar Lollipop {[email protected] DONE}
ironfurnaces-1.16.1-2.1.1.jar Iron Furnaces {[email protected] DONE}
simplefarming-1.16.1-1.3.2.jar Simple Farming {[email protected] DONE}
curios-FORGE-1.16.1-3.0.0.2.jar Curios API {[email protected] DONE}
Botania-1.16-402.jar Botania {[email protected] DONE}
gardenofglass-1.4.jar Garden of Glass {[email protected] DONE}
Patchouli-1.16-39.jar Patchouli {[email protected] DONE}
EndReborn [0.7.5].jar End: Reborn {[email protected] DONE}
elevatorid-1.16.1-1.7.3.jar Elevator Mod {[email protected] DONE}
Runelic-1.16.1-1.0.6.jar Runelic {[email protected] DONE}
MekanismTools-1.16.1-10.0.9.432.jar Mekanism: Tools {[email protected] DONE}
AI-Improvements-1.16.1-0.3.0.jar AI-Improvements {[email protected] DONE}
trashcans-1.0.3-mc1.16.1.jar Trash Cans {[email protected] DONE}
BetterBurning-1.16.1-2.0.2.jar BetterBurning {[email protected] DONE}
FastLeafDecay-v23.jar FastLeafDecay {fastleafdecay@v23 DONE}
QuantumStorage-1.16.1-5.2.0.jar QuantumStorage {quantumstorage@NONE DONE}
Cyclic-1.16.1-0.6.1.jar Cyclic {[email protected] DONE}
BetterAdvancements-1.16.1-0.1.0.100.jar Better Advancements {[email protected] DONE}
inventorysorter-1.16.1-18.0.0.jar Simple Inventory Sorter {[email protected] DONE}
SimplyJetpacks2-1.16.1-2.3.0.1.jar Simply Jetpacks 2 {[email protected] DONE}
forgeautofish-1.0.5-1.16.1.jar AutoFish for Forge {[email protected] DONE}
Cucumber-1.16.1-4.0.2.jar Cucumber Library {[email protected] DONE}
GooglyEyes-1.16.1-9.0.0.jar GooglyEyes {[email protected] DONE}
jei-1.16.1-7.0.1.10.jar Just Enough Items {[email protected] DONE}
metalbarrels-3.2b.jar Metal Barrels {[email protected] DONE}
the-conjurer-1.16.1-1.0.8.jar The Conjurer {[email protected] DONE}
Abnormals-Core-1.16.1-2.0.2.jar Abnormals Core {[email protected] DONE}
Buzzier-Bees-1.16.1-2.0.1.jar Buzzier Bees {[email protected] DONE}
Mekanism-1.16.1-10.0.9.432.jar Mekanism {[email protected] DONE}
Upgrade-Aquatic-1.16.1-2.0.1.jar Upgrade Aquatic {[email protected] DONE}
excavation-1.5.1.jar Excavation {[email protected] DONE}
Extra-Boats-1.16.1-1.4.1.jar Extra Boats {[email protected] DONE}
Waystones_1.16.1-7.1.1.jar Waystones {[email protected] DONE}
Clumps-6.0.0.4.jar Clumps {[email protected] DONE}
appliedenergistics2-8.0.0-beta.1.jar Applied Energistics 2 {[email protected] DONE}
NaturesCompass-1.16.1-1.8.5.jar Nature's Compass {[email protected] DONE}
SimpleStorageNetwork-1.16.1-1.0.0.jar Simple Storage Network {[email protected] DONE}
BasicNetherOres-1.16.1-5.1.0.jar Basic Nether Ores {[email protected] DONE}
charginggadgets-1.1.1.jar Charging Gadgets {[email protected] DONE}
japanese_food_mod-1.16.1-1.0.4-fixed.jar japanese_food_mod {[email protected] DONE}
JEITweaker-1.16.1-1.0.1.2.jar JEI Tweaker {[email protected] DONE}
PackingTape-1.16.1-0.9.6.jar Packing Tape {[email protected] DONE}
iChunUtil-1.16.1-9.0.0.jar iChunUtil {[email protected] DONE}
mininggadgets-1.4.1.jar Mining Gadgets {[email protected] DONE}
endercompass-3.0.jar Ender Compass {[email protected] DONE}
CraftTweaker-1.16.1-7.0.0.23.jar CraftTweaker {[email protected] DONE}
extradisks-1.16.1-1.3.1.jar Extra Disks {[email protected] DONE}
forge-1.16.1-32.0.108-universal.jar Forge {[email protected] DONE}
Waddles-1.16.1-0.8.7.jar Waddles {[email protected] DONE}
Bones-1.16.1-1.3.2.jar Bones {[email protected] DONE}
simpletomb-1.16.1-1.0.0.jar Example Mod {[email protected] DONE}
scuba-gear-1.16.1-1.0.1.jar Scuba Gear {[email protected] DONE}
MiniCoal2-1.16.1-0.0.2-universal.jar MiniCoal 2 {minicoal2@{{version}} DONE}
MysticalAgriculture-1.16.1-4.0.2.jar Mystical Agriculture {[email protected] DONE}
ironchest-1.16.1-11.0.1.jar Iron Chests {[email protected] DONE}
forge-1.16.1-32.0.108-client.jar Minecraft {[email protected] DONE}
theoneprobe-1.16-3.0.1-beta.jar The One Probe {[email protected] DONE}
swingthroughgrass-1.16.1-1.5.1.jar SwingThroughGrass {[email protected] DONE}
MouseTweaks-2.13-mc1.16.1.jar Mouse Tweaks {[email protected] DONE}
titanium-1.16.1-3.0.4.jar Titanium {[email protected] DONE}
ImmersiveEngineering-1.16.1-3.2.0-115.jar Immersive Engineering {[email protected] DONE}
EasierSleeping-1.16.1-1.0.2.jar Easier Sleeping {[email protected] DONE}
compactores-1.16.1-3.0.0.jar Compact Ores {[email protected] DONE}
SilentLib-1.16.1-4.7.0+58.jar Silent Lib {[email protected]+58 DONE}
AdLods-1.16.1-4.0.0.0-build.0007.jar Large Ore Deposits {[email protected] DONE}
Xaeros_Minimap_20.20.1_Forge_1.16.1.jar Xaero's Minimap {[email protected] DONE}
rats-6.0.5-1.16.1.jar Rats {[email protected] DONE}
ftb-backups-2.1.1.6.jar FTB Backups {[email protected] DONE}
lava-monster-1.16.1-1.0.7.jar Lava Monster {[email protected] DONE}
FastWorkbench-1.16.1-4.2.0.jar FastWorkbench {[email protected] DONE}
AutoRegLib-1.6-43.jar AutoRegLib {[email protected] DONE}
Quark-r2.2-260.jar Quark {[email protected] DONE}
StorageDrawers-1.16.2-8.1.0.jar Storage Drawers {[email protected] DONE}
enderchests-1.16-1.7.0.jar EnderChests {[email protected] DONE}
DoubleSlabs-1.16-3.3.3.jar Double Slabs {[email protected] DONE}
structurize-0.13.44-ALPHA.jar Structurize {[email protected] DONE}
minecolonies-0.13.163-ALPHA-universal.jar Minecolonies {[email protected] DONE}
FastFurnace-1.16.1-4.1.1.jar FastFurnace {[email protected] DONE}
hunterillager-1.16.1-1.0.3.jar HunterIllager {[email protected] DONE}
AppleSkin-mc1.16.1-forge-1.0.14.jar AppleSkin {[email protected] DONE}
solcarrot-1.16.1-1.9.7.jar Spice of Life: Carrot Edition {[email protected] DONE}
BackTools-1.16.1-9.0.0.jar Back Tools {[email protected] DONE}
betterbedrockgenerator-1.16.1-0.1.0.jar Better Bedrock Generator {[email protected] DONE}
refinedstorageaddons-0.7.jar Refined Storage Addons {[email protected] DONE}
CosmeticArmorReworked-1.16.1-v1b.jar CosmeticArmorReworked {[email protected] DONE}
SoundFilters-0.14_for_1.16.jar Sound Filters {[email protected]_for_1.16 DONE}
overloadedarmorbar-5.0.0.jar Overloaded Armor Bar {[email protected] DONE}
Patchouli open book context: n/a
Launched Version: forge-32.0.108
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 452.06, 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: 16x AMD Ryzen 7 3700X 8-Core Processor

commented

Same.