Iotavex 0 Posted November 13, 2018 (edited) Starting the process extracting data from dayz pbo files i got that error in german: Informationen über das Aufrufen von JIT-Debuggen anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung. ************** Ausnahmetext ************** System.ArgumentNullException: Der Wert darf nicht NULL sein. Parametername: path1 bei System.IO.Path.Combine(String path1, String path2, String path3) bei BankRev.FormMain.UnpackAddons(Boolean unbin) bei BankRev.FormMain.btnValidate_Click(Object sender, EventArgs e) bei System.Windows.Forms.Control.OnClick(EventArgs e) bei System.Windows.Forms.Button.OnClick(EventArgs e) bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) bei System.Windows.Forms.Control.WndProc(Message& m) bei System.Windows.Forms.ButtonBase.WndProc(Message& m) bei System.Windows.Forms.Button.WndProc(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Geladene Assemblys ************** mscorlib Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3190.0 built by: NET472REL1LAST_C. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll. ---------------------------------------- BankRevGUI Assembly-Version: 0.1.270.6838. Win32-Version: 0.1.270.6838. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/DayZ%20Tools/Bin/PboUtils/BankRevGUI.exe. ---------------------------------------- System.Windows.Forms Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. 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.7.3190.0 built by: NET472REL1LAST_C. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll. ---------------------------------------- LibCommon Assembly-Version: 1.2.233.6837. Win32-Version: 1.2.233.6837. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/DayZ%20Tools/Bin/PboUtils/LibCommon.DLL. ---------------------------------------- System.Drawing Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll. ---------------------------------------- log4net Assembly-Version: 1.2.13.0. Win32-Version: 1.2.13.0. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/DayZ%20Tools/Bin/PboUtils/log4net.DLL. ---------------------------------------- System.Configuration Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. 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.7.3190.0 built by: NET472REL1LAST_C. 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.7.3056.0 built by: NET472REL1. 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.43.60.6823. Win32-Version: 1.43.60.6823. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/DayZ%20Tools/Bin/PboUtils/NativeMethods.DLL. ---------------------------------------- Accessibility Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll. ---------------------------------------- System.Windows.Forms.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll. ---------------------------------------- mscorlib.resources Assembly-Version: 4.0.0.0. Win32-Version: 4.7.3056.0 built by: NET472REL1. CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll. ---------------------------------------- ************** JIT-Debuggen ************** Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der Konfigurationsdatei der Anwendung oder des Computers (machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden. Die Anwendung muss mit aktiviertem Debuggen kompiliert werden. Zum Beispiel: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten Ausnahmen an den JIT-Debugger gesendet, der auf dem Computer registriert ist, und nicht in diesem Dialogfeld behandelt. Console application works just fine. EDIT: Target has been achieved with the following bash command: find "C:/Program Files (x86)/Steam/steamapps/common/DayZ/Addons" -name *.pbo -exec ./BankRev.exe -prefix -f "C:\Program Files (x86)\Steam\steamapps\common\DayZ Tools\assets" {} \; find "C:/Program Files (x86)/Steam/steamapps/common/DayZ/Addons" -name *.pbo -exec ./BankRev.exe -prefix -f "C:\Program Files (x86)\Steam\steamapps\common\DayZ Tools\assets" {} \; Edited November 13, 2018 by nico209 Share this post Link to post Share on other sites
Heisen99 7 Posted November 13, 2018 Run the following <Get to your directory e.g. F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive > F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /mount F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /extractGameData 1 Share this post Link to post Share on other sites
Iotavex 0 Posted November 14, 2018 8 hours ago, Heisen99 said: Run the following <Get to your directory e.g. F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive > F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /mount F:\Programs\Steam\steamapps\common\DayZ Tools\Bin\WorkDrive> workdrive.exe /extractGameData Well, I saw this tool later and i guess its the better solution. other tools also work with the p drive as standard Share this post Link to post Share on other sites