Page MenuHomeFeedback Tracker

When launching arma through steam, launcher does not open, shows "in-game" Arma 3 for a few seconds then does not open.
Assigned, WishlistPublic

Description

Arma 3 Launcher Exception Log

Arma 3 Launcher has encountered an unexpected error described below.
Sorry for the inconvenience.
Please report this on Arma 3 Feedback Tracker (http://feedback.arma3.com). Thanks to you we may fix the issue faster!

----------------------------

System information

Date: 2015-12-04 22:40:29 / 2015-12-04 17:40:29 -05
Current dir: C:\Games\Steam\steamapps\common\Arma 3
AppData dir: C:\Users\Jacob\AppData\Local
Command line: "C:\Games\Steam\steamapps\common\Arma 3\arma3launcher.exe"
Version: 1.3.133.597
CLR version: 4.0.30319.34209
OS Version: 6.3.9600.0 (Microsoft Windows NT 6.3.9600.0)
OS 64 bit: True
Process 64 bit: False
Personal dir: C:\Users\Jacob\Documents
Culture: en-US
UI Culture: en-US
Point of log: Unhandled Exception

----------------------------

Exception

System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

   at Launcher.Program.RunLauncher()
   at Launcher.Program.Main(String[] args)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

----------------------------

Modules and assemblies

  • mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089; C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
  • arma3launcher, Version=1.3.133.597, Culture=neutral, PublicKeyToken=null; C:\Games\Steam\steamapps\common\Arma 3\arma3launcher.exe
  • log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a; C:\Games\Steam\steamapps\common\Arma 3\Launcher\log4net.dll

Assembly resolution

Resolving System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

requested by: unknown
not resolved

Details

Legacy ID
4071976544
Severity
None
Resolution
Open
Reproducibility
Always
Category
Launcher

Event Timeline

jmaraffi24 set Category to Launcher.Dec 4 2015, 11:50 PM
jmaraffi24 set Reproducibility to Always.
jmaraffi24 set Severity to None.
jmaraffi24 set Resolution to Open.
jmaraffi24 set Legacy ID to 4071976544.May 8 2016, 1:13 PM

Hello,
according to the log you're missing one of the files from Microsoft .NET Framework. You should be able to fix the issue by re-installing the .NET Framework, the latest version 4.6.1 can be downloaded from here: https://www.microsoft.com/en-us/download/details.aspx?id=49982

Thank you for the reply, after downloading those files this occured.

"Arma 3 Launcher Emergency Log

Arma 3 Launcher is unable to start due to corruption in a configuration system.
http://arma3.com/launcher/troubleshooting
http://feedback.arma3.com/

-----------------------------

System information

Date: 2015-12-07 03:54:57 / 2015-12-06 22:54:57 -05
Current dir: C:\Games\Steam\steamapps\common\Arma 3
Command line: "C:\Games\Steam\steamapps\common\Arma 3\arma3launcher.exe"
Version: 1.3.133.597
CLR version: 4.0.30319.42000
OS Version: Microsoft Windows NT 6.3.9600.0
OS 64bit: True
Process 64bit: False
Personal dir: C:\Users\Jacob\Documents
Local App Data dir: C:\Users\Jacob\AppData\Local
Culture: en-US
UI Culture: en-US

-----------------------------

Errors

Message: Configuration system failed to initialize

Message: Unrecognized configuration section startup.
File name: C:\Games\Steam\steamapps\common\Arma 3\arma3launcher.exe.Config
Line: 11

-----------------------------

Trace

System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section startup. (C:\Games\Steam\steamapps\common\Arma 3\arma3launcher.exe.Config line 11)

   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
   at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
   at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
   --- End of inner exception stack trace ---"

I tried verifying the game cache and it did not fix itself.

Hello,
seems that the main configuration file of your .NET Framework is still corrupted. You can replace it by using a backup file (providing that it is not corrupted as well):

  1. Go to the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\
  2. There should be 3 files:
    • machine.config
    • machine.config.comments
    • machine.config.default (note: you have to disable hiding extension to see the extensions)
  3. Move file 'machine.config' somewhere else (e.g. to desktop).
  4. Make a copy of 'machine.config.default'
  5. Rename that copy to 'machine.config'
  6. If you could pack the original 'machine.config' to ZIP and upload it here so we can investigate the way it is corrupted it will be helpful to us.