gpt4 book ai didi

Electron 修复 "ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command"

转载 作者:行者123 更新时间:2023-12-04 16:50:26 26 4
gpt4 key购买 nike

我最近辞职了,我的 Electron 应用程序删除了knexsqlite,因为在我为Windows制作sqlite数据库的可执行文件似乎不起作用时,在Windows上创建重建也非常麻烦。 Linux可执行文件可以与sqlite一起很好地猜测,与Mac相同。

为了使用sqlite,我已经使用electron-rebuild重建了应用程序。为了清除重建,我做了rm -rf node_modules && npm install
我最终决定使用dexie使用IndexDB。

但是现在当我尝试从npm运行我的程序时,我得到

ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command



我该如何解决,为什么会发生?

注意:该应用程序运行正常,但是此错误(终端很烦人,我不知道为什么会发生)

最佳答案

做个测试
electron /path/to/the/app [您会收到该错误]

尝试
electron --disable-gpu /path/to/the/app [您可能不会得到该错误]

The fix was to add "--disable-gpu" to the command-line to force the web view not to use gpu features. I was able to accomplish this in an electron app by editing the package.json file in app root and changing the line like "start": "electron ." to "start": "electron . --disable-gpu"



请参阅 https://github.com/electron/electron/issues/7834#issuecomment-275802528

关于 Electron 修复 "ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58347778/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com