issue #406
Unanswered
continuity3
asked this question in
Q&A
issue
#406
Replies: 2 comments
-
I think many similar issues have been reported and probably half of them have been resolved. Could you search for relevant issues? one thing you can try is to create a fresh conda env — this solves many people’s problems |
Beta Was this translation helpful? Give feedback.
0 replies
-
People failed to get the viewer on Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "E:\WorkSoftware\Genesis-main\examples\coupling\grasp_soft_cube.py", line 10, in
scene.build()
File "E:\WorkSoftware\Genesis-main\genesis\utils\misc.py", line 38, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\WorkSoftware\Genesis-main\genesis\engine\scene.py", line 565, in build
self._visualizer.build()
File "E:\WorkSoftware\Genesis-main\genesis\vis\visualizer.py", line 101, in build
self._context.build(self._scene)
File "E:\WorkSoftware\Genesis-main\genesis\vis\rasterizer_context.py", line 70, in build
self.jit = JITRenderer(self._scene, [], [])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\WorkSoftware\Genesis-main\genesis\ext\pyrender\jit_render.py", line 201, in init
self.gen_func_ptr()
File "E:\WorkSoftware\Genesis-main\genesis\ext\pyrender\jit_render.py", line 354, in gen_func_ptr
self.gl = GLWrapper()
^^^^^^^^^^^
File "E:\WorkSoftware\Genesis-main\genesis\ext\pyrender\numba_gl_wrapper.py", line 24, in init
load_func("glGetUniformLocation", GLint, GLuint, GLvoidp)
File "E:\WorkSoftware\Genesis-main\genesis\ext\pyrender\numba_gl_wrapper.py", line 52, in load_func
func_ptr = GL.platform.ctypesloader.buildFunction(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\台式机\AppData\Roaming\Python\Python312\site-packages\OpenGL\platform\ctypesloader.py", line 96, in buildFunction
return functionType( (name, dll), )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: function 'glGetUniformLocation' not found
This is what I reported as an error, I installed it according to the official documentation but no GUI was generated
Beta Was this translation helpful? Give feedback.
All reactions