plexinc / plex-media-player

Next generation Plex Desktop/Embedded Client
GNU General Public License v2.0
1.16k stars 170 forks source link

PMP launches, but says only "Generic Error" #406

Closed mdeguzis closed 8 years ago

mdeguzis commented 8 years ago

The main UI pops up, but only says "Generic Error"

desktop@steamos:~$ plexmediaplayer
Logging to /home/desktop/.local/share/plexmediaplayer/logs/plexmediaplayer.log
[0821/121329:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox! See https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the sandbox on.
[0821/121334:ERROR:browser_main_loop.cc(267)] GLib: g_source_unref_internal: assertion 'source != NULL' failed

If I remove use of -GNinja and use typical make and make install, I get this, which is nothing more than Ninja would install itself. Could it be the runtime path?

plexmediaplayer.log: http://sprunge.us/DEdJ pmphelper.log: http://sprunge.us/Rehe Build Log (don't mind the last bit, I stopped it on purpose): http://sprunge.us/PAMi Build log with verbose ninja build: http://sprunge.us/QPBh

Build steps

rm -rf Build && mkdir -p Build
cd Build && cmake -GNinja -DCMAKE_BUILD_TYPE=Release \
    -DQTROOT=/usr/lib/x86_64-linux-gnu/qt5 \
    -DCMAKE_EXPORT_COMPILE_COMMANDS=on \
    -DCMAKE_INSTALL_PREFIX=/usr ..

cd Build && ninja
mdeguzis commented 8 years ago

Fixed using make/make install vs ninja.