phy icon indicating copy to clipboard operation
phy copied to clipboard

core dumped after QGLXContext: Failed to create dummy context

Open JoseGuzman opened this issue 4 years ago • 4 comments

I'm using the lastest Phy version from the master repository in Ubuntu 18.04.4 and found the error indicated below. I installed the PyQtWebEngine with pip as suggested. I can reproduce the error in a freshly created conda environment.

It may be related to Issue #979 (I have an NVIDIA GeForce RTX2080 ). In only happens via ssh.

QGLXContext: Failed to create dummy context
WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
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 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile) 
Aborted (core dumped)```

JoseGuzman avatar Apr 16 '20 11:04 JoseGuzman

Running phy via ssh is not currently supported at the moment, unfortunately. However I'm considering ways to make it work in the medium term.

rossant avatar Apr 20 '20 09:04 rossant

good to know, I also think using Phy via ssh has not the highest priority!

JoseGuzman avatar Apr 20 '20 10:04 JoseGuzman

Hi @JoseGuzman and @rossant, I am getting this same error message on my linux machine. I'm not certain on how to get around it. Do you have any updates or more details on how to get Phy2 up and running?

claireward avatar Jul 26 '21 15:07 claireward

Hi @JoseGuzman and @rossant, I am getting this same error message on my linux machine. I'm not certain on how to get around it. Do you have any updates or more details on how to get Phy2 up and running?

I was able to resolve this issue, however, I 'm not exactly certain what did the trick. I uninstalled, rebooted my machine, and then installed again and everything was fine.

claireward avatar Jul 26 '21 16:07 claireward