Sergey Bugaev
Sergey Bugaev
> Reversing the MoltenVK logic, it is feasible to implement a Metal to Vulkan compatibility layer ? Yep, that's the plan. It'd be awesome if someone more familiar with Vulkan...
You could try to `make install` into some directory inside Docker and then just copy that to the host. But we highly recommend you to build and run Darling in...
The provided Ubuntu packages require glibc of a specific version simply because that's the version they've been built against. We might have as well built them against an older version...
Yes, GUI apps are still officially unsupported. They unofficially work, but you need some special setup for now; this is not an issue of OpenGL.framework, it's a generic limitation of...
Symlink over enough of `/usr/lib/dri` (or wherever they are), copy over / symlink the GLVND config (`/usr/share/glvnd`), maybe symlink or bind-mount `/sys`, maybe also `/usr/share/drirc`/`/etc/drirc`. If that's not enough, `strace`...
If you get it to work, you'll also need some workaround for https://github.com/darlinghq/darling/issues/368; the easiest is to patch `NSApplication` to make all the run loop mode names the same.
[The original Cocotron](https://github.com/cjwl/cocotron) is abandoned since 2015 or so, and our fork of it has *a lot* of fixes and improvements. I would say that at this point, I consider...
This is why we always tell you to never run Darling on the host, always in a VM. (Not this in particular, but the possibility of bugs like this.) >...
> and systemd- coredump often tries to collect the coredump then give up, realizing launchd is not even a elf executable nor one installed by the system's package management system...
> `/var/run` is a symlink to `../run`, i.e. `/run` I know, this is why I'm saying it is a possibility that this wiping of directories on startup may be to...