Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to fix OpenGL 1.1 Issue in Server ? #5293

Closed
tejastank opened this issue Jul 21, 2017 · 3 comments
Closed

How to fix OpenGL 1.1 Issue in Server ? #5293

tejastank opened this issue Jul 21, 2017 · 3 comments
Labels

Comments

@tejastank
Copy link

Versions : Latest

  • Python: 2.7
  • OS: Window 2012
  • Kivy: latest version
  • Kivy installation method: PIP

Description

-> Kivy is great platform, I had build solution working fine in window 10.0, with pyInstaller I generated executable succesful, working fine, Now when I shift to window 2012 server than It works well.

-> Now issue happen when I connected window 2012 from other system via remote desk to start kivy executbale it gives OpenGL 1.1 issue.

-> Case when we start Kivy Executable from Window2012 than connect via remoted desktop than it works.

So only issue happen only unable to run it from remote desktop, what should we do ?

Code and Logs

We expert with python, hardly not yet any technical coding issues, just unable to understand Kivy Behaviour

Looking for Kivy Experts Review and comment for guideline to resolve this issue.

Thank you in advance for your guidelines. #kivy

@KeyWeeUsr
Copy link
Contributor

@dessant explained it in recently opened issue with +/- the same description. Ref #5251 (comment) for the solutions.

@akshayaurora
Copy link
Member

@tejastank on why OpenGL does not work on Windows server 2012, you probably should contact the makers of that software... Microsoft.

Windows Server 2012 does not support OpenGL 2 over RDP, but Windows Server 2016 does.

Or try to use a remote desktop server/client that does, like tigervnc

@KeyWeeUsr
Copy link
Contributor

KeyWeeUsr commented Jul 22, 2017

No problem on justifying the new #Kivy #Framework had limitations & no support.

No, the problem is that you're trying to use part of an OS, that can't run Kivy out of the box, but might be able with a different GL provider.

Kivy has a lot of communication channels related to support of the framework itself and even closely related parts, but we most likely can't do anything else except Angle to overcome problems like the one you experienced. Read the OS/HW specs before running applications. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants