You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Windows 10
Java version: 21
Minecraft version: 1.21.1 and 1.21.4
Baritone version: 1.11.0 (1.21.1 build) and baritone-meteor for 1.21.4
Other mods (if used): KSMP 4 modpack for the 1.21.1 build but no mods except meteor and baritone jars for the 1.21.4 build
this is the latest log i got while doing some testing on the 1.21.1 version using the KSMP 4 modpack, the pathing worked correctly and instantly when i used a waypoint goto command but when i simply ask to "goto birch_log" it starts pathing and immediately crashes the instance
Correction:
i just tried all of the different versions baritone without any other mod installed running through the vanilla mc launcher and all of them seem to be running fine, will do some more testing to try and fully understand what is causing the issues
The two logs from modded runs contain no indication of a crash at all. They just end after the #mine command, which is slightly concerning.
The log from the meteor + Baritone run ends with an exception which might be causes by pathHistoryCutoffAmount being set to a higher value than maxPathHistoryLength
I also found a possibly unrelated exception in that log leading me to think there is a race condition in GetToBlockProcess where, if you cancel it between a scan being started and the scan actually executing, gettingTo will become null right before the scan reads it and consequently crashes.
Some information
Operating system: Windows 10
Java version: 21
Minecraft version: 1.21.1 and 1.21.4
Baritone version: 1.11.0 (1.21.1 build) and baritone-meteor for 1.21.4
Other mods (if used): KSMP 4 modpack for the 1.21.1 build but no mods except meteor and baritone jars for the 1.21.4 build
Exception, error or logs
modded 1.21.1 log
latest.log
vanilla meteor+baritone 1.21.4 log
latest.log
How to reproduce
Any pathing command reproduces the issue which results in an instant crash on both versions.
Modified settings
None
Final checklist
The text was updated successfully, but these errors were encountered: