ethangreen-dev / lovely-injector

A runtime lua injector for games built with LÖVE
60 stars 10 forks source link

Game crashes when any of the buttons in the settings screen is clicked #60

Closed grkmndr closed 2 months ago

grkmndr commented 2 months ago

I've just tried configuring this stuff to be able to play with mods so bear with me if I've missed some key steps. (I'm running this on a MacBook M1 Pro)

This is how it looks in ~/Library/Application Support/Balatro folder:

Screenshot 2024-07-07 at 18 25 59

When I run the game I'm able to play with MoreSpeeds and quickrestart mods without a problem. (Although I haven't been able to run the Brainstorm mod successfully but that's an issue for another day.)

But whenever I go into the Options->Settings screen in-game and click on any of the buttons (Game, Video, Graphics, Back etc.) the game crashes. Here's the log:

lovely-2024.07.07-18.20.14.log

Aurelius7309 commented 2 months ago

This is an issue with MoreSpeeds, the custom speed box introduced this problem. It should no longer crash if you remove that part from the mod or roll it back to a previous version that didn't have the custom speed box: MoreSpeeds.zip

grkmndr commented 2 months ago

Thanks a lot this solves the issue.