Zergatul / cheatutils

MIT License
33 stars 11 forks source link

Compatability with baritone? #54

Closed normalUserKarn closed 6 months ago

normalUserKarn commented 7 months ago

[14:00:25] [Render thread/INFO]: Launching a new process to probe the system configuration! [14:00:25] [Render thread/INFO]: OpenGL Vendor: NVIDIA Corporation [14:00:25] [Render thread/INFO]: OpenGL Renderer: NVIDIA GeForce RTX 3080/PCIe/SSE2 [14:00:25] [Render thread/INFO]: OpenGL Version: 3.3.0 NVIDIA 527.56 [14:00:25] [Render thread/WARN]: Enabling workaround for NVIDIA graphics drivers on Windows (issue #1486) [14:00:25] [Render thread/WARN]: One or more workarounds were enabled to prevent crashes or other issues on your system. You may need to update your graphics drivers. [14:00:25] [Render thread/WARN]: @Redirect conflict. Skipping mixins.baritone.json:MixinMinecraft from mod baritone->@Redirect::passEvents(Lnet/minecraft/class_437;)Z with priority 1000, already redirected by zergatul.cheatutils.mixins.json:common.MixinMinecraft from mod cheatutils->@Redirect::onTickScreenPassEvents(Lnet/minecraft/class_437;)Z with priority 2000 [14:00:26] [Render thread/WARN]: @Redirect conflict. Skipping mixins.baritone.json:MixinMinecraft from mod baritone->@Redirect::passEvents(Lnet/minecraft/class_437;)Z with priority 1000, already redirected by zergatul.cheatutils.mixins.json:common.MixinMinecraft from mod cheatutils->@Redirect::onTickScreenPassEvents(Lnet/minecraft/class_437;)Z with priority 2000 [14:00:26] [Render thread/ERROR]: Minecraft has crashed!

Im getting an error while using both cheatutils and baritone dont know exactly what it means but if you can compatibility with both would be great!

Zergatul commented 7 months ago

You must be using some outdated version, mixin priority should be 500, meaning baritone should inject first, and cheatutils should fail without crash

normalUserKarn commented 7 months ago

i think the problem is that this is in 1.19.4 and the most recent version in 1.19.4 is 2.5 but this means that cheatutils is not gonna be compatible with baritone ever i assume

Zergatul commented 7 months ago

Ok, I see... It is simple change. Do you use forge of fabric?

normalUserKarn commented 7 months ago

fabric

Zergatul commented 7 months ago

I added 2.5.1 for fabric