BUG - GUI Keeps Crashing on macos #258
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#258
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Program version
3.0.0
Service
Irrelevant
Command used
N/A
Show ID
N/A
Episode
N/A
Console Output
I either Get this:
Or this when trying to run Gui via terminal.
Additional Information
Video Of Crash
just watch as it crashes every time i open its like 1 seconds it opens & insta closes
not even sure where logs are for this.
Since I have no Mac I couldn’t test it for make unfortunately- I will investigate the source later
Thanks for the report
On error i see right now is that the file system seems to be read only. This could be a permission error or an error with electron
I did set full disk access to it in system preferences, from the video demo that's with full disk access but it instantly closes/crashes.
I can't build a 'test version' for you but can you try to build from source by running
npm run build-macos-guiwell it built still getting on commit
e6d5dab21asame thing like in the video demo where it opens & closes in under a second.
Full build log:
Can you try to build and then running
npx electron-forge startin the lib folder? Maybe I can get more information there, because I have currently no idea what the problem could be.still crashing the same way.

Video
https://user-images.githubusercontent.com/2242880/154812066-d026e7ec-2473-4893-9901-5852f39aef92.mp4
Do you know if other electron apps work on your machine? You can try by running
npx create-electron-app@latest my-appand themnpm run startin the directory.I think that this will work. The problem is I can't even find something online about the error you are facing, and I have no clue why it should only crash on mac...
I got out my old Mac and found the issue for the crash. Apparently the response from the popup is
-1and the app is closed by my code. Why its-1tho no idea.I make a new release with all the builds shortly