plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
293 stars 40 forks source link

AppImage crashing and GL errors #336

Closed ivokwee closed 4 years ago

ivokwee commented 4 years ago

Using the AppImage directly in Linux (PopOS 20.04) doing the example

orca-1.3.1.AppImage graph '{ "data": [{"y": [1,2,1]}] }' -o fig.pdf

I get the following errors depending on integrated (Intel HD620) or NVIDIA (mx150) graphics:

Using integrated graphics: orca-error2

Using NVIDIA graphics: orca-error1

ivokwee commented 4 years ago

Error still remains if I use xvfb

xvfb-run -a orca-1.3.1.AppImage graph '{ "data": [{"y": [1,2,1]}] }' -o fig.pdf

giving

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

ivokwee commented 4 years ago

never mind... the PDF figure actually gets created correctly. I am closing this issue.