baritone icon indicating copy to clipboard operation
baritone copied to clipboard

nether_pathfinder-x86 issue

Open diegogarciarojo opened this issue 5 months ago • 4 comments

Some information

Operating system: Java version: OpenJDK Runtime Environment Temurin-21.0.6+7 (build 21.0.6+7-LTS) Minecraft version: 1.21.4 Other mods: https://github.com/miles352/meteor-stashhunting-addon

Exception, error or logs

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffc2d42f83, pid=7092, tid=21976
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.6+7 (21.0.6+7) (build 21.0.6+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C  [nether_pathfinder-x86_644649660629461044952.dll+0x2f83]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\PrismLauncher\instances\Base\minecraft\hs_err_pid7092.log
[264.116s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

How to reproduce

  1. Launch Minecraft with jefff mod and Baritone installed using PrismLauncher.
  2. Enable the TrailFollower feature from jefff mod.
  3. Play the game until the crash occurs, resulting in an EXCEPTION_ACCESS_VIOLATION in nether_pathfinder-x86_644649660629461044952.dll.

diegogarciarojo avatar Jul 26 '25 23:07 diegogarciarojo

Ask this question in the Jeff mod repo.

Murat65536 avatar Jul 27 '25 00:07 Murat65536

Jeff mod shouldn't have anything to do with this. It's a segfault in https://github.com/babbaj/nether-pathfinder/ so either nether-pathfinder is buggy or Baritone uses it incorrectly.

cc @babbaj segfault in your code

ZacSharp avatar Aug 27 '25 00:08 ZacSharp

The full error log (D:\PrismLauncher\instances\Base\minecraft\hs_err_pid7092.log) would contain more information to help troubleshoot as that'll contain the stack trace leading up to the problematic frame. Not just the single frame.

underscore-zi avatar Aug 27 '25 02:08 underscore-zi

The only likely explanation is a bug in nether-pathfinder lol

babbaj avatar Aug 27 '25 05:08 babbaj