mvasilchuk / yasem

GNU General Public License v2.0
77 stars 52 forks source link

Cannot go to plugins dir: "plugins" #41

Open mbougarne opened 6 years ago

mbougarne commented 6 years ago

I followed the installation structure I installed everything needed, but when I try to run YASEM I get the following error:

("/usr/lib/x86_64-linux-gnu/qt5/plugins") "."
[LOG  ][15:52:42:411]  Using config directory "/home/mbougarne/.config/yasem/"
[LOG  ][15:52:42:412]  Starting YASEM... Core version: 0.1.0, rev. f057be6
[LOG  ][15:52:42:412]  System information:
[LOG  ][15:52:42:412]  OS:
[LOG  ][15:52:42:412]       ubuntu
[LOG  ][15:52:42:412]       4.15.0-20-generic
[LOG  ][15:52:42:412]       Ubuntu 18.04 LTS
[LOG  ][15:52:42:412]  Platform:
[LOG  ][15:52:42:412]       x86_64
[LOG  ][15:52:42:412]  Host:
[LOG  ][15:52:42:413]       murad
[WARN ][15:52:42:414] Cannot go to plugins dir: "plugins"
[CRIT ][15:52:42:414] Cannot list plugins. Error code 5

Callstack:
0: ./yasem(+0x10bd0) [0x5597b4353bd0]
1: ./yasem(+0x35a95) [0x5597b4378a95]
2: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_Z17qt_message_output9QtMsgTypeRK18QMessageLogContextRK7QString+0x19a) [0x7f1a2cced6aa]
3: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN6QDebugD1Ev+0x60) [0x7f1a2cde96f0]
4: ./yasem(+0xe7be) [0x5597b43517be]
5: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f1a2c0c1b97]
6: ./yasem(+0x1035a) [0x5597b435335a]
[CRIT ][15:52:42:414] Cannot list plugins. Error code 5
Saentist commented 6 years ago

Root account?

mbougarne commented 6 years ago

Yes, accessing as root!

Lenthium commented 6 years ago

Try to use this:

sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5 libqt5webkit5-dev

recompile after that and try to run it. I had the same issue as you and this fixed it.

mbougarne commented 6 years ago

Thank You @Lenthium It is solved now!