Hello everybody. I need some help/suggestion. What VPS/Hosting services can I use to host AppGameKit .exe server app, for an online multiplayer game?
I want to host a simple game server app that I program myself. I made an .exe Windows server app using AppGameKit.
But, apps made using AppGameKit requires OpenGL 2 (and some basic directX). The VPS that I have tried (run with Remote Windows Desktop) cannot run it, with erors saying 'your graphic card does not support one or more OpenGL features'.
The server app itself does not have any graphic-heavy tasks, in fact it doesn't have any graphic, just a small black window. It's just an issue of the app requirement to need OpenGL, and not the heaviness of the work need to be done by the app.
Anobody know of any VPS/Dedicated Servers that can run OpenGL 2? Cheaply, if possible.
Any hosting service suggestion? Or any way to remedy this issue?
Will this server work?
XEON E3 1270 v2
8 GB ECC RAM
4 Cores, 8 Threads
Max Turbo 3.90 GHz
Additional errors about extensions:
'Failed to get OpenGL extension glBindFramebufferEXT , GLGenFramebuffersEXT, glFramebufferTexture2DEXT , glFramebufferRenderbufferEXT, glCheckFramebufferStatusEXT, glDeleteFramebuffersEXT, glBindRenderbufferEXT, glDeleteRenderbuffersEXT, glGenRenderbuffersEXT , glRenderbufferStorageEXT , glCreateShader '
Theres also directX error, but remedied by putting the DLL inside the project folder
'This program can't start because XINPUT9_1_0.dll is missing from your computer'
Any hosting service suggestion? Or any way to remedy this issue? Thanks in advance.