blake502 / balatro-mobile-maker

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

EXE not opening for me #33

Closed trickyt1992 closed 1 month ago

trickyt1992 commented 1 month ago

I get a quick flash of what looks like CMD prompt and thats it. have copied balatro.exe to the same folder as the exe. Running 64bit windows. not sure whats going on?

CUexter commented 1 month ago

To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=x86&rid=win10-x86

blake502 commented 1 month ago

What version of Windows are you using?

trickyt1992 commented 1 month ago

Windows 10, Nathan fixed it with this: To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=x86&rid=win10-x86

Thanks very much

On Mon, 15 Apr 2024, 13:22 Blake, @.***> wrote:

What version of Windows are you using?

— Reply to this email directly, view it on GitHub https://github.com/blake502/balatro-mobile-maker/issues/33#issuecomment-2056724352, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4KWZKDBNGURC7ADBL7VLZ3Y5PBBBAVCNFSM6AAAAABGG46YKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJWG4ZDIMZVGI . You are receiving this because you authored the thread.Message ID: @.***>

blake502 commented 1 month ago

Ah darn it. I incorrectly assumed .NET Core was bundled with Windows updates-- But it seems that only the older .NET Framework is included. Since we're committed to Core now, I suppose I'll create a self-contained build. That'll increase the file size of the tool to about 15mb, but oh well.

CUexter commented 1 month ago

there are two solutions to this problem:

  1. Tell the user to install it on their own
  2. Bigger file size, I guess people won't mind

Sent from Outlook for Androidhttps://aka.ms/AAb9ysg


From: Blake @.> Sent: Monday, April 15, 2024 8:57:14 PM To: blake502/balatro-mobile-maker @.> Cc: CHAN, Lik Yan Nathan @.>; Comment @.> Subject: Re: [blake502/balatro-mobile-maker] EXE not opening for me (Issue #33)

Ah darn it. I incorrectly assumed .NET Core was bundled with Windows updates-- But it seems that only the older .NET Framework is included. Since we're committed to Core now, I suppose I'll create a self-contained build. That'll increase the file size of the tool to about 15mb, but oh well.

— Reply to this email directly, view it on GitHubhttps://github.com/blake502/balatro-mobile-maker/issues/33#issuecomment-2056791632, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AS6TD5GAQGNEYUNM5AITOELY5PFCVAVCNFSM6AAAAABGG46YKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJWG44TCNRTGI. You are receiving this because you commented.Message ID: @.***>

blake502 commented 1 month ago

Beta 0.7.1 uses self-contained build now. Installing the .NET Core runtime should not be necessary anymore.