Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Crash #134

Open
15randasar opened this issue Jul 19, 2024 · 0 comments
Open

[Bug]: Crash #134

15randasar opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
status: triage This issue or pull request is awaiting review type: bug Something isn't working

Comments

@15randasar
Copy link

Minecraft Version

1.21.0

What happened?

Went to mine a couple different veins and crashed the game 3 separate times. I am very new to the modding community so I apologize if I put down any wrong information but I did receive the following crash report I thought could help more:

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2024-07-18 19:56:56
Description: Exception in server tick loop

java.lang.NoSuchMethodError: 'int net.neoforged.neoforge.common.CommonHooks.onBlockBreakEvent(net.minecraft.world.level.Level, net.minecraft.world.level.GameType, net.minecraft.server.level.ServerPlayer, net.minecraft.core.BlockPos)'
at TRANSFORMER/[email protected]+1.20.6/com.illusivesoulworks.veinmining.platform.NeoForgePlatform.harvest(NeoForgePlatform.java:119) ~[veinmining-neoforge-4.0.2+1.20.6.jar%23210!/:4.0.2+1.20.6] {re:classloading}
at TRANSFORMER/[email protected]+1.20.6/com.illusivesoulworks.veinmining.common.veinmining.logic.VeinMiningLogic.veinMine(VeinMiningLogic.java:83) ~[veinmining-neoforge-4.0.2+1.20.6.jar%23210!/:4.0.2+1.20.6] {re:classloading}
at TRANSFORMER/[email protected]+1.20.6/com.illusivesoulworks.veinmining.common.veinmining.VeinMiningEvents.blockBreak(VeinMiningEvents.java:46) ~[veinmining-neoforge-4.0.2+1.20.6.jar%23210!/:4.0.2+1.20.6] {re:classloading}
at TRANSFORMER/[email protected]+1.20.6/com.illusivesoulworks.veinmining.common.NeoForgeCommonEventsListener.blockBreak(NeoForgeCommonEventsListener.java:71) ~[veinmining-neoforge-4.0.2+1.20.6.jar%23210!/:4.0.2+1.20.6] {re:classloading}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.SubscribeEventListener.invoke(SubscribeEventListener.java:49) ~[bus-8.0.1.jar%23107!/:?] {}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.1.jar%23107!/:?] {}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.1.jar%23107!/:?] {}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.CommonHooks.fireBlockBreak(CommonHooks.java:502) ~[neoforge-20.6.119-universal.jar%23198!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayerGameMode.destroyBlock(ServerPlayerGameMode.java:235) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:computing_frames,re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayerGameMode.destroyAndAck(ServerPlayerGameMode.java:225) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:computing_frames,re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayerGameMode.handleBlockBreakAction(ServerPlayerGameMode.java:196) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:computing_frames,re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.handlePlayerAction(ServerGamePacketListenerImpl.java:1069) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.handle(ServerboundPlayerActionPacket.java:50) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.handle(ServerboundPlayerActionPacket.java:10) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:25) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,re:computing_frames,re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:848) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:165) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:831) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:825) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:802) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:706) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:261) ~[client-1.20.6-20240429.153634-srg.jar%23197!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] {}

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

-- System Details --
Details:
Minecraft Version: 1.20.6
Minecraft Version ID: 1.20.6
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 227227168 bytes (216 MiB) / 1409286144 bytes (1344 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 3700X 8-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): 3.60
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MB): 8192.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.5585
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Virtual memory max (MB): 47565.17
Virtual memory used (MB): 20024.78
Swap memory total (MB): 14848.00
Swap memory used (MB): 178.64
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Server Running: true
Player Count: 1 / 8; [ServerPlayer['SableJeye'/2, l='ServerLevel[The World]', x=-390.96, y=62.00, z=-528.49]]
Active Data Packs: vanilla, mod_data, mod/configured (incompatible), mod/kuma_api (incompatible), mod/jade (incompatible), mod/treeharvester, mod/balm (incompatible), mod/jei (incompatible), mod/spectrelib (incompatible), mod/justzoom (incompatible), mod/waystones (incompatible), mod/veinmining (incompatible), mod/konkrete (incompatible), mod/villagernames, mod/collective, mod/clumps (incompatible), mod/neoforge, mod/travelersbackpack, mod/naturescompass (incompatible)
Available Data Packs: bundle, trade_rebalance, update_1_21, vanilla, mod/balm (incompatible), mod/clumps (incompatible), mod/collective, mod/configured (incompatible), mod/jade (incompatible), mod/jei (incompatible), mod/justzoom (incompatible), mod/konkrete (incompatible), mod/kuma_api (incompatible), mod/naturescompass (incompatible), mod/neoforge, mod/spectrelib (incompatible), mod/travelersbackpack, mod/treeharvester, mod/veinmining (incompatible), mod/villagernames, mod/waystones (incompatible), mod_data
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
World Seed: -8530472533685961996
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'neoforge'; Server brand changed to 'neoforge'
Launched Version: neoforge-20.6.119
ModLauncher: 11.0.2+main.4612c65f
ModLauncher launch target: forgeclient
ModLauncher services:
sponge-mixin-0.13.4+mixin.0.8.5.jar mixin PLUGINSERVICE
loader-3.0.45.jar slf4jfixer PLUGINSERVICE
loader-3.0.45.jar runtime_enum_extender PLUGINSERVICE
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
loader-3.0.45.jar runtimedistcleaner PLUGINSERVICE
modlauncher-11.0.2.jar mixin TRANSFORMATIONSERVICE
modlauncher-11.0.2.jar mixin-synthetic-package TRANSFORMATIONSERVICE
modlauncher-11.0.2.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]
[email protected]
Mod List:
configured-neoforge-1.20.6-2.4.0.jar |Configured |configured |2.4.0 |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
client-1.20.6-20240429.153634-srg.jar |Minecraft |minecraft |1.20.6 |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
kuma-api-neoforge-20.6.4+1.20.6.jar |KumaAPI |kuma_api |20.6.4 |Manifest: NOSIGNATURE
Jade-1.20.6-NeoForge-14.2.3.jar |Jade |jade |14.2.3+neoforge |Manifest: NOSIGNATURE
treeharvester-1.20.6-8.9.jar |Tree Harvester |treeharvester |8.7 |Manifest: NOSIGNATURE
balm-neoforge-1.20.6-10.3.6-all.jar |Balm |balm |10.3.6 |Manifest: NOSIGNATURE
jei-1.20.6-neoforge-18.0.0.65.jar |Just Enough Items |jei |18.0.0.65 |Manifest: NOSIGNATURE
spectrelib-neoforge-0.16.1+1.20.6.jar |SpectreLib |spectrelib |0.16.1+1.20.6 |Manifest: NOSIGNATURE
justzoom_neoforge_2.0.0_MC_1.20.6.jar |Just Zoom |justzoom |2.0.0 |Manifest: NOSIGNATURE
waystones-neoforge-1.20.6-17.0.2.jar |Waystones |waystones |17.0.2 |Manifest: NOSIGNATURE
veinmining-neoforge-4.0.2+1.20.6.jar |Vein Mining |veinmining |4.0.2+1.20.6 |Manifest: NOSIGNATURE
konkrete_neoforge_1.9.4_MC_1.20.5.jar |Konkrete |konkrete |1.9.4 |Manifest: NOSIGNATURE
villagernames-1.20.6-8.0.jar |Villager Names |villagernames |8.0 |Manifest: NOSIGNATURE
collective-1.20.6-7.67.jar |Collective |collective |7.67 |Manifest: NOSIGNATURE
Clumps-neoforge-1.20.6-17.0.0.1.jar |Clumps |clumps |17.0.0.1 |Manifest: NOSIGNATURE
neoforge-20.6.119-universal.jar |NeoForge |neoforge |20.6.119 |Manifest: NOSIGNATURE
travelersbackpack-neoforge-1.20.6-9.6.1.jar |Traveler's Backpack |travelersbackpack |9.6.1 |Manifest: NOSIGNATURE
NaturesCompass-1.20.6-3.0.2-neoforge.jar |Nature's Compass |naturescompass |1.20.6-3.0.2-neoforg|Manifest: NOSIGNATURE
Crash Report UUID: 9fa8546b-70e4-47b6-972a-8c2614847548
FML: 3.0.45
NeoForge: 20.6.119

How do you trigger this bug?

1.Mined Vein
2. Crashed

Loader

NeoForge

Loader Version

Neoforge - 20.6.119

API Version

No response

Mod Version

1.20.6

Relevant Log Outputs

No response

@15randasar 15randasar added status: triage This issue or pull request is awaiting review type: bug Something isn't working labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: triage This issue or pull request is awaiting review type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants