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
Describe the bug
Not 100% sure where the issue stands, or if it´s just me not understanding this software. I'm just reporting that on Ubuntu 22.04, I got a fully black and static window no matter what, stays black, nothing moves/appears. Everything else seems to work right (button, scheduler,...), it seems to be a drawing issue. As I'm used to breaking changes in Linux libraries depending on the version, I feel this may be related to SDL2, possibly updated on 22.04. Or maybe because of Wayland.
Related to that, I get this warning during compilation:
CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (SDL) does
not match the name of the calling package (SDL2). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindSDL2.cmake:198 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:51 (find_package)
Desktop (please complete the following information):
OS: Ubuntu 22.04.4
Running in WMware Worstation Pro, with VMware SVGA II Adapter additional driver installed in Ubuntu from Open VMware Tools (from open-vm-tools-desktop)
Describe the bug
Not 100% sure where the issue stands, or if it´s just me not understanding this software. I'm just reporting that on Ubuntu 22.04, I got a fully black and static window no matter what, stays black, nothing moves/appears. Everything else seems to work right (button, scheduler,...), it seems to be a drawing issue. As I'm used to breaking changes in Linux libraries depending on the version, I feel this may be related to SDL2, possibly updated on 22.04. Or maybe because of Wayland.
Related to that, I get this warning during compilation:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: