ethangreen-dev / lovely-injector

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

Won't work on a Mac #58

Closed kirniy1 closed 2 months ago

kirniy1 commented 2 months ago

Hi! I followed all the instructions very carefully and yet the game launches in its vanilla version, no matter what I do. Here are some logs:

Last login: Fri Jul 5 09:55:23 on ttys001 kirniy@Kirills-Laptop ~ % /Users/kirniy/Library/Application\ Support/Steam/steamapps/common/Balatro/run_lovely.sh INFO - [♥] Lovely 0.5.0-beta6 INFO - [♥] Game directory is at "/Users/kirniy/Library/Application Support/Steam/steamapps/common/Balatro/Balatro.app/Contents/MacOS" INFO - [♥] Writing logs to "/Users/kirniy/Library/Application Support/Balatro/Mods/lovely/log" INFO - [♥] Using mod directory at "/Users/kirniy/Library/Application Support/Balatro/Mods" INFO - [♥] Cleaning up dumps directory at "/Users/kirniy/Library/Application Support/Balatro/Mods/lovely/dump" INFO - [♥] Initialization complete in 2ms 2024-07-05 09:57:55.848 love[11581:2875923] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:. INFO - [♥] Applied 2 patches to 'main.lua' INFO - [♥] Applied 1 patch to 'game.lua' INFO - [♥] Applied 3 patches to 'functions/UI_definitions.lua' INFO - [♥] Applied 1 patch to 'functions/state_events.lua' INFO - [♥] Applied 1 patch to 'functions/button_callbacks.lua' INFO - [♥] Applied 1 patch to 'card.lua' [S_API] SteamAPI_Init(): Loaded '/Users/kirniy/Library/Application Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steamclient.dylib' OK. Setting breakpad minidump AppID = 2379780 SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561199638113040 [API loaded no] kirniy@Kirills-Laptop ~ %

INFO - [♥] Lovely 0.5.0-beta6 INFO - [♥] Game directory is at "/Users/kirniy/Library/Application Support/Steam/steamapps/common/Balatro/Balatro.app/Contents/MacOS" INFO - [♥] Writing logs to "/Users/kirniy/Library/Application Support/Balatro/Mods/lovely/log" INFO - [♥] Using mod directory at "/Users/kirniy/Library/Application Support/Balatro/Mods" INFO - [♥] Initialization complete in 3ms

What could possibly be the issue here?

kirniy1 commented 2 months ago

Solved: I'm an idiot and forgot to copy Steamodded folder itself, not just the mods