Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Baritone not running in forge dev workspace

SpudPad opened this issue ยท 1 comments

commented

What do you need help with?

Minecraft 1.12.2
Eclipse 2019-06
Baritone Forge Standalone 1.2.9

Baritone won't load in forge dev workspace. Throws warning below. Trying to code a mod that runs alongside Baritone but not directly integrated as it will only send chat commands to Baritone.

Details [13:58:46] [main/WARN] [mixin]: Error loading class: aye (java.lang.ClassNotFoundException: The specified class 'aye' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target aye was not found mixins.baritone.json:MixinAnvilChunkLoader [13:58:46] [main/WARN] [mixin]: Error loading class: et (java.lang.ClassNotFoundException: The specified class 'et' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target et was not found mixins.baritone.json:MixinBlockPos [13:58:46] [main/WARN] [mixin]: Error loading class: brx (java.lang.ClassNotFoundException: The specified class 'brx' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target brx was not found mixins.baritone.json:MixinChunkProviderClient [13:58:46] [main/WARN] [mixin]: Error loading class: on (java.lang.ClassNotFoundException: The specified class 'on' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target on was not found mixins.baritone.json:MixinChunkProviderServer [13:58:46] [main/WARN] [mixin]: Error loading class: bun (java.lang.ClassNotFoundException: The specified class 'bun' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bun was not found mixins.baritone.json:MixinChunkRenderContainer [13:58:46] [main/WARN] [mixin]: Error loading class: bxn (java.lang.ClassNotFoundException: The specified class 'bxn' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bxn was not found mixins.baritone.json:MixinChunkRenderWorker [13:58:46] [main/WARN] [mixin]: Error loading class: vp (java.lang.ClassNotFoundException: The specified class 'vp' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target vp was not found mixins.baritone.json:MixinEntityLivingBase [13:58:46] [main/WARN] [mixin]: Error loading class: bud (java.lang.ClassNotFoundException: The specified class 'bud' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bud was not found mixins.baritone.json:MixinEntityPlayerSP [13:58:46] [main/WARN] [mixin]: Error loading class: buq (java.lang.ClassNotFoundException: The specified class 'buq' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target buq was not found mixins.baritone.json:MixinEntityRenderer [13:58:46] [main/WARN] [mixin]: Error loading class: bib (java.lang.ClassNotFoundException: The specified class 'bib' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bib was not found mixins.baritone.json:MixinMinecraft [13:58:46] [main/WARN] [mixin]: Error loading class: brz (java.lang.ClassNotFoundException: The specified class 'brz' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target brz was not found mixins.baritone.json:MixinNetHandlerPlayClient [13:58:46] [main/WARN] [mixin]: Error loading class: gw (java.lang.ClassNotFoundException: The specified class 'gw' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target gw was not found mixins.baritone.json:MixinNetworkManager [13:58:46] [main/WARN] [mixin]: Error loading class: bxr (java.lang.ClassNotFoundException: The specified class 'bxr' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bxr was not found mixins.baritone.json:MixinRenderChunk [13:58:46] [main/WARN] [mixin]: Error loading class: bva (java.lang.ClassNotFoundException: The specified class 'bva' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bva was not found mixins.baritone.json:MixinRenderList [13:58:46] [main/WARN] [mixin]: Error loading class: bvf (java.lang.ClassNotFoundException: The specified class 'bvf' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bvf was not found mixins.baritone.json:MixinVboRenderList [13:58:46] [main/WARN] [mixin]: Error loading class: bsb (java.lang.ClassNotFoundException: The specified class 'bsb' was not found) [13:58:46] [main/WARN] [mixin]: @mixin target bsb was not found mixins.baritone.json:MixinWorldClient

Final checklist

  • I have not used any OwO's or UwU's in this issue.
commented

You're running a notch obfuscated version against a non-obfuscated version.
If you're running without obfuscation use the gradlew jar output.
If you're running with obfuscation (has to be notch iirc) use the gradlew build output.