Difference between revisions of "Compatibility with Windows 10 and Windows Server 2019"

Line 1: Line 1:
 
Microsoft has removed the Interactive Services Detection Service on Windows 10 v.1803 or later and Windows Server 2019. This means it is not possible to view the game server's console from remote desktop while it is running as a service. This creates compatibility issues with some games. If a game server does not start with TCAdmin but it [[Troubleshooting_Game_&_Voice_Services#Running_the_Service_Manually|starts manually as TCAGame]] follow these instructions:
 
Microsoft has removed the Interactive Services Detection Service on Windows 10 v.1803 or later and Windows Server 2019. This means it is not possible to view the game server's console from remote desktop while it is running as a service. This creates compatibility issues with some games. If a game server does not start with TCAdmin but it [[Troubleshooting_Game_&_Voice_Services#Running_the_Service_Manually|starts manually as TCAGame]] follow these instructions:
 +
* Make sure you are running TCAdmin '''2.0.131.4''' or greater.
 +
* Go to Start > Administrative Tools > Services and stop the TCAdmin Service Manager service.
 +
* Open a command prompt and execute this command:
 +
taskkill /F /IM TCAdminServiceLauncher.exe
 +
* Edit TCAdmin2\Monitor\TCAdminMonitor.exe.config in notepad. Add or update this value under <appSettings>
 +
<add key="TCAdmin.EnableLauncherService" value="True"/>
 +
* Start the TCAdmin Service Manager service again.
 +
* Check the game servers to see if they start correctly.
 +
 +
 +
'''<span style="color:red">If you are running other versions of Windows and a game server doesn't start with TCAdmin this fix might work but you will lose the ability to view the game server's console with "Interactive Service Detection".</span>'''
 +
 +
<!--
 
* Make sure you are running TCAdmin 2.0.127.1 or greater.
 
* Make sure you are running TCAdmin 2.0.127.1 or greater.
 
* Go to Start > Administrative Tools > Services and stop the TCAdmin Service Manager service.
 
* Go to Start > Administrative Tools > Services and stop the TCAdmin Service Manager service.
Line 11: Line 24:
 
* Start the TCAdmin Service Manager service again.
 
* Start the TCAdmin Service Manager service again.
 
* Check the game servers to see if they start correctly.
 
* Check the game servers to see if they start correctly.
 
+
-->
 
 
'''<span style="color:red">If you are running other versions of Windows and a game server doesn't start with TCAdmin this fix might work but you will lose the ability to view the game server's console with "Interactive Service Detection".</span>'''
 

Revision as of 15:14, 10 July 2019

Microsoft has removed the Interactive Services Detection Service on Windows 10 v.1803 or later and Windows Server 2019. This means it is not possible to view the game server's console from remote desktop while it is running as a service. This creates compatibility issues with some games. If a game server does not start with TCAdmin but it starts manually as TCAGame follow these instructions:

  • Make sure you are running TCAdmin 2.0.131.4 or greater.
  • Go to Start > Administrative Tools > Services and stop the TCAdmin Service Manager service.
  • Open a command prompt and execute this command:
taskkill /F /IM TCAdminServiceLauncher.exe
  • Edit TCAdmin2\Monitor\TCAdminMonitor.exe.config in notepad. Add or update this value under <appSettings>
<add key="TCAdmin.EnableLauncherService" value="True"/>
  • Start the TCAdmin Service Manager service again.
  • Check the game servers to see if they start correctly.


If you are running other versions of Windows and a game server doesn't start with TCAdmin this fix might work but you will lose the ability to view the game server's console with "Interactive Service Detection".


Retrieved from "https://help.tcadmin.com/index.php?title=Compatibility_with_Windows_10_and_Windows_Server_2019&oldid=1734"