Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen when starting glscopeclient #211

Closed
bluecmd opened this issue Oct 5, 2020 · 2 comments
Closed

Black screen when starting glscopeclient #211

bluecmd opened this issue Oct 5, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@bluecmd
Copy link

bluecmd commented Oct 5, 2020

Hi,

I am using the example 10gbe.tar.gz file provided in #210. I am at commit ce513eb.
I am running using Ubuntu 20.04 under WSL (not WSL2). I am using the X410 X server.

I start glscopeclient like this: src/glscopeclient/glscopeclient ../../10gbe/64b66b.scopesession --debug

The output is:

Warning: glscopeclient works best with the OMP_WAIT_POLICY environment variable 
set to PASSIVE
Detecting CPU features...
    * AVX2

Here is a screenshot:
image

EDIT: glxinfo output: https://gist.github.com/bluecmd/e2c5bd22a5fa70a1e32541a2e5540c49

@azonenberg
Copy link
Collaborator

First, try rerunning glscopeclient with OMP_WAIT_POLICY=PASSIVE and see if that helps. We've had issues with 100%-CPU hangs or slow performance if that's not set.

But I have no idea what kind of graphics support is present under WSL as far as OpenGL goes. We've never tested this. The fact that you don't see any output at all (even menus/toolbars) is concerning, as is the fact that there's no debug logging listing GL_VENDOR etc. You're not even reaching the point of having an OpenGL context to work with.

If you aren't using native Linux, you should probably try following the MinGW/msys2 Windows build instructions in the manual to produce a native Windows binary.

@azonenberg azonenberg added the bug Something isn't working label Oct 5, 2020
@azonenberg
Copy link
Collaborator

Root cause identified. Closing as duplicate of #214.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants