Genesis运行是否依赖画面渲染?Does the operation of Genesis rely on graphics rendering? #845
Replies: 2 comments
-
Try installing Genesis from source. I think this issue has been fixed on main branch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Feel free to re-open if it still not working after that. |
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.
-
当我在linux服务器上
When I was on a linux server
按上面运行修改过的hello_genesis.py文件时,报错显示
I run the modified hello_genesis.py file as above, an error message is displayed
但我在笔记本上运行同样的代码时,没有发生上面的报错
But when I ran the same code on my laptop, the above error did not occur
然后我加了下面的代码
And I added the following code
有了新的报错信息
There is a new error message
看起来我必须要实现一个offscreenrender,但是我完全不需要画面显示,有没有什么解决办法?
It looks like I have to implement an offscreenrender, but I don't need the screen at all, is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions