VL
VL
``` ./mpv --vulkan-device=help Available vulkan devices: 'AMD Radeon RX 5700 XT' (GPU 0, ID 1002:731f) ./mpv -v --vo=gpu --gpu-api=vulkan [cplayer] Command line options: '-v' '--vo=gpu' '--gpu-api=vulkan' [cplayer] mpv 0.29.0-2323-gdae9ea3fa7 Copyright...
``` ./mpv --no-config --msg-level=all=trace --vo=gpu --gpu-api=vulkan [cplayer] Command line options: '--no-config' '--msg-level=all=trace' '--vo=gpu' '--gpu-api=vulkan' [cplayer] mpv 0.29.0-2323-gdae9ea3fa7 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects [cplayer] built on Wed Feb 17 20:11:38 EET...
Duplicating local.lsdinjector.plist, effectively running inject command multiple times on boot, seems to work as a workaround for making injection work reliably, so far. Are there any side effects on running...
Unfortunately doesn't solve the issue for me on Big Sur. Commit message mentions that launchservicesd could crash, but I don't think it does when this issue occurs because pid in...
`let url = URL(string: "iina://weblink?url=\(escapedURL)")` should be changed to `let url = URL(string: "iina://weblink?url=\(escapedURL)&new_window=1")` in `SafariExtensionHandler.swift`, then it would work as expected.
> "always open media in new window" enabled When parsing urls, user defaults aren't checked, only the arguments that are parsed together. Personally, I don't see the use case of...
When crash happens in beginPresentation state looks like this:  swapchain and device are used in that function but they're NULL so it crashes. Moving addPresentedHandler outside of addScheduledHandler solved...
Because it was moved inside here: https://github.com/KhronosGroup/MoltenVK/commit/f0cb31a12b59f05177f07ab5a46bc9084ba5fbc9#diff-ee7f9cb03a11bba9ad9e2f634103f46908e74a8e5e630894a0a94340f312fd1bR1329 But if @billhollings wouldn't see a problem with moving it back outside the handler...