VirtScreen icon indicating copy to clipboard operation
VirtScreen copied to clipboard

Application dropping on openning

Open OpoOpo opened this issue 4 years ago • 1 comments

When I start appimage and try to open dialog window this happendes

./VirtScreen.AppImage
libGL error: MESA-LOADER: failed to open iris (search paths /usr/lib/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris (search paths /usr/lib/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
libGL error: failed to load driver: swrast
QGLXContext: Failed to create dummy context
qml: Loader Status Changed. 1
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::SwapBehavior(DoubleBuffer), swapInterval 1, colorSpace QSurfaceFormat::ColorSpace(DefaultColorSpace), profile  QSurfaceFormat::OpenGLContextProfile(NoProfile)) 
/tmp/.mount_VirtScxax698/AppRun: line 14: 303794 Aborted                 (core dumped) $ENV/bin/python3 $ENV/bin/virtscreen $@

OpoOpo avatar Jun 03 '20 08:06 OpoOpo

I can confirm the problem using Manjaro ($ uname -a yields Linux T470s 5.6.15-1-MANJARO #1 SMP PREEMPT Wed May 27 20:38:56 UTC 2020 x86_64 GNU/Linux).

I get the error message the second that I left-click on the VirtScreen icon in the task bar.

Edit: This seems to work for me: Instead of ./VirtScreen.AppImage execute

MESA_LOADER_DRIVER_OVERRIDE=i965 ./VirtScreen.AppImage

thomascamminady avatar Jun 03 '20 19:06 thomascamminady