Jump to content

Security must : run service as "automatically"


dimitrifrom31

Recommended Posts

  • 2 weeks later...
  • Replies 111
  • Created
  • Last Reply
  • 1 month later...

Trying to use this with Procon on Windows 2008 R2 and get this error:

 

Fault bucket , type 0

Event Name: CLR20r3

Response: Not available

Cab Id: 0

 

Problem signature:

P1: procon.console.exe

P2: 1.1.1.0

P3: 4ead3a53

P4: System

P5: 2.0.0.0

P6: 4db90c9f

P7: 3ad7

P8: 61

P9: System.ComponentModel.Win32

P10:

 

Attached files:

 

These files may be available here:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_procon.console.e_98ceaeab3d34a254e2e38c50dc8ca4c2239b28b8_29b436b8

 

Analysis symbol:

Rechecking for solution: 0

Report Id: 3ce2fc49-0327-11e1-bda1-0019b9e9f7f8

Report Status: 4

 

Any suggestions?

Link to comment
Share on other sites

  • 3 months later...

Getting:

Game server has been created: 188.165.241.63:27036

Creating game server (Half-Life 2 - Garrys Mod)...

Creating paths for game server...

Copying game files from disk...

Checking for available ip and port...

Modifying game files...

Setting up game service...

 

using:

cd ..

@echo off&setlocal enableextensions

for %%* in (.) do set serviceid=%%~n*

if not defined serviceid set serviceid=%CD:\=%

net user %serverip%%serverport% LeeHo8taefoh3**111 /add /passwordchg:no

net localgroup tcagroup %serverip%%serverport% /add

net localgroup users %serverip%%serverport% /delete

net accounts /maxpwage:unlimited

cacls "C:\Program Files (x86)\TCAdmin Control Panel\Monitor\Services\%serviceid%" /t /e /g %serverip%%serverport%:f

cacls %gameserverroot%.. /t /e /g %serverip%%serverport%:f

sc config %serviceid% obj= .\%serverip%%serverport% password= LeeHo8taefoh3**111

 

Any ideas? Windows server 2008

Link to comment
Share on other sites

  • 2 months later...

Script works great.

 

I found that some UDK based games seem to not run under the account made by the script(or any non admin account).

 

"The thread tried to read from or write to a virtual address for which it does not have the appropriate access."

0xC0000005 Error

 

Which permission is it missing?

What makes things more confusing is that one server will run fine, but if you try to start a second server even with unique port, ip, install location, and account, this error happens. You can then stop the first server, and the second server will run fine, but then the first server will produce the same error. It seems to limit it to only one per set of hardware. Could it be from sharing the same Group?

I don't see how it could run fine for one instance, but then not allow any additional ones.

Link to comment
Share on other sites

  • 2 weeks later...

nah its not working, if bf2cc is used to stop the server it throws this

 

Exception killing process: System.InvalidOperationException: Couldn't get process information from remote machine. ---> System.ComponentModel.Win32Exception: Access is denied

at System.Diagnostics.PerformanceMonitor.GetData(String item)

at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item)

at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()

at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String[] categories, Int32[] categoryIndexes)

at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library)

--- End of inner exception stack trace ---

at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library)

at System.Diagnostics.NtProcessManager.GetProcessInfos(String machineName, Boolean isRemoteMachine)

at System.Diagnostics.ProcessManager.GetProcessInfos(String machineName)

at System.Diagnostics.Process.GetProcesses(String machineName)

at System.Diagnostics.Process.GetProcesses()

at BDSoft.BF2.Server.Globals.ProcessManager.Kill()

 

 

works fine without the run as guest settings.

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