Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Crash when using a loom #65

Description

@lerokko

easiercrafting-1.20-fabric0.83.0-1.7
Upon putting in the banner I got the following crash.
Mclogs link: https://mclo.gs/5i9c0eH
Full crash below

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 2023-08-15 23:57:06
Description: Rendering screen

java.lang.IllegalAccessError: class de.guntram.mcmod.easiercrafting.Loom.ExtendedGuiLoom tried to access protected method 'void net.minecraft.class_4264.method_48579(net.minecraft.class_332, int, int, float)' (de.guntram.mcmod.easiercrafting.Loom.ExtendedGuiLoom and net.minecraft.class_4264 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62e136d3)
	at de.guntram.mcmod.easiercrafting.Loom.ExtendedGuiLoom.method_2388(ExtendedGuiLoom.java:83)
	at net.minecraft.class_465.method_25394(class_465.java:129)
	at net.minecraft.class_494.method_25394(class_494.java:79)
	at net.minecraft.class_437.method_47413(class_437.java:110)
	at net.minecraft.class_757.method_3192(class_757.java:945)
	at net.minecraft.class_310.method_1523(class_310.java:1219)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at de.guntram.mcmod.easiercrafting.Loom.ExtendedGuiLoom.method_2388(ExtendedGuiLoom.java:83)
	at net.minecraft.class_465.method_25394(class_465.java:129)
	at net.minecraft.class_494.method_25394(class_494.java:79)
	at net.minecraft.class_437.method_47413(class_437.java:110)

-- Screen render details --
Details:
	Screen name: de.guntram.mcmod.easiercrafting.Loom.ExtendedGuiLoom
	Mouse location: Scaled: (256, 123). Absolute: (769.000000, 370.000000)
	Screen size: Scaled: (640, 339). Absolute: (1920, 1017). Scale factor of 3.000000
Stacktrace:
	at net.minecraft.class_757.method_3192(class_757.java:945)
	at net.minecraft.class_310.method_1523(class_310.java:1219)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
	All players: 1 total; [class_746['lerokko'/253255, l='ClientLevel', x=-983.48, y=111.00, z=-425.42]]
	Chunk stats: 545, 545
	Level dimension: minecraft:overworld
	Level spawn location: World: (-1325,65,1451), Section: (at 3,1,11 in -83,4,90; chunk contains blocks -1328,-64,1440 to -1313,319,1455), Region: (-3,2; contains chunks -96,64 to -65,95, blocks -1536,-64,1024 to -1025,319,1535)
	Level time: 5044700271 game time, 5936524224 day time
	Server brand: Paper
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:458)
	at net.minecraft.class_310.method_1587(class_310.java:2406)
	at net.minecraft.class_310.method_1514(class_310.java:821)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
	Reload number: 4
	Reload reason: manual
	Finished: Yes
	Packs: vanilla, fabric, minecraft:supporteatinganimation, visualoverhaul:rounddiscs, server

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 1296411536 bytes (1236 MiB) / 4454350848 bytes (4248 MiB) up to 8589934592 bytes (8192 MiB)
	CPUs: 8
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
	Identifier: Intel64 Family 6 Model 158 Stepping 9
	Microarchitecture: Kaby Lake
	Frequency (GHz): 4.20
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 8
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x2489
	Graphics card #0 versionInfo: DriverVersion=30.0.14.7212
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Memory slot #2 capacity (MB): 8192.00
	Memory slot #2 clockSpeed (GHz): 2.13
	Memory slot #2 type: DDR4
	Memory slot #3 capacity (MB): 8192.00
	Memory slot #3 clockSpeed (GHz): 2.13
	Memory slot #3 type: DDR4
	Virtual memory max (MB): 37590.93
	Virtual memory used (MB): 21555.24
	Swap memory total (MB): 4864.00
	Swap memory used (MB): 277.81
	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8192m -Xms256m
	Fabric Mods: 
		antighost: AntiGhost 1.20-fabric0.83.0-1.1.5
			crowdin-translate: CrowdinTranslate 1.4+1.19.3
		architectury: Architectury 9.1.10
		autoclicker-fabric: Auto Clicker 1.20.1-1.8.0-build.25
		autoreconnect: AutoReconnect 2.2.0
		axolotlitemfix: Axolotl Item Fix 1.1.7
		backtools: BackTools 1.20.1-2
		beenfo: Beenfo 1.20-fabric0.83.0-1.3.3
		better-trim-tooltips: Better Trim Tooltips 1.0.1
		bettermounthud: Better Mount HUD 1.2.2
		boatiview: Boat Item View Fabric 0.0.5
		capes: Capes 1.5.2+1.20
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8
		carpet: Carpet Mod 1.4.112+v230608
		cat_jam: cat_jam 1.1.3
		chatpatches: Chat Patches 201.5.5
		classic_minecraft_icon: Classic Minecraft Icon 1.1.0
		clean-debug: Clean F3 0.4.0
		cloth-config: Cloth Config v11 11.1.106
			cloth-basic-math: cloth-basic-math 0.6.1
		cmdkeybind: Command Macros 1.6.3-1.20
			kyrptconfig: Kyrpt Config 1.5.6-1.20
		collective: Collective 6.65
		controlling: Controlling For Fabric 12.0.2
		cupboard: cupboard 1.20.1-1.5
		debugify: Debugify 1.20.1+2.0
		distinguishedpotions: Distinguished Potions 8.0.1
		durabilitynotifier: Durability Notifier 1.6.0
		durabilityviewer: Giselbaers Durability Viewer 1.20-fabric0.83.0-1.10.5
			cardinal-components-base: Cardinal Components API (base) 5.2.0
			cardinal-components-entity: Cardinal Components API (entities) 5.2.0
			gbfabrictools: GBfabrictools 1.4+1.20
		dynamicfps: Dynamic FPS 2.4.0
			com_moandjiezana_toml_toml4j: toml4j 0.7.2
		easiercrafting: EasierCrafting 1.20-fabric0.83.0-1.7
		easiervillagertrading: EasierVillagerTrading 1.20-fabric0.83.0-1.5.4
		eatinganimationid: Eating Animation 1.9.4+1.20
		entityculling: EntityCulling-Fabric 1.6.2-mc1.20
		fabric-api: Fabric API 0.87.0+1.20.1
			fabric-api-base: Fabric API Base 0.4.30+7abfd51577
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
			fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
			fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
			fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
			fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
			fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
			fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
			fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.2.2+1e61dba177
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
			fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
			fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
			fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
			fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
			fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
			fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
			fabric-renderer-api-v1: Fabric Renderer API (v1) 3.1.2+6bdb2ed077
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2+6bdb2ed077
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.34+b3afc78b77
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
			fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
			fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.0+cdf060b277
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
		fabric-language-kotlin: Fabric Language Kotlin 1.10.8+kotlin.1.9.0
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.0
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.0
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.21.0
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.2
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.2
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.1
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.1
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.1
		fabricloader: Fabric Loader 0.14.21
		fabricskyboxes: FabricSkyBoxes 0.7.2+mc1.20.1
		fallingleaves: Falling Leaves 1.15.2+1.20.1
		farsight: Farsight Mod 1.20.1-4.1
			org_jctools_jctools-core: jctools-core 4.0.1
		faster_entity_animations: FastAnim 1.6
		fastload: Fast Load 3.4.0
			conditional-mixin: conditional mixin 0.3.2
			fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0
			fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0
			fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0
			fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.2
		ferritecore: FerriteCore 6.0.0
		foodeffecttooltips: Food Effect Tooltips 1.1.1-1.20.0
		forgeconfigapiport: Forge Config API Port 8.0.0
		fsb-interop: FabricSkyBoxes Interop 1.3.4+mc1.20-build.47
		gamemenuremovegfarb: Game Menu Remove GFARB 2.1.2
		graphutil: GraphUtil-Fabric 1.0.0-mc1.20.1
		grid: Grid 1.20-fabric0.83.0-1.6.8
		hotbarswitcher: Hotbar Switcher 1.0.7+1.20
		iceberg: Iceberg 1.1.14
		immediatelyfast: ImmediatelyFast 1.1.16+1.20.1
			net_lenni0451_reflect: Reflect 1.2.1
		indium: Indium 1.0.24+mc1.20.1
		inventory: OldInventory 1.0-SNAPSHOT
		iris: Iris 1.6.7
			io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
		itemcounts: Item Counts 1.3.0+mc1.20.1
		java: OpenJDK 64-Bit Server VM 17
		lambdynlights: LambDynamicLights 2.3.1+1.20.1
			pride: Pride Lib 1.2.0+1.19.4
			spruceui: SpruceUI 5.0.0+1.20
		lazy-language-loader: lazy-language-loader 0.3.3
		lazydfu: LazyDFU 0.1.3
		lightoverlay: Light Overlay 8.0.0
		litematica: Litematica 0.15.3
		litematica_printer: Litematica Printer 3.2
		lithium: Lithium 0.11.2
		loud_leads: Loud Leads 1.0.1+mc1.20
		make_bubbles_pop: Make Bubbles Pop Mod 0.2.0-fabric
		malilib: MaLiLib 0.16.1
		maptooltip: Map Tooltip 3.0.0
		midnightcontrols: MidnightControls 1.8.2+1.20
			org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
		midnightlib: MidnightLib 1.4.1
		minecraft: Minecraft 1.20.1
		minihud: MiniHUD 0.27.0
		modelfix: Model Gap Fix 1.14
		modernfix: ModernFix 5.2.5+mc1.20.1
		modmenu: Mod Menu 7.2.1
		moonlight: Moonlight 1.20-2.8.2
		mousetweaks: Mouse Tweaks 2.25
		mousewheelie: Mouse Wheelie 1.12.2+mc1.20.1
			amecsapi: Amecs API 1.5.1+mc1.20-pre1
			coat: Coat 1.0.0-beta.20+mc1.20-pre1
			tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
			tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
			tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
			tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
			tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
			tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
			tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
		no-telemetry: No Telemetry 1.7.0
		nochatreports: No Chat Reports 1.20.1-v2.2.2
		notenoughanimations: NotEnoughAnimations 1.6.4
		notenoughcrashes: Not Enough Crashes 4.4.6+1.20.1
		omegamute: Omega Mute 3.0
		owo: oωo 0.11.1+1.20
			blue_endless_jankson: jankson 1.2.2
		puzzle: Puzzle 1.5.2+1.20
			puzzle-base: Puzzle Base 1.5.2+1.20
			puzzle-gui: Puzzle GUI 1.5.2+1.20
			puzzle-models: Puzzle Models 1.5.2+1.20
			puzzle-splashscreen: Puzzle Splash Screen 1.5.2+1.20
		puzzleslib: Puzzles Lib 8.0.21
		reeses-sodium-options: Reese's Sodium Options 1.6.4+mc1.20.1-build.94
		resourcepackchecker: Server Resource Pack Checker 1.20.1-1.0.2
		rrls: Remove Reloading Screen 1.20.1-3.1.1-fabric
		screenfx: ScreenFX 1.3.1+1.20.1
		screenshotclipboard: Screenshot to Clipboard 1.0.9
		searchables: Searchables 1.0.1
		servercountryflags: Server Country Flags 1.8.1
		shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
		simplefog: Simple Fog Control 1.4.0
		simpleshulkerpreview: Simple Shulker Preview 2.4.0
		slotswap: Slot Swap 1.1.0+mc1.20.1
		sodium: Sodium 0.5.1
		sodium-extra: Sodium Extra 0.5.1+mc1.20.1-build.112
			caffeineconfig: CaffeineConfig 1.3.0+1.17
		spark: spark 1.10.42
			fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
		spyglass-improvements: Spyglass Improvements 1.4+mc1.20+fabric
		stack-to-nearby-chests: Stack to Nearby Chests 0.3.2
			libgui: LibGui 8.0.0+1.20
				jankson: Jankson 5.0.1+j1.2.2
				libninepatch: LibNinePatch 1.2.0
		starlight: Starlight 1.1.2+fabric.dbc156f
		stendhal: Stendhal 1.3.9-1.20
		tradeuses: Trade Uses 1.1.0
		usablecraftingbook: Usable Crafting Book 1.0.0
		vanillaconfig: Vanilla Config 1.2.7+1.20
		viafabricplus: ViaFabricPlus 2.8.2
		visuality: Visuality 0.7.0+1.20
		visualoverhaul: VisualOverhaul 5.0.1
		voxelmap: Voxelmap 1.20.1-1.12.11
		wakes: Wakes 0.2.0
		waterdripsound: Drip Sounds 1.19-0.3.2
		worldedit: WorldEdit 7.2.15+6463-5ca4dff
		worldeditcui: WorldEditCUI 1.20+01
		yet_another_config_lib_v3: YetAnotherConfigLib 3.1.0+1.20
			com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
	Loaded Shaderpack: (off)
	NEC status: No NEC detected
	Launched Version: fabric-loader-0.14.21-1.20.1
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 472.12, NVIDIA Corporation
	Window size: 1920x1017
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, fabric, minecraft:supporteatinganimation
	Current Language: en_us
	CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
	Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), EasierCrafting (easiercrafting)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions