Baritone: Baritone crashes with no other mods.

Created on 21 Oct 2018  路  12Comments  路  Source: cabaletta/baritone

Steps to reproduce the problem

  1. Delete .minecraft
  2. Launch clean install of Forge
  3. It works
  4. Build baritone-standalone-1.0.0-hotfix-2.jar
  5. Copy it to the mods\1.12.2 folder
  6. Launch and see a crash

Specifications

  • Version: Latest build as of October 21st
  • Platform: Win10 x64
  • Forge: Latest as of October 21st

Logs:

Edit: sent wrong logs.
Here are new ones.

debug.log
latest.log

No crash logs were produced even though the launcher detected a crash

Most helpful comment

@leijurv I'm trying to install with forge, not with impact

All 12 comments

Logs show "KAMI-feature-baritone-impl-b9-release.jar" has the crash and the clean install looks like a clean minecraft install lol.

owned 馃槑

I'm not sure if the leftClickCounter is actually an issue specifically, or if it's just the first field in the first mixin. In my latest commit I actually removed that shadow since we don't use it.

Steps to realize baritone standalone does work:

  1. Clone baritone
  2. ./gradlew runClient
  3. Notice it working

Logs show "KAMI-feature-baritone-impl-b9-release.jar" has the crash and the clean install looks like a clean minecraft install lol.

@0-x-2-2
Sorry, I will send new logs. I mixed them up
debug.log
latest.log

Make sure simpletweaker is in the classpath.

Caused by: java.lang.ClassNotFoundException: io.github.impactdevelopment.simpletweaker.SimpleTweaker wow i wonder what this could mean??? how 2 fix???

@ChristoferMinestar you'll want to add the dependency as here https://github.com/cabaletta/baritone/blob/master/INSTALL.md

{
    "name": "com.github.ImpactDevelopment:SimpleTweaker:1.2",
    "url": "https://impactdevelopment.github.io/maven/"
},

@leijurv I'm trying to install with forge, not with impact

Even with SimpleTweaker in the classpath it still crashes on launch.

Forge 14.23.5.2772
baritone-standalone-1.0.0-hotfix-2.jar (a6dc156)
debug.log
latest.log

EDIT: Apologies for the double-post, seems that GitHub was having issues when I posted.

Caused by: java.lang.ClassNotFoundException: org.spongepowered.asm.launch.MixinBootstrap
wOw Ayy Wander what this could mean??? how 3 fik???

@ChristoferMinestar yes i'm aware you're trying to install with forge, the fact remains your issue was not having SimpleTweaker in your classpath

Was this page helpful?
0 / 5 - 0 ratings