Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

olive doesnt start at all[CRASH] #2340

Open
MajidAbdelilah opened this issue Jul 10, 2024 · 5 comments
Open

olive doesnt start at all[CRASH] #2340

MajidAbdelilah opened this issue Jul 10, 2024 · 5 comments
Labels
Crash Unexpected termination or freeze of Olive Triage This issue is yet to be triaged

Comments

@MajidAbdelilah
Copy link

Commit Hash

version f7e1bff

Platform

clear linux 41990

Summary

ain@majid~/Desktop/Olive-f7e1bff0-Linux-x86_64-clang $ ./Olive-f7e1bff0-Linux-x86_64.AppImage 
/tmp/.mount_Olive-yB6mev/usr/bin/olive-editor: /usr/lib64/libQt5Widgets.so.5: version `Qt_5_PRIVATE_API' not found (required by /tmp/.mount_Olive-yB6mev/usr/bin/olive-editor)
ain@majid~/Desktop/Olive-f7e1bff0-Linux-x86_64-clang $ 

Steps to Reproduce

  1. install clear linux
  2. download olive
  3. chmod +x olive.AppImage
  4. run olive
Crash Report


no report was printed at all

Additional Information
thanks and sorry for the hastle

@MajidAbdelilah MajidAbdelilah added Crash Unexpected termination or freeze of Olive Triage This issue is yet to be triaged labels Jul 10, 2024
@MajidAbdelilah
Copy link
Author

any news

@Simran-B
Copy link
Collaborator

It seems to work fine under Fedora 40. I'm not sure why it would look at /usr/lib64/, the AppImage bundles the Qt5 libraries under /usr/lib/ in squashfs. Even extracting the AppImage and running olive-editor works. The specific error message seems to indicate a Qt version conflict (but using an AppImage should actually avoid this...) Does your host OS have a really old Qt5 version installed? People say that Qt_5_PRIVATE_API is only a thing in Qt 5.9 or so

@MajidAbdelilah
Copy link
Author

i have managed to run it; i extracted the AppImage and cd ./squashfs-root/usr/bin then export LD_LIBRARY_PATH=../lib/:$LD_LIBRARY_PATH && ./olive-editor and it run

@MajidAbdelilah
Copy link
Author

oddly this trick never work with the image bundled if i added the /usr/lib to LD_LIBRARY_PATH it still give me the same error

@MajidAbdelilah
Copy link
Author

how to check for qt5 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Unexpected termination or freeze of Olive Triage This issue is yet to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants