add testinstance
This commit is contained in:
parent
17fd5ac188
commit
199fe4dbc6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,45 @@
|
||||||
|
{
|
||||||
|
// Auth Button
|
||||||
|
"authButton": {
|
||||||
|
// Position of the button on the multiplayer screen
|
||||||
|
"x": 661,
|
||||||
|
// Position of the button on the multiplayer screen
|
||||||
|
"y": 470,
|
||||||
|
// True if the button can be dragged to a new position
|
||||||
|
"draggable": true
|
||||||
|
},
|
||||||
|
// Login Methods
|
||||||
|
"methods": {
|
||||||
|
// Login via Microsoft
|
||||||
|
"microsoft": {
|
||||||
|
// Indicates the type of user interaction that is required
|
||||||
|
"prompt": "DEFAULT",
|
||||||
|
// The port from which to listen for OAuth2 callbacks
|
||||||
|
"port": 25585,
|
||||||
|
// OAuth2 client id
|
||||||
|
"clientId": "e16699bb-2aa8-46da-b5e3-45cbcce29091",
|
||||||
|
// OAuth2 authorization url
|
||||||
|
"authorizeUrl": "https://login.live.com/oauth20_authorize.srf",
|
||||||
|
// OAuth2 access token url
|
||||||
|
"tokenUrl": "https://login.live.com/oauth20_token.srf",
|
||||||
|
// Xbox authentication url
|
||||||
|
"xboxAuthUrl": "https://user.auth.xboxlive.com/user/authenticate",
|
||||||
|
// Xbox XSTS authorization url
|
||||||
|
"xboxXstsUrl": "https://xsts.auth.xboxlive.com/xsts/authorize",
|
||||||
|
// Minecraft authentication url
|
||||||
|
"mcAuthUrl": "https://api.minecraftservices.com/authentication/login_with_xbox",
|
||||||
|
// Minecraft profile url
|
||||||
|
"mcProfileUrl": "https://api.minecraftservices.com/minecraft/profile"
|
||||||
|
},
|
||||||
|
// Login via Mojang (or legacy)
|
||||||
|
"mojang": {
|
||||||
|
// Last used username
|
||||||
|
"lastUsername": ""
|
||||||
|
},
|
||||||
|
// Login Offline
|
||||||
|
"offline": {
|
||||||
|
// Last used username
|
||||||
|
"lastUsername": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
#Indigo properties file
|
||||||
|
#Tue Mar 07 17:39:55 EST 2023
|
||||||
|
always-tesselate-blocks=auto
|
||||||
|
ambient-occlusion-mode=hybrid
|
||||||
|
debug-compare-lighting=auto
|
||||||
|
fix-exterior-vertex-lighting=auto
|
||||||
|
fix-luminous-block-ambient-occlusion=auto
|
||||||
|
fix-smooth-lighting-offset=auto
|
|
@ -0,0 +1,212 @@
|
||||||
|
{
|
||||||
|
"espConfigs": [
|
||||||
|
{
|
||||||
|
"entities": [
|
||||||
|
"minecraft:player"
|
||||||
|
],
|
||||||
|
"blockEntities": [],
|
||||||
|
"tracer": false,
|
||||||
|
"key": 0,
|
||||||
|
"scanCode": 0,
|
||||||
|
"altModifier": false,
|
||||||
|
"ctrlModifier": false,
|
||||||
|
"shiftModifier": false,
|
||||||
|
"color": -11607223,
|
||||||
|
"name": "Player"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"entities": [
|
||||||
|
"minecraft:wither",
|
||||||
|
"minecraft:wither_skeleton"
|
||||||
|
],
|
||||||
|
"blockEntities": [],
|
||||||
|
"tracer": false,
|
||||||
|
"key": 0,
|
||||||
|
"scanCode": 0,
|
||||||
|
"altModifier": false,
|
||||||
|
"ctrlModifier": false,
|
||||||
|
"shiftModifier": false,
|
||||||
|
"color": -1779896,
|
||||||
|
"name": "Wither"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"blockConfigs": [
|
||||||
|
{
|
||||||
|
"blocks": [
|
||||||
|
"minecraft:coal_ore",
|
||||||
|
"minecraft:iron_ore",
|
||||||
|
"minecraft:gold_ore",
|
||||||
|
"minecraft:diamond_ore",
|
||||||
|
"minecraft:emerald_ore",
|
||||||
|
"minecraft:redstone_ore",
|
||||||
|
"minecraft:lapis_ore",
|
||||||
|
"minecraft:nether_gold_ore",
|
||||||
|
"minecraft:ancient_debris",
|
||||||
|
"minecraft:nether_quartz_ore",
|
||||||
|
"minecraft:copper_ore",
|
||||||
|
"minecraft:deepslate_coal_ore",
|
||||||
|
"minecraft:deepslate_iron_ore",
|
||||||
|
"minecraft:deepslate_gold_ore",
|
||||||
|
"minecraft:deepslate_diamond_ore",
|
||||||
|
"minecraft:deepslate_emerald_ore",
|
||||||
|
"minecraft:deepslate_redstone_ore",
|
||||||
|
"minecraft:deepslate_lapis_ore",
|
||||||
|
"minecraft:raw_copper_block",
|
||||||
|
"minecraft:raw_gold_block",
|
||||||
|
"minecraft:raw_iron_block",
|
||||||
|
"minecraft:crying_obsidian",
|
||||||
|
"minecraft:copper_block",
|
||||||
|
"minecraft:coal_block",
|
||||||
|
"minecraft:iron_block",
|
||||||
|
"minecraft:gold_block",
|
||||||
|
"minecraft:diamond_block",
|
||||||
|
"minecraft:emerald_block",
|
||||||
|
"minecraft:redstone_block",
|
||||||
|
"minecraft:lapis_block",
|
||||||
|
"minecraft:netherite_block",
|
||||||
|
"minecraft:obsidian",
|
||||||
|
"minecraft:blue_ice",
|
||||||
|
"minecraft:clay",
|
||||||
|
"minecraft:bookshelf",
|
||||||
|
"minecraft:sponge",
|
||||||
|
"minecraft:wet_sponge",
|
||||||
|
"minecraft:nether_wart",
|
||||||
|
"minecraft:spawner",
|
||||||
|
"minecraft:lava",
|
||||||
|
"minecraft:water",
|
||||||
|
"minecraft:tnt",
|
||||||
|
"minecraft:conduit",
|
||||||
|
"minecraft:end_portal_frame",
|
||||||
|
"minecraft:end_portal",
|
||||||
|
"minecraft:nether_portal",
|
||||||
|
"minecraft:beacon",
|
||||||
|
"minecraft:chest",
|
||||||
|
"minecraft:trapped_chest",
|
||||||
|
"minecraft:ender_chest",
|
||||||
|
"minecraft:dispenser",
|
||||||
|
"minecraft:dropper",
|
||||||
|
"minecraft:dragon_wall_head",
|
||||||
|
"minecraft:dragon_head",
|
||||||
|
"minecraft:dragon_egg",
|
||||||
|
"minecraft:infested_stone",
|
||||||
|
"minecraft:infested_stone_bricks",
|
||||||
|
"minecraft:infested_cracked_stone_bricks",
|
||||||
|
"minecraft:infested_cobblestone",
|
||||||
|
"minecraft:infested_chiseled_stone_bricks",
|
||||||
|
"minecraft:infested_mossy_stone_bricks"
|
||||||
|
],
|
||||||
|
"viewMode": "EXCLUSIVE",
|
||||||
|
"key": 88,
|
||||||
|
"scanCode": 0,
|
||||||
|
"altModifier": false,
|
||||||
|
"ctrlModifier": false,
|
||||||
|
"shiftModifier": false,
|
||||||
|
"color": -11607223,
|
||||||
|
"name": "Xray"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blocks": [
|
||||||
|
"minecraft:dirt",
|
||||||
|
"minecraft:grass",
|
||||||
|
"minecraft:gravel",
|
||||||
|
"minecraft:grass_block",
|
||||||
|
"minecraft:dirt_path",
|
||||||
|
"minecraft:sand",
|
||||||
|
"minecraft:sandstone",
|
||||||
|
"minecraft:red_sand"
|
||||||
|
],
|
||||||
|
"viewMode": "INCLUSIVE",
|
||||||
|
"key": 67,
|
||||||
|
"scanCode": 0,
|
||||||
|
"altModifier": false,
|
||||||
|
"ctrlModifier": false,
|
||||||
|
"shiftModifier": false,
|
||||||
|
"color": -1779896,
|
||||||
|
"name": "Cave"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blocks": [
|
||||||
|
"minecraft:redstone_block",
|
||||||
|
"minecraft:redstone_lamp",
|
||||||
|
"minecraft:redstone_ore",
|
||||||
|
"minecraft:redstone_torch",
|
||||||
|
"minecraft:deepslate_redstone_ore",
|
||||||
|
"minecraft:redstone_wall_torch",
|
||||||
|
"minecraft:redstone_wire",
|
||||||
|
"minecraft:repeater",
|
||||||
|
"minecraft:repeating_command_block",
|
||||||
|
"minecraft:command_block",
|
||||||
|
"minecraft:chain_command_block",
|
||||||
|
"minecraft:comparator",
|
||||||
|
"minecraft:anvil",
|
||||||
|
"minecraft:chest",
|
||||||
|
"minecraft:trapped_chest",
|
||||||
|
"minecraft:dropper",
|
||||||
|
"minecraft:dispenser",
|
||||||
|
"minecraft:hopper",
|
||||||
|
"minecraft:observer",
|
||||||
|
"minecraft:dragon_head",
|
||||||
|
"minecraft:dragon_wall_head",
|
||||||
|
"minecraft:iron_door",
|
||||||
|
"minecraft:acacia_door",
|
||||||
|
"minecraft:birch_door",
|
||||||
|
"minecraft:dark_oak_door",
|
||||||
|
"minecraft:jungle_door",
|
||||||
|
"minecraft:oak_door",
|
||||||
|
"minecraft:spruce_door",
|
||||||
|
"minecraft:acacia_button",
|
||||||
|
"minecraft:birch_button",
|
||||||
|
"minecraft:dark_oak_button",
|
||||||
|
"minecraft:jungle_button",
|
||||||
|
"minecraft:oak_button",
|
||||||
|
"minecraft:spruce_button",
|
||||||
|
"minecraft:stone_button",
|
||||||
|
"minecraft:lever",
|
||||||
|
"minecraft:tnt",
|
||||||
|
"minecraft:piston",
|
||||||
|
"minecraft:piston_head",
|
||||||
|
"minecraft:moving_piston",
|
||||||
|
"minecraft:sticky_piston",
|
||||||
|
"minecraft:note_block",
|
||||||
|
"minecraft:daylight_detector",
|
||||||
|
"minecraft:iron_trapdoor",
|
||||||
|
"minecraft:acacia_trapdoor",
|
||||||
|
"minecraft:birch_trapdoor",
|
||||||
|
"minecraft:dark_oak_trapdoor",
|
||||||
|
"minecraft:jungle_trapdoor",
|
||||||
|
"minecraft:oak_trapdoor",
|
||||||
|
"minecraft:spruce_trapdoor",
|
||||||
|
"minecraft:acacia_pressure_plate",
|
||||||
|
"minecraft:birch_pressure_plate",
|
||||||
|
"minecraft:dark_oak_pressure_plate",
|
||||||
|
"minecraft:heavy_weighted_pressure_plate",
|
||||||
|
"minecraft:light_weighted_pressure_plate",
|
||||||
|
"minecraft:jungle_pressure_plate",
|
||||||
|
"minecraft:oak_pressure_plate",
|
||||||
|
"minecraft:spruce_pressure_plate",
|
||||||
|
"minecraft:stone_pressure_plate",
|
||||||
|
"minecraft:rail",
|
||||||
|
"minecraft:activator_rail",
|
||||||
|
"minecraft:detector_rail",
|
||||||
|
"minecraft:powered_rail",
|
||||||
|
"minecraft:ender_chest",
|
||||||
|
"minecraft:target"
|
||||||
|
],
|
||||||
|
"viewMode": "EXCLUSIVE",
|
||||||
|
"key": 82,
|
||||||
|
"scanCode": 0,
|
||||||
|
"altModifier": false,
|
||||||
|
"ctrlModifier": false,
|
||||||
|
"shiftModifier": false,
|
||||||
|
"color": -122077,
|
||||||
|
"name": "Redstone"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maxTracerRange": 0,
|
||||||
|
"damageIndicatorDisabled": false,
|
||||||
|
"locationConfig": {
|
||||||
|
"enabled": false,
|
||||||
|
"showMode": true,
|
||||||
|
"format": "XYZ: %x / %y / %z"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,137 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// But it works on my machine.
|
||||||
|
|
||||||
|
Time: 2022-12-03 16:12:33
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Cannot read field "input" because "client.player" is null
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.startTick(Flight.java:14)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:97)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zzl000$onStartTick(MinecraftClient.java:2731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.startTick(Flight.java:14)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:97)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zzl000$onStartTick(MinecraftClient.java:2731)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: No
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:51)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2098)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 5.19.13-arch1-1
|
||||||
|
Java Version: 17.0.2, Eclipse Adoptium
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
||||||
|
Memory: 1054814352 bytes (1005 MiB) / 3095396352 bytes (2952 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65162.84
|
||||||
|
Virtual memory used (MB): 26112.30
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 2340.00
|
||||||
|
JVM Flags: 0 total;
|
||||||
|
Fabric Mods:
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 515.76, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,137 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ouch. That hurt :(
|
||||||
|
|
||||||
|
Time: 2022-12-03 16:13:48
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.network.ClientPlayerEntity.isRiding()" because "client.player" is null
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.startTick(Flight.java:14)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:97)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhj000$onStartTick(MinecraftClient.java:3731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.startTick(Flight.java:14)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:97)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhj000$onStartTick(MinecraftClient.java:3731)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: No
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:51)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2098)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 5.19.13-arch1-1
|
||||||
|
Java Version: 17.0.2, Eclipse Adoptium
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
||||||
|
Memory: 1523980168 bytes (1453 MiB) / 2730491904 bytes (2604 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65162.84
|
||||||
|
Virtual memory used (MB): 25745.20
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 2338.25
|
||||||
|
JVM Flags: 0 total;
|
||||||
|
Fabric Mods:
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 515.76, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,141 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Uh... Did I do that?
|
||||||
|
|
||||||
|
Time: 2022-12-03 19:28:15
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'coreclientmod'!
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'coreclientmod'
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||||
|
... 9 more
|
||||||
|
Caused by: net.fabricmc.loader.api.LanguageAdapterException: Class dev.coredoes.clientmod.ClientMod cannot be cast to net.fabricmc.api.ModInitializer!
|
||||||
|
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:63)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
|
||||||
|
... 10 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Modules:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 5.19.13-arch1-1
|
||||||
|
Java Version: 17.0.2, Eclipse Adoptium
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
||||||
|
Memory: 1771991576 bytes (1689 MiB) / 2449473536 bytes (2336 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65162.84
|
||||||
|
Virtual memory used (MB): 33822.41
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 6854.50
|
||||||
|
JVM Flags: 0 total;
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: Unknown
|
||||||
|
Window size: <not initialized>
|
||||||
|
GL Caps: Using framebuffer using OpenGL 3.2
|
||||||
|
GL debug messages: <disabled>
|
||||||
|
Using VBOs: Yes
|
||||||
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||||
|
Type: Client (map_client.txt)
|
||||||
|
CPU: <unknown>
|
|
@ -0,0 +1,162 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ooh. Shiny.
|
||||||
|
|
||||||
|
Time: 2022-12-03 21:08:04
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.IllegalFormatConversionException: d != java.lang.Double
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4442)
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2963)
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:2918)
|
||||||
|
at java.base/java.util.Formatter.format(Formatter.java:2689)
|
||||||
|
at java.base/java.util.Formatter.format(Formatter.java:2625)
|
||||||
|
at java.base/java.lang.String.format(String.java:4140)
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.endTick(Jetpack.java:60)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.endTick(ModuleManager.java:115)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zih000$onEndTick(MinecraftClient.java:4736)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1706)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4442)
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2963)
|
||||||
|
at java.base/java.util.Formatter$FormatSpecifier.print(Formatter.java:2918)
|
||||||
|
at java.base/java.util.Formatter.format(Formatter.java:2689)
|
||||||
|
at java.base/java.util.Formatter.format(Formatter.java:2625)
|
||||||
|
at java.base/java.lang.String.format(String.java:4140)
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.endTick(Jetpack.java:60)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.endTick(ModuleManager.java:115)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$2(ClientTickEvents.java:65)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zih000$onEndTick(MinecraftClient.java:4736)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/25948, l='ClientLevel', x=36.70, y=64.00, z=455.32]]
|
||||||
|
Chunk stats: 841, 613
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 19336 game time, 211336 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 5.19.13-arch1-1
|
||||||
|
Java Version: 17.0.2, Eclipse Adoptium
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
||||||
|
Memory: 1877120960 bytes (1790 MiB) / 3976200192 bytes (3792 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65162.84
|
||||||
|
Virtual memory used (MB): 30375.75
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 5002.00
|
||||||
|
JVM Flags: 0 total;
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 515.76, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,144 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Surprise! Haha. Well, this is awkward.
|
||||||
|
|
||||||
|
Time: 2023-03-03 16:26:15
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'coreclientmod'!
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
Caused by: meteordevelopment.orbit.NoLambdaFactoryException: No registered lambda listener for 'dev.coredoes.clientmod.modules.PacketFreezer'.
|
||||||
|
at meteordevelopment.orbit.EventBus.getLambdaFactory(EventBus.java:182)
|
||||||
|
at meteordevelopment.orbit.EventBus.getListeners(EventBus.java:160)
|
||||||
|
at meteordevelopment.orbit.EventBus.lambda$getListeners$2(EventBus.java:140)
|
||||||
|
at meteordevelopment.orbit.EventBus.getListeners(EventBus.java:152)
|
||||||
|
at meteordevelopment.orbit.EventBus.subscribe(EventBus.java:71)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.postRegister(PacketFreezer.java:54)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager._registerModuleRoutine(ModuleManager.java:96)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.registerModule(ModuleManager.java:37)
|
||||||
|
at dev.coredoes.clientmod.ClientMod.onInitializeClient(ClientMod.java:52)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||||
|
... 9 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Modules:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 2527783424 bytes (2410 MiB) / 3187671040 bytes (3040 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 14625.63
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: Unknown
|
||||||
|
Window size: <not initialized>
|
||||||
|
GL Caps: Using framebuffer using OpenGL 3.2
|
||||||
|
GL debug messages: <disabled>
|
||||||
|
Using VBOs: Yes
|
||||||
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||||
|
Type: Client (map_client.txt)
|
||||||
|
CPU: <unknown>
|
|
@ -0,0 +1,139 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Why did you do that?
|
||||||
|
|
||||||
|
Time: 2023-03-03 16:28:36
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'coreclientmod'!
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
Caused by: java.lang.NullPointerException: Cannot invoke "meteordevelopment.orbit.EventBus.subscribe(Object)" because "dev.coredoes.clientmod.ClientMod.eventBus" is null
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.postRegister(PacketFreezer.java:54)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager._registerModuleRoutine(ModuleManager.java:96)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.registerModule(ModuleManager.java:37)
|
||||||
|
at dev.coredoes.clientmod.ClientMod.onInitializeClient(ClientMod.java:54)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||||
|
... 9 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Modules:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1158147912 bytes (1104 MiB) / 2554331136 bytes (2436 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 14221.05
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: Unknown
|
||||||
|
Window size: <not initialized>
|
||||||
|
GL Caps: Using framebuffer using OpenGL 3.2
|
||||||
|
GL debug messages: <disabled>
|
||||||
|
Using VBOs: Yes
|
||||||
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||||
|
Type: Client (map_client.txt)
|
||||||
|
CPU: <unknown>
|
|
@ -0,0 +1,189 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Surprise! Haha. Well, this is awkward.
|
||||||
|
|
||||||
|
Time: 2023-03-03 16:36:32
|
||||||
|
Description: Ticking entity
|
||||||
|
|
||||||
|
org.spongepowered.asm.mixin.injection.callback.CancellationException: The call send is not cancellable.
|
||||||
|
at org.spongepowered.asm.mixin.injection.callback.CallbackInfo.cancel(CallbackInfo.java:101)
|
||||||
|
at net.minecraft.network.ClientConnection.handler$zek000$onSendPacket(ClientConnection.java:538)
|
||||||
|
at net.minecraft.network.ClientConnection.send(ClientConnection.java)
|
||||||
|
at net.minecraft.client.network.ClientPlayNetworkHandler.sendPacket(ClientPlayNetworkHandler.java:736)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendMovementPackets(ClientPlayerEntity.java:277)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.tick(ClientPlayerEntity.java:226)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntity(ClientWorld.java:258)
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1654)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at org.spongepowered.asm.mixin.injection.callback.CallbackInfo.cancel(CallbackInfo.java:101)
|
||||||
|
at net.minecraft.network.ClientConnection.handler$zek000$onSendPacket(ClientConnection.java:538)
|
||||||
|
at net.minecraft.network.ClientConnection.send(ClientConnection.java)
|
||||||
|
at net.minecraft.client.network.ClientPlayNetworkHandler.sendPacket(ClientPlayNetworkHandler.java:736)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendMovementPackets(ClientPlayerEntity.java:277)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.tick(ClientPlayerEntity.java:226)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntity(ClientWorld.java:258)
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
|
||||||
|
-- Entity being ticked --
|
||||||
|
Details:
|
||||||
|
Entity Type: minecraft:player (net.minecraft.client.network.ClientPlayerEntity)
|
||||||
|
Entity ID: 6425
|
||||||
|
Entity Name: CoreCuber
|
||||||
|
Entity's Exact location: 166.32, 79.91, 441.74
|
||||||
|
Entity's Block location: World: (166,79,441), Section: (at 6,15,9 in 10,4,27; chunk contains blocks 160,-64,432 to 175,319,447), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Entity's Momentum: 0.00, -0.08, 0.00
|
||||||
|
Entity's Passengers: []
|
||||||
|
Entity's Vehicle: null
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1654)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/6425, l='ClientLevel', x=166.32, y=79.91, z=441.74]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 162250 game time, 3810250 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1353030880 bytes (1290 MiB) / 2126512128 bytes (2028 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 14780.09
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// This doesn't make any sense!
|
||||||
|
|
||||||
|
Time: 2023-03-03 16:56:31
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:63)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:93)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zbe000$onStartTick(MinecraftClient.java:3231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:63)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:93)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zbe000$onStartTick(MinecraftClient.java:3231)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/7511, l='ClientLevel', x=139.63, y=63.00, z=442.24]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 186229 game time, 3834229 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 3918753128 bytes (3737 MiB) / 4659871744 bytes (4444 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 17922.08
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
|
||||||
|
|
||||||
|
Time: 2023-03-03 16:58:43
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:65)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:95)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zdo000$onStartTick(MinecraftClient.java:3731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:65)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:95)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zdo000$onStartTick(MinecraftClient.java:3731)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/7539, l='ClientLevel', x=139.63, y=63.00, z=442.24]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 188872 game time, 3836872 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 2153442008 bytes (2053 MiB) / 3133145088 bytes (2988 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 16627.91
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ooh. Shiny.
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:00:35
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.remove(ArrayList.java:981)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:95)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zff000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.remove(ArrayList.java:981)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:95)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zff000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/7559, l='ClientLevel', x=140.73, y=63.00, z=440.29]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 191107 game time, 3839107 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 2097821320 bytes (2000 MiB) / 3036676096 bytes (2896 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 16581.46
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Ouch. That hurt :(
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:03:21
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:65)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:98)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhg000$onStartTick(MinecraftClient.java:5731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:65)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:98)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhg000$onStartTick(MinecraftClient.java:5731)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/7580, l='ClientLevel', x=140.73, y=63.00, z=440.29]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 2433 game time, 3842433 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1347031048 bytes (1284 MiB) / 2000683008 bytes (1908 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 15487.03
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Why is it breaking :(
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:04:58
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:66)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:99)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zjp000$onStartTick(MinecraftClient.java:5731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:66)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:99)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zjp000$onStartTick(MinecraftClient.java:5731)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/7600, l='ClientLevel', x=140.73, y=63.00, z=440.29]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 4368 game time, 3844368 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 388392824 bytes (370 MiB) / 2113929216 bytes (2016 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 15680.25
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Everything's going to plan. No, really, that was supposed to happen.
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:11:30
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(Unknown Source)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:99)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zeh000$onStartTick(MinecraftClient.java:2731)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(Unknown Source)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:99)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zeh000$onStartTick(MinecraftClient.java:2731)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['CoreCuber'/7623, l='ClientLevel', x=51.47, y=77.00, z=461.84], OtherClientPlayerEntity['CuberCore'/7809, l='ClientLevel', x=49.37, y=70.00, z=459.14]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 12216 game time, 3852216 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 346063792 bytes (330 MiB) / 1971322880 bytes (1880 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 18924.91
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Quite honestly, I wouldn't worry myself about that.
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:13:56
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:100)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zgf000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:100)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zgf000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['CoreCuber'/8351, l='ClientLevel', x=51.47, y=77.00, z=461.84], OtherClientPlayerEntity['CuberCore'/7809, l='ClientLevel', x=49.37, y=70.00, z=459.14]]
|
||||||
|
Chunk stats: 841, 448
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 15128 game time, 3855128 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 796555616 bytes (759 MiB) / 2306867200 bytes (2200 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 18868.14
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// On the bright side, I bought you a teddy bear!
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:15:27
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:101)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhj000$onStartTick(MinecraftClient.java:5231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:67)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:101)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zhj000$onStartTick(MinecraftClient.java:5231)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['CoreCuber'/8503, l='ClientLevel', x=51.47, y=77.00, z=461.84], OtherClientPlayerEntity['CuberCore'/7809, l='ClientLevel', x=49.37, y=70.00, z=459.14]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 16947 game time, 3856947 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1769202080 bytes (1687 MiB) / 3124756480 bytes (2980 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 20169.68
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,156 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Oops.
|
||||||
|
|
||||||
|
Time: 2023-03-03 17:21:11
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.util.ConcurrentModificationException
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:68)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:106)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zdd000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013)
|
||||||
|
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:967)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:68)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:106)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zdd000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['CoreCuber'/9111, l='ClientLevel', x=51.47, y=77.00, z=461.84], OtherClientPlayerEntity['CuberCore'/7809, l='ClientLevel', x=49.37, y=70.00, z=459.14]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (32,75,454), Section: (at 0,11,6 in 2,4,28; chunk contains blocks 32,-64,448 to 47,319,463), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
||||||
|
Level time: 23840 game time, 3863840 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 2308629648 bytes (2201 MiB) / 3728736256 bytes (3556 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 20643.22
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 0.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,199 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Who set us up the TNT?
|
||||||
|
|
||||||
|
Time: 2023-03-04 11:51:28
|
||||||
|
Description: mouseClicked event handler
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Cannot invoke "dev.coredoes.clientmod.modules.Module.getId()" because "module" is null
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.unregisterModule(ModuleManager.java:43)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.unregisterModule(ModuleManager.java:52)
|
||||||
|
at dev.coredoes.clientmod.modmenu.ModMenu.lambda$init$1(Unknown Source)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.unregisterModule(ModuleManager.java:43)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.unregisterModule(ModuleManager.java:52)
|
||||||
|
at dev.coredoes.clientmod.modmenu.ModMenu.lambda$init$1(Unknown Source)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: dev.coredoes.clientmod.modmenu.ModMenu
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 4 total; [ClientPlayerEntity['CoreCuber'/191184, l='ClientLevel', x=-46.22, y=62.00, z=2.08], OtherClientPlayerEntity['Player836'/190394, l='ClientLevel', x=-49.99, y=64.23, z=-19.93], OtherClientPlayerEntity['LiveOvergoober'/189564, l='ClientLevel', x=-46.66, y=62.90, z=-2.95], OtherClientPlayerEntity['Player157'/190997, l='ClientLevel', x=-55.31, y=61.55, z=-7.51]]
|
||||||
|
Chunk stats: 1089, 609
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (-48,63,-7), Section: (at 0,15,9 in -3,3,-1; chunk contains blocks -48,-64,-16 to -33,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
||||||
|
Level time: 1963 game time, 1000 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 974151608 bytes (929 MiB) / 2432696320 bytes (2320 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 25506.73
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 519.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,185 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Don't do that.
|
||||||
|
|
||||||
|
Time: 2023-03-04 11:56:13
|
||||||
|
Description: Ticking entity
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Cannot invoke "dev.coredoes.clientmod.modules.BotMovementBypass.isEnabled()" because the return value of "dev.coredoes.clientmod.modules.ModuleManager.getModuleById(String)" is null
|
||||||
|
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket$PositionAndOnGround.args$zdf001$init(PlayerMoveC2SPacket.java:515)
|
||||||
|
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket$PositionAndOnGround.<init>(PlayerMoveC2SPacket.java:22)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendMovementPackets(ClientPlayerEntity.java:275)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.tick(ClientPlayerEntity.java:226)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntity(ClientWorld.java:258)
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1654)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket$PositionAndOnGround.args$zdf001$init(PlayerMoveC2SPacket.java:515)
|
||||||
|
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket$PositionAndOnGround.<init>(PlayerMoveC2SPacket.java:22)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendMovementPackets(ClientPlayerEntity.java:275)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.tick(ClientPlayerEntity.java:226)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntity(ClientWorld.java:258)
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
|
||||||
|
-- Entity being ticked --
|
||||||
|
Details:
|
||||||
|
Entity Type: minecraft:player (net.minecraft.client.network.ClientPlayerEntity)
|
||||||
|
Entity ID: 192402
|
||||||
|
Entity Name: Player928
|
||||||
|
Entity's Exact location: -48.50, 62.00, -6.50
|
||||||
|
Entity's Block location: World: (-49,62,-7), Section: (at 15,14,9 in -4,3,-1; chunk contains blocks -64,-64,-16 to -49,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
||||||
|
Entity's Momentum: 0.00, -0.08, 0.00
|
||||||
|
Entity's Passengers: []
|
||||||
|
Entity's Vehicle: null
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.world.World.tickEntity(World.java:465)
|
||||||
|
at net.minecraft.client.world.ClientWorld.method_32124(ClientWorld.java:243)
|
||||||
|
at net.minecraft.world.EntityList.forEach(EntityList.java:78)
|
||||||
|
at net.minecraft.client.world.ClientWorld.tickEntities(ClientWorld.java:239)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java:1654)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['Player928'/192402, l='ClientLevel', x=-48.50, y=62.00, z=-6.50], OtherClientPlayerEntity['Player157'/190997, l='ClientLevel', x=-53.09, y=62.00, z=-7.29]]
|
||||||
|
Chunk stats: 1089, 226
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (-48,63,-7), Section: (at 0,15,9 in -3,3,-1; chunk contains blocks -48,-64,-16 to -33,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
||||||
|
Level time: 7674 game time, 1000 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 3426808016 bytes (3268 MiB) / 4001366016 bytes (3816 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 23089.63
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 516.50
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,205 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Would you like a cupcake?
|
||||||
|
|
||||||
|
Time: 2023-03-04 12:02:59
|
||||||
|
Description: mouseClicked event handler
|
||||||
|
|
||||||
|
java.lang.RuntimeException: Attempted to register two key bindings with equal ID: key.clientmod.jetpack!
|
||||||
|
at net.fabricmc.fabric.impl.client.keybinding.KeyBindingRegistryImpl.registerKeyBinding(KeyBindingRegistryImpl.java:62)
|
||||||
|
at net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper.registerKeyBinding(KeyBindingHelper.java:46)
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.postRegister(Jetpack.java:44)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager._registerModuleRoutine(ModuleManager.java:96)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.registerModule(ModuleManager.java:37)
|
||||||
|
at dev.coredoes.clientmod.modmenu.ModMenu.lambda$init$1(ModMenu.java:40)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.fabricmc.fabric.impl.client.keybinding.KeyBindingRegistryImpl.registerKeyBinding(KeyBindingRegistryImpl.java:62)
|
||||||
|
at net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper.registerKeyBinding(KeyBindingHelper.java:46)
|
||||||
|
at dev.coredoes.clientmod.modules.Jetpack.postRegister(Jetpack.java:44)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager._registerModuleRoutine(ModuleManager.java:96)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.registerModule(ModuleManager.java:37)
|
||||||
|
at dev.coredoes.clientmod.modmenu.ModMenu.lambda$init$1(ModMenu.java:40)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: dev.coredoes.clientmod.modmenu.ModMenu
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 5 total; [ClientPlayerEntity['CoreCuber'/1818687402, l='ClientLevel', x=197.89, y=114.00, z=-48.03], OtherClientPlayerEntity['RandomDjBot'/1762358231, l='ClientLevel', x=211.50, y=113.00, z=-46.50], OtherClientPlayerEntity['N00bBot_log'/1508316981, l='ClientLevel', x=154.50, y=297.00, z=-88.50], OtherClientPlayerEntity['matdoesdev'/1798928525, l='ClientLevel', x=145.50, y=113.00, z=-42.50], OtherClientPlayerEntity['sardine_bot'/1804587359, l='ClientLevel', x=146.70, y=-35.00, z=-41.30]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (145,55,-43), Section: (at 1,7,5 in 9,3,-3; chunk contains blocks 144,-64,-48 to 159,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
||||||
|
Level time: 150053 game time, 576214761 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1350385152 bytes (1287 MiB) / 3825205248 bytes (3648 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 25631.23
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 529.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1338x721
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,203 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// My bad.
|
||||||
|
|
||||||
|
Time: 2023-03-04 15:12:50
|
||||||
|
Description: keyPressed event handler
|
||||||
|
|
||||||
|
java.lang.NumberFormatException: For input string: "1t"
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
|
||||||
|
at java.base/java.lang.Double.parseDouble(Double.java:651)
|
||||||
|
at dev.coredoes.clientmod.commands.AirTPCommand.execute(AirTPCommand.java:15)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:12)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zdb000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
|
||||||
|
at java.base/java.lang.Double.parseDouble(Double.java:651)
|
||||||
|
at dev.coredoes.clientmod.commands.AirTPCommand.execute(AirTPCommand.java:15)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:12)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zdb000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.gui.screen.ChatScreen
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['Player934'/275605, l='ClientLevel', x=-48.50, y=139.33, z=-7.50]]
|
||||||
|
Chunk stats: 1089, 498
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (-48,63,-7), Section: (at 0,15,9 in -3,3,-1; chunk contains blocks -48,-64,-16 to -33,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
||||||
|
Level time: 35717 game time, 1000 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 827193840 bytes (788 MiB) / 1887436800 bytes (1800 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 20115.00
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 528.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,203 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Surprise! Haha. Well, this is awkward.
|
||||||
|
|
||||||
|
Time: 2023-03-04 15:18:41
|
||||||
|
Description: keyPressed event handler
|
||||||
|
|
||||||
|
java.lang.NumberFormatException: For input string: "1t"
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
|
||||||
|
at java.base/java.lang.Double.parseDouble(Double.java:651)
|
||||||
|
at dev.coredoes.clientmod.commands.AirTPCommand.execute(AirTPCommand.java:17)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:12)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zfj000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
|
||||||
|
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
|
||||||
|
at java.base/java.lang.Double.parseDouble(Double.java:651)
|
||||||
|
at dev.coredoes.clientmod.commands.AirTPCommand.execute(AirTPCommand.java:17)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:12)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zfj000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.gui.screen.ChatScreen
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:160)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 2 total; [ClientPlayerEntity['Player468'/277441, l='ClientLevel', x=-62.70, y=159.85, z=-52.61], OtherClientPlayerEntity['Player740'/278065, l='ClientLevel', x=-52.22, y=66.41, z=-11.86]]
|
||||||
|
Chunk stats: 1089, 609
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (-48,63,-7), Section: (at 0,15,9 in -3,3,-1; chunk contains blocks -48,-64,-16 to -33,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
||||||
|
Level time: 38988 game time, 1000 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 505682496 bytes (482 MiB) / 1971322880 bytes (1880 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 20657.94
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 528.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,163 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Uh... Did I do that?
|
||||||
|
|
||||||
|
Time: 2023-03-04 15:43:04
|
||||||
|
Description: Initializing game
|
||||||
|
|
||||||
|
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'fabric-networking-api-v1'!
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'fabric-networking-api-v1'
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
|
||||||
|
... 9 more
|
||||||
|
Caused by: java.lang.RuntimeException: Mixin transformation of dev.coredoes.clientmod.util.ConnectionInterface failed
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
|
||||||
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
|
||||||
|
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
|
||||||
|
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
|
||||||
|
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:186)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:347)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
|
||||||
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
|
||||||
|
at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
|
||||||
|
at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
|
||||||
|
at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
|
||||||
|
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:68)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
|
||||||
|
... 10 more
|
||||||
|
Caused by: org.spongepowered.asm.mixin.transformer.throwables.IllegalClassLoadError: dev.coredoes.clientmod.util.ConnectionInterface is in a defined mixin package dev.coredoes.clientmod.mixin.* owned by coreclientmod.mixins.json and cannot be referenced directly
|
||||||
|
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:334)
|
||||||
|
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
|
||||||
|
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414)
|
||||||
|
... 28 more
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
|
||||||
|
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
|
||||||
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:523)
|
||||||
|
|
||||||
|
-- Initialization --
|
||||||
|
Details:
|
||||||
|
Modules:
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:185)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1747046616 bytes (1666 MiB) / 2944401408 bytes (2808 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 24256.81
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 492.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: Unknown
|
||||||
|
Window size: <not initialized>
|
||||||
|
GL Caps: Using framebuffer using OpenGL 3.2
|
||||||
|
GL debug messages: <disabled>
|
||||||
|
Using VBOs: Yes
|
||||||
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
||||||
|
Type: Client (map_client.txt)
|
||||||
|
CPU: <unknown>
|
|
@ -0,0 +1,197 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// You're mean.
|
||||||
|
|
||||||
|
Time: 2023-03-04 20:26:10
|
||||||
|
Description: mouseClicked event handler
|
||||||
|
|
||||||
|
java.lang.ClassCastException: class net.minecraft.client.network.ClientPlayNetworkHandler cannot be cast to class dev.coredoes.clientmod.util.ConnectionInterface (net.minecraft.client.network.ClientPlayNetworkHandler and dev.coredoes.clientmod.util.ConnectionInterface are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @2aa5fe93)
|
||||||
|
at dev.coredoes.clientmod.modules.BunkerBuster.bunkerBust(BunkerBuster.java:76)
|
||||||
|
at dev.coredoes.clientmod.modules.BunkerBuster$ModuleUI.lambda$init$2(BunkerBuster.java:107)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at dev.coredoes.clientmod.modules.BunkerBuster.bunkerBust(BunkerBuster.java:76)
|
||||||
|
at dev.coredoes.clientmod.modules.BunkerBuster$ModuleUI.lambda$init$2(BunkerBuster.java:107)
|
||||||
|
at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:37)
|
||||||
|
at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:28)
|
||||||
|
at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:126)
|
||||||
|
at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:39)
|
||||||
|
at net.minecraft.client.Mouse.method_1611(Mouse.java:90)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: dev.coredoes.clientmod.modules.BunkerBuster.ModuleUI
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Mouse.onMouseButton(Mouse.java:90)
|
||||||
|
at net.minecraft.client.Mouse.method_22686(Mouse.java:167)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Mouse.method_22684(Mouse.java:167)
|
||||||
|
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/1826756243, l='ClientLevel', x=4780.02, y=177.00, z=1335.64]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (145,55,-43), Section: (at 1,7,5 in 9,3,-3; chunk contains blocks 144,-64,-48 to 159,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
||||||
|
Level time: 107217 game time, 576936834 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1898874456 bytes (1810 MiB) / 3565158400 bytes (3400 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 24966.87
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 489.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,259 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I feel sad now :(
|
||||||
|
|
||||||
|
Time: 2023-03-04 22:12:24
|
||||||
|
Description: keyPressed event handler
|
||||||
|
|
||||||
|
java.lang.reflect.InaccessibleObjectException: Unable to make field private volatile java.lang.String java.lang.Thread.name accessible: module java.base does not "opens java.lang" to unnamed module @4007f65e
|
||||||
|
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
|
||||||
|
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
|
||||||
|
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
|
||||||
|
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
|
||||||
|
at com.google.gson.internal.reflect.UnsafeReflectionAccessor.makeAccessible(UnsafeReflectionAccessor.java:44)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:159)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:727)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:714)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:669)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:649)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:32)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zie000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
|
||||||
|
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
|
||||||
|
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
|
||||||
|
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
|
||||||
|
at com.google.gson.internal.reflect.UnsafeReflectionAccessor.makeAccessible(UnsafeReflectionAccessor.java:44)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:159)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:166)
|
||||||
|
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:102)
|
||||||
|
at com.google.gson.Gson.getAdapter(Gson.java:489)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:727)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:714)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:669)
|
||||||
|
at com.google.gson.Gson.toJson(Gson.java:649)
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:32)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zie000$sendChatMessage(ClientPlayerEntity.java:1742)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.gui.screen.ChatScreen
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 5 total; [ClientPlayerEntity['CoreCuber'/1828382885, l='ClientLevel', x=233.07, y=66.00, z=-49.35], OtherClientPlayerEntity['RandomDjBot'/1762358231, l='ClientLevel', x=211.50, y=113.00, z=-46.50], OtherClientPlayerEntity['sardine_bot'/1828216735, l='ClientLevel', x=146.70, y=-35.00, z=-41.30], OtherClientPlayerEntity['matdoesdev'/1826985008, l='ClientLevel', x=145.50, y=113.00, z=-42.50], OtherClientPlayerEntity['N00bBot_log'/1508316981, l='ClientLevel', x=154.50, y=297.00, z=-88.50]]
|
||||||
|
Chunk stats: 841, 461
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (145,55,-43), Section: (at 1,7,5 in 9,3,-3; chunk contains blocks 144,-64,-48 to 159,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
||||||
|
Level time: 32303 game time, 577053920 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 354839208 bytes (338 MiB) / 2462056448 bytes (2348 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 26012.80
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 484.00
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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: Fabric Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,151 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// Why is it breaking :(
|
||||||
|
|
||||||
|
Time: 2023-03-05 19:27:15
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Unexpected error
|
||||||
|
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.onSendPacket(PacketFreezer.java:84)
|
||||||
|
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
|
||||||
|
at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:69)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:105)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zfm000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.onSendPacket(PacketFreezer.java:84)
|
||||||
|
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
|
||||||
|
at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:69)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:105)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zfm000$onStartTick(MinecraftClient.java:4231)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:51)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2098)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 2796399704 bytes (2666 MiB) / 4039114752 bytes (3852 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 27170.25
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 479.75
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
xray: XrayMod 2.1.1
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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 Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,196 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I let you down. Sorry :(
|
||||||
|
|
||||||
|
Time: 2023-03-06 17:15:20
|
||||||
|
Description: keyPressed event handler
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Cannot invoke "dev.coredoes.clientmod.modules.Module.enable()" because the return value of "dev.coredoes.clientmod.modules.ModuleManager.getModuleById(String)" is null
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:69)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zdl000$sendChatMessage(ClientPlayerEntity.java:1242)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at dev.coredoes.clientmod.commands.CommandParser.parseCommand(CommandParser.java:69)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.handler$zdl000$sendChatMessage(ClientPlayerEntity.java:1242)
|
||||||
|
at net.minecraft.client.network.ClientPlayerEntity.sendChatMessage(ClientPlayerEntity.java)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.sendMessage(ChatScreen.java:494)
|
||||||
|
at net.minecraft.client.gui.screen.ChatScreen.keyPressed(ChatScreen.java:214)
|
||||||
|
at net.minecraft.client.Keyboard.method_1454(Keyboard.java:352)
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
|
||||||
|
-- Affected screen --
|
||||||
|
Details:
|
||||||
|
Screen name: net.minecraft.client.gui.screen.ChatScreen
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:494)
|
||||||
|
at net.minecraft.client.Keyboard.onKey(Keyboard.java:349)
|
||||||
|
at net.minecraft.client.Keyboard.method_22678(Keyboard.java:429)
|
||||||
|
at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:101)
|
||||||
|
at net.minecraft.client.Keyboard.method_22676(Keyboard.java:429)
|
||||||
|
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
|
||||||
|
at org.lwjgl.system.JNI.invokeV(Native Method)
|
||||||
|
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
|
||||||
|
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:156)
|
||||||
|
at net.minecraft.client.util.Window.swapBuffers(Window.java:301)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1126)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Affected level --
|
||||||
|
Details:
|
||||||
|
All players: 1 total; [ClientPlayerEntity['CoreCuber'/1871978613, l='ClientLevel', x=1282.00, y=130.00, z=1288.00]]
|
||||||
|
Chunk stats: 841, 435
|
||||||
|
Level dimension: minecraft:overworld
|
||||||
|
Level spawn location: World: (145,55,-43), Section: (at 1,7,5 in 9,3,-3; chunk contains blocks 144,-64,-48 to 159,319,-33), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1)
|
||||||
|
Level time: 1975 game time, 580415074 day time
|
||||||
|
Server brand: Paper
|
||||||
|
Server type: Non-integrated multiplayer server
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:424)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2093)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:770)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 1288357448 bytes (1228 MiB) / 2155872256 bytes (2056 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 29208.07
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 5442.75
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
xray: XrayMod 2.1.1
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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 Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
|
@ -0,0 +1,151 @@
|
||||||
|
---- Minecraft Crash Report ----
|
||||||
|
// I let you down. Sorry :(
|
||||||
|
|
||||||
|
Time: 2023-03-07 17:36:41
|
||||||
|
Description: Unexpected error
|
||||||
|
|
||||||
|
java.lang.NullPointerException: Unexpected error
|
||||||
|
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.onSendPacket(PacketFreezer.java:88)
|
||||||
|
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
|
||||||
|
at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:73)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:109)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zkd000$onStartTick(MinecraftClient.java:6231)
|
||||||
|
at net.minecraft.client.MinecraftClient.tick(MinecraftClient.java)
|
||||||
|
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1071)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:752)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
|
||||||
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||||||
|
---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
-- Head --
|
||||||
|
Thread: Render thread
|
||||||
|
Stacktrace:
|
||||||
|
at java.base/java.util.Objects.requireNonNull(Objects.java:208)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.onSendPacket(PacketFreezer.java:88)
|
||||||
|
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
|
||||||
|
at meteordevelopment.orbit.EventBus.post(EventBus.java:61)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.sendAllQueuedPackets(PacketFreezer.java:73)
|
||||||
|
at dev.coredoes.clientmod.modules.PacketFreezer.startTick(PacketFreezer.java:109)
|
||||||
|
at dev.coredoes.clientmod.modules.ModuleManager.startTick(ModuleManager.java:111)
|
||||||
|
at net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents.lambda$static$0(ClientTickEvents.java:43)
|
||||||
|
at net.minecraft.client.MinecraftClient.handler$zkd000$onStartTick(MinecraftClient.java:6231)
|
||||||
|
|
||||||
|
-- Last reload --
|
||||||
|
Details:
|
||||||
|
Reload number: 1
|
||||||
|
Reload reason: initial
|
||||||
|
Finished: Yes
|
||||||
|
Packs: Default, Fabric Mods
|
||||||
|
Stacktrace:
|
||||||
|
at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:51)
|
||||||
|
at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2098)
|
||||||
|
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:776)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:220)
|
||||||
|
at net.minecraft.client.main.Main.main(Main.java:56)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
|
||||||
|
-- System Details --
|
||||||
|
Details:
|
||||||
|
Minecraft Version: 1.19.2
|
||||||
|
Minecraft Version ID: 1.19.2
|
||||||
|
Operating System: Linux (amd64) version 6.1.6-arch1-1
|
||||||
|
Java Version: 17.0.6, JetBrains s.r.o.
|
||||||
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), JetBrains s.r.o.
|
||||||
|
Memory: 949100568 bytes (905 MiB) / 2801795072 bytes (2672 MiB) up to 8396996608 bytes (8008 MiB)
|
||||||
|
CPUs: 12
|
||||||
|
Processor Vendor: AuthenticAMD
|
||||||
|
Processor Name: AMD Ryzen 5 3600 6-Core Processor
|
||||||
|
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
||||||
|
Microarchitecture: unknown
|
||||||
|
Frequency (GHz): 4.21
|
||||||
|
Number of physical packages: 1
|
||||||
|
Number of physical CPUs: 6
|
||||||
|
Number of logical CPUs: 12
|
||||||
|
Graphics card #0 name: TU116 [GeForce GTX 1660]
|
||||||
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||||||
|
Graphics card #0 VRAM (MB): 288.00
|
||||||
|
Graphics card #0 deviceId: 0x2184
|
||||||
|
Graphics card #0 versionInfo: unknown
|
||||||
|
Virtual memory max (MB): 65161.91
|
||||||
|
Virtual memory used (MB): 31952.79
|
||||||
|
Swap memory total (MB): 49152.00
|
||||||
|
Swap memory used (MB): 5790.25
|
||||||
|
JVM Flags: 1 total; -XX:+AllowEnhancedClassRedefinition
|
||||||
|
Fabric Mods:
|
||||||
|
authme: Auth Me 4.2.0
|
||||||
|
cloth-config: Cloth Config v8 8.2.88
|
||||||
|
cloth-basic-math: cloth-basic-math 0.6.1
|
||||||
|
coreclientmod: ClientMod ${version}
|
||||||
|
fabric-api: Fabric API 0.67.0+1.19.2
|
||||||
|
fabric-api-base: Fabric API Base 0.4.12+93d8cb8290
|
||||||
|
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.11+93d8cb8290
|
||||||
|
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.19+3dd584b490
|
||||||
|
fabric-block-api-v1: Fabric Block API (v1) 1.0.0+12bfe4ea90
|
||||||
|
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.21+c6af733c90
|
||||||
|
fabric-client-tags-api-v1: Fabric Client Tags 1.0.2+b35fea8390
|
||||||
|
fabric-command-api-v2: Fabric Command API (v2) 2.1.8+93d8cb8290
|
||||||
|
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.2+6064db2a90
|
||||||
|
fabric-convention-tags-v1: Fabric Convention Tags 1.1.2+93d8cb8290
|
||||||
|
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.6+aeb40ebe90
|
||||||
|
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.0+ad31814d90
|
||||||
|
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.32+0dd10df690
|
||||||
|
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.1+9244241690
|
||||||
|
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.29+c6af733c90
|
||||||
|
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.22+c6af733c90
|
||||||
|
fabric-gametest-api-v1: Fabric Game Test API (v1) 1.1.3+704e47e990
|
||||||
|
fabric-item-api-v1: Fabric Item API (v1) 1.6.0+fa140d5990
|
||||||
|
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.34+9244241690
|
||||||
|
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.22+aaaf9d3390
|
||||||
|
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.1+9244241690
|
||||||
|
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.8+83a8659290
|
||||||
|
fabric-message-api-v1: Fabric Message API (v1) 5.0.4+93d8cb8290
|
||||||
|
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.19+33fbc73890
|
||||||
|
fabric-models-v0: Fabric Models (v0) 0.3.18+c6af733c90
|
||||||
|
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.6+9244241690
|
||||||
|
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.1+06e0e25190
|
||||||
|
fabric-particles-v1: Fabric Particles (v1) 1.0.11+79adfe0a90
|
||||||
|
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.27+9244241690
|
||||||
|
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.0.13+12bfe4ea90
|
||||||
|
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.15+aeb40ebe90
|
||||||
|
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.16+12bfe4ea90
|
||||||
|
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.8+c6af733c90
|
||||||
|
fabric-rendering-v1: Fabric Rendering (v1) 1.11.0+73145abb90
|
||||||
|
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.0+aae9039d90
|
||||||
|
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.0+f9594cb690
|
||||||
|
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.28+28270f5890
|
||||||
|
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.2+1cc24b1b90
|
||||||
|
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.0+c4f28df590
|
||||||
|
fabric-textures-v0: Fabric Textures (v0) 1.0.21+aeb40ebe90
|
||||||
|
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.2+cd10d4fc90
|
||||||
|
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.1+42d99c3290
|
||||||
|
fabricloader: Fabric Loader 0.14.10
|
||||||
|
java: OpenJDK 64-Bit Server VM 17
|
||||||
|
minecraft: Minecraft 1.19.2
|
||||||
|
xray: XrayMod 2.1.1
|
||||||
|
Launched Version: Fabric
|
||||||
|
Backend library: LWJGL version 3.3.1 SNAPSHOT
|
||||||
|
Backend API: NVIDIA GeForce GTX 1660/PCIe/SSE2 GL version 3.2.0 NVIDIA 525.78.01, NVIDIA Corporation
|
||||||
|
Window size: 1898x1033
|
||||||
|
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 Mods
|
||||||
|
Current Language: English (US)
|
||||||
|
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
|
Binary file not shown.
|
@ -0,0 +1,26 @@
|
||||||
|
[19:26:58] [INFO] [FabricLoader/GameProvider]: Loading Minecraft 1.19.2 with Fabric Loader 0.14.10
|
||||||
|
[19:26:59] [ERROR] [FabricLoader/]: Uncaught exception in thread "main"
|
||||||
|
java.lang.NoClassDefFoundError: org/hotswap/agent/config/PluginManager
|
||||||
|
at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:647)
|
||||||
|
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:699)
|
||||||
|
at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:716)
|
||||||
|
at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:270)
|
||||||
|
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:245)
|
||||||
|
at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47)
|
||||||
|
at org.apache.logging.log4j.LogManager.getContext(LogManager.java:176)
|
||||||
|
at org.apache.logging.log4j.LogManager.getLogger(LogManager.java:666)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Log4jLogHandler.getLogger(Log4jLogHandler.java:58)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.Log4jLogHandler.log(Log4jLogHandler.java:51)
|
||||||
|
at net.fabricmc.loader.impl.util.log.BuiltinLogHandler.replay(BuiltinLogHandler.java:128)
|
||||||
|
at net.fabricmc.loader.impl.util.log.Log.init(Log.java:34)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.setupLogHandler(MinecraftGameProvider.java:367)
|
||||||
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.initialize(MinecraftGameProvider.java:338)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:142)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||||||
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||||||
|
Caused by: java.lang.ClassNotFoundException: can't load class org.hotswap.agent.config.PluginManager at /usr/lib/jbr/sdk-jcef-17.0.6/lib/hotswap/hotswap-agent.jar as it hasn't been exposed to the game (yet? The system property fabric.classPathGroups may not be set correctly in-dev)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:240)
|
||||||
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
|
||||||
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
|
||||||
|
... 18 more
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,138 @@
|
||||||
|
version:3120
|
||||||
|
autoJump:false
|
||||||
|
autoSuggestions:true
|
||||||
|
chatColors:true
|
||||||
|
chatLinks:true
|
||||||
|
chatLinksPrompt:true
|
||||||
|
enableVsync:true
|
||||||
|
entityShadows:true
|
||||||
|
forceUnicodeFont:false
|
||||||
|
discrete_mouse_scroll:false
|
||||||
|
invertYMouse:false
|
||||||
|
realmsNotifications:true
|
||||||
|
reducedDebugInfo:false
|
||||||
|
showSubtitles:false
|
||||||
|
directionalAudio:false
|
||||||
|
touchscreen:false
|
||||||
|
fullscreen:false
|
||||||
|
bobView:true
|
||||||
|
toggleCrouch:false
|
||||||
|
toggleSprint:false
|
||||||
|
darkMojangStudiosBackground:false
|
||||||
|
hideLightningFlashes:false
|
||||||
|
mouseSensitivity:0.37074514958254307
|
||||||
|
fov:0.825
|
||||||
|
screenEffectScale:1.0
|
||||||
|
fovEffectScale:1.0
|
||||||
|
darknessEffectScale:1.0
|
||||||
|
gamma:1.0
|
||||||
|
renderDistance:12
|
||||||
|
simulationDistance:10
|
||||||
|
entityDistanceScaling:1.0
|
||||||
|
guiScale:2
|
||||||
|
particles:0
|
||||||
|
maxFps:120
|
||||||
|
graphicsMode:1
|
||||||
|
ao:2
|
||||||
|
prioritizeChunkUpdates:0
|
||||||
|
biomeBlendRadius:2
|
||||||
|
renderClouds:"true"
|
||||||
|
resourcePacks:["vanilla","Fabric Mods"]
|
||||||
|
incompatibleResourcePacks:[]
|
||||||
|
lastServer:localhost
|
||||||
|
lang:en_us
|
||||||
|
soundDevice:""
|
||||||
|
chatVisibility:0
|
||||||
|
chatOpacity:1.0
|
||||||
|
chatLineSpacing:0.0
|
||||||
|
textBackgroundOpacity:0.5
|
||||||
|
backgroundForChatOnly:true
|
||||||
|
hideServerAddress:false
|
||||||
|
advancedItemTooltips:false
|
||||||
|
pauseOnLostFocus:true
|
||||||
|
overrideWidth:0
|
||||||
|
overrideHeight:0
|
||||||
|
heldItemTooltips:true
|
||||||
|
chatHeightFocused:1.0
|
||||||
|
chatDelay:0.0
|
||||||
|
chatHeightUnfocused:0.4375
|
||||||
|
chatScale:1.0
|
||||||
|
chatWidth:1.0
|
||||||
|
mipmapLevels:4
|
||||||
|
useNativeTransport:true
|
||||||
|
mainHand:"right"
|
||||||
|
attackIndicator:1
|
||||||
|
narrator:0
|
||||||
|
tutorialStep:none
|
||||||
|
mouseWheelSensitivity:1.0
|
||||||
|
rawMouseInput:true
|
||||||
|
glDebugVerbosity:1
|
||||||
|
skipMultiplayerWarning:true
|
||||||
|
skipRealms32bitWarning:false
|
||||||
|
hideMatchedNames:true
|
||||||
|
joinedFirstServer:true
|
||||||
|
hideBundleTutorial:false
|
||||||
|
syncChunkWrites:false
|
||||||
|
showAutosaveIndicator:true
|
||||||
|
allowServerListing:true
|
||||||
|
chatPreview:1
|
||||||
|
onlyShowSecureChat:false
|
||||||
|
key_key.attack:key.mouse.left
|
||||||
|
key_key.use:key.mouse.right
|
||||||
|
key_key.forward:key.keyboard.w
|
||||||
|
key_key.left:key.keyboard.a
|
||||||
|
key_key.back:key.keyboard.s
|
||||||
|
key_key.right:key.keyboard.d
|
||||||
|
key_key.jump:key.keyboard.space
|
||||||
|
key_key.sneak:key.keyboard.left.shift
|
||||||
|
key_key.sprint:key.keyboard.left.control
|
||||||
|
key_key.drop:key.keyboard.q
|
||||||
|
key_key.inventory:key.keyboard.e
|
||||||
|
key_key.chat:key.keyboard.t
|
||||||
|
key_key.playerlist:key.keyboard.tab
|
||||||
|
key_key.pickItem:key.mouse.middle
|
||||||
|
key_key.command:key.keyboard.slash
|
||||||
|
key_key.socialInteractions:key.keyboard.p
|
||||||
|
key_key.screenshot:key.keyboard.f2
|
||||||
|
key_key.togglePerspective:key.keyboard.f5
|
||||||
|
key_key.smoothCamera:key.keyboard.unknown
|
||||||
|
key_key.fullscreen:key.keyboard.f11
|
||||||
|
key_key.spectatorOutlines:key.keyboard.unknown
|
||||||
|
key_key.swapOffhand:key.keyboard.f
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.c
|
||||||
|
key_key.loadToolbarActivator:key.keyboard.x
|
||||||
|
key_key.advancements:key.keyboard.l
|
||||||
|
key_key.hotbar.1:key.keyboard.1
|
||||||
|
key_key.hotbar.2:key.keyboard.2
|
||||||
|
key_key.hotbar.3:key.keyboard.3
|
||||||
|
key_key.hotbar.4:key.keyboard.4
|
||||||
|
key_key.hotbar.5:key.keyboard.5
|
||||||
|
key_key.hotbar.6:key.keyboard.6
|
||||||
|
key_key.hotbar.7:key.keyboard.7
|
||||||
|
key_key.hotbar.8:key.keyboard.8
|
||||||
|
key_key.hotbar.9:key.keyboard.9
|
||||||
|
key_key.clientmod.modmenu:key.keyboard.grave.accent
|
||||||
|
key_key.clientmod.jetpack:key.mouse.5
|
||||||
|
key_key.clientmod.nofall:key.mouse.4
|
||||||
|
key_key.clientmod.creativeflight:key.keyboard.unknown
|
||||||
|
key_key.clientmod.bunkerbuster:key.keyboard.unknown
|
||||||
|
key_x13.mod.fullbright:key.keyboard.h
|
||||||
|
key_x13.mod.locationEnable:key.keyboard.j
|
||||||
|
key_x13.mod.config:key.keyboard.n
|
||||||
|
soundCategory_master:0.28702605
|
||||||
|
soundCategory_music:0.0
|
||||||
|
soundCategory_record:1.0
|
||||||
|
soundCategory_weather:1.0
|
||||||
|
soundCategory_block:1.0
|
||||||
|
soundCategory_hostile:1.0
|
||||||
|
soundCategory_neutral:1.0
|
||||||
|
soundCategory_player:1.0
|
||||||
|
soundCategory_ambient:1.0
|
||||||
|
soundCategory_voice:1.0
|
||||||
|
modelPart_cape:true
|
||||||
|
modelPart_jacket:true
|
||||||
|
modelPart_left_sleeve:true
|
||||||
|
modelPart_right_sleeve:true
|
||||||
|
modelPart_left_pants_leg:true
|
||||||
|
modelPart_right_pants_leg:true
|
||||||
|
modelPart_hat:true
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:41:18 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:29:00 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:23:29 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:31:32 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 13:49:04 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,114 @@
|
||||||
|
{
|
||||||
|
"minecraft:recipes/transportation/birch_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/birch_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/food/cake": {
|
||||||
|
"criteria": {
|
||||||
|
"has_egg": "2023-02-28 20:19:09 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/acacia_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/acacia_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/root": {
|
||||||
|
"criteria": {
|
||||||
|
"killed_by_something": "2023-02-28 20:29:48 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2023-02-28 20:15:39 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:17:33 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:taiga": "2023-02-28 20:17:18 -0500",
|
||||||
|
"minecraft:deep_ocean": "2023-02-28 20:31:26 -0500",
|
||||||
|
"minecraft:birch_forest": "2023-02-28 20:15:43 -0500",
|
||||||
|
"minecraft:beach": "2023-02-28 20:30:08 -0500",
|
||||||
|
"minecraft:river": "2023-02-28 20:18:16 -0500",
|
||||||
|
"minecraft:cold_ocean": "2023-02-28 20:31:19 -0500",
|
||||||
|
"minecraft:forest": "2023-02-28 20:16:28 -0500",
|
||||||
|
"minecraft:ocean": "2023-02-28 20:29:36 -0500",
|
||||||
|
"minecraft:old_growth_birch_forest": "2023-02-28 20:16:45 -0500",
|
||||||
|
"minecraft:plains": "2023-02-28 20:24:16 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:24:40 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"minecraft:recipes/transportation/acacia_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/birch_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 16:11:56 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 16:11:48 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:21:26 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"minecraft:recipes/transportation/acacia_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/birch_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:29:47 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 17:29:48 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,58 @@
|
||||||
|
{
|
||||||
|
"minecraft:recipes/transportation/acacia_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/birch_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"in_water": "2023-02-28 20:57:42 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:taiga": "2023-02-28 20:58:47 -0500",
|
||||||
|
"minecraft:birch_forest": "2023-02-28 20:55:44 -0500",
|
||||||
|
"minecraft:beach": "2023-02-28 20:58:23 -0500",
|
||||||
|
"minecraft:river": "2023-02-28 20:57:28 -0500",
|
||||||
|
"minecraft:forest": "2023-02-28 20:57:32 -0500",
|
||||||
|
"minecraft:ocean": "2023-02-28 21:06:59 -0500",
|
||||||
|
"minecraft:old_growth_birch_forest": "2023-02-28 20:56:16 -0500",
|
||||||
|
"minecraft:plains": "2023-02-28 20:57:45 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"minecraft:recipes/transportation/acacia_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/birch_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/mangrove_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/spruce_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/dark_oak_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:recipes/transportation/jungle_chest_boat": {
|
||||||
|
"criteria": {
|
||||||
|
"has_boat": "2022-12-03 17:27:24 -0500"
|
||||||
|
},
|
||||||
|
"done": true
|
||||||
|
},
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 17:27:25 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"minecraft:adventure/adventuring_time": {
|
||||||
|
"criteria": {
|
||||||
|
"minecraft:birch_forest": "2022-12-03 14:32:45 -0500"
|
||||||
|
},
|
||||||
|
"done": false
|
||||||
|
},
|
||||||
|
"DataVersion": 3120
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue