Page MenuHomeFeedback Tracker

Crash on joining server, after clicking "ok" button in lobby.
New, NormalPublic

Description

Details

Severity
Crash
Resolution
Open
Reproducibility
Random
Operating System
Windows 10 x64
Category
Game Crash
Steps To Reproduce

See crashlogs and bug report title.

Event Timeline

DanielNL created this task.Feb 10 2018, 2:24 PM

Still crashes with "bad_module_info" windows crash message.

Wulf added a subscriber: Wulf.Feb 13 2018, 2:09 PM

Hello.

Hmm It seems that that one of your controllers is causing the game to crash. Because from your rpts I shows that the game crashes during loading of the "Detected Joystick: USB Network Joystick". Try disconnecting one of the joysticks.

You also might want to update drivers for your controllers.

32 bit arma3.exe mode working fine... its weird.

Hey, this time I get this crash, is it the same crash reason still?

Wulf added a comment.Mar 28 2018, 10:00 AM

No, this is a different error. The report shows 0xC0000135 - STATUS_DLL_NOT_FOUND. The OS is unable to load a file that is required to run the game. A missing DLL may belong to the game, the OS or one of the required components (DirectX e.g.).

Possible solutions:

  • Verify the integrity of the game cache using Steam.
  • Re-install DirectX.
  • Uninstall the Visual C++ 2013 Redistributable package (both x86 and x64 version), restart your computer and install the package again (do not use the Repair function).
  • Run the Windows System File Check tool to repair corrupted system files.
  • To identify the precise DLL that is causing an issue.
    • Download a 64-bit version of the Microsoft Dependency Walker and open arma3_x64.exe with it. The libraries with a red icon are the corrupted ones.
    • Download a 32-bit version of the Microsoft Dependency Walker and open arma3.exe with it. The libraries with a red icon are the corrupted ones.