KubeJS

KubeJS

61M Downloads

on click 1.19

Joshernoob opened this issue ยท 9 comments

commented

Minecraft Version

1.19

KubeJS Version

kubejs-forge-1900.5.5-build.12

Rhino Version

rhino-forge-1802.1.14-build.182

Architectury Version

architectury-5.7.27-forge

Forge/Fabric Version

Forge- 41.0.38

Describe your issue

Game loads in just fine but as soon as i click anything in the main menu it give on click error

(this is from mod crashy so if link doesnt work i can make a new one on a diffrent site) https://bytebin.lucko.me/Tq8FagY5V
Screenshot 2022-06-18 141638

added the picture incase that make things faster

Crash report/logs

No response

commented

Can you try removing it and see whether things work then? I'm still looking into why this is happening, but it's... likely to be on BG's end

commented

Are you using Building Gadgets? If so, that mod seems to be causing issues with KubeJS right now, for whatever reason...

commented

yes i currrently am

commented

i removed it and charging gardgets just to make sure and still getting an on click error
Screenshot 2022-06-18 142412

commented

Can you send us the crash report of that once again

commented

new crash report
Screenshot 2022-06-18 143302

commented

Can you please enable debug.log and try again and then send us that, and also please if you can post your logs to an actual paste site instead of putting a screenshot here.

(If you're on CurseForge, you can enable the debug.log by going to the game-specific settings for Minecraft and toggling this switch)
image

commented

(Debug was slit do to size limit on site)
Debug.log part 1:https://pastebin.com/6Sh56Ja7
Debug.log part 2: https://pastebin.com/sqs2FTDv
Debug.log part 3: https://pastebin.com/h0iSTWJx
Debug.log part 4: https://pastebin.com/eGpCbWwN

Latest.log: https://pastebin.com/guZr0TDU

commented

Extreme Reactors is forcing Forge to roll back to the Vanilla registry game state because of code relying on their old fluid API. KubeJS is being blamed here because it's the first mod to "expect" a registry object to be present whenever you load into the world (given that it hooks into when datapacks load and tries to get a serialiser we have for custom shaped recipes)

Apparently this is a known issue with Forge in 1.19, see MinecraftForge/MinecraftForge#8720