CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.42k stars 460 forks source link

[BUG] Exit Button #855

Closed henrydatei closed 1 year ago

henrydatei commented 1 year ago

LiquidBounce Build/Version

010a20731c50af407d7a6eb4ca1ca081ed74d136

Operating System

macOS

Minecraft Version

1.18.2

Describe the bug

Pressing Exit Button in Main Menu doesn'z work

Steps to reproduce

Open Minecraft. Press Exit in Main Menu

Client Log

[12:10:33] [Render thread/INFO]: View message: [JS/ERROR] file:////Users/henryhaustein/Library/Application%20Support/minecraft/instances/liquidbounceNG1.18.2/LiquidBounce/themes/default/title/build/bundle.js:1:20996: TypeError: minecraft.scheduleStop is not a function. (In 'minecraft.scheduleStop()', 'minecraft.scheduleStop' is undefined)

Screenshots

No response

electron271 commented 1 year ago

I am getting this issue also on Linux, same client log

1zun4secondary commented 1 year ago

Yes because the JS is not being remapped and cannot find the function in the obfuscated minecraft environment

1zun4secondary commented 1 year ago

fixed