Closed petricf closed 1 month ago
Does qemu have OpenGL acceleration? Do other Qt example apps work fine?
Using Proxmox (https://pve.proxmox.com) here which uses qemu as VM server.
Linux VM (here: Linux Mint) supports OpenGL. Windows 10 VM requires installation of "OpenCL, OpenGL and Vulcan Compatibility Pack" to support OpenGL 3.
Fixes from #173 solved the problem.
Describe the bug Simple project runs under Linux but fails under Windows.
To Reproduce Steps to reproduce the behavior:
Expected behavior Working as it runs with the same code under Linux w/o any errors/warnings
Screenshots App output:
Message when running in debugger:
Traceback when running in debugger:
Platform information (please complete the following information):
Additional context This is my first opengl project. It may be that i miss something.
The message "... Please instantiate the QApplication object first ..." from the app output above is only displayed under Windows - not under Linux.
The windows environment is running under Proxmox (qemu vm system).
Here the project: demo-map.zip
The *.pro file may have to be changed. This includes the LIBS and INCLUDEPATH variables which point to the QMapLibre installation.