Page MenuHomeFeedback Tracker

Arma 3 Tools BankRev Giving Microsoft .NET Framework Crash
Closed, ResolvedPublic

Description

When trying to extract a PBO using the latest version of BankRev the user's program will crash. I haven't found a way around it.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 7 x64
Operating System Version
6.1
Category
Tools
Steps To Reproduce

Go through the regular steps of converting a PBO and you will get this message.

Unhandled exception has occurred in your application. If you click
Continue, the application will ignore this error and attempt to continue. If
you click Quit, the application will close immediately.

Value cannot be null
Parameter name: path2.

Additional Information

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

  • Exception Text ******

System.ArgumentNullException: Value cannot be null.
Parameter name: path2

at System.IO.Path.Combine(String path1, String path2)
at BankRev.FormMain.PostExtractionOps(PBO& pbo)
at BankRev.FormMain.UnpackAddons(Boolean unbin)
at BankRev.FormMain.btnValidate_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  • Loaded Assemblies ******

mscorlib

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

BankRevGUI

Assembly Version: 0.1.203.6377
Win32 Version: 0.1.203.6377
CodeBase: file:///E:/Steam/steamapps/common/Arma%203%20Tools/BankRev/BankRevGUI.exe

System.Windows.Forms

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

LibCommon

Assembly Version: 1.1.125.6377
Win32 Version: 1.1.125.6377
CodeBase: file:///E:/Steam/steamapps/common/Arma%203%20Tools/BankRev/LibCommon.DLL

log4net

Assembly Version: 1.2.13.0
Win32 Version: 1.2.13.0
CodeBase: file:///E:/Steam/steamapps/common/Arma%203%20Tools/BankRev/log4net.DLL

System.Configuration

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

NativeMethods

Assembly Version: 1.39.56.6377
Win32 Version: 1.39.56.6377
CodeBase: file:///E:/Steam/steamapps/common/Arma%203%20Tools/BankRev/NativeMethods.DLL

Microsoft.VisualBasic

Assembly Version: 10.0.0.0
Win32 Version: 14.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

System.Management

Assembly Version: 4.0.0.0
Win32 Version: 4.6.1099.0 built by: NETFXREL4STAGE
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

  • JIT Debugging ******

To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Event Timeline

Could you, please, attach the following logs to the ticket?
...\steamapps\common\Arma 3 Tools\Logs\BankRev....rpt
...\steamapps\common\Arma 3 Tools\Logs\WorkDrive...rpt

The log folder can also be accessed from the launcher (shortcut CTRL+L).

tom_48_97 closed this task as Resolved.Jun 28 2017, 2:47 PM

The tool isn't meant to extract mission files which are a little different, I will adjust the code to reflect this. Please, use BankRev.exe as described here for mission files:
https://community.bistudio.com/wiki/BankRev