Jellyfin Forum
Jellyfin media player compiled build fails (macOS Sequoia) - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin media player compiled build fails (macOS Sequoia) (/t-jellyfin-media-player-compiled-build-fails-macos-sequoia)



Jellyfin media player compiled build fails (macOS Sequoia) - supahfox - 2025-06-04

I'm trying to build JMP but when I open the compiled app it returns this

Code:
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x48)
    frame #0: 0x0000000100621318 libmpv.2.dylib`mpv_set_property + 24
libmpv.2.dylib`mpv_set_property:
->  0x100621318 <+24>: ldr    x8, [x0, #0x48]
    0x10062131c <+28>: ldrb  w9, [x8]
    0x100621320 <+32>: tbz    w9, #0x0, 0x100621374 ; <+116>
    0x100621324 <+36>: mov    w0, #-0x9 ; =-9
Target 0: (Jellyfin Media Player) stopped.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x48)
  * frame #0: 0x0000000100621318 libmpv.2.dylib`mpv_set_property + 24
    frame #1: 0x00000001000234d4 Jellyfin Media Player`___lldb_unnamed_symbol1891 + 124
    frame #2: 0x0000000100029008 Jellyfin Media Player`PlayerComponent::setOtherConfiguration() + 1724
    frame #3: 0x00000001029a1980 QtCore`___lldb_unnamed_symbol9965 + 1020
    frame #4: 0x000000010001a274 Jellyfin Media Player`DisplayComponent::componentInitialize() + 124
    frame #5: 0x00000001000157a4 Jellyfin Media Player`ComponentManager::registerComponent(ComponentBase*) + 456
    frame #6: 0x0000000100015f54 Jellyfin Media Player`ComponentManager::initialize() + 148
    frame #7: 0x0000000100012e08 Jellyfin Media Player`main + 5968
    frame #8: 0x000000018c926b98 dyld`start + 6076

I'm using
  • Qt 5.15.19
  • cmake 3.31.6
  • ninja 1.12.1
  • mpv 0.40.040.0

I opened a github issue but no response at all https://github.com/jellyfin/jellyfin-media-player/issues/934