1

(426 replies, posted in Using SVP)

EDIT 2: Okay I found the real fix, I had to unplug my HDMI cable from my GPU and plug it back in every boot to get SVP to work... Maybe a daemon is not being started on boot... Hmm...

-------------------------------------------------------------------------------------------------------------

EDIT: Solved. But I am unsure what fixed it. Here are the things I tried:

1) disable iGPU intel graphics in bios
2) installed libmediainfo (mediainfo was installed)
3) ran "mediainfo" once in terminal
4) reinstalled qt-svg
5) installed hicolor-icon-theme
6) changed desktop theme to GTK+ and back to Fusion
7) updated kernel and gtk and rebooted

Likely the kernel update fixed it, so it was likely Linux-Zen kernel.

-------------------------------------------------------------------------------------------------------------

I need some help on running the SVP installer on an ArchLinux, Linux-Zen, XFCE machine.

Currently running the installer from terminal gives this direct error (running directly does nothing but produce a .lock file):

[91] Warning: A style sheet file is specified, but it does not exist.
[127] Warning: QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-246065832) are not possible
[127] Warning: QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-246065832) are not possible
Floating point exception

In dmesg:

[  978.707150] traps: svp4-preview-li[1406] trap divide error ip:ce03a3 sp:7ffe60725790 error:0 in svp4-preview-linux-64.run[400000+16e8000]

And in journalctl:

systemd-coredump[603]: Process 599 (svp4-preview-li) of user 1000 dumped core.
                                                    
                                                    Stack trace of thread 599:
                                                    #0  0x0000000000ce03a3 _ZN10QXcbWindow6createEv (svp4-preview-linux-64.run)
                                                    #1  0x0000000000cd6855 _ZNK15QXcbIntegration20createPlatformWindowEP7QWindow (svp4-preview-linux-64.run)
                                                    #2  0x0000000000df387b _ZN7QWindow6createEv (svp4-preview-linux-64.run)
                                                    #3  0x0000000000902af8 _ZN14QWidgetPrivate10create_sysEybb (svp4-preview-linux-64.run)
                                                    #4  0x0000000000901f9b _ZN7QWidget6createEybb (svp4-preview-linux-64.run)
                                                    #5  0x000000000090ddca _ZN7QWidget10setVisibleEb (svp4-preview-linux-64.run)
                                                    #6  0x0000000000a67eb3 _ZN7QDialog10setVisibleEb (svp4-preview-linux-64.run)
                                                    #7  0x0000000000424e27 _ZN13TabController4initEv (svp4-preview-linux-64.run)
                                                    #8  0x00000000004222e1 _ZN13InstallerBase3runEv (svp4-preview-linux-64.run)
                                                    #9  0x000000000041c6d7 main (svp4-preview-linux-64.run)
                                                    #10 0x00007fccd7514710 __libc_start_main (libc.so.6)
                                                    #11 0x000000000041e90a _start (svp4-preview-linux-64.run)
                                                    
                                                    Stack trace of thread 601:
                                                    #0  0x00007fccd75d49dc pselect (libc.so.6)
                                                    #1  0x000000000137519c _Z14qt_safe_selectiP6fd_setS0_S0_PK8timespec (svp4-preview-linux-64.run)
                                                    #2  0x00000000013772d1 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (svp4-preview-linux-64.run)
                                                    #3  0x00000000013208f9 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (svp4-preview-linux-64.run)
                                                    #4  0x00000000011654c8 _ZN7QThread3runEv (svp4-preview-linux-64.run)
                                                    #5  0x000000000116a8df _ZN14QThreadPrivate5startEPv (svp4-preview-linux-64.run)
                                                    #6  0x00007fccd8139424 start_thread (libpthread.so.0)
                                                    #7  0x00007fccd75dbcbd __clone (libc.so.6)
                                                    
                                                    Stack trace of thread 600:
                                                    #0  0x00007fccd75d2c3d poll (libc.so.6)
                                                    #1  0x00007fccd8c64ae2 n/a (libxcb.so.1)
                                                    #2  0x00007fccd8c66757 xcb_wait_for_event (libxcb.so.1)
                                                    #3  0x0000000000cf7c19 _ZN15QXcbEventReader3runEv (svp4-preview-linux-64.run)
                                                    #4  0x000000000116a8df _ZN14QThreadPrivate5startEPv (svp4-preview-linux-64.run)
                                                    #5  0x00007fccd8139424 start_thread (libpthread.so.0)
                                                    #6  0x00007fccd75dbcbd __clone (libc.so.6)
-- Subject: Process 599 (svp4-preview-li) dumped core
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: man:core(5)
-- 
-- Process 599 (svp4-preview-li) crashed and dumped core.
-- 
-- This usually indicates a programming error in the crashing program and
-- should be reported to its vendor as a bug.

Has anyone encountered this problem? How did you managed to get it to work?