深度影院闪退问题
Tofloor
poster avatar
shouhukongling
deepin
2014-06-28 03:42
Author
非常喜欢深度的软件,给deepin点个赞
昨天ubuntu 14.04被我弄坏了,就重装了。
我把
deb http://packages.linuxdeepin.com/deepin  trusty main non-free universe
deb-src http://packages.linuxdeepin.com/deepin  trusty main non-free universe
这两个deepin的源添加到软件源中更新后安装深度影院。
安装完成后运行深度影院,但是闪退了。。。
报错信息如下:
anon@Lyhonk:~$ deepin-movie
/usr/lib/pymodules/python2.7/ass/__init__.py:7: UserWarning: Could not load renderer: /usr/bin/python: undefined symbol: ass_set_fonts_dir
  warnings.warn("Could not load renderer: " + str(e))
2014-06-27 19:41:13,339 - DMovie - INFO - set movie_file

file:///usr/share/deepin-movie/main.qml:5:1: module "Deepin.Locale" is not installed
     import Deepin.Locale 1.0
     ^
file:///usr/share/deepin-movie/main.qml:6:1: module "DBus.Org.Freedesktop.ScreenSaver" is not installed
     import DBus.Org.Freedesktop.ScreenSaver 1.0
     ^
file:///usr/share/deepin-movie/main.qml:5:1: module "Deepin.Locale" is not installed
     import Deepin.Locale 1.0
     ^
file:///usr/share/deepin-movie/main.qml:6:1: module "DBus.Org.Freedesktop.ScreenSaver" is not installed
     import DBus.Org.Freedesktop.ScreenSaver 1.0
     ^
Traceback (most recent call last):
  File "/usr/bin/deepin-movie", line 139, in
    windowView.initWindowSize()
  File "/usr/share/deepin-movie/window.py", line 69, in initWindowSize
    self.rootObject().initWindowSize()
AttributeError: 'NoneType' object has no attribute 'initWindowSize'
Reply Favorite View the author
All Replies
shouhukongling
deepin
2014-06-28 03:43
#1
求论坛中的大神告诉我怎么整
Reply View the author
hnuzhoulin
deepin
2014-07-13 00:30
#2
我也是同样的错
Reply View the author
love19841009
deepin
2014-07-13 02:45
#3
安装DEEPIN2014正式版  就没有这个问题了
Reply View the author
boyguyue
deepin
2014-07-21 06:21
#4
同闪退,求解救。
Reply View the author
electricface
deepin
2014-07-25 00:21
#5
是打包少加了依赖的问题
还需安装 dde-qml-gettext-plugin dde-qml-dbus-factory
已经上报
Reply View the author
shouhukongling
deepin
2014-07-25 04:13
#6
安装DEEPIN2014正式版  就没有这个问题了

但是最好能把deepin的优秀软件让大家在其他平台下都能用,这样会让更多的人喜欢上deepin,吸引用户群慢慢加入到deepin系统中去.原先我用ubuntu用的不是特别多,后来偶然接触到深度播放器和深度影音才让我慢慢转移到linux系统中的.那天我也安装了一次deepin,但是不知道什么原因,还是有点卡顿,所以才换成了ubuntu,等到deepin开发好自己的窗口管理器,我肯定立马转换到deepin平台.
Reply View the author
shouhukongling
deepin
2014-07-25 04:19
#7
是打包少加了依赖的问题
还需安装 dde-qml-gettext-plugin dde-qml-dbus-factory
已经上报

执行
sudo apt-get install deepin-movie dde-qml-gettext-plugin dde-qml-dbus-factory
后再次运行deepin-movie还是不行

错误提示为
Traceback (most recent call last):
  File "/usr/bin/deepin-movie", line 64, in
    from PyQt5 import QtCore
RuntimeError: the sip module implements API v11.0 but the PyQt5.QtCore module requires API v11.1
Reply View the author
electricface
deepin
2014-07-25 04:30
#8
确保安装了 python-pyqt5
python-pyqt5:
  已安装:  5.3.1-1
  候选软件包:5.3.1-1
  版本列表:
*** 5.3.1-1 0
        500 http://packages.corp.linuxdeepin.com/trusty/ trusty/universe amd64 Packages
        100 /var/lib/dpkg/status
Reply View the author
boyguyue
deepin
2014-07-25 20:04
#9
确保安装了 python-pyqt5
python-pyqt5:
  已安装:  5.3.1-1
  候选软件包:5.3.1-1
  版本列表:
*** 5.3.1-1 0
        500 http://packages.corp.linuxdeepin.com/trusty/ trusty/universe amd64 Packages
        100 /var/lib/dpkg/status
arch的装了dde-qml-gettext-plugin dde-qml-dbus-factory,以及qt5-svg后可以播放视频,但出不了菜单。。。
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
  File "/usr/share/deepin-movie/menu_controller.py", line 355, in show_menu
    self.menu.showRectMenu(QCursor.pos().x(), QCursor.pos().y())
  File "/usr/lib/python2.7/site-packages/deepin_menu/menu.py", line 175, in showRectMenu
    self.menuIface = MenuObjectInterface(reply.value())
ValueError: QDBusReply value is invalid
求问下这大概是差什么东西?
多谢!
Reply View the author
xiaoli
deepin
2015-01-06 04:08
#10
sudo apt-get install deepin-movie dde-qml-gettext-plugin
出现了冲突 安装 deepin-movie 需要安装  deepin-qml-widgets
而要想安装 dde-qml-gettext-plugin 就必须卸载 deepin-qml-widgets 也就是间接地卸载了 deepin-movie
想知道如何处理这二者不能共存问题
Reply View the author
xiaoli
deepin
2015-01-06 04:16
#11
如何解决ubuntu 14.04 安装了 deepin-movie 就会卸载 dde-qml-gettext-plugin
而安了dde-qml-gettext-plugin 就会卸载 deepin-movie
原因是 安装 deepin-movie时需要的 deepin-qml-widgets 和 dde-qml-gettext-plugin冲突,二者只能装一个, 怎么处理啊
Reply View the author
cxbii
deepin
2015-01-06 17:34
#12
你这个是在ubuntu下的依赖冲突。。。。
我们暂时没有精力解决,最快的方法是找一个懂打包的朋友帮忙看看
Reply View the author