der richter
der richter
just assuming that the recent backtrace is the same problem as from the OP. at least the backtrace is a bit more revealing of the underlying problem. seems like we...
@noahlias is that problem well reproducible on your end? can you build mpv yourself and could test a patch? [edit] it might just be a case of the usual cocoa...
> > @noahlias is that problem well reproducible on your end? can you build mpv yourself and could test a patch? > > what mean? I build it manually and...
yeah the first attempt worked because no nowPlayingInfo will ever be set to the InfoCenter, so it can't trigger the error. though you won't have any now nowPlayingInfo either. i...
would be nice if you could try this please. i pushed a fix to my branch [mac_remote_artwork](https://github.com/Akemi/mpv/tree/mac_remote_artwork) this commit https://github.com/Akemi/mpv/commit/bae0e8abd3afbe4e9b734d539aca3d4cce5c97b1 or file https://github.com/Akemi/mpv/blob/bae0e8abd3afbe4e9b734d539aca3d4cce5c97b1/osdep/macos/remote_command_center.swift alternatively also this patch: ``` diff --git...
too bad. sry i need some more testing in this case. pushed something to the same branch again with terminal test outputs. commit https://github.com/Akemi/mpv/commit/852056b582099fcef195ab9008926828e9d82a45 file https://github.com/Akemi/mpv/blob/852056b582099fcef195ab9008926828e9d82a45/osdep/macos/remote_command_center.swift patch https://github.com/Akemi/mpv/commit/852056b582099fcef195ab9008926828e9d82a45.patch could you...
so the second one, eg the patch plus the adjustment to use `return NSImage(named: NSImage.trashFullName)!` also results in a bus error, but only if you play a file? could you...
sry another round another test. could you please try this change. commit https://github.com/Akemi/mpv/commit/9c8cbe7232cfac17579784959a88bb33af77dde9 file https://github.com/Akemi/mpv/blob/9c8cbe7232cfac17579784959a88bb33af77dde9/osdep/macos/remote_command_center.swift patch https://github.com/Akemi/mpv/commit/9c8cbe7232cfac17579784959a88bb33af77dde9.patch i am interested in the terminal output again and in the case of...
tbh i have no idea what else could be done for now. though it might be worth gathering some more data. if you have rosetta installed, do the builds from...
to sum some important things up: 1. stolendata builds work 2. homebrew bottle failed so we couldn't test a different native arm build 3. you are using macOS 14.3.1, xcode...