HoloLive2dChatbot icon indicating copy to clipboard operation
HoloLive2dChatbot copied to clipboard

openGL error in MacOS

Open Chrisa142857 opened this issue 2 years ago • 1 comments

There are some openGL errors when runing in Qt creator. Looks like there is something wrong when loading openGL.

OS: MacOS 13.3.1 Qt version: 6.5.0

What I did:

  • Change CMAKE_PATH in src/Sample/build_components.sh, then run it.
  • Install Qt creator and Xcode.
  • Open .pro in Qt creator, then click Run button.

Errors

Screenshot 2023-05-20 at 15 35 05

Chrisa142857 avatar May 20 '23 19:05 Chrisa142857

Hi, the errors are due to the missing of OpenGL. Currently the app can only be built in Windows with MSVC compiler (Linux installation will be added later). Win11 comes with OpenGL.

It would be grateful if you could help for MacOS development :D if I may request...

sucv avatar Jun 12 '23 07:06 sucv