0

I have my own game written in Java and it uses the Slick2D game library which uses OpenGL. The game has some multiplayer features so i need to start the server-software for the game on a Windows-Server, but OpenGL does not work because the Windows-Server is a VPS from a hoster. Is it possible to run software using OpenGL? My server-software runs on my home computer. Every other OpenGL software does not run on my windows server too.

Error-Message:

org.lwjgl.LWJGLException: Pixel format not accelerated
b009
  • 3
  • 1
  • 2

1 Answers1

1

Your problem is not Windows Server 2012, it's the VPS itself. You will need a dedicated server as the VPS can't use the host's GPU, which is required by OpenGL.

viniciusmunich
  • 266
  • 1
  • 2
  • 6