-
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
AppKit fails to load Mesa drivers #600
Comments
After using #603 the error became:
So a combination of #598 and something new. |
I tried to symlink
and the error changed to:
|
@TheBrokenRail The failure to load the mesa driver is a known issue. It has to do with the chroot environment interfering with the Linux libraries. I recommend you keep an eye on this issue. Once that is fixed, that annoying mesa bug will go away. |
@TheBrokenRail you may have to symlink or bind-mount a lot more directories, see #365 (comment) |
After running:
It segfaults:
|
The
outputs:
|
|
No, of course an unrecognized selector sent to the form is unrelated to the fonts. And indeed, we don't seem to have You should:
|
Now the error is:
|
Yeah, that means it still doesn't like your GL setup. |
I ran strace and got:
|
Don't Do this: start Darling shell as usual, then from a regular Linux shell figure out the PID of bash running inside, then run |
Without |
Core dump: core.zip |
Fixed by #377 |
After #598 failed, I also tried this simple AppKit test program: https://github.com/gammasoft71/Examples_Cocoa/blob/master/src/HelloWorld/HelloWorld.m
It printed:
The text was updated successfully, but these errors were encountered: