You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Ubuntu 22.04 I didn't get any visualization of the wind animation or the ship, just a static earth.
A warning is spit out Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway..
This warning followed by lots of error messages: Error while drawing item <pyqtgraph.opengl.items.GLScatterPlotItem.GLScatterPlotItem object at 0x7f8253c032e0>
Note that running with QT_QPA_PLATFORM=wayland python play.py, fixes the issue.
The text was updated successfully, but these errors were encountered:
When running on Ubuntu 22.04 I didn't get any visualization of the wind animation or the ship, just a static earth.
A warning is spit out
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
.This warning followed by lots of error messages:
Error while drawing item <pyqtgraph.opengl.items.GLScatterPlotItem.GLScatterPlotItem object at 0x7f8253c032e0>
Note that running with
QT_QPA_PLATFORM=wayland python play.py
, fixes the issue.The text was updated successfully, but these errors were encountered: