Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Baritone crashes with SongPlayer installed

buhhhhg opened this issue ยท 4 comments

commented

Some information

Operating system: Windows 10 22H2 (OS Build 19045.5555)
Java version: 21.0.3
Minecraft version: Fabric 1.21.4
Baritone version: 1.21.4-SNAPSHOT (Meteor Client fork) (attempted to get version in-game, returned Null version (this is normal in a dev environment) )
Other mods (if used):
modlist.txt

Exception, error or logs

latest.log

How to reproduce

Modified settings

settings.txt

Final checklist

  • I know how to properly use check boxes
  • I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
  • I have included logs, exceptions and / or steps to reproduce the issue.
  • I have not used any OwO's or UwU's in this issue.
commented

Looks like a mixin redirect conflict. Apparently both are redirecting the same field access in the same method (getting Abilities.mayfly in LocalPlayer.aiStep).

commented

could there be any fix for this?

commented

I opened a pull request to fix this in SongHandler.

Ideally Baritone would also use @Redirect less, but I didn't try switching to ModifyExpressionValue/WrapOperation yet because using MixinExtras on LexForge or Launchwrapper requires bundling it ourselves.