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
a very quick test on ubuntu 20.04 with node 16.13.0 with terminalizer record demo then terminalizer render demo it reports:
terminalizer record demo
terminalizer render demo
Error: Error: [926145:1120/150937.722877:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
The text was updated successfully, but these errors were encountered:
This also occurs in 17.0.1
Sorry, something went wrong.
Same here in Ubuntu 20.04
Fix Path for ubuntu:
/usr/local/lib/node_modules
Same here. In render/index.js, after the var declaration block, I added the following which did the trick for me: app.disableHardwareAcceleration(); app.commandLine.appendSwitch("disable-software-rasterizer"); Credits: electron/electron#20702 (comment)
Same here.
In render/index.js, after the var declaration block, I added the following which did the trick for me:
render/index.js
var
app.disableHardwareAcceleration(); app.commandLine.appendSwitch("disable-software-rasterizer");
Credits: electron/electron#20702 (comment)
No branches or pull requests
a very quick test on ubuntu 20.04 with node 16.13.0 with
terminalizer record demo
thenterminalizer render demo
it reports:The text was updated successfully, but these errors were encountered: