Reply To: Spike on windows 10 x64 remote desktop

Forums General Discussions Spike on windows 10 x64 remote desktop Reply To: Spike on windows 10 x64 remote desktop

#104103
cizekm
Participant

Hi,
this is what worked for me:

I created a batch file in the spike program folder and named it RunFromRDP.bat.

Inside that batch file I placed the following commands:

tscon 1 /dest:console
spike.exe

The first command disconnects the remote desktop session and forces Windows to run in the local console. Then the Spike starts and OpenGL initializes correctly. After a few seconds I reconnect and everything works fine.

Martin