I'm trying to start a Kivy App bundled using Pyinstaller from a windows service made using win32serviceutil.ServiceFramework and the open GL version it finds / gets over there is 1.1
I have a GTX 1060 with Open GL verison 4.6. When i run the Kivy App normally ( not from a service ) everything is fine. But when it starts from a service as mentioned above this is the result .... ______________________________________ [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. ________________________________________ FYI if i run it normally the output would be : _________________________________________ [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'4.6.0 NVIDIA 445.75'> [INFO ] [GL ] OpenGL vendor <b'NVIDIA Corporation'> [INFO ] [GL ] OpenGL renderer <b'GeForce GTX 1060 3GB/PCIe/SSE2'> [INFO ] [GL ] OpenGL parsed version: 4, 6 [INFO ] [GL ] Shading version <b'4.60 NVIDIA'> [INFO ] [GL ] Texture max size <32768> [INFO ] [GL ] Texture max units <32> __________________________________________ I've been nagging behind this issue for days ! with even developers from Kivy being confused ! Thanks a lot in advance !
[INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_0.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now. [INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_1.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now. [INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_2.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now. [INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_3.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now. [INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_4.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now. [INFO ] [Logger ] Record log in C:\Windows\system32\config\systemprofile\.kivy\logs\kivy_20-04-12_5.txt [INFO ] [Kivy ] v1.11.1 [INFO ] [Kivy ] Installed at "D:\PythonVENV\mist-app\dist\app\kivy\__init__.pyc" [INFO ] [Python ] v3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)] [INFO ] [Python ] Interpreter at "D:\PythonVENV\mist-app\dist\app\app.exe" [INFO ] [Factory ] 184 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] No framebuffers extension is supported [INFO ] [GL ] Backend used <glew> [INFO ] [GL ] OpenGL version <b'1.1.0'> [INFO ] [GL ] OpenGL vendor <b'Microsoft Corporation'> [INFO ] [GL ] OpenGL renderer <b'GDI Generic'> [INFO ] [GL ] OpenGL parsed version: 1, 1 [CRITICAL] [GL ] Minimum required OpenGL version (2.0) NOT found! OpenGL version detected: 1.1 Version: b'1.1.0' Vendor: b'Microsoft Corporation' Renderer: b'GDI Generic' Try upgrading your graphics drivers and/or your graphics hardware in case of problems. The application will leave now.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32