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

OSError: exception: access violation reading 0x0000000000000330 #398

Open
Colin-Jing opened this issue Sep 20, 2023 · 1 comment
Open

OSError: exception: access violation reading 0x0000000000000330 #398

Colin-Jing opened this issue Sep 20, 2023 · 1 comment

Comments

@Colin-Jing
Copy link

Has anyone encountered the same problem? I tried cuda version 12 and 11, but the following error was reported:

C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\glfw_init_.py:916: GLFWError: (65542) b'WGL: The driver does not appear to support OpenGL'
warnings.warn(message, GLFWError)
Traceback (most recent call last):
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\visualizer_drag.py", line 403, in
main()
File "C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\click\core.py", line 1157, in call
return self.main(*args, **kwargs)
File "C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\click\core.py", line 1078, in main
rv = self.invoke(ctx)
File "C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\visualizer_drag.py", line 362, in main
viz = Visualizer(capture_dir=capture_dir)
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\visualizer_drag.py", line 31, in init
super().init(title='DragGAN', window_width=3840, window_height=2160)
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\gui_utils\imgui_window.py", line 24, in init
super().init(title=title, **glfw_kwargs)
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\gui_utils\glfw_window.py", line 36, in init
self._attach_glfw_callbacks()
File "F:\tanjing\my_project\BaiduSyncdisk\my_project\DragGAN-main\gui_utils\glfw_window.py", line 219, in _attach_glfw_callbacks
glfw.set_key_callback(self._glfw_window, self.glfw_key_callback)
File "C:\Users\tanjing.conda\envs\DragGAN\lib\site-packages\glfw_init
.py", line 1995, in set_key_callback
_glfw.glfwSetKeyCallback(window, cbfun)
OSError: exception: access violation reading 0x0000000000000330

@BlackShao123
Copy link

do you solve it? i have the same case

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

2 participants