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

Doesnt work on ubuntu 16.04 #2

Closed
Gibbz opened this issue Jan 14, 2017 · 8 comments
Closed

Doesnt work on ubuntu 16.04 #2

Gibbz opened this issue Jan 14, 2017 · 8 comments
Assignees

Comments

@Gibbz
Copy link

Gibbz commented Jan 14, 2017

gui loads, but opening a video just crashes.

log from command line:

vidcutter
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 739, in handleError
self.startNew()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 688, in startNew
self.initNoVideo()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 208, in initNoVideo
self.novideoWidget.setBackgroundRole(QPalette.Dark)
RuntimeError: wrapped C/C++ object of type QWidget has been deleted
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 739, in handleError
self.startNew()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 688, in startNew
self.initNoVideo()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 208, in initNoVideo
self.novideoWidget.setBackgroundRole(QPalette.Dark)
RuntimeError: wrapped C/C++ object of type QWidget has been deleted

@EarBiteR
Copy link

On linux mint 18.1 (ubuntu 16) I found it was missing libgstmediaplayer.so and throwing this error so fixed it by installing libqt5multimedia5-plugins

@muzena
Copy link

muzena commented Jan 14, 2017

@EarBiteR Can you open mkv files?
On linux mint 18.1, when I try open mkv file, vidcutter it crashes

@ozmartian
Copy link
Owner

@Gibbz

I fixed this issue after doing some testing with fresh installs of Ubuntu 16.04 via VM. The code was fine but was missing a few additional dependencies to make the QMediaPlayer component work properly. Its all so badly documented but I'm quite confident its all okay now.

This is all assuming you guys have been installing via PPA at:

ppa:ozmartian/apps

If you upgrade/install the latest build from there it'll then download the necessary libraries to make it all work. Mainly it was a few gstreamer1.0-plugins packages and a qt5 (non-python) library which fixes the "No service" error.

Only issue I hav found is with Debian 8 (Jessie) which is so damn old and still on Qt5.3 which supports and older version of gstreamer. Definitely not worth worrying about that one.

Anyways, let me know how you go with the latest PPA build and thanks for the feedback etc! I've tested Ubunty Vivid and up as well as on Mint 18/18.1 with it all behaving well.

I'm an Arch user myself, this being my first attempt at a DEB so stick with me :-) It should be rocking now.

@ozmartian
Copy link
Owner

@muzena

If you still experience some videos, lik MKVs in particular, not working after updating to the latest release then I'd recommended making sure your have ubuntu-restricted-extras installed which you probably do have but maybe things are broken so a reinstall couldn't hurt.

I basically loaded up a live CD of Ubuntu 16.04 and installed nothing but the PPA DEB and MKVs, H264 MP4s etc were all working as they should. Hope the same occurs for you now.

Thanks!
Pete

@muzena
Copy link

muzena commented Jan 15, 2017

@ozmartian
It works now, problem was in my .mkv files premissions, root:root, i change it to $USER:$USER

@Gibbz
Copy link
Author

Gibbz commented Jan 16, 2017

yep all working now....

Only other minor issue is if you dont put an extension on the video when saving is reports that it has output the file, but infact it does not...

@ozmartian
Copy link
Owner

Will take a look as its definitely including the extension in the code and it works in KDE, Windows and macOS so its a Ubuntu things. I'll look into it to see what can be done.

Thx for reporting that, I tested in Ubuntu already but didn't pick that up.

@ozmartian
Copy link
Owner

AppImage available as of v2.5.0

ratcashdev pushed a commit to ratcashdev/vidcutter that referenced this issue Dec 23, 2020
ozmartian added a commit that referenced this issue Jun 16, 2021
ozmartian added a commit that referenced this issue Jun 16, 2021
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 6, 2022
morzh added a commit to morzh/vidcutter that referenced this issue May 6, 2022
morzh added a commit to morzh/vidcutter that referenced this issue Jun 4, 2022
morzh added a commit to morzh/vidcutter that referenced this issue Jun 8, 2022
morzh added a commit to morzh/vidcutter that referenced this issue Jun 8, 2022
morzh added a commit to morzh/vidcutter that referenced this issue Jun 9, 2022
morzh added a commit to morzh/vidcutter that referenced this issue Jun 9, 2022
morzh pushed a commit to morzh/vidcutter that referenced this issue Oct 17, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Oct 27, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 1, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 2, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 3, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Nov 13, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Dec 16, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Dec 17, 2023
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 2, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 5, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 7, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Feb 18, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Apr 7, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Apr 29, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue May 6, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue May 6, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue May 27, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Aug 13, 2024
morzh pushed a commit to morzh/vidcutter that referenced this issue Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants