terminalizer icon indicating copy to clipboard operation
terminalizer copied to clipboard

Error GL_INVALID_OPERATION

Open aahnik opened this issue 4 years ago • 6 comments

❯ terminalizer render demo -o a.gif
Error: 
  Error: [113284:1230/232508.543647:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command


Hint:
  Use the --help option to get help about the usage

aahnik avatar Dec 30 '20 17:12 aahnik

I have same erro. terminalizer render demo
Error: Error: [4924:0111/144853.171579:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command

Hint: Use the --help option to get help about the usage

pwndumb avatar Jan 11 '21 14:01 pwndumb

I have the same error as well. I am trying to use terminalizer 0.7.2.

> terminalizer render demo
Error: 
  Error: [2235715:0117/185217.025029:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command


Hint:
  Use the --help option to get help about the usage

jbomanson avatar Jan 17 '21 16:01 jbomanson

Jup, exact same error, too! Error: [3023851:0128/033224.340292:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command

I could really use this tool for a project. But neither on my arch machine, nor my Ubuntu VM does it run. Pls fix this guys.

HolzCode avatar Jan 28 '21 02:01 HolzCode

I'm seeing the exact same error. Running Gnome on Wayland on Manjaro Linux. Retrying in Openbox in Xorg gave same error.

Tried in xfce-terminal with tmux, and bare xterm (I doubt that makes a difference, but including just in case)

alexcg1 avatar Jan 29 '21 11:01 alexcg1

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: https://github.com/electron/electron/issues/20702#issuecomment-582587510

m5lk3n avatar Feb 08 '21 21:02 m5lk3n

Related PR: https://github.com/faressoft/terminalizer/pull/134/commits/0caba5083ddd31f4210ea61fa30934e7201ceb1c

m5lk3n avatar Feb 10 '21 22:02 m5lk3n