-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process killed immediately when running on macOS #455
Comments
You might also need to allow |
Allowing files does not stop the process from being killed. |
It runs fine if you clone the project and build it locally. I guess there is something wrong with the packaging |
Running it via |
I don't work in terminal space - how do I use dotnet? It worked beautifully on Windows, but I really intended to use it with MacOS arm. |
You can download .NET runtime (or SDK) here: https://dotnet.microsoft.com/en-us/download Then use the terminal, switch to the directory with the app, and run |
In first you need to install dotnet from brew with this command : And now you can use the @Tyrrrz command : |
@Raphael0010 with |
When I run : |
Okay that's unfortunate |
The solution to this issue is probably an app bundle, similar to Tyrrrz/DiscordChatExporter#1249 |
Version
v1.12.2
Platform
macOS 14
Steps to reproduce
Terminal looks like this:
(base) ➜ YoutubeDownloader.osx-arm64 ./YoutubeDownloader
[1] 4396 killed ./YoutubeDownloader
Details
can't open the app, no matter running in terminal or clicking the "YoutubeDownloader" in the folder
p.s. already allowed this app in system settings
Checklist
The text was updated successfully, but these errors were encountered: