blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
270 stars 21 forks source link

Unable to build on ARM64 Mac #63

Closed crcrworks closed 1 week ago

crcrworks commented 2 weeks ago

run

chmod +x 'Balatro Mobile Maker 0.8.2-osx-arm64-expeimental'
./'Balatro Mobile Maker 0.8.2-osx-arm64-expeimental'

then get an error: fish: Job 1, './Balatro\ Mobile\ Maker\ 0.8.2…' terminated by signal SIGKILL (Forced quit)

If use 'Balatro Mobile Maker 0.8.2 OSX x64.2-osx-x64' instead of arm64 version, also error occurs:

Unhandled exception. System.ComponentModel.Win32Exception (2): An error occurred trying to start process '7zz' with working directory '/Users/crcr/Development/balatro'. No such file or directory
   at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo, String, String[], String[], String, Boolean, UInt32, UInt32, UInt32[], Int32& , Int32& , Int32& , Boolean, Boolean )
   at System.Diagnostics.Process.StartCore(ProcessStartInfo)
   at System.Diagnostics.Process.Start()
   at balatro_mobile_maker.Tools.RunCommand(String, String)
   at balatro_mobile_maker.Platform.useSevenZip(String)
   at balatro_mobile_maker.Tools.useTool(ProcessTools, String)
   at balatro_mobile_maker.View.Begin()
   at balatro_mobile_maker.Program.Main(String[])
fish: Job 1, './Balatro\ Mobile\ Maker\ 0.8.2…' terminated by signal SIGABRT (Abort)
kylefmohr commented 2 weeks ago

Can you try the version from my latest commit in PR #61 ? @crcrworks

blake502 commented 1 week ago

Changes from PR #61 now in the latest release.

blake502 commented 1 week ago

Hey @crcrworks, any luck with the latest version?

This should be resolved, so I'll go ahead and close the issue. If that's not the case, I'll gladly re-open.