-
Notifications
You must be signed in to change notification settings - Fork 450
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
Cannot launch apps - result: Segmentation fault: 11 #838
Comments
It seems that @jiriks74 has already open an issue before me. Then I and he have the same issue. I leave my comment copied from your issue. I am already aware that most GUI applications will not run at the moment.. I have this same problem with opening few simple Apple apps, as Nova (formerly Coda 2) and Sublime Text. I prepared the logs for you, @Arucard1983, @bugaevc, @LubosD and @TheBrokenRail:
'Sublime Text.app/Contents/MacOS/Sublime Text'
dyld: Symbol not found: _kTISPropertyInputSourceIsASCIICapable
Referenced from: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text (which was built for Mac OS X 10.9)
Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
in /Applications/Sublime Text.app/Contents/MacOS/Sublime Text
abort_with_payload: reason: Symbol not found: _kTISPropertyInputSourceIsASCIICapable
Referenced from: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text (which was built for Mac OS X 10.9)
Expected in: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
in /Applications/Sublime Text.app/Contents/MacOS/Sublime Text; code: 4
Abort trap: 6 (core dumped)
dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
Referenced from: /Volumes/SystemRoot/home/gusbemacbe/Transferências/Aplicativos/macOS/Nova.app/Contents/MacOS/Nova
Reason: image not found
abort_with_payload: reason: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
Referenced from: /Volumes/SystemRoot/home/gusbemacbe/Transferências/Aplicativos/macOS/Nova.app/Contents/MacOS/Nova
Reason: image not found; code: 1
Abort trap: 6 (core dumped) I have been researching. There are two solutions, you need to host dyld library for compiling for Darling, or Homebrew comes with the dylib library, but I am not sure if it is safe to install Homebrew inside Darling. And I am not sure if Swift, which is open source, has the library |
You need to copy the error log here from the command |
There is only |
@jiriks74, try |
I get this running
How do I get those files? |
@gusbemacbe
|
Then we have the same issue. All our apps did not find the
It comes mostly from XCode and from Objective-C. The library As for Homebrew, it seems that because of permissions and TLS, in reference to #553 and #357. |
@gusbemacbe |
@gusbemacbe |
According to Darling's docs, you can run: xcode-select --install
Yes, as according to Darling's docs, run the |
@gusbemacbe you are reading the wrong part of the error message. In one it says "symbol not found" - I.e. The darling version of that library is missing a feature that the genuine apple version has; in the other, it says "image not found" . "Image" is just a collective term for "executable or library" - thus a complete library is missing, not yet implemented. |
bash: line 1: 3331 Segmentation fault: 11 '/Users/harshpandey/Desktop/DSA/Recursion/SubsetGenerationCode' |
Expected Result
Start application via
open Appname.app
in my case
open /Applications/Visual\ Studio\ Code.app/
Actual Result
I get
Segmentation fault: 11
even when I do just
open
Steps To Reproduce
Download VS code, unzip it inside /Applications folder and run
open /Applications/Visual\ Studio\ Code.app/
System Information
OS: Arch Linux x86_64
Kernel: 5.4.47-xanmod1-1-xanmod-lts
Uptime: 17 mins
Packages: 1274 (pacman)
Shell: zsh 5.8
Resolution: 1920x1080, 1024x768
DE: Unity
WM: awesome
Theme: Breeze [GTK2/3]
Icons: breeze-dark [GTK2/3]
Terminal: terminator
CPU: Intel Pentium G2030 (2) @ 3.000GHz
GPU: AMD ATI Radeon HD 5670/5690/5730
Memory: 1667MiB / 15969MiB
Software, Version
Visual Studio code: 1.46
Linux: Kernel:5.4.47-xanmod1-1-xanmod-lts
Darling: 0751574
The text was updated successfully, but these errors were encountered: