Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. My app uses Phonon, QT4, worked fine on 10.13 but crashes on 10.14

My app uses Phonon, QT4, worked fine on 10.13 but crashes on 10.14

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 180 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RileyDylan
    wrote on last edited by RileyDylan
    #1

    I have an app that was custom made for me by a company that's gone out of business. It used phonon and essay writer QT4 to display videos (and a lot more); it worked great on 10.13, but I've upgraded to Mojave and now it runs but crashes with a segmentation fault when it tries to open a video. Apparently QT5 doesn't have Phonon? are there any workarounds short of having to re-do the whole app? I have the sources; how to recompile so that it works on 10.14?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      No, Qt 5 does not have Phonon. It provides the QtMultimedia module in place.

      You have two solutions: porting to Qt 5 (maybe Qt 6 directly).

      Install Qt 4 using macports or brew and debug your application. Note that Qt 4 has reached end of life a long time ago, so it's likely worth porting to Qt 5. The porting effort is nothing like the Qt 3 - Qt 4. It's pretty straightforward.

      By the way what does the crash tell you ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved