Closed fabien-tell closed 5 years ago
@akashrajkn is this again one of the problems with the nvidia-drivers/opengl you think?
@fabien-tell we are working on releasing a new version of JASP very soon. I am starting work on the flatpak-version now. Hopefully we can fix this but it is sadly enough rather hard for me to reproduce your problem here..
Thanks a lot,
I installed the nvidia proprietary driver but it is even worse Jasp fails to start :
fabien@fabien:~$ flatpak run org.jasp.JASP Gtk-Message: Failed to load module "appmenu-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Could not initialize GLX
Thanks again
Le 18/04/2019 à 13:16, Joris Goosen a écrit :
@fabien-tell https://github.com/fabien-tell we are working on releasing a new version of JASP very soon. I am starting work on the flatpak-version now. Hopefully we can fix this but it is sadly enough rather hard for me to reproduce your problem here..
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jasp-stats/jasp-issues/issues/348#issuecomment-484460210, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3I7R2GRX23LC7SD2BKLRDPRBKCLANCNFSM4HGSAZUA.
--
Thanks a lot,
I installed the nvidia proprietary driver but it is even worse Jasp fails to start :
fabien@fabien:~$ flatpak run org.jasp.JASP Gtk-Message: Failed to load module "appmenu-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Could not initialize GLX
Thanks again
Le 18/04/2019 à 13:16, Joris Goosen a écrit :
@fabien-tell https://github.com/fabien-tell we are working on releasing a new version of JASP very soon. I am starting work on the flatpak-version now. Hopefully we can fix this but it is sadly enough rather hard for me to reproduce your problem here..
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jasp-stats/jasp-issues/issues/348#issuecomment-484460210, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3I7R2GRX23LC7SD2BKLRDPRBKCLANCNFSM4HGSAZUA.
-- Le 18/04/2019 à 13:15, Joris Goosen a écrit :
@akashrajkn https://github.com/akashrajkn is this again one of the problems with the nvidia-drivers/opengl you think?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jasp-stats/jasp-issues/issues/348#issuecomment-484459887, or mute the thread https://github.com/notifications/unsubscribe-auth/AL3I7R2PABG4UY55Z6VGZHTPRBJ6VANCNFSM4HGSAZUA.
--
Hey @fabien-tell, could you try the new 0.10.0.0 version?
I just tried. I got this error message
Gtk-Message: 10:48:34.294: Failed to load module "appmenu-gtk-module"
Gtk-Message: 10:48:34.295: Failed to load module "canberra-gtk-module"
QGLXContext: Failed to create dummy context
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags
This week (fingers crossed) we will release a new version which will include Safe Graphics, which might allow you to at least use JASP.
@fabien-tell 0.10.2 is released and it includes safe graphics, if you start it as: flatpak run org.jaspstats.JASP --safeGraphics
maybe that works for you?
@DmitryPrigodich had the same problem with flatpak. See https://github.com/jasp-stats/jasp-issues/issues/391#issuecomment-513904961
@DmitryPrigodich, you are running the latest drivers for you graphics cards?
Oh and maybe you and @fabien-tell can try to install the package mesa-utils
and then run glxgears
to see if you actually have OpenGL support at all.
@JorisGoosen Well, I have Ubuntu 19.04 and keeping it up to date. Also I've received some big update from the flatpak, probably, on JASP. I've tried to install mesa-utils and launch glxgears - the gears appear, counting smth, when I close I see this in terminal:
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
82936 frames in 5.0 seconds = 16587.086 FPS
83868 frames in 5.0 seconds = 16773.590 FPS
84116 frames in 5.0 seconds = 16823.123 FPS
83720 frames in 5.0 seconds = 16743.963 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 56 requests (56 known processed) with 0 events remaining.
Otherwise JASP stays the same:
%username%:~$ flatpak run org.jaspstats.JASP
Gtk-Message: 13:03:26.135: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:03:26.135: Failed to load module "canberra-gtk-module"
QGLXContext: Failed to create dummy context
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
%username%:~$ R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
%username%:~$ flatpak run org.jaspstats.JASP --safeGraphics
Gtk-Message: 13:05:52.273: Failed to load module "canberra-gtk-module"
Gtk-Message: 13:05:52.273: Failed to load module "canberra-gtk-module"
QGLXContext: Failed to create dummy context
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
%username%:~$ R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
@DmitryPrigodich maybe you could try to update your video-drivers from this (official ubuntu) ppa: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
@JorisGoosen I hardly understand why it should be a problem of the Ubuntu standard video drivers. Well, I don't want to install the most fresh video drivers, I want a stable system. And I guess this nvidia driver is fresh enough.
modinfo nvidia
filename: /lib/modules/5.0.0-23-generic/updates/dkms/nvidia.ko
alias: char-major-195-*
version: 418.56
supported: external
license: NVIDIA
...
Previous versions of JASP worked fine, why did you pushed unstable version into master?..
Previous versions of JASP used a completely different user interface. We have rewritten this and it requires that your graphics adapter is up to date. It works on my linux and those of many other people. So what happened here isn't that we pushed an "unstable" version of jasp into master. Instead we modernized the interface of the application (requiring more support from the graphics card of the user's computer) and this leads to problems for a small minority of users.
If you read this bug or this bug you can see that the exact same problems with other software (but using appimage/flatpak or qt/qml) are caused by out-of-date or buggy video drivers.
If you then check the ppa you see that in fact you are 12 versions of nvidia drivers behind what is currently brought out by nvidia.
I do understand that you would like a stable system and I sympathize. But trying out the newer versions of the driver will help us figure out where the problem lies and might actually fix other problems too. After you have tried this out you can always remove the ppa again and install the version you have now. Beyond this suggestion I am out of options because the problem really seems to lie in your system configuration. However "stable" it may be.
As an aside, I've learned the hard way through many years of using graphics cards on linux that support tends to be quite bad or problematic. This is sadly enough the results of Nvidia and AMD (although recently they seem to have improved their game) prioritizing support for Windows systems and adding linux support as an afterthought.
@JorisGoosen I've updated PPA
modinfo nvidia
filename: /lib/modules/5.0.0-23-generic/updates/dkms/nvidia.ko
alias: char-major-195-*
version: 430.40
supported: external
license: NVIDIA
But it doesn't help:
username:~$ flatpak run org.jaspstats.JASP
Gtk-Message: 14:44:32.121: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:44:32.121: Failed to load module "canberra-gtk-module"
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
QGLXContext: Failed to create dummy context
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
username:~$ flatpak run org.jaspstats.JASP --safeGraphics
Gtk-Message: 14:44:51.438: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:44:51.439: Failed to load module "canberra-gtk-module"
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
QGLXContext: Failed to create dummy context
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile)
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
Well, for it's strange that I can launch some AAA-game, and I cannot launch your stat-app. I really believe, that you've taken some wrong path in the development at some point. Mb, you should become the part of the LibreOffice Suite? :)
Maybe you could try this: rm ~/.var/app/org.jaspstats.JASP/config/JASP/JASP.conf
in your terminal and try it one more time, because the error message has changed and this might help that.
Hi Dimitry,
Sorry to hear that it’s not working out at the moment. The path we’ve taken is dependent on many factors. One of it is Qt which has provided us with many great tools to move forward. The gain here is enormous, both for our team in terms of ease of development and for other users. We do develop things for various platforms and the team works very hard on it. Going forward always requires us to let go of some older stuff, how hard that might be.
Cheers, Alexander
@JorisGoosen No, it's not working. It's working with old Eee PC 1005PXD with i915 (at least, JASP GUI shows up, too wide for 1024x800 screen), but it's not working with Lenovo Y700 with GeForce GTX 960M on NVIDIA 430.40. And also JASP works on a Virtual Machine (Lubuntu 19.04 with vmwgfx), GUI shows up.
tester@tester-pc:~$ flatpak run org.jaspstats.JASP --safeGraphics
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Property 'data'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle 'mode', use qRegisterMetaType to register it.
Don't know how to handle 'format', use qRegisterMetaType to register it.
Don't know how to handle 'mirroring', use qRegisterMetaType to register it.
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'SplitView_QMLTYPE_50_QML_162' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'gradient'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineProfile' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'transports'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'registeredObjects'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
R_HOME: /app/lib64/R/
Pretty much the same without --safeGraphics. Also, it seems that Lubuntu VM with 10GB HDD and 1GB RAM is not enough for JASP.
1GB ram is less then your phone probably has, so I'm not suprised JASP doesn't like it.
To recapitulate: JASP works on your old Eee pc but not on your newer system that can run AAA games? Not entirely sure if the blame then lies with us. You could try the "ctrl+minus" hotkey to change the scale of the GUI to make it fit on that screen.
I'm almost out of ideas though, I figure that OpenGL seems to be supported on your Lenovo, maybe the problem lies in the combination of flatpak + qml + your-system.
Perhaps you could try to install org.flatpak.qtdemo
and see if that will start.
If it works then it does begin to look like we did something wrong somewhere.
@JorisGoosen org.flatpak.qtdemo installed and working fine.
~$ flatpak run org.flatpak.qtdemo
Gtk-Message: 23:24:15.542: Failed to load module "canberra-gtk-module"
Gtk-Message: 23:24:15.542: Failed to load module "canberra-gtk-module"
Qt: Session management error: Could not open network socket
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0x7ffca01cf910), parent's thread is QThread(0x558cbdfa80c0), current thread is QThread(0x558cbe1b8360)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0x7ffca01cf910), parent's thread is QThread(0x558cbdfa80c0), current thread is QThread(0x558cbe1b8360)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0x7ffca01cf910), parent's thread is QThread(0x558cbdfa80c0), current thread is QThread(0x558cbe1b8360)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0x7ffca01cf910), parent's thread is QThread(0x558cbdfa80c0), current thread is QThread(0x558cbe1b8360)
QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Invalid Context= "Apps" line for icon theme: "/run/host/share/icons/Yaru/256x256@2x/apps/"
Invalid Context= "Mimetypes" line for icon theme: "/run/host/share/icons/Yaru/256x256@2x/mimetypes/"
Invalid Context= "Mimetypes" line for icon theme: "/run/host/share/icons/Yaru/scalable/mimetypes/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "UI" line for icon theme: "/run/host/share/icons/Adwaita/scalable/ui/"
Invalid Context= "Apps" line for icon theme: "/run/host/share/icons/Yaru/256x256@2x/apps/"
Invalid Context= "Mimetypes" line for icon theme: "/run/host/share/icons/Yaru/256x256@2x/mimetypes/"
Invalid Context= "Mimetypes" line for icon theme: "/run/host/share/icons/Yaru/scalable/mimetypes/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/8x8/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/16x16/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/22x22/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/24x24/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/32x32/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/48x48/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/256x256/legacy/"
Invalid Context= "Legacy" line for icon theme: "/run/host/share/icons/Adwaita/512x512/legacy/"
Invalid Context= "UI" line for icon theme: "/run/host/share/icons/Adwaita/scalable/ui/"
qrc:/qml/main.qml:40:5: QML DemoPage: Binding loop detected for property "implicitWidth"
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
org.kde.knotifications: Audio notification requested, but sound file from notifyrc file was not found, aborting audio notification
JASP still not working on LenovoY700, U19.04; Running JASP on Asus eeePC 1005PXD, LU18LTS shows this in console:
:~$ flatpak run org.jaspstats.JASP
libGL error: failed to open drm device: Нет такого файла или каталога
libGL error: failed to load driver: i915
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Property 'data'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle 'mode', use qRegisterMetaType to register it.
Don't know how to handle 'format', use qRegisterMetaType to register it.
Don't know how to handle 'mirroring', use qRegisterMetaType to register it.
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'SplitView_QMLTYPE_74_QML_164' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'gradient'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineProfile' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'transports'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'registeredObjects'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem_QML_166' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
and this:
:~$ flatpak run org.jaspstats.JASP --safeGraphics
libGL error: failed to open drm device: Нет такого файла или каталога
libGL error: failed to load driver: i915
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/ComputeColumnWindow.qml:330:2: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:362:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
qrc:/components/JASP/Widgets/FilterWindow.qml:112:4: QML Dialog: Binding loop detected for property "implicitWidth"
Property 'data'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRootItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle 'mode', use qRegisterMetaType to register it.
Don't know how to handle 'format', use qRegisterMetaType to register it.
Don't know how to handle 'mirroring', use qRegisterMetaType to register it.
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'SplitView_QMLTYPE_170_QML_181' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'gradient'' of object 'QQuickRectangle' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineProfile' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'data'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickWebEngineHistory' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'transports'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'registeredObjects'' of object 'QQmlWebChannel' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'userScripts'' of object 'QQuickWebEngineView' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
Property 'data'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'resources'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'states'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transitions'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transformOriginPoint'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Property 'transform'' of object 'QQuickItem_QML_183' has no notify signal and is not constant, value updates in HTML will be broken!
Don't know how to handle '', use qRegisterMetaType to register it.
It would be interesting to test the older versions of JASP. Or simply to have a working piece of JASP for my PC.
Did you try the latest versions of jasp on flathub?
fabien@fabien:/var/lib/flatpak/app/org.jasp.JASP/current/active$ flatpak run org.jasp.JASP Gtk-Message: Failed to load module "appmenu-gtk-module" Gtk-Message: Failed to load module "canberra-gtk-module" libGL error: MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information org.jasp.JASP: pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed. Received signal 6
0 0x7f2b8c2c4aae
1 0x7f2b8ad33fc0
2 0x7f2b8c2c4fde
3 0x003f2ba117c0
4 0x003f2b632f8f gsignal
5 0x003f2b6343ba abort
6 0x003f2b62bdf7
7 0x003f2b62bea2 __assert_fail
8 0x7f2b70700cb4 nouveau_pushbuf_data
9 0x7f2b70700bfb nouveau_pushbuf_data
10 0x7f2b70700d4a
11 0x7f2b70700fef
12 0x7f2b70701ba0 nouveau_pushbuf_kick
13 0x7f2b7114c5d6
14 0x7f2b70ca40c5
15 0x7f2b8cd79274
16 0x7f2b8cd78f06
17 0x7f2b8d14cce5
18 0x7f2b8d0bf304
19 0x7f2b8d0fc009
20 0x7f2b8ecfc1b3
21 0x7f2b8ed34017
22 0x7f2b8ed378dd
23 0x7f2b8ecf0bc9
24 0x7f2b8ed3d503
25 0x7f2b8ed3d5a7
26 0x7f2b8ed0098f
27 0x7f2b8c2c51d9
28 0x7f2b8c2e7480
29 0x7f2b8c2e7dbd
30 0x7f2b8c2e7f37
31 0x7f2b8c2e3d69
32 0x7f2b8c30acca
33 0x7f2b8c32de3f
34 0x7f2b8c329570
35 0x003f2ba07444
36 0x003f2b6e827f clone
r8: 0000000000000000 r9: 00007f2b13ffde40 r10: 0000000000000008 r11: 0000000000000246 r12: 00000000000002d3 r13: 00007f2b707028d0 r14: 0000000002c86e10 r15: 00000000ffffffea di: 0000000000000002 si: 00007f2b13ffde40 bp: 00007f2b707028ab bx: 0000000000000006 dx: 0000000000000000 ax: 0000000000000000 cx: 0000003f2b632f8f sp: 00007f2b13ffdeb8 ip: 0000003f2b632f8f efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] Calling _exit(1). Core file will not be generated. fabien@fabien:/var/lib/flatpak/app/org.jasp.JASP/current/active$ { "messages" : [ "Package BDgraph is not the correct version; expected: 2.50, installed: 2.51", "Package Epi is not the correct version; expected: 2.30, installed: 2.32", "Package igraph is not the correct version; expected: 1.2.1, installed: 1.2.2", "Package pkgconfig is not the correct version; expected: 2.0.1, installed: 2.0.2", "Package png is not the correct version; expected: 0.1-7, installed: 0.1-8" ], "official" : false }