Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Baritone Won't Build Bug

SurviveThePersonPerson opened this issue · 5 comments

commented

Some information

Operating system: Windows 10
Java version: Version 8 Update 92
Minecraft version: Minecraft 1.14
Baritone version: 1.4.3
Forge mods (if used): None.

Exception, error or logs

See logs here: https://hastebin.com/awumawawaq.md

How to reproduce

Load any schematic in your schematics folder and attempt to allow baritone to build the schematic. You'll find an error telling you to report the bug here.

Final checklist

  • [ ✓] 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.
  • [ X] I have not used any OwO's or UwU's in this issue.
commented

It looks like the block IDs are numbers, not letters. Not a dev, so I may be wrong.

commented

Suggestion: try schematics NOT made for 1.13

commented

Invalid issue; log link is down.

commented

Invalid issue; log link is down.

[23:28:32] [Server thread/INFO]: Cstly joined the game
[23:28:33] [pool-5-thread-4/INFO]: [STDOUT]: Started saving saved containers in a new thread
[23:28:33] [pool-5-thread-3/INFO]: [STDOUT]: Started saving the world in a new thread
[23:28:33] [pool-5-thread-3/INFO]: [STDOUT]: World save took 1ms
[23:28:33] [main/INFO]: [STDOUT]: Baritone world data dir: C:\Users\brend\AppData\Roaming\.minecraft\saves\Testing\baritone\DIM0
[23:28:33] [Server thread/INFO]: Saving and pausing game...
[23:28:33] [Server thread/INFO]: Saving chunks for level 'Testing'/minecraft:the_nether
[23:28:33] [Server thread/INFO]: Saving chunks for level 'Testing'/minecraft:overworld
[23:28:33] [main/INFO]: Loaded 0 advancements
[23:28:33] [Server thread/INFO]: Saving chunks for level 'Testing'/minecraft:the_end
[23:28:38] [main/INFO]: [CHAT] [Baritone] > build redeemer
[23:28:38] [main/INFO]: [CHAT] [Baritone] An unhandled exception occurred.The error is in your game's log, please report this at https://github.com/cabaletta/baritone/issues
[23:28:38] [main/INFO]: [STDERR]: baritone.api.command.exception.CommandUnhandledException: java.lang.UnsupportedOperationException: 1.13 be like: numeric IDs btfo
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.cb.execute(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.w.a(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.w.onSendChatMessage(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.cd.a(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.cd$$Lambda$2991/2130682398.accept(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:890)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.cd.onSendChatMessage(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at dmp.handler$sendChatMessage$zzb000(SourceFile)
[23:28:38] [main/INFO]: [STDERR]: 	at dmp.f(SourceFile)
[23:28:38] [main/INFO]: [STDERR]: 	at dcl.sendMessage(SourceFile:318)
[23:28:38] [main/INFO]: [STDERR]: 	at dcl.sendMessage(SourceFile:311)
[23:28:38] [main/INFO]: [STDERR]: 	at dbl.keyPressed(SourceFile:129)
[23:28:38] [main/INFO]: [STDERR]: 	at cya.a(SourceFile:410)
[23:28:38] [main/INFO]: [STDERR]: 	at cya$$Lambda$2964/1657056576.run(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at dcl.wrapScreenError(SourceFile:441)
[23:28:38] [main/INFO]: [STDERR]: 	at cya.a(SourceFile:408)
[23:28:38] [main/INFO]: [STDERR]: 	at cya$$Lambda$1514/172465164.invoke(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37)
[23:28:38] [main/INFO]: [STDERR]: 	at org.lwjgl.system.JNI.invokeV(Native Method)
[23:28:38] [main/INFO]: [STDERR]: 	at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
[23:28:38] [main/INFO]: [STDERR]: 	at cuo.k(SourceFile:408)
[23:28:38] [main/INFO]: [STDERR]: 	at cuo.c(SourceFile:279)
[23:28:38] [main/INFO]: [STDERR]: 	at cyc.b(SourceFile:1023)
[23:28:38] [main/INFO]: [STDERR]: 	at cyc.e(SourceFile:976)
[23:28:38] [main/INFO]: [STDERR]: 	at cyc.b(SourceFile:410)
[23:28:38] [main/INFO]: [STDERR]: 	at net.minecraft.client.main.Main.main(SourceFile:155)
[23:28:38] [main/INFO]: [STDERR]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:28:38] [main/INFO]: [STDERR]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[23:28:38] [main/INFO]: [STDERR]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:28:38] [main/INFO]: [STDERR]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[23:28:38] [main/INFO]: [STDERR]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[23:28:38] [main/INFO]: [STDERR]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[23:28:38] [main/INFO]: [STDERR]: Caused by: java.lang.UnsupportedOperationException: 1.13 be like: numeric IDs btfo
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.gp.<init>(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.dy.build(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	at baritone.al.execute(Unknown Source)
[23:28:38] [main/INFO]: [STDERR]: 	... 32 more```
commented

No build for 1.13+ yet. Blame schematic id’s.
... or leijurv for not using the updated sponge format.