XnRetro doesn't work
Tofloor
poster avatar
th3math3us
deepin
2017-12-01 11:24
Author
Guys, I downloaded XnRetro from Deepin Store, but when I click to launch it nothing happens.Is this just for me?

Reply Favorite View the author
All Replies
dance707
deepin
2017-12-01 16:08
#1
i can confirm . Does not open here either.
https://bbs.deepin.org/user/48640
Reply View the author
jingle
deepin
2017-12-02 00:02
#2
https://bbs.deepin.org/post/149299
i can confirm . Does not open here either.
@jingle

It's ok here
  1. apt-cache policy xnretro
  2. xnretro:i386:
  3.   已安装:1.26-2
  4.   候选: 1.26-2
  5.   版本列表:
  6. *** 1.26-2 500
  7.         500 http://packages.deepin.com/deepin panda/main i386 Packages
  8.         100 /var/lib/dpkg/status
Copy the Code


Reply View the author
th3math3us
deepin
2017-12-02 11:30
#3
How can I open XnRetro from Terminal? Because I want to see if there's an error message.
Reply View the author
dance707
deepin
2017-12-02 14:12
#4
Edited by dance707 at 2017-12-1 15:56

/usr/share/xnretro/xnretro.sh

I receive output error on 2 different Deepin systems , screenshot below

Reply View the author
th3math3us
deepin
2017-12-02 15:07
#5
I received the same error

/usr/share/xnretro/XnRetro: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
Reply View the author
o4is
deepin
2017-12-02 15:36
#6
Can you try this?
  1. sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
Copy the Code
Reply View the author
dance707
deepin
2017-12-02 15:56
#7
same error output :
Reply View the author
o4is
deepin
2017-12-02 16:49
#8
Edited by o4is at 2017-12-2 09:05

first try this:
  1. sudo apt-get install libgstreamer0.10-0:i386 libgstreamer-plugins-base0.10-0:i386
Copy the Code

then if no luck...
Search your /usr/lib or /usr/lib64 for the libgstapp.so library.or run in terminal(i suppose you have mlocate installed):
  1. sudo updatedb
  2. locate -i libgstapp
Copy the Code

See if it exists and what version you have.
Then see the libraries that xnrentro uses and where it looks for them:
  1. ldd /usr/share/xrentro/xnretro.sh
Copy the Code

If you find libgstapp.so somewhere else symlink it to the directory that xnretro searches for.

Reply View the author
dance707
deepin
2017-12-02 17:35
#9
https://bbs.deepin.org/post/149299
first try this:

then if no luck...

The first line is what was needed

sudo apt-get install libgstreamer0.10-0:i386 libgstreamer-plugins-base0.10-0:i386





Reply View the author
o4is
deepin
2017-12-02 17:58
#10
https://bbs.deepin.org/post/149299
The first line is what was needed

sudo apt-get install libgstreamer0.10-0:i386 libgstreamer-plugi ...

Glad to help.
Reply View the author
188******76
deepin
2017-12-03 00:29
#11

no it does not.
Reply View the author
188******76
deepin
2017-12-03 00:36
#12

sudo apt-get install libgstreamer0.10-0:i386 libgstreamer-plugins-base0.10-0:i386

this is the solution
Reply View the author