mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
fork nightly build not working on MACos #1409
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1409
Loading…
Add table
Add a link
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?
Originally created by @swoop124 on GitHub (Feb 20, 2023).
Bug Description
Hello,
First of all, this prject is amazing.
But i am no Programmer. ;-)
I have successfully built my own version of the binarys, using this tutorial:
https://rustdesk.com/docs/en/dev/build/all/
only to have a build with my own Rendezvous-Server and Key.
The windows version is working great. But the MAC version is not working at all. Linux i haven't testet jet.
When i open the DMG-File the Icon of RustDesk.app is showing up but nothing else. Shouldn't there be an Application-Folder? In the official MAC build, there is the Application-Folder present.
And i saw that the official nightly build is 21,3MB in size my build is 23,4MB in size.
how can i get macos version running?
How to Reproduce
When i double-klick the RustDesk.app, Macos is saying that it cannot look for Malware. Even when i klick open, the App is not starting.
So i right-click on the app then i klick on open. Usually that does the trick, but not this one.
After i klick open nothing happens.
i found a logfile on my mac. please see attached
App-Crash 2023-2-20 16-23.log
now that i scaned through the log file, i see that there is apparently a library missing.
Expected Behavior
Thr app should open as it should
Operating system(s) on local side and remote side
osx
RustDesk Version(s) on local side and remote side
Nightly
Screenshots
No response
Additional Context
No response
@rustdesk commented on GitHub (Feb 20, 2023):
#763
@kitzler-walli commented on GitHub (Feb 23, 2023):
This doesn't seem to be a build issue - the app builds just fine but it is simply not executable on macOS (arm64)
@swoop124 commented on GitHub (Feb 23, 2023):
Hello kitzler-walli,
yes, this is correct. As i mentioned, i saw in the provided log file, there are missing librarys.
So wich library i didn't found out.
@kitzler-walli commented on GitHub (Feb 27, 2023):
@swoop124 My comment was meant for @rustdesk as they seem to simply close the case referring to build issues - but this isn't a build issue and it happens with a simple fork - no changes and following their tutorial.
I couldn't find anything in the docs or the faq that matches this problem.
So thank you @swoop124 for creating this issue - hopefully they will look into it.