Jump to content

new services not working since latest beta update


dimitrifrom31

Recommended Posts

Opened a ticket for that but wanted to know if any1 else having same issue+ with holiday I fear no answer before few days:

 

 

since latest beta update new game services created are not working on some of my machines.

When creating a bat and starting manually from Remote desktop everything is fine. When starting from TCA the service starts but the game server does not respond.

 

Any idea?

Link to comment
Share on other sites

This should help, go in X:\Program Files\TCAdmin Control Panel\Services\TCXXXXXXXX.

 

Where: X:\ is the drive where TCadmin is installed, and Program Files can be Program Files (x86) if you are on a 64-bit system. Replace the TCXXXXXX by the TCadmin ID of your game server. (You can find that in your browser's address bar when you are on the server's start/stop page).

 

Now. Look for a StartProcess.errors file, and open it with notepad/wordpad.

 

If you see something like this:

 

 

12/30/2010 8:05:25 AM Mixed mode assembly is built against version 'v1.0.3705' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

 

 

Then it's a .NET problem. Seems TCadmin has to modify the config templates, so until that's done, you can 'temporarily' patch the starter by editing the TCAdminService.exe.config in the same folder, the beginning of the file should look like this:

 

<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <startup>
   <supportedRuntime version="4.0.30319" />
   <supportedRuntime version="v2.0.50727" />
   <supportedRuntime version="v1.1.4322" />
 </startup>

 

Now, remove this part:

 

   <supportedRuntime version="4.0.30319" />

 

Save the file, and start the service.

 

Future service changes will no longer modify this config, but yes new services will have that error. Until they release a new beta fixing this.

Link to comment
Share on other sites

Actually, I found a possible fix for future services.

 

Go back to X:\Program Files\TCAdmin Control Panel\Services. Go in the InstallFiles folder, and edit the TCAdminService.exe.config file there to remove the erroneous line.

 

That should, in theory, fix future services.

 

But it has to be done on every single box.

Link to comment
Share on other sites

If its not what was mentioned above, also sounds like it could be a permission error (i know you run your stuff securely, this is why I mention it) -- Had this issue with mani's gametypes.txt a buncha times, for some reason it wouldn't stay under the TCAdmin user, and was 'locked because it came from another computer' -- once I unlocked it (via admin account) , and fixed the permissions all was fine.

 

I literally spent a few hours fucking with this last night -- Odd, sounds like you might have the same issue.

 

-Adam

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use