We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当我运行part2的env.py文件,报如下错误,请教一下是怎么回事 问题出在self.flip()函数 File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\window\win32_init_.py", line 321, in flip self.context.flip() File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\gl\win32.py", line 226, in flip _gdi32.SwapBuffers(self.canvas.hdc) OSError: exception: access violation reading 0x000000000000001C
The text was updated successfully, but these errors were encountered:
请问你到最后解决了吗
Sorry, something went wrong.
No branches or pull requests
当我运行part2的env.py文件,报如下错误,请教一下是怎么回事
问题出在self.flip()函数
File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\window\win32_init_.py", line 321, in flip
self.context.flip()
File "D:\Anaconda2\envs\py3.6\lib\site-packages\pyglet\gl\win32.py", line 226, in flip
_gdi32.SwapBuffers(self.canvas.hdc)
OSError: exception: access violation reading 0x000000000000001C
The text was updated successfully, but these errors were encountered: