Deepin 15.4 - Deepin movie won't start!
Tofloor
poster avatar
c***[email protected]
deepin
2017-04-09 02:30
Author
Deepin movie won't start unless I use the terminal with sudo! I use Acer Aspire E 15 - intel i5  6th generation.
Reply Favorite View the author
All Replies
junolym
deepin
2017-04-09 03:06
#1
15.4 RC or RC2 ?

Try use terminal without sudo and see what error are showed.
Reply View the author
c***[email protected]
deepin
2017-04-10 18:20
#2
Edited by carlosbortolon at 2017-4-10 10:23
https://bbs.deepin.org/post/137309
15.4 RC or RC2 ?

Try use terminal without sudo and see what error are showed.
How do I find out if it is RC or RC2?
I does not work. Here is what happened:
carlos@acer:~$ deepin-movie
ATTENTION: default value of option bo_reuse overridden by environment.
AudioResampler::Register(..., FFmpeg)
Singleton 0x7fe3700adbc0 created...
AudioResampler::Register(..., Libav)
AudioOutputBackend::Register(..., OpenAL)
Singleton 0x7fe3700adc90 created...
AudioOutputBackend::Register(..., Pulse)
VideoDecoder::Register(..., CUDA)
Singleton 0x7fe3700ade40 created...
VideoDecoder::Register(..., VAAPI)
VideoRenderer::Register(..., OpenGLWindow)
Singleton 0x7fe3700ae4a0 created...
SubtitleProcessor::Register(..., LibASS)
Singleton 0x7fe3700ae5b0 created...
SubtitleProcessor::Register(..., FFmpeg)
AudioDecoder::Register(..., FFmpeg)
Singleton 0x7fe3700ae970 created...
AudioEncoder::Register(..., FFmpeg)
Singleton 0x7fe3700aea40 created...
ImageConverter::Register(..., FFmpeg)
Singleton 0x7fe3700aeb70 created...
MediaIO::Register(..., QIODevice)
Singleton 0x7fe3700aee70 created...
MediaIO::Register(..., QFile)
AudioOutputBackend::Register(..., null)
VideoDecoder::Register(..., FFmpeg)
VideoEncoder::Register(..., FFmpeg)
Singleton 0x7fe3700af100 created...
VideoRenderer::Register(..., QQuickItem)
VideoRenderer::Register(..., QuickFBO)
AudioOutputBackend::id("ulse")
SubtitleProcessor::id("LibASS")
SubtitleProcessor::id("FFmpeg")
Traceback (most recent call last):
  File "/usr/share/deepin-movie/utils/config.py", line 307, in f
    return pickle.loads(result)
  File "/usr/lib/python2.7/pickle.py", line 1388, in loads
    return Unpickler(file).load()
  File "/usr/lib/python2.7/pickle.py", line 864, in load
    dispatch[key](self)
  File "/usr/lib/python2.7/pickle.py", line 1081, in load_obj
    k = self.marker()
  File "/usr/lib/python2.7/pickle.py", line 880, in marker
    while stack[k] is not mark: k = k-1
IndexError: list index out of range
Aborted
carlos@acer:~$

Reply View the author
HualetWang
deepin
2017-04-11 19:03
#3
You should've been opening deepin-movie with sudo before this happen, try to remove the config file with
  1. sudo rm -fr ~/.config/deepin-movie
Copy the Code
Reply View the author
c***[email protected]
deepin
2017-04-11 19:17
#4
Edited by carlosbortolon at 2017-4-11 19:14
https://bbs.deepin.org/post/137309
You should've been opening deepin-movie with sudo before this happen, try to remove the config file  ...

It worked! Thanks man! Thinking about it, I copied my config files from deepin 15.3 and pasted it to 15.4!
Reply View the author