also ich wollte heute mal den Server updaten der Server ist aus dann passiert das :
habe google schon benutzt bring nicht
CMD fenster:
Code
You are about to update ArmA 3 server
Dir: C:\server\A3master\
Branch: 233780 -beta
Key "ENTER" to proceed
Drücken Sie eine beliebige Taste . . .
Redirecting stderr to 'C:\server\steam\logs\stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...OK.
Logging in user '******' to Steam Public...Logged in OK
Waiting for user info...OK
Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '233780' state is 0x206 after update job.
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 2 items discarded.
.
Your ArmA 3 server is now up to date
key "ENTER" to exit
Drücken Sie eine beliebige Taste . . .
Alles anzeigen
update.bat:
Code
@echo off
@rem http://media.steampowered.com/installer/steamcmd.zip
SETLOCAL ENABLEDELAYEDEXPANSION
:: DEFINE the following variables where applicable to your install
SET STEAMLOGIN=******** *******
SET A3serverBRANCH=233780 -beta
:: For stable use 233780 -beta
:: For Dev use 233780 -beta development
:: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......"
:: There is no DEV branch data yet for Arma 3 Dedicated Server package !!!
SET A3serverPath=C:\server\A3master\
SET STEAMPATH=C:\server\steam
:: _________________________________________________________
echo.
echo You are about to update ArmA 3 server
echo Dir: %A3serverPath%
echo Branch: %A3serverBRANCH%
echo.
echo Key "ENTER" to proceed
pause
%STEAMPATH%\steamcmd.exe +login %STEAMLOGIN% +force_install_dir %A3serverPath% +"app_update %A3serverBRANCH%" validate +quit
echo .
echo Your ArmA 3 server is now up to date
echo key "ENTER" to exit
pause
Alles anzeigen
es hat vorher ohne Probleme funktioniert