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

fails with glfw.glfw.GLFWError: (65544) b'Cocoa: Failed to retrieve display name' #4

Open
nacho-pancho opened this issue Mar 23, 2024 · 0 comments

Comments

@nacho-pancho
Copy link

I've downloaded the package, set up the dependencies and ran v.py.
I get this:

File "/Users/nacho/workspace/pvflip/./v.py", line 2410, in
if name == 'main': main()
^^^^^^
File "/Users/nacho/workspace/pvflip/./v.py", line 2282, in main
if not glfw.init():
^^^^^^^^^^^
File "/Users/nacho/workspace/pvflip/glfw/glfw.py", line 727, in init
res = _glfw.glfwInit()
^^^^^^^^^^^^^^^^
File "/Users/nacho/workspace/pvflip/glfw/glfw.py", line 636, in errcheck
_reraise(exc[1], exc[2])
File "/Users/nacho/workspace/pvflip/glfw/glfw.py", line 36, in _reraise
raise exception.with_traceback(traceback)
File "/Users/nacho/workspace/pvflip/glfw/glfw.py", line 615, in callback_wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/nacho/workspace/pvflip/glfw/glfw.py", line 789, in _raise_glfw_errors_as_exceptions
raise GLFWError(message)
glfw.glfw.GLFWError: (65544) b'Cocoa: Failed to retrieve display name'

Any clue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant