MeteorDevelopment / meteor-client

Based Minecraft utility mod.
https://meteorclient.com
GNU General Public License v3.0
2.15k stars 797 forks source link

(Starscript) Putting parenthesis without any function name causes meteor to brick itself #3709

Open Reycko opened 1 year ago

Reycko commented 1 year ago

Describe the bug

The bug is caused when using Starscript, when making an typing an empty function, example: round(player.speed, 1)(), the "()" after the round function causes the game to crash infinitely with error code -1.

Some info that might help: https://pastebin.com/raw/ajyEPg1b

Steps to reproduce

I was customizing my HUD, to make the baritone text only show when mining, and also showing the amount of blocks away from the target, acidentally put in a (), game crashed, meteor HUD bricked.

Link to crash report/log if applicable (https://mclo.gs)

No response

Meteor Version

0.5.3 (1827)

Minecraft Version

1.19.4

Operating System

Windows

Before submitting a bug report

Reycko commented 1 year ago

I managed to get my HUD file back after changing the () with ",," temporarily using HxD