On dedicated server start, application crashes. Unable to launch server. This is new as of the update to 1.71.141457. Worked perfectly on the previous build.
Description
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- Version 1703 ( OS Build 15063.138 )
- Category
- Dedicated Server
arma3server.exe -port=2302 "-config=C:\Games\A3Server\TADST\JETS-Test\TADST_config.cfg" "-cfg=C:\Games\A3Server\TADST\JETS-Test\TADST_basic.cfg" "-profiles=C:\Games\A3Server\TADST\JETS-Test" -name=JETS-Test -filePatching -pid=pid.log -ranking=ranking.log -enableHT
Crashes every time.
TADST Config File:
// Config file generated 4/29/2017 4:37 PM with TADST. hostName = "DevOps Public Server - JETS & Carrier DLC"; password = ""; passwordAdmin = "123qwe456rty"; serverCommandPassword = ""; logFile = "logfile_console.log"; motd[] = { "Landing at your base / carrier will automatically rearm, refuel and repair your plane. There is no need to stop, simply touching down will trigger the service." }; motdInterval = 3; maxPlayers = 32; kickduplicate = 1; verifySignatures = 2; allowedFilePatching = 0; requiredSecureId = 0; voteMissionPlayers = 3; voteThreshold = 1.5; disableVoN = 0; vonCodecQuality = 10; persistent = 1; timeStampFormat = "full"; BattlEye = 1; doubleIdDetected = ""; onUserConnected = ""; onUserDisconnected = ""; onHackedData = ""; onDifferentData = ""; onUnsignedData = ""; regularCheck = ""; class Missions { class Mission_1 { template = "AltisTerminalDefense.Altis"; difficulty = "regular"; }; };
TADST Basic file:
// Basic config file generated 4/29/2017 4:37 PM with TADST. MaxMsgSend = 256; MaxSizeGuaranteed = 512; MaxSizeNonguaranteed = 256; MinBandwidth = 524288; MaxBandwidth = 2097152000; MinErrorToSend = 0.001; MinErrorToSendNear = 0.01; MaxCustomFileSize = 1310720; class sockets{maxPacketSize = 1400;}; adapter=-1; 3D_Performance=1; Resolution_W=0; Resolution_H=0; Resolution_Bpp=32; terrainGrid=15.0; viewDistance=6000; Windowed=0;
Log Name: Application Source: Application Error Date: 4/29/2017 4:37:35 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: DESKTOP-BK4FJSR Description: Faulting application name: arma3server.exe, version: 1.71.141.457, time stamp: 0x590119aa Faulting module name: arma3server.exe, version: 1.71.141.457, time stamp: 0x590119aa Exception code: 0xc0000005 Fault offset: 0x003ba0aa Faulting process id: 0x24a4 Faulting application start time: 0x01d2c1285e49f80f Faulting application path: C:\Games\A3Server\arma3server.exe Faulting module path: C:\Games\A3Server\arma3server.exe Report Id: 96def3c0-5a6d-4d26-be52-861c55273724 Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2017-04-29T20:37:35.847983800Z" /> <EventRecordID>1407</EventRecordID> <Channel>Application</Channel> <Computer>DESKTOP-BK4FJSR</Computer> <Security /> </System> <EventData> <Data>arma3server.exe</Data> <Data>1.71.141.457</Data> <Data>590119aa</Data> <Data>arma3server.exe</Data> <Data>1.71.141.457</Data> <Data>590119aa</Data> <Data>c0000005</Data> <Data>003ba0aa</Data> <Data>24a4</Data> <Data>01d2c1285e49f80f</Data> <Data>C:\Games\A3Server\arma3server.exe</Data> <Data>C:\Games\A3Server\arma3server.exe</Data> <Data>96def3c0-5a6d-4d26-be52-861c55273724</Data> <Data> </Data> <Data> </Data> </EventData> </Event>
Event Timeline
It happens with both the 32-bit and 64-bit exe's.
Loading screen appears and it get's 95% of the progress bar loaded and then crashes right before it would normally spawn the console screen.
Getting this as well on the arma3server_x64.exe, runs fine on the normal branch - complete fresh install
Try to start the server again - but this time with steam running and logged in. This one made the server work again (on my dedicated VPS). But as soon steam is not running anymore, it crashes again.
I don't have steam installed on my dedicated server. I only have SteamCMD. Tried logging into SteamCMD while launching and it still crashes.