madewokherd / wine-mono

Other
280 stars 39 forks source link

RMS Express - TCP/IP communication issues? #116

Closed WheezyE closed 2 years ago

WheezyE commented 3 years ago

Hey all. I'd like to ask for help with a bug in wine-mono but I'm not entirely sure if this is the right place to ask for help.

My bug relates to RMS Express (a Windows-only .NET 3.5sp1 / Visual C program for ham radio) not being able to send/receive TCP/IP text commands to other programs on localhost listening for commands if it's run with mono.

If you want a quick script to get everything installed and working on x64 Linux Mint (using dotnet35sp1) run wget https://raw.githubusercontent.com/WheezyE/Winelink/main/docs/experiments/x86-64_Linux_distros/Debian-Ubuntu_x64.sh && bash Debian-Ubuntu_x64.sh Just as proof-of-concept. Then compare this behavior to running with wine-mono instead. This script hasn't been tested on Debian or Ubuntu so far, just Linux Mint

madewokherd commented 3 years ago

It sounds a bit too involved for me to want to try.

Does the program display any error messages relating to the commands? You can also try getting a log with WINE_MONO_TRACE=x which will print out any exceptions as they occur.

WheezyE commented 3 years ago

Thanks for the WINE_MONO_TRACE=x command.

Here are some terminal outputs with mono_trace enabled with mono installed in a fresh wineprefix

This is RMS Express (aka "Winlink Express") trying and failing to launch the "ARDOP" Modem from within RMS Express: (All the different modems have different names. The ham radio convention is to call a modem a "TNC" for some reason that is beyond my understanding.) ``` ... 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.NotImplementedException: The method or operation is not implemented. ```
Then here's a log of when I launch ARDOP manually: (I believe it tries to find RMS Express via TCP/IP upon launch) ``` eric@eric-virtual-machine:~/Downloads$ WINE_MONO_TRACE=x wine ~/.wine/drive_c/RMS\ Express/ARDOP_Win.exe 0134:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0134:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0031E938, 00151160, 0031E93C, 0031E930 0134:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0031E938, 00151160, 0031E93C, 0031E930 0134:fixme:font:get_nearest_charset TCI failing on 20000000 0134:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 20000000 file = L"Z:\\usr\\share\\fonts\\truetype\\fonts-gujr-extra\\aakar-medium.ttf" 0134:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for font L"Ani"! 0134:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for font L"Ani"! [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000134:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000134:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] ```
These are my Mono + RMS Express install steps in a nutshell: (I didn't do `winetricks corefonts`, but that would probably get rid of some command line errors) ```bash # Make a fresh 32bit wineprefix WINEARCH=win32 wine wineboot # Install RMS Express wget -q -r -l1 -np -nd -A "Winlink_Express_install_*.zip" https://downloads.winlink.org/User%20Programs || { echo "RMS Express download failed!" && run_giveup; } # Download Winlink no matter its version number 7z x Winlink_Express_install_*.zip -o"WinlinkExpressInstaller" wine WinlinkExpressInstaller/Winlink_Express_install.exe /SILENT WINE_MONO_TRACE=x wine ~/.wine/drive_c/RMS\ Express/RMS\ Express.exe ```

Everything behaves normally with dotnet35sp1 installed in wine (though box86 can't get dotnet35sp1 working in wine on Raspberry Pi at the moment, so mono would be a great option to use instead)

WheezyE commented 3 years ago

dotnet35sp1 - 01 - RMS Express's TCP/IP modem communication setup window 01 - Modem Communication TCP-IP Setup

dotnet35sp1 - 02 - ARDOP Modem has connected to RMS Express over TCP/IP 02 - Modem has connected to RMS Express over TCP-IP

dotnet35sp1 - 03 - RMS Express successfully controls ARDOP Modem over TCP/IP 03 - RMS Express successfully controls ARDOP Modem over TCP-IP

mono - 01 - Modem does not launch automatically mono - 01 - Modem does not launch automatically

mono - 02 - RMS Express not connecting to manually launched ARDOP mono - 02 - manually launched RMS not connecting to manually launched ARDOP

WheezyE commented 3 years ago

Sorry to spam: I should also mention that RMS Express needs a callsign and login to get running. I can email you my login if you were interested in installing/playing with it. Just lmk. And thank you again

madewokherd commented 3 years ago

I'd check on the NotImplementedException first, try WINE_MONO_TRACE=E:System.NotImplementedException MONO_INLINELIMIT=0

WheezyE commented 3 years ago

Thanks for more tips here! I ran those flags before wine RMS\ Express.exe and got this output in the terminal when I tried to run ARDOP TNC (the ardop modem).

Partial (most likely relevant) console output: ``` 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.NotImplementedException: The method or operation is not implemented. "" tid=00000024 this=02560120 , thread handle : 00A43EA0, state : not waiting at Microsoft.VisualBasic.Interaction.Shell (string,Microsoft.VisualBasic.AppWinStyle,bool,int) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.ArdopSession.Ardop_Activated (object,System.EventArgs) [0x004fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.Form.OnActivated (System.EventArgs) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.set_Active (bool) [0x000a6] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WmActivate (System.Windows.Forms.Message&) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x001b8] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.Show () [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.ArdopSession.ShowSession () [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.StartSession () [0x005fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.mnuSession_Click (object,System.EventArgs) [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.ToolStripItem.RaiseEvent (object,System.EventArgs) [0x0001b] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs) [0x0001d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs) [0x00051] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00071] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00103] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.Windows.Forms.ToolStripItemEventType) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.PerformClick () [0x00017] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.PerformClick () [0x00031] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.Globals.RestartSession (bool) [0x00037] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.ArdopSession.Ardop_Activated (object,System.EventArgs) [0x000ea] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.Form.OnActivated (System.EventArgs) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.set_Active (bool) [0x000a6] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WmActivate (System.Windows.Forms.Message&) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x001b8] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.Show () [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.ArdopSession.ShowSession () [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.StartSession () [0x005fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.mnuSession_Click (object,System.EventArgs) [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.ToolStripItem.RaiseEvent (object,System.EventArgs) [0x0001b] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs) [0x0001d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs) [0x00051] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleMouseUp (System.Windows.Forms.MouseEventArgs) [0x000fd] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00053] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00103] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs) [0x0007d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WmMouseUp (System.Windows.Forms.Message&,System.Windows.Forms.MouseButtons,int) [0x001c3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x005a0] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message&) [0x00128] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.MenuStrip.WndProc (System.Windows.Forms.Message&) [0x00056] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods/MSG&) <0x00012> at System.Windows.Forms.Application/ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (intptr,int,int) [0x001d7] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x00282] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) [0x0000d] in <4b7d326f792d4378bd436300c6961411>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00041] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.My.MyApplication.Main (string[]) [0x0000f] in <233daaa2b6f4492298ae0515e7c77214>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <233daaa2b6f4492298ae0515e7c77214>:0 ```
Full console output: ``` eric@eric-virtual-machine:~$ WINE_MONO_TRACE=E:System.NotImplementedException MONO_INLINELIMIT=0 wine ~/.wine/drive_c/RMS\ Express/RMS\ Express.exe 0068:err:ole:start_rpcss Failed to start RpcSs service 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0031E41C, 00148DB8, 0031E420, 0031E410 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0031E41C, 00148DB8, 0031E420, 0031E410 0024:fixme:font:get_nearest_charset TCI failing on 20000000 0024:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 20000000 file = L"Z:\\usr\\share\\fonts\\truetype\\fonts-gujr-extra\\aakar-medium.ttf" 0024:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for font L"Ani"! 0024:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for font L"Ani"! [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F0:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 00e0:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 03FD1CB8, 00000000, 012C3788) stub. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [000000F0:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [000000F0:] EXCEPTION handling: System.Net.Sockets.SocketException: Error looking up error string [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [000000F4:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100E0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100EA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100EC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100F4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100F6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100FA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100FC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.NotImplementedException: The method or operation is not implemented. "" tid=00000024 this=02560120 , thread handle : 00A43EA0, state : not waiting at Microsoft.VisualBasic.Interaction.Shell (string,Microsoft.VisualBasic.AppWinStyle,bool,int) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.ArdopSession.Ardop_Activated (object,System.EventArgs) [0x004fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.Form.OnActivated (System.EventArgs) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.set_Active (bool) [0x000a6] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WmActivate (System.Windows.Forms.Message&) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x001b8] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.Show () [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.ArdopSession.ShowSession () [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.StartSession () [0x005fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.mnuSession_Click (object,System.EventArgs) [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.ToolStripItem.RaiseEvent (object,System.EventArgs) [0x0001b] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs) [0x0001d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs) [0x00051] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00071] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00103] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.Windows.Forms.ToolStripItemEventType) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.PerformClick () [0x00017] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.PerformClick () [0x00031] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.Globals.RestartSession (bool) [0x00037] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.ArdopSession.Ardop_Activated (object,System.EventArgs) [0x000ea] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.Form.OnActivated (System.EventArgs) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.set_Active (bool) [0x000a6] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WmActivate (System.Windows.Forms.Message&) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x001b8] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.Show () [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.ArdopSession.ShowSession () [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.StartSession () [0x005fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.mnuSession_Click (object,System.EventArgs) [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.ToolStripItem.RaiseEvent (object,System.EventArgs) [0x0001b] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs) [0x0001d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs) [0x00051] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleMouseUp (System.Windows.Forms.MouseEventArgs) [0x000fd] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00053] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00103] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs) [0x0007d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WmMouseUp (System.Windows.Forms.Message&,System.Windows.Forms.MouseButtons,int) [0x001c3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x005a0] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message&) [0x00128] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.MenuStrip.WndProc (System.Windows.Forms.Message&) [0x00056] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods/MSG&) <0x00012> at System.Windows.Forms.Application/ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (intptr,int,int) [0x001d7] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x00282] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) [0x0000d] in <4b7d326f792d4378bd436300c6961411>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00041] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.My.MyApplication.Main (string[]) [0x0000f] in <233daaa2b6f4492298ae0515e7c77214>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <233daaa2b6f4492298ae0515e7c77214>:0 [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000138:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () ```

I'm kind of surprised by the visual basic errors. I've often run winetricks -q vb6run pdh_nt4 win7 sound=alsa in the past for another modem called VARA whenever RMS Express was installed.

Here's a log of relevant terminal output with vb6run installed: ``` 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.NotImplementedException: The method or operation is not implemented. "" tid=00000024 this=02560120 , thread handle : 00A43EA0, state : not waiting at Microsoft.VisualBasic.Interaction.Shell (string,Microsoft.VisualBasic.AppWinStyle,bool,int) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.ArdopSession.Ardop_Activated (object,System.EventArgs) [0x004fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.Form.OnActivated (System.EventArgs) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.set_Active (bool) [0x000a6] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WmActivate (System.Windows.Forms.Message&) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x001b8] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.Show () [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at RMS_Express.ArdopSession.ShowSession () [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.StartSession () [0x005fd] in <233daaa2b6f4492298ae0515e7c77214>:0 at RMS_Express.Main.mnuSession_Click (object,System.EventArgs) [0x00000] in <233daaa2b6f4492298ae0515e7c77214>:0 at System.Windows.Forms.ToolStripItem.RaiseEvent (object,System.EventArgs) [0x0001b] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs) [0x0001d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleClick (System.EventArgs) [0x00051] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.HandleMouseUp (System.Windows.Forms.MouseEventArgs) [0x000fd] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEventInteractive (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00053] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00103] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs,System.Windows.Forms.ToolStripItemEventType) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.Forms.MouseEventArgs) [0x0007d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WmMouseUp (System.Windows.Forms.Message&,System.Windows.Forms.MouseButtons,int) [0x001c3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x005a0] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message&) [0x00128] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.MenuStrip.WndProc (System.Windows.Forms.Message&) [0x00056] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods/MSG&) <0x00012> at System.Windows.Forms.Application/ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (intptr,int,int) [0x001d7] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x00282] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) [0x0000d] in <4b7d326f792d4378bd436300c6961411>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00041] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at RMS_Express.My.MyApplication.Main (string[]) [0x0000f] in <233daaa2b6f4492298ae0515e7c77214>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <233daaa2b6f4492298ae0515e7c77214>:0 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () ```
madewokherd commented 3 years ago

Well, implementing Interaction.Shell should be pretty simple, I'll try that and get back to you when there's a build you can try.

madewokherd commented 3 years ago

vb6run wouldn't have any effect on this, these are VB.NET libraries, not VB6.

WheezyE commented 3 years ago

Awesome! I really really appreciate you giving it a shot.

I was just about to post this log too of the ARDOP_Win.exe errors in case they help when I saw your replies. But yeah let's try one error at a time.


I also ran WINE_MONO_TRACE=E:System.ArgumentException MONO_INLINELIMIT=0 wine ARDOP_Win.exe and got this Trace of System.ArgumentException: 'CP1252' is not a supported encoding name for ARDOP_Win.exe in case that helps.

System.ArgumentException: 'CP1252' trace in ARDOP_Win.exe: ``` [00000140:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name "" tid=00000140 this=022F0120 , thread handle : 007D3E90, state : not waiting at System.Globalization.EncodingTable.internalGetCodePageFromName (string) [0x00097] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Globalization.EncodingTable.GetCodePageFromName (string) [0x00036] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Text.Encoding.GetEncoding (string) [0x0000c] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Text.EncodingHelper.GetDefaultEncoding () [0x00010] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Text.Encoding.CreateDefaultEncoding () [0x00000] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Text.Encoding.get_Default () [0x00009] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Windows.Forms.Screen..ctor (intptr,intptr) [0x000bb] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Screen..ctor (intptr) [0x00000] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Screen.FromRectangle (System.Drawing.Rectangle) [0x00035] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Screen.GetWorkingArea (System.Drawing.Rectangle) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds (System.Drawing.Rectangle) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDown.GetDropDownBounds (System.Drawing.Rectangle) [0x0006c] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDown.SetBoundsCore (int,int,int,int,System.Windows.Forms.BoundsSpecified) [0x0000d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.SetBounds (int,int,int,int,System.Windows.Forms.BoundsSpecified) [0x0007f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.set_Size (System.Drawing.Size) [0x0001c] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDown.AdjustSize () [0x00019] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDownMenu.set_PaddingToTrim (int) [0x00019] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDownMenu.CalculateInternalLayoutMetrics () [0x007d7] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripDropDownMenu.OnLayout (System.Windows.Forms.LayoutEventArgs) [0x00017] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.LayoutEventArgs) [0x0008d] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.PerformLayout () [0x0000f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.ResumeLayout (bool) [0x00079] in <4b7d326f792d4378bd436300c6961411>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.ResumeLayout (bool) [0x00032] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Layout.LayoutTransaction.Dispose () [0x0000f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ToolStripItemCollection.AddRange (System.Windows.Forms.ToolStripItem[]) [0x00069] in <4b7d326f792d4378bd436300c6961411>:0 at ARDOP_Win1.Main.InitializeComponent () [0x0037e] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper remoting-invoke-with-check) ARDOP_Win1.Main.InitializeComponent () [0x00031] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.Main..ctor () [0x00299] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x00027] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at <0xffffffff> at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&) <0x00012> at System.Reflection.RuntimeConstructorInfo.InternalInvoke (object,object[],bool) [0x00005] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.RuntimeType.CreateInstanceMono (bool,bool) [0x00095] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.RuntimeType.CreateInstanceSlow (bool,bool,bool,bool) [0x00009] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.RuntimeType.CreateInstanceDefaultCtor (bool,bool,bool,bool,System.Threading.StackCrawlMark&) [0x00027] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at System.Activator.CreateInstance () [0x00015] in <7713cb95b33244ed9608bf0b23fbdce9>:0 at ARDOP_Win1.My.MyProject/MyForms.Create__Instance__ (T_REF) [0x0006c] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.My.MyProject/MyForms.get_Main () [0x00000] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.My.MyApplication.OnCreateMainForm () [0x00006] in <3a9f668defbb44cca36e388899b9cc5a>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00010] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x00001] in <4dcb7d1ddab44fa4bafe41122e645da4>:0 at ARDOP_Win1.My.MyApplication.Main (string[]) [0x00012] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <3a9f668defbb44cca36e388899b9cc5a>:0 ```
madewokherd commented 3 years ago

Interaction.Shell turned out to be in winforms so I made a PR to import it along with some other methods: https://github.com/madewokherd/wine-mono/pull/117

WheezyE commented 3 years ago

Sick! Thank you again for looking into this and for your work on it

madewokherd commented 3 years ago

The CI process for that PR finished and passed the tests, so I merged it. It also produced a build you can test. https://github.com/madewokherd/wine-mono/actions/runs/1214173669

WheezyE commented 3 years ago

Thank you very much for the link to the binary. I wasn't sure if I was building mono correctly with git cherry-pick fa2dd85e7765156ca6c93f15bfb04081864f9b82 && git submodule update --recursive && make msi using the PR commit before it was merged and the link to the pre-built msi gave me a lot of peace of mind. I thought my wine version was out of date for the build or something.

Also nice job! RMS Express opens ARDOP now on its own. That crash is fixed, but I then still run into the TCP/IP connection issues.

image (don't worry about "codec failed to start" - that happens any time there's no active TCP/IP connection.

Here's a partial log of WINE_MONO_TRACE=x wine RMS\ Express.exe (starting from when I click the button to open ARDOP from RMS Express) ``` ... 58:fixme:uiautomation:UiaReturnRawElementProvider (000100AA, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100AC, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100AE, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.ArgumentException: Can't find process with ID 404 0164:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0164:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E7F8, 004B72A0, 0032E7FC, 0032E7F0 0164:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E7F8, 004B72A0, 0032E7FC, 0032E7F0 [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000164:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound ```
Here's the full log from start to finish: ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_TRACE=x wine RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E288, 00727298, 0032E28C, 0032E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E288, 00727298, 0032E28C, 0032E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000118:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000011c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000012c:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted [00000158:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100A8, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100AA, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100AC, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100AE, 0, 0, 00000000) stub! 0158:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.ArgumentException: Can't find process with ID 404 0164:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0164:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E7F8, 004B72A0, 0032E7FC, 0032E7F0 0164:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0032E7F8, 004B72A0, 0032E7FC, 0032E7F0 [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000164:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000164:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000012c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000128:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000011c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaClientsAreListening () [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaClientsAreListening () [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000015c:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaClientsAreListening () [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000164:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000200AE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000200AC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000200AA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000200A8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! ```
And here's some output from a log of WINE_MONO_TRACE=E:System.Net.Sockets.SocketException ``` [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Connect (System.Net.EndPoint) [0x000b6] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.ps (object) [0x0015c] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x00044] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x000b1] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Connect (System.Net.EndPoint) [0x000b6] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.ps (object) [0x0015c] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x00044] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x000b1] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Connect (System.Net.EndPoint) [0x000b6] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.ps (object) [0x0015c] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x00044] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000118:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected "Thread Pool Worker" tid=00000118 this=02d90508 , thread handle : 041db288, state : not waiting at System.Net.Sockets.Socket.Shutdown (System.Net.Sockets.SocketShutdown) [0x00018] in <5404863d4f8f4a2f8a78dd72c8c79df8>:0 at ipw90S.IB.sN () [0x000b1] in :0 at ipw90S.HZ.pH () [0x00010] in :0 at ipw90S.IB.pN (object) [0x00076] in :0 at ipw90S.IB.ps (object) [0x0018e] in :0 at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) [0x00007] in :0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in :0 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in :0 at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in :0 at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in :0 at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in :0 at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) [0x00027] in :0 [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. ```
madewokherd commented 3 years ago

Does it normally communicate through TCP?

Does the listening socket show up in netstat -l?

WheezyE commented 3 years ago

Sorry for these slow replies. And thank you again for the help!

Yeah, RMS Express (the radio "email-like" client program) and its modems ("TNC's", like ARDOP, VARA, WINMOR, etc) communicate with each other via TCP.

RMS Express and its modems listen/talk on 127.0.0.1 (localhost), port 8200, by default. I'm running wine-devel 6.16 ~buster-1 on a Debian 9 VMWare install on my Windows laptop.

Note sure if this matters, but I recently upgraded wine from 5.21-devel to 6.16-devel to test this mono build since I thought maybe the latest mono needed the latest wine. Also, this sounds kind of funny, but I haven't been able to test dotnet35sp1 with wine 6.16 yet since I'm working on my laptop remotely via my phone and the keyboard doesn't let me up/down or tab - but I'm really eager to see if the TCP issue might be an issue in the latest wine? My Raspberry Pi (running box86) did crash with this newest mono running wine-devel 5.21 (hasn't crashed with older mono's), but that's with the added layers of box86 emulation and older wine with new mono.

In any case, here's my output from `netstat -l` while RMS Express and ARDOP were running and refused connections with eachother: (I'm not super sure what I'm looking for tbh, but I think the top "Active Internet Connection" on localhost looks open for * ports?) ``` pi@debian:~/Downloads$ netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 localhost:ipp 0.0.0.0:* LISTEN tcp6 0 0 localhost:ipp [::]:* LISTEN udp 0 0 0.0.0.0:32808 0.0.0.0:* udp 0 0 0.0.0.0:bootpc 0.0.0.0:* udp 0 0 0.0.0.0:mdns 0.0.0.0:* udp 0 0 0.0.0.0:ipp 0.0.0.0:* udp6 0 0 [::]:mdns [::]:* udp6 0 0 [::]:45315 [::]:* raw6 0 0 [::]:ipv6-icmp [::]:* 7 Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 25344 /run/user/1000/pulse/native unix 2 [ ACC ] STREAM LISTENING 25347 /run/user/1000/gnupg/S.gpg-agent.browser unix 2 [ ACC ] STREAM LISTENING 25349 /run/user/1000/gnupg/S.gpg-agent.ssh unix 2 [ ACC ] STREAM LISTENING 25351 /run/user/1000/gnupg/S.gpg-agent unix 2 [ ACC ] STREAM LISTENING 25877 /run/user/1000/wayland-0 unix 2 [ ACC ] STREAM LISTENING 25811 @/tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 25635 /run/user/1000/keyring/pkcs11 unix 2 [ ACC ] STREAM LISTENING 25642 /run/user/1000/keyring/ssh unix 2 [ ACC ] STREAM LISTENING 25406 /run/user/1000/keyring/control unix 2 [ ACC ] STREAM LISTENING 25549 @/tmp/.ICE-unix/828 unix 2 [ ACC ] STREAM LISTENING 25415 @/tmp/dbus-nXt7O4lp unix 2 [ ACC ] STREAM LISTENING 17249 /run/avahi-daemon/socket unix 2 [ ACC ] STREAM LISTENING 17255 /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 17272 /run/uuidd/request unix 2 [ ACC ] STREAM LISTENING 20860 /run/NetworkManager/private-dhcp unix 2 [ ACC ] STREAM LISTENING 20681 @/tmp/dbus-DCQevdEk unix 2 [ ACC ] STREAM LISTENING 20680 @/tmp/dbus-9B4q2GhO unix 2 [ ACC ] STREAM LISTENING 15519 /var/run/vmware/guestServicePipe unix 2 [ ACC ] STREAM LISTENING 25812 /tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 25550 /tmp/.ICE-unix/828 unix 2 [ ACC ] STREAM LISTENING 13741 /run/systemd/private unix 2 [ ACC ] SEQPACKET LISTENING 13749 /run/udev/control unix 2 [ ACC ] STREAM LISTENING 516933 socket unix 2 [ ACC ] STREAM LISTENING 13768 /run/systemd/fsck.progress unix 2 [ ACC ] STREAM LISTENING 498123 /run/cups/cups.sock unix 2 [ ACC ] STREAM LISTENING 25414 @/tmp/dbus-fC6EgS1Q unix 2 [ ACC ] STREAM LISTENING 13775 /run/systemd/journal/stdout unix 2 [ ACC ] STREAM LISTENING 25958 @/tmp/dbus-0mXlLjSN8V unix 2 [ ACC ] STREAM LISTENING 25330 /run/user/1000/systemd/private unix 2 [ ACC ] STREAM LISTENING 25337 /run/user/1000/bus unix 2 [ ACC ] STREAM LISTENING 25339 /run/user/1000/gnupg/S.gpg-agent.extra unix 2 [ ACC ] STREAM LISTENING 25342 /run/user/1000/gnupg/S.dirmngr ```

Sorry for all these caveats. I'll try to give you something more definative about whether this is just a wine 6.16 issue as soon as I can

WheezyE commented 3 years ago

I was able to confirm that wine-devel 6.16 with dotnet35sp1 installed (winetricks --force dotnet35sp1) still runs RMS Express and ARDOP with TCP connections. I also found that port 8201 is also involved. So I can confirm that it's a bug in mono.

This is with dotnet35sp1 in wine-devel 6.16

Screen Shot 2021-09-12 at 5 51 56 PM
madewokherd commented 2 years ago

OK, so the problem is server-side, and the "connection refused" errors are because the listening socket isn't opened.

madewokherd commented 2 years ago
[00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono.

Seems like they're testing for Mono specifically. I was able to get a copy of this library from nuget, and they are looking for the Mono.Runtime type.

We could try to rename this type, but the last time I tried something similar (with System.MonoType), it caused regressions because of code that had detected Mono and worked correctly.

Maybe an envvar to "hide" those types could work, and then we could work on fixing the known bugs before flipping the default and eventually remove them. I'm also expecting it to encounter some unimplemented methods if we do that.

WheezyE commented 2 years ago

I may not even be understanding the problem you identified quite right, but would this be something that could be fixed by the authors of RMS Express? I think they might be amenable to catering to wine-mono if it would just be a small string renaming fix on their end.

This software is a bit odd: RMS Express.exe and ARDOP_Win.exe don't connect to an internet server (well, just for software updates but those are working with mono), they just talk to each other over TCP while both running on the same PC. The software is intended for use in disaster environments where there is no internet

madewokherd commented 2 years ago

I think nsoftware.IPWorks is a third-party library: https://www.nuget.org/packages/nsoftware.IPWorks/

So maybe it could be fixed by that library's devs, or maybe RMS would have to handle that exception and have a fallback. It's hard to say because I don't know exactly how they're using the library and what they need from it.

WheezyE commented 2 years ago

Ah, I think I see now. Thank you for explaining all that.

Maybe an envvar would be good for now to test mono with RMS Express and find any other unimplemented functions that might crop up? Then if the functions that nuget were worried about are implementable, I could email the IP Works authors to tell them that they don’t have to block mono for that unimplemented function(?) anymore? That way they could test it and see themselves that it works now and remove the check so mono users don’t have to invoke any envvars for RMS Express.

I super super super appreciate all of your help! Is there some way to donate to you or wine-mono or anything? I don’t expect any particular outcome - I just am really grateful for all the help this far

madewokherd commented 2 years ago

Maybe an envvar would be good for now to test mono with RMS Express and find any other unimplemented functions that might crop up? Then if the functions that nuget were worried about are implementable, I could email the IP Works authors to tell them that they don’t have to block mono for that unimplemented function(?) anymore? That way they could test it and see themselves that it works now and remove the check so mono users don’t have to invoke any envvars for RMS Express.

Well, maybe. Getting bugs fixed in upstream Mono is more difficult because they support more platforms than just Windows (with wine-mono we can usually just use the Windows API and let Wine do the rest), and because they are very slow to review patches. I've pretty much given up on getting things fixed there.

I'm guessing IPWorks needs this, which is unimplemented in Mono and would have to be platform-specific: https://docs.microsoft.com/en-us/dotnet/api/system.net.networkinformation.networkinterface?view=netframework-4.7.2

My suggestion for them would be to try the things they need and catch the NotImplementedException, then it can work if the implementation is there.

I super super super appreciate all of your help! Is there some way to donate to you or wine-mono or anything? I don’t expect any particular outcome - I just am really grateful for all the help this far

Well, the Wine project has a fund set up through Software Freedom Conservancy: https://www.winehq.org/donate

I work for CodeWeavers, which also employs Wine's maintainer, and many other Wine devs, so buying CrossOver (https://www.codeweavers.com/crossover) also helps.

WheezyE commented 2 years ago

I'm guessing IPWorks needs this, which is unimplemented in Mono and would have to be platform-specific: https://docs.microsoft.com/en-us/dotnet/api/system.net.networkinformation.networkinterface?view=netframework-4.7.2

I emailed nuget and they forwarded my email to /n software. One of the /n software devs was really awesome and got back to me today with more info - And it seems you were spot-on: They say that the class throwing the exception is called "IPInfo" and it uses low-level calls specific to Windows, which is why they are not available in mono. They also said that if RMS Express wants to support non-Windows platforms they might need a different approach to detecting available network adapters (or whatever functionality IPInfo is used for) than using IPInfo. They also offered support if the RMS Express dev wanted to reach out about IPInfo with figuring out another way to accomplish whatever RMS Express tries to do with IPInfo.

My suggestion for them would be to try the things they need and catch the NotImplementedException, then it can work if the implementation is there.

I signed up for the Winlink forum yesterday where I might be able to get in touch with the RMS Express devs and am awaiting approval. I'll try to see if they'd be interested in giving a backup or bypass method a shot for wine-mono compatibility.

Well, the Wine project has a fund set up through Software Freedom Conservancy: https://www.winehq.org/donate

I work for CodeWeavers, which also employs Wine's maintainer, and many other Wine devs, so buying CrossOver (https://www.codeweavers.com/crossover) also helps.

Done and done. I signed up for a 12 mo Linux license just now and also just gave winehq a tip. I hope some of that finds its way back to you. You are incredible. Thank you for all your help getting me to this point. I'll try to keep you in the loop about what ideas the Winlink team might have.

madewokherd commented 2 years ago

I emailed nuget and they forwarded my email to /n software. One of the /n software devs was really awesome and got back to me today with more info - And it seems you were spot-on: They say that the class throwing the exception is called "IPInfo" and it uses low-level calls specific to Windows, which is why they are not available in mono. They also said that if RMS Express wants to support non-Windows platforms they might need a different approach to detecting available network adapters (or whatever functionality IPInfo is used for) than using IPInfo. They also offered support if the RMS Express dev wanted to reach out about IPInfo with figuring out another way to accomplish whatever RMS Express tries to do with IPInfo.

Whatever they are doing on Windows "should" work the same in Wine (and possibly even Mono on Windows), with the caveat that Wine may have bugs and unimplemented features. If they are accessing .NET Framework internals using reflection, that also may not work (but there's a lot of code sharing with parts of .NET that have been open-sourced so it's not impossible).

To be fair, we really should remove Mono.Runtime so they don't detect Mono and don't have to change anything, it's just going to take time to make that the default because of the risk of regressions.

Done and done. I signed up for a 12 mo Linux license just now and also just gave winehq a tip. I hope some of that finds its way back to you. You are incredible. Thank you for all your help getting me to this point. I'll try to keep you in the loop about what ideas the Winlink team might have.

Much appreciated.

It may take me some time to get that envvar setting implemented because it's non-trivial and some other things have come up.

WheezyE commented 2 years ago

Whatever they are doing on Windows "should" work the same in Wine (and possibly even Mono on Windows), with the caveat that Wine may have bugs and unimplemented features. If they are accessing .NET Framework internals using reflection, that also may not work (but there's a lot of code sharing with parts of .NET that have been open-sourced so it's not impossible).

Hm, yeah. Maybe they misunderstood that wine-mono was different than mono.

To be fair, we really should remove Mono.Runtime so they don't detect Mono and don't have to change anything, it's just going to take time to make that the default because of the risk of regressions.

It may take me some time to get that envvar setting implemented because it's non-trivial and some other things have come up.

No worries at all on the timeframe. You've already done a lot. I would love to see where dodging that mono type detection with an envvar could get us, but I also don't want to cause regressions for you folks.

In the meantime, I'll try to see if I can reach out to the RMS Express devs to see if IPInfo isn't super critical and if they can dodge/workaround IPInfo's mono-type-detection exception. Maybe, like you said, RMS Express could catch that IPInfo exception, and just have RMS Express try using a less-robust/secondary/fallback method for those cases.

madewokherd commented 2 years ago

I've opened https://github.com/madewokherd/mono/pull/13 which will allow for hiding these types using WINE_MONO_HIDETYPES=1.

I expect you'll get a NotImplementedException with this set.

WheezyE commented 2 years ago

Thank you 🙂 I’ll try to build this tonight (or maybe wait for the CI build) and look for exceptions ASAP

I posted a message to the Winlink forum last week and somebody said they would forward the info to the RMS Express dev but I haven’t heard anything back yet.

WheezyE commented 2 years ago

Alright, using the latest Winlink 1.5.39.0 (released some time before Jul 26, 2021), I ran WINE_MONO_HIDETYPES=0 and WINE_MONO_HIDETYPES=1 and ran a text compare on both terminal outputs. There seems to be a difference around line 427 between the two logs:

[00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key
0024:fixme:uiautomation:UiaClientsAreListening ()
0024:fixme:uiautomation:UiaClientsAreListening ()
0024:fixme:uiautomation:UiaClientsAreListening ()
[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies.
[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies.
0110:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 0BEF1EE0, 00000000, 01095C00) stub.
[00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range.
[00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono.
0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb14.
[00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed.

becomes

[00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key
0110:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 0BEF1CB8, 00000000, 0132B840) stub.
0024:fixme:uiautomation:UiaClientsAreListening ()
0024:fixme:uiautomation:UiaClientsAreListening ()
0024:fixme:uiautomation:UiaClientsAreListening ()
[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies.
[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies.
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb14.
[00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed.
Full log of WINE_MONO_HIDETYPES=0 here: ``` pi@debian:~/Downloads/WinlinkExpressInstaller$ WINE_MONO_TRACE=x WINE_MONO_HIDETYPES=0 wine ~/.wine/drive_c/RMS\ Express/RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241588, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241588, 0021E28C, 0021E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0110:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 0BEF1EE0, 00000000, 01095C00) stub. [00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono. 0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb14. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.ArgumentException: Can't find process with ID 348 015c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FE8, 0021E7FC, 0021E7F0 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FE8, 0021E7FC, 0021E7F0 [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] ^C0178:fixme:console:default_ctrl_handler Terminating process 20 on event 0 017c:fixme:console:default_ctrl_handler Terminating process 158 on event 0 017c:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. 0178:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. ```
Full log of WINE_MONO_HIDETYPES=1 here: ``` pi@debian:~/Downloads/WinlinkExpressInstaller$ WINE_MONO_TRACE=x WINE_MONO_HIDETYPES=1 wine ~/.wine/drive_c/RMS\ Express/RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241588, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241588, 0021E28C, 0021E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0110:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 0BEF1CB8, 00000000, 0132B840) stub. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object 0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb14. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0160:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0160:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FE8, 0021E7FC, 0021E7F0 0160:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FE8, 0021E7FC, 0021E7F0 [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000160:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000160:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] ^C017c:fixme:console:default_ctrl_handler Terminating process 20 on event 0 0180:fixme:console:default_ctrl_handler Terminating process 15c on event 0 017c:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. 0180:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. ```

image

EDIT: The nsoftware devs did suggest that (even though they weren't sure what RMS Express / Winlink was using IPInfo for either) IPInfo might be being used to detect available network adapters.

madewokherd commented 2 years ago

Great, let's find out where that NullReferenceException is coming from. I'd do it in a similar way to the NotImplementedException earlier, with MONO_INLINELIMIT so we know we get the full stacktrace. WINE_MONO_TRACE=E:System.NullReferenceException MONO_INLINELIMIT=0

WheezyE commented 2 years ago

Oh right, that makes sense. Thank you. Ok here's what we get on the only instance of System.NullReferenceException:

[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object

"<unnamed thread>" tid=00000024 this=02590120 , thread handle : 00a44ac8, state : not waiting
  at ipw90q.xK.x (ipw90q.Y) [0x0042c] in <148389691d344cc193ab7167a5da4a62>:0
  at ipw90q.xK.n (object) [0x00031] in <148389691d344cc193ab7167a5da4a62>:0
  at ipw90q.xB.K (System.Collections.IList,bool) [0x00030] in <148389691d344cc193ab7167a5da4a62>:0
  at nsoftware.Sys.Internal.Public.SystemIPHlpAPI.GetAdapterInfo (System.Collections.IList,bool) [0x00001] in <148389691d344cc193ab7167a5da4a62>:0
  at ipw90S.gB.rQ () [0x00035] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at ipw90S.gB.ro () [0x0002d] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at ipw90S.gB..ctor (object,object) [0x00116] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at nsoftware.IPWorks.Ipinfo..ctor (System.ComponentModel.IContainer,string) [0x0002d] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at nsoftware.IPWorks.Ipinfo..ctor () [0x00000] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at (wrapper remoting-invoke-with-check) nsoftware.IPWorks.Ipinfo..ctor () [0x00018] in <dd7189f274524ed8aefc7e991a12cbaa>:0
  at RMS_Express.Globals.InitializeLocalIPAddresses () [0x00000] in <b8af23dd533f41859858880df1e258ee>:0
  at RMS_Express.Main.tmrStart_Tick (object,System.EventArgs) [0x00032] in <b8af23dd533f41859858880df1e258ee>:0
  at System.Windows.Forms.Timer.OnTick (System.EventArgs) [0x0000a] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Timer/TimerNativeWindow.WndProc (System.Windows.Forms.Message&) [0x0002c] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW (System.Windows.Forms.NativeMethods/MSG&) <0x00012>
  at System.Windows.Forms.Application/ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop (intptr,int,int) [0x001d7] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x00282] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) [0x00006] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00044] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel () [0x00035] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x0001b] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at RMS_Express.My.MyApplication.Main (string[]) [0x0000f] in <b8af23dd533f41859858880df1e258ee>:0
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <b8af23dd533f41859858880df1e258ee>:0
0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb84.

Maybe hanging on more VisualBasic winforms functions? EDIT: Or maybe nsoftware.Sys.Internal.Public.SystemIPHlpAPI.GetAdapterInfo returning with an error?

madewokherd commented 2 years ago

I tried messing around with this library, and I got the same exception about mono not being supported when trying to access Ipinfo.AdapterCount. When I set WINE_MONO_HIDETYPES=1, it actually worked and I was able to get information from it.

So it seems like whatever's going wrong is specific to either the context of RMS Express or your network setup somehow.

Based on an iphlpapi log it does call GetAdaptersAddresses, and I think the code that's crashing is trying to read the IP_ADAPTER_ADDRESSES_LH structure. There must be a null pointer in there somewhere that it tries to access.

madewokherd commented 2 years ago

If you can get a log with WINE_MONO_TRACE=N:ipw90q, it'll probably show a method returning null before the exception. I think knowing what that method is will provide a hint that could be used to track this down.

WheezyE commented 2 years ago

Thanks again for looking into this. My setup is Debian 10 (x86) on a VMWare virtual machine (but that setup works with RMS Express when using dotnet35sp1). I tested this out on my Pi4 setup (running box86 and wine + wine-mono 6.4.99) and got the same error though. (The Pi4+box86+wine has trouble installing/running dotnet35sp1 in newer versions of box86 though and we haven't located that bug for the past year. The length of the dotnet35sp1 install on Termux+box86 makes Android devices time-out too). image

I'm not sure if I'm searching correctly, but using that trace (and hiding wine-mono), I can't find anything returning "null" before the exception, though there are a few OBJECT:00000000 and =0x's that pop up.

Here's maybe a relevant section.

[00000024: 0.10907 4] LEAVE:c ipw90q.M:K (intptr)([ipw90q.I:0113bd00]
[00000024: 0.10908 3] LEAVE:c ipw90q.I:n ()([ipw90q.I:0113bd00]
[00000024: 0.10910 3] ENTER:c ipw90q.I:x ()(this:0113bd00[ipw90q.I RMS Express.exe])
[00000024: 0.10911 4] ENTER:c ipw90q.M:p (int)(this:0113bd00[ipw90q.I RMS Express.exe], 12)
[00000024: 0.10913 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bd38]
[00000024: 0.10915 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113bd38]
[00000024: 0.10916 3] ENTER:c ipw90q.I:x ()(this:0113bd00[ipw90q.I RMS Express.exe])
[00000024: 0.10918 4] ENTER:c ipw90q.M:p (int)(this:0113bd00[ipw90q.I RMS Express.exe], 12)
[00000024: 0.10920 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bd90]
[00000024: 0.10921 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113bd90]
[00000024: 0.10924 3] ENTER:c ipw90q.I:n ()(this:0113bd00[ipw90q.I RMS Express.exe])
[00000024: 0.10926 4] ENTER:c ipw90q.M:K (intptr)(this:0113bd00[ipw90q.I RMS Express.exe], 00000000)
[00000024: 0.10928 4] LEAVE:c ipw90q.M:K (intptr)([OBJECT:00000000]
[00000024: 0.10929 3] LEAVE:c ipw90q.I:n ()([OBJECT:00000000]
[00000024: 0.10931 3] ENTER:c ipw90q.Y:k ()(this:0113a560[ipw90q.Y RMS Express.exe])
[00000024: 0.10932 3] LEAVE:c ipw90q.Y:k ()(result=384
[00000024: 0.10934 3] ENTER:c ipw90q.Y:d ()(this:0113a560[ipw90q.Y RMS Express.exe])
[00000024: 0.10936 4] ENTER:c ipw90q.M:L (intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0029ef76)
[00000024: 0.10993 5] ENTER:c ipw90q.G:.cctor ()()
[00000024: 0.11005 5] LEAVE:c ipw90q.G:.cctor ()(
[00000024: 0.11021 5] ENTER:c ipw90q.G:.ctor (bool,intptr)(this:0113be08[ipw90q.G RMS Express.exe], 0, 0029ef76)
[00000024: 0.11033 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113be08[ipw90q.G RMS Express.exe], 0, 0029ef76)
[00000024: 0.11043 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)(
[00000024: 0.11053 5] LEAVE:c ipw90q.G:.ctor (bool,intptr)(
[00000024: 0.11062 4] LEAVE:c ipw90q.M:L (intptr)([ipw90q.G:0113be08]
[00000024: 0.11072 3] LEAVE:c ipw90q.Y:d ()([ipw90q.G:0113be08]
[00000024: 0.11105 3] ENTER:c ipw90q.G:x ()(this:0113be08[ipw90q.G RMS Express.exe])
[00000024: 0.11117 4] ENTER:c ipw90q.M:p (int)(this:0113be08[ipw90q.G RMS Express.exe], 12)
[00000024: 0.11128 4] LEAVE:c ipw90q.M:p (int)([OBJECT:00000000]
[00000024: 0.11138 3] LEAVE:c ipw90q.G:x ()([OBJECT:00000000]
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb04.
And here's the full log: ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_HIDETYPES=1 WINE_MONO_TRACE=N:ipw90q wine RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241568, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00241568, 0021E28C, 0021E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. 0024:fixme:uiautomation:UiaClientsAreListening () [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000134:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0110:fixme:ntdll:EtwEventRegister ({c651f5f6-1c0d-492e-8ae1-b4efd7c9d503}, 05911EE0, 00000000, 010B0040) stub. [00000024: 0.00000 0] ENTER:c ipw90q.xB:K (System.Collections.IList,bool)([System.Collections.ArrayList:011399a8], 0) [00000024: 0.00465 1] ENTER:c ipw90q.Y:.cctor ()() [00000024: 0.00469 1] LEAVE:c ipw90q.Y:.cctor ()( [00000024: 0.00500 1] ENTER:c ipw90q.Y:.ctor ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.00529 2] ENTER:c ipw90q.M:.ctor ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.00545 3] ENTER:c ipw90q.M:.ctor (bool)(this:011399c0[ipw90q.Y RMS Express.exe], 1) [00000024: 0.01096 4] ENTER:c ipw90q.Y:get_Size ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.01189 4] LEAVE:c ipw90q.Y:get_Size ()(result=362 [00000024: 0.01260 4] ENTER:c ipw90q.xI:j (intptr&)([BYREF:011399c8]) [00000024: 0.01542 4] LEAVE:c ipw90q.xI:j (intptr&)( [00000024: 0.01627 4] ENTER:c ipw90q.xI:p (int)(362) [00000024: 0.01919 5] ENTER:c (wrapper managed-to-native) ipw90q.xI:n (int,int)(64, 362) [00000024: 0.01928 5] LEAVE:c (wrapper managed-to-native) ipw90q.xI:n (int,int)(result=0029baf0 [00000024: 0.01949 4] LEAVE:c ipw90q.xI:p (int)(result=0029baf0 [00000024: 0.01976 3] LEAVE:c ipw90q.M:.ctor (bool)( [00000024: 0.01986 2] LEAVE:c ipw90q.M:.ctor ()( [00000024: 0.02069 2] ENTER:c (wrapper managed-to-native) ipw90q.xB:n (uint,uint,intptr,intptr,uint&)(0, 208, 00000000, 0029baf0, [BYREF:0021ed28]) [00000024: 0.02158 2] LEAVE:c (wrapper managed-to-native) ipw90q.xB:n (uint,uint,intptr,intptr,uint&)(result=111 [00000024: 0.02171 2] ENTER:c ipw90q.xI:j (intptr&)([BYREF:011399c8]) [00000024: 0.02218 3] ENTER:c (wrapper managed-to-native) ipw90q.xI:n (intptr)(0029baf0) [00000024: 0.02631 3] LEAVE:c (wrapper managed-to-native) ipw90q.xI:n (intptr)(result=00000000 [00000024: 0.02641 2] LEAVE:c ipw90q.xI:j (intptr&)( [00000024: 0.02647 2] ENTER:c ipw90q.xI:p (int)(1654) [00000024: 0.02654 3] ENTER:c (wrapper managed-to-native) ipw90q.xI:n (int,int)(64, 1654) [00000024: 0.02660 3] LEAVE:c (wrapper managed-to-native) ipw90q.xI:n (int,int)(result=0029e9b0 [00000024: 0.02667 2] LEAVE:c ipw90q.xI:p (int)(result=0029e9b0 [00000024: 0.02674 2] ENTER:c (wrapper managed-to-native) ipw90q.xB:n (uint,uint,intptr,intptr,uint&)(0, 208, 00000000, 0029e9b0, [BYREF:0021ed28]) [00000024: 0.02826 2] LEAVE:c (wrapper managed-to-native) ipw90q.xB:n (uint,uint,intptr,intptr,uint&)(result=0 [00000024: 0.02835 1] LEAVE:c ipw90q.Y:.ctor ()( [00000024: 0.02884 1] ENTER:c ipw90q.xK:n (object)([ipw90q.Y:011399c0]) [00000024: 0.03009 2] ENTER:c ipw90q.xK:x (ipw90q.Y)([ipw90q.Y:011399c0]) [00000024: 0.04892 3] ENTER:c ipw90q.Y:H ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.05474 3] LEAVE:c ipw90q.Y:H ()([STRING:01139fd0:{00000001-0000-0000-0000-4E6574446576}] [00000024: 0.05913 3] ENTER:c ipw90q.Y:S ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.05952 3] LEAVE:c ipw90q.Y:S ()(result=24 [00000024: 0.05975 3] ENTER:c ipw90q.Y:c ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06097 3] LEAVE:c ipw90q.Y:c ()([STRING:0113a048:lo] [00000024: 0.06121 3] ENTER:c ipw90q.Y:i ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06153 4] ENTER:c ipw90q.Y:get_Size ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06171 4] LEAVE:c ipw90q.Y:get_Size ()(result=362 [00000024: 0.06178 3] LEAVE:c ipw90q.Y:i ()([System.Byte[]:0113a060] [00000024: 0.06201 3] ENTER:c ipw90q.Y:m ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06208 3] LEAVE:c ipw90q.Y:m ()(result=0 [00000024: 0.06229 3] ENTER:c ipw90q.Y:o ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06237 3] LEAVE:c ipw90q.Y:o ()(result=1 [00000024: 0.06259 3] ENTER:c ipw90q.Y:Y ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06266 3] LEAVE:c ipw90q.Y:Y ()(result=16777216 [00000024: 0.06288 3] ENTER:c ipw90q.Y:U ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.06315 4] ENTER:c ipw90q.M:K (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 0029eb5b) [00000024: 0.06353 5] ENTER:c ipw90q.I:.cctor ()() [00000024: 0.06775 5] LEAVE:c ipw90q.I:.cctor ()( [00000024: 0.06789 5] ENTER:c ipw90q.I:.ctor (bool,intptr)(this:0113a0c8[ipw90q.I RMS Express.exe], 0, 0029eb5b) [00000024: 0.06816 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113a0c8[ipw90q.I RMS Express.exe], 0, 0029eb5b) [00000024: 0.06844 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.06851 5] LEAVE:c ipw90q.I:.ctor (bool,intptr)( [00000024: 0.06857 4] LEAVE:c ipw90q.M:K (intptr)([ipw90q.I:0113a0c8] [00000024: 0.06864 3] LEAVE:c ipw90q.Y:U ()([ipw90q.I:0113a0c8] [00000024: 0.06886 3] ENTER:c ipw90q.I:x ()(this:0113a0c8[ipw90q.I RMS Express.exe]) [00000024: 0.06924 4] ENTER:c ipw90q.M:p (int)(this:0113a0c8[ipw90q.I RMS Express.exe], 12) [00000024: 0.07034 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a0f8] [00000024: 0.07043 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113a0f8] [00000024: 0.07070 3] ENTER:c ipw90q.I:x ()(this:0113a0c8[ipw90q.I RMS Express.exe]) [00000024: 0.07078 4] ENTER:c ipw90q.M:p (int)(this:0113a0c8[ipw90q.I RMS Express.exe], 12) [00000024: 0.07086 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a128] [00000024: 0.07093 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113a128] [00000024: 0.07193 3] ENTER:c ipw90q.I:H ()(this:0113a0c8[ipw90q.I RMS Express.exe]) [00000024: 0.07368 3] LEAVE:c ipw90q.I:H ()(lresult=0x ea60 [00000024: 0.07402 3] ENTER:c ipw90q.I:r ()(this:0113a0c8[ipw90q.I RMS Express.exe]) [00000024: 0.07679 3] LEAVE:c ipw90q.I:r ()(lresult=0x ea60 [00000024: 0.07753 3] ENTER:c ipw90q.Y:f ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.07783 4] ENTER:c ipw90q.M:w (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 0029ebe7) [00000024: 0.07820 5] ENTER:c ipw90q.q:.cctor ()() [00000024: 0.07828 5] LEAVE:c ipw90q.q:.cctor ()( [00000024: 0.07839 5] ENTER:c ipw90q.q:.ctor (bool,intptr)(this:0113a250[ipw90q.q RMS Express.exe], 0, 0029ebe7) [00000024: 0.07847 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113a250[ipw90q.q RMS Express.exe], 0, 0029ebe7) [00000024: 0.07854 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.07860 5] LEAVE:c ipw90q.q:.ctor (bool,intptr)( [00000024: 0.07867 4] LEAVE:c ipw90q.M:w (intptr)([ipw90q.q:0113a250] [00000024: 0.07873 3] LEAVE:c ipw90q.Y:f ()([ipw90q.q:0113a250] [00000024: 0.07895 3] ENTER:c ipw90q.q:x ()(this:0113a250[ipw90q.q RMS Express.exe]) [00000024: 0.07902 4] ENTER:c ipw90q.M:p (int)(this:0113a250[ipw90q.q RMS Express.exe], 12) [00000024: 0.07909 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a280] [00000024: 0.07927 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113a280] [00000024: 0.07939 3] ENTER:c ipw90q.q:x ()(this:0113a250[ipw90q.q RMS Express.exe]) [00000024: 0.07945 4] ENTER:c ipw90q.M:p (int)(this:0113a250[ipw90q.q RMS Express.exe], 12) [00000024: 0.07952 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a2b0] [00000024: 0.07978 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113a2b0] [00000024: 0.08019 3] ENTER:c ipw90q.q:n ()(this:0113a250[ipw90q.q RMS Express.exe]) [00000024: 0.08027 4] ENTER:c ipw90q.M:w (intptr)(this:0113a250[ipw90q.q RMS Express.exe], 0029ec0f) [00000024: 0.08034 5] ENTER:c ipw90q.q:.ctor (bool,intptr)(this:0113a388[ipw90q.q RMS Express.exe], 0, 0029ec0f) [00000024: 0.08041 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113a388[ipw90q.q RMS Express.exe], 0, 0029ec0f) [00000024: 0.08047 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.08053 5] LEAVE:c ipw90q.q:.ctor (bool,intptr)( [00000024: 0.08059 4] LEAVE:c ipw90q.M:w (intptr)([ipw90q.q:0113a388] [00000024: 0.08065 3] LEAVE:c ipw90q.q:n ()([ipw90q.q:0113a388] [00000024: 0.08072 3] ENTER:c ipw90q.q:x ()(this:0113a388[ipw90q.q RMS Express.exe]) [00000024: 0.08078 4] ENTER:c ipw90q.M:p (int)(this:0113a388[ipw90q.q RMS Express.exe], 12) [00000024: 0.08086 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a3c0] [00000024: 0.08092 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113a3c0] [00000024: 0.08098 3] ENTER:c ipw90q.q:n ()(this:0113a388[ipw90q.q RMS Express.exe]) [00000024: 0.08105 4] ENTER:c ipw90q.M:w (intptr)(this:0113a388[ipw90q.q RMS Express.exe], 00000000) [00000024: 0.08111 4] LEAVE:c ipw90q.M:w (intptr)([OBJECT:00000000] [00000024: 0.08117 3] LEAVE:c ipw90q.q:n ()([OBJECT:00000000] [00000024: 0.08138 3] ENTER:c ipw90q.I:n ()(this:0113a0c8[ipw90q.I RMS Express.exe]) [00000024: 0.08776 4] ENTER:c ipw90q.M:K (intptr)(this:0113a0c8[ipw90q.I RMS Express.exe], 0029eb9b) [00000024: 0.08788 5] ENTER:c ipw90q.I:.ctor (bool,intptr)(this:0113a3f8[ipw90q.I RMS Express.exe], 0, 0029eb9b) [00000024: 0.08795 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113a3f8[ipw90q.I RMS Express.exe], 0, 0029eb9b) [00000024: 0.08802 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.08808 5] LEAVE:c ipw90q.I:.ctor (bool,intptr)( [00000024: 0.08815 4] LEAVE:c ipw90q.M:K (intptr)([ipw90q.I:0113a3f8] [00000024: 0.08821 3] LEAVE:c ipw90q.I:n ()([ipw90q.I:0113a3f8] [00000024: 0.08828 3] ENTER:c ipw90q.I:x ()(this:0113a3f8[ipw90q.I RMS Express.exe]) [00000024: 0.08834 4] ENTER:c ipw90q.M:p (int)(this:0113a3f8[ipw90q.I RMS Express.exe], 12) [00000024: 0.08841 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a430] [00000024: 0.08847 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113a430] [00000024: 0.08854 3] ENTER:c ipw90q.I:x ()(this:0113a3f8[ipw90q.I RMS Express.exe]) [00000024: 0.08865 4] ENTER:c ipw90q.M:p (int)(this:0113a3f8[ipw90q.I RMS Express.exe], 12) [00000024: 0.08871 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113a488] [00000024: 0.08878 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113a488] [00000024: 0.09439 3] ENTER:c ipw90q.I:n ()(this:0113a3f8[ipw90q.I RMS Express.exe]) [00000024: 0.09451 4] ENTER:c ipw90q.M:K (intptr)(this:0113a3f8[ipw90q.I RMS Express.exe], 00000000) [00000024: 0.09459 4] LEAVE:c ipw90q.M:K (intptr)([OBJECT:00000000] [00000024: 0.09471 3] LEAVE:c ipw90q.I:n ()([OBJECT:00000000] [00000024: 0.09493 3] ENTER:c ipw90q.Y:k ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09500 3] LEAVE:c ipw90q.Y:k ()(result=384 [00000024: 0.09522 3] ENTER:c ipw90q.Y:d ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09550 4] ENTER:c ipw90q.M:L (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 00000000) [00000024: 0.09558 4] LEAVE:c ipw90q.M:L (intptr)([OBJECT:00000000] [00000024: 0.09565 3] LEAVE:c ipw90q.Y:d ()([OBJECT:00000000] [00000024: 0.09590 3] ENTER:c ipw90q.Y:e ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09598 3] LEAVE:c ipw90q.Y:e ()([System.Int32[]:0113a4f0] [00000024: 0.09619 3] ENTER:c ipw90q.Y:q ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09627 3] LEAVE:c ipw90q.Y:q ()(result=376 [00000024: 0.09649 3] ENTER:c ipw90q.Y:N ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09657 4] ENTER:c ipw90q.M:p (int)(this:011399c0[ipw90q.Y RMS Express.exe], 184) [00000024: 0.09664 4] LEAVE:c ipw90q.M:p (int)([OBJECT:00000000] [00000024: 0.09670 3] LEAVE:c ipw90q.Y:N ()([OBJECT:00000000] [00000024: 0.09692 3] ENTER:c ipw90q.Y:T ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09700 4] ENTER:c ipw90q.M:L (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 00000000) [00000024: 0.09706 4] LEAVE:c ipw90q.M:L (intptr)([OBJECT:00000000] [00000024: 0.09712 3] LEAVE:c ipw90q.Y:T ()([OBJECT:00000000] [00000024: 0.09734 3] ENTER:c ipw90q.Y:G ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09742 4] ENTER:c ipw90q.M:L (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 00000000) [00000024: 0.09749 4] LEAVE:c ipw90q.M:L (intptr)([OBJECT:00000000] [00000024: 0.09755 3] LEAVE:c ipw90q.Y:G ()([OBJECT:00000000] [00000024: 0.09767 2] LEAVE:c ipw90q.xK:x (ipw90q.Y)([nsoftware.Sys.Internal.Public.AdapterInfo:01139bd8] [00000024: 0.09776 1] LEAVE:c ipw90q.xK:n (object)([nsoftware.Sys.Internal.Public.AdapterInfo:01139bd8] [00000024: 0.09803 1] ENTER:c ipw90q.Y:j ()(this:011399c0[ipw90q.Y RMS Express.exe]) [00000024: 0.09828 2] ENTER:c ipw90q.M:B (intptr)(this:011399c0[ipw90q.Y RMS Express.exe], 0029ec7f) [00000024: 0.09854 3] ENTER:c ipw90q.Y:.ctor (bool,intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0, 0029ec7f) [00000024: 0.09880 4] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0, 0029ec7f) [00000024: 0.09892 4] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.09902 3] LEAVE:c ipw90q.Y:.ctor (bool,intptr)( [00000024: 0.09910 2] LEAVE:c ipw90q.M:B (intptr)([ipw90q.Y:0113a560] [00000024: 0.09917 1] LEAVE:c ipw90q.Y:j ()([ipw90q.Y:0113a560] [00000024: 0.09923 1] ENTER:c ipw90q.xK:n (object)([ipw90q.Y:0113a560]) [00000024: 0.09929 2] ENTER:c ipw90q.xK:x (ipw90q.Y)([ipw90q.Y:0113a560]) [00000024: 0.09937 3] ENTER:c ipw90q.Y:H ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.09944 3] LEAVE:c ipw90q.Y:H ()([STRING:0113b730:{00000002-0000-0000-0000-4E6574446576}] [00000024: 0.09951 3] ENTER:c ipw90q.Y:S ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.09957 3] LEAVE:c ipw90q.Y:S ()(result=6 [00000024: 0.09963 3] ENTER:c ipw90q.Y:c ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.09969 3] LEAVE:c ipw90q.Y:c ()([STRING:0113b7b0:ens33] [00000024: 0.09976 3] ENTER:c ipw90q.Y:i ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.09982 4] ENTER:c ipw90q.Y:get_Size ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.09988 4] LEAVE:c ipw90q.Y:get_Size ()(result=362 [00000024: 0.09994 3] LEAVE:c ipw90q.Y:i ()([System.Byte[]:0113b7c8] [00000024: 0.10000 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10007 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10106 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10238 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10248 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10254 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10261 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10267 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10273 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10280 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10286 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10292 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10299 3] ENTER:c ipw90q.Y:m ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10305 3] LEAVE:c ipw90q.Y:m ()(result=6 [00000024: 0.10311 3] ENTER:c ipw90q.Y:o ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10317 3] LEAVE:c ipw90q.Y:o ()(result=2 [00000024: 0.10323 3] ENTER:c ipw90q.Y:Y ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10330 3] LEAVE:c ipw90q.Y:Y ()(result=33554432 [00000024: 0.10336 3] ENTER:c ipw90q.Y:U ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10342 4] ENTER:c ipw90q.M:K (intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0029ee5e) [00000024: 0.10349 5] ENTER:c ipw90q.I:.ctor (bool,intptr)(this:0113b9a0[ipw90q.I RMS Express.exe], 0, 0029ee5e) [00000024: 0.10355 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113b9a0[ipw90q.I RMS Express.exe], 0, 0029ee5e) [00000024: 0.10368 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.10375 5] LEAVE:c ipw90q.I:.ctor (bool,intptr)( [00000024: 0.10814 4] LEAVE:c ipw90q.M:K (intptr)([ipw90q.I:0113b9a0] [00000024: 0.10817 3] LEAVE:c ipw90q.Y:U ()([ipw90q.I:0113b9a0] [00000024: 0.10818 3] ENTER:c ipw90q.I:x ()(this:0113b9a0[ipw90q.I RMS Express.exe]) [00000024: 0.10820 4] ENTER:c ipw90q.M:p (int)(this:0113b9a0[ipw90q.I RMS Express.exe], 12) [00000024: 0.10823 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113b9d0] [00000024: 0.10824 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113b9d0] [00000024: 0.10826 3] ENTER:c ipw90q.I:x ()(this:0113b9a0[ipw90q.I RMS Express.exe]) [00000024: 0.10828 4] ENTER:c ipw90q.M:p (int)(this:0113b9a0[ipw90q.I RMS Express.exe], 12) [00000024: 0.10830 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113ba00] [00000024: 0.10831 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113ba00] [00000024: 0.10834 3] ENTER:c ipw90q.I:H ()(this:0113b9a0[ipw90q.I RMS Express.exe]) [00000024: 0.10836 3] LEAVE:c ipw90q.I:H ()(lresult=0x ea60 [00000024: 0.10838 3] ENTER:c ipw90q.I:r ()(this:0113b9a0[ipw90q.I RMS Express.exe]) [00000024: 0.10840 3] LEAVE:c ipw90q.I:r ()(lresult=0x ea60 [00000024: 0.10842 3] ENTER:c ipw90q.Y:f ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10844 4] ENTER:c ipw90q.M:w (intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0029eeea) [00000024: 0.10846 5] ENTER:c ipw90q.q:.ctor (bool,intptr)(this:0113bb38[ipw90q.q RMS Express.exe], 0, 0029eeea) [00000024: 0.10848 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113bb38[ipw90q.q RMS Express.exe], 0, 0029eeea) [00000024: 0.10850 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.10851 5] LEAVE:c ipw90q.q:.ctor (bool,intptr)( [00000024: 0.10853 4] LEAVE:c ipw90q.M:w (intptr)([ipw90q.q:0113bb38] [00000024: 0.10854 3] LEAVE:c ipw90q.Y:f ()([ipw90q.q:0113bb38] [00000024: 0.10856 3] ENTER:c ipw90q.q:x ()(this:0113bb38[ipw90q.q RMS Express.exe]) [00000024: 0.10858 4] ENTER:c ipw90q.M:p (int)(this:0113bb38[ipw90q.q RMS Express.exe], 12) [00000024: 0.10860 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bb68] [00000024: 0.10861 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113bb68] [00000024: 0.10863 3] ENTER:c ipw90q.q:x ()(this:0113bb38[ipw90q.q RMS Express.exe]) [00000024: 0.10864 4] ENTER:c ipw90q.M:p (int)(this:0113bb38[ipw90q.q RMS Express.exe], 12) [00000024: 0.10866 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bb98] [00000024: 0.10868 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113bb98] [00000024: 0.10870 3] ENTER:c ipw90q.q:n ()(this:0113bb38[ipw90q.q RMS Express.exe]) [00000024: 0.10872 4] ENTER:c ipw90q.M:w (intptr)(this:0113bb38[ipw90q.q RMS Express.exe], 0029ef12) [00000024: 0.10873 5] ENTER:c ipw90q.q:.ctor (bool,intptr)(this:0113bc90[ipw90q.q RMS Express.exe], 0, 0029ef12) [00000024: 0.10875 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113bc90[ipw90q.q RMS Express.exe], 0, 0029ef12) [00000024: 0.10877 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.10879 5] LEAVE:c ipw90q.q:.ctor (bool,intptr)( [00000024: 0.10880 4] LEAVE:c ipw90q.M:w (intptr)([ipw90q.q:0113bc90] [00000024: 0.10882 3] LEAVE:c ipw90q.q:n ()([ipw90q.q:0113bc90] [00000024: 0.10883 3] ENTER:c ipw90q.q:x ()(this:0113bc90[ipw90q.q RMS Express.exe]) [00000024: 0.10885 4] ENTER:c ipw90q.M:p (int)(this:0113bc90[ipw90q.q RMS Express.exe], 12) [00000024: 0.10887 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bcc8] [00000024: 0.10888 3] LEAVE:c ipw90q.q:x ()([System.Net.IPAddress:0113bcc8] [00000024: 0.10890 3] ENTER:c ipw90q.q:n ()(this:0113bc90[ipw90q.q RMS Express.exe]) [00000024: 0.10892 4] ENTER:c ipw90q.M:w (intptr)(this:0113bc90[ipw90q.q RMS Express.exe], 00000000) [00000024: 0.10893 4] LEAVE:c ipw90q.M:w (intptr)([OBJECT:00000000] [00000024: 0.10895 3] LEAVE:c ipw90q.q:n ()([OBJECT:00000000] [00000024: 0.10896 3] ENTER:c ipw90q.I:n ()(this:0113b9a0[ipw90q.I RMS Express.exe]) [00000024: 0.10898 4] ENTER:c ipw90q.M:K (intptr)(this:0113b9a0[ipw90q.I RMS Express.exe], 0029ee9e) [00000024: 0.10900 5] ENTER:c ipw90q.I:.ctor (bool,intptr)(this:0113bd00[ipw90q.I RMS Express.exe], 0, 0029ee9e) [00000024: 0.10902 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113bd00[ipw90q.I RMS Express.exe], 0, 0029ee9e) [00000024: 0.10904 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.10905 5] LEAVE:c ipw90q.I:.ctor (bool,intptr)( [00000024: 0.10907 4] LEAVE:c ipw90q.M:K (intptr)([ipw90q.I:0113bd00] [00000024: 0.10908 3] LEAVE:c ipw90q.I:n ()([ipw90q.I:0113bd00] [00000024: 0.10910 3] ENTER:c ipw90q.I:x ()(this:0113bd00[ipw90q.I RMS Express.exe]) [00000024: 0.10911 4] ENTER:c ipw90q.M:p (int)(this:0113bd00[ipw90q.I RMS Express.exe], 12) [00000024: 0.10913 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bd38] [00000024: 0.10915 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113bd38] [00000024: 0.10916 3] ENTER:c ipw90q.I:x ()(this:0113bd00[ipw90q.I RMS Express.exe]) [00000024: 0.10918 4] ENTER:c ipw90q.M:p (int)(this:0113bd00[ipw90q.I RMS Express.exe], 12) [00000024: 0.10920 4] LEAVE:c ipw90q.M:p (int)([System.Net.IPAddress:0113bd90] [00000024: 0.10921 3] LEAVE:c ipw90q.I:x ()([System.Net.IPAddress:0113bd90] [00000024: 0.10924 3] ENTER:c ipw90q.I:n ()(this:0113bd00[ipw90q.I RMS Express.exe]) [00000024: 0.10926 4] ENTER:c ipw90q.M:K (intptr)(this:0113bd00[ipw90q.I RMS Express.exe], 00000000) [00000024: 0.10928 4] LEAVE:c ipw90q.M:K (intptr)([OBJECT:00000000] [00000024: 0.10929 3] LEAVE:c ipw90q.I:n ()([OBJECT:00000000] [00000024: 0.10931 3] ENTER:c ipw90q.Y:k ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10932 3] LEAVE:c ipw90q.Y:k ()(result=384 [00000024: 0.10934 3] ENTER:c ipw90q.Y:d ()(this:0113a560[ipw90q.Y RMS Express.exe]) [00000024: 0.10936 4] ENTER:c ipw90q.M:L (intptr)(this:0113a560[ipw90q.Y RMS Express.exe], 0029ef76) [00000024: 0.10993 5] ENTER:c ipw90q.G:.cctor ()() [00000024: 0.11005 5] LEAVE:c ipw90q.G:.cctor ()( [00000024: 0.11021 5] ENTER:c ipw90q.G:.ctor (bool,intptr)(this:0113be08[ipw90q.G RMS Express.exe], 0, 0029ef76) [00000024: 0.11033 6] ENTER:c ipw90q.M:.ctor (bool,intptr)(this:0113be08[ipw90q.G RMS Express.exe], 0, 0029ef76) [00000024: 0.11043 6] LEAVE:c ipw90q.M:.ctor (bool,intptr)( [00000024: 0.11053 5] LEAVE:c ipw90q.G:.ctor (bool,intptr)( [00000024: 0.11062 4] LEAVE:c ipw90q.M:L (intptr)([ipw90q.G:0113be08] [00000024: 0.11072 3] LEAVE:c ipw90q.Y:d ()([ipw90q.G:0113be08] [00000024: 0.11105 3] ENTER:c ipw90q.G:x ()(this:0113be08[ipw90q.G RMS Express.exe]) [00000024: 0.11117 4] ENTER:c ipw90q.M:p (int)(this:0113be08[ipw90q.G RMS Express.exe], 12) [00000024: 0.11128 4] LEAVE:c ipw90q.M:p (int)([OBJECT:00000000] [00000024: 0.11138 3] LEAVE:c ipw90q.G:x ()([OBJECT:00000000] [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object 0024:fixme:server:invoke_system_apc syscall frame changed in APC function, frame (nil), saved_frame 0x21eb04. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [0000010c: 1.12779 3] ENTER:c ipw90q.M:Dispose ()(this:08efb498[ipw90q.I RMS Express.exe]) [0000010c: 1.12783 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12897 3] ENTER:c ipw90q.M:Dispose ()(this:08efb468[ipw90q.Y RMS Express.exe]) [0000010c: 1.12899 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12902 3] ENTER:c ipw90q.M:Dispose ()(this:08efb450[ipw90q.I RMS Express.exe]) [0000010c: 1.12904 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12905 3] ENTER:c ipw90q.M:Dispose ()(this:08efb438[ipw90q.q RMS Express.exe]) [0000010c: 1.12906 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12909 3] ENTER:c ipw90q.M:Dispose ()(this:08efb420[ipw90q.q RMS Express.exe]) [0000010c: 1.12911 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12932 3] ENTER:c ipw90q.M:Dispose ()(this:08efb408[ipw90q.I RMS Express.exe]) [0000010c: 1.12938 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.12949 3] ENTER:c ipw90q.M:Dispose ()(this:08efb3f0[ipw90q.Y RMS Express.exe]) [0000010c: 1.12970 4] ENTER:c ipw90q.xI:j (intptr&)([BYREF:08efb3f8]) [0000010c: 1.12978 5] ENTER:c (wrapper managed-to-native) ipw90q.xI:n (intptr)(0029e9b0) [0000010c: 1.12984 5] LEAVE:c (wrapper managed-to-native) ipw90q.xI:n (intptr)(result=00000000 [0000010c: 1.12990 4] LEAVE:c ipw90q.xI:j (intptr&)( [0000010c: 1.12996 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.13004 3] ENTER:c ipw90q.M:Dispose ()(this:08efb3d8[ipw90q.G RMS Express.exe]) [0000010c: 1.13010 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.13017 3] ENTER:c ipw90q.M:Dispose ()(this:08efb3c0[ipw90q.I RMS Express.exe]) [0000010c: 1.13024 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.13030 3] ENTER:c ipw90q.M:Dispose ()(this:08efb3a8[ipw90q.q RMS Express.exe]) [0000010c: 1.13036 3] LEAVE:c ipw90q.M:Dispose ()( [0000010c: 1.13063 3] ENTER:c ipw90q.M:Dispose ()(this:08efb390[ipw90q.q RMS Express.exe]) [0000010c: 1.13070 3] LEAVE:c ipw90q.M:Dispose ()( [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000128:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted [00000160:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B8, 0, 0, 00000000) stub! 0160:fixme:uiautomation:UiaReturnRawElementProvider (000100C6, 0, 0, 00000000) stub! 0160:fixme:uiautomation:UiaReturnRawElementProvider (000100C8, 0, 0, 00000000) stub! 0160:fixme:uiautomation:UiaReturnRawElementProvider (000100CA, 0, 0, 00000000) stub! 0160:fixme:uiautomation:UiaReturnRawElementProvider (000100CC, 0, 0, 00000000) stub! 0160:fixme:uiautomation:UiaReturnRawElementProvider (000100CE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0168:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0168:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FC0, 0021E7FC, 0021E7F0 0168:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00241FC0, 0021E7FC, 0021E7F0 [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000168:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000168:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000138:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000168:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] ^C0184:fixme:console:default_ctrl_handler Terminating process 20 on event 0 0188:fixme:console:default_ctrl_handler Terminating process 164 on event 0 0184:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. 0188:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. ```
And I might be way off with this, but running `WINE_MONO_HIDETYPES=1 MONO_VERBOSE_METHOD=GetAdapterInfo wine RMS\ Express.exe` seems to give me maybe some kind stack trace(?) with things like `cmethod = void ipw90q.xB:K` coming up: ``` method to IR nsoftware.Sys.Internal.Public.SystemIPHlpAPI:GetAdapterInfo (System.Collections.IList,bool) converting (in B2: stack: 0) IL_0000: nop converting (in B2: stack: 0) IL_0001: ldarg.0 converting (in B2: stack: 1) IL_0002: ldarg.1 converting (in B2: stack: 2) IL_0003: call 0x060000ff cmethod = void ipw90q.xB:K (System.Collections.IList,bool) converting (in B2: stack: 0) IL_0008: nop converting (in B2: stack: 0) IL_0009: ret REGION BB0 IL_0000 ID_FFFFFFFF REGION BB3 IL_0000 ID_FFFFFFFF REGION BB2 IL_0009 ID_FFFFFFFF REGION BB1 IL_0000 ID_FFFFFFFF AFTER METHOD-TO-IR 0: [IN: , OUT: BB3(0) ] AFTER METHOD-TO-IR 3: [IN: BB0(0), OUT: BB2(0) ] iconst R19 <- [64111536] iconst R20 <- [0] iconst R21 <- [52] localloc R22 <- R21 localloc_imm R23 <- store_membase_reg [R22 + 0x30] <- R23 ldaddr R24 <- R8 store_membase_reg [R23] <- R24 ldaddr R25 <- R9 store_membase_reg [R23 + 0x4] <- R25 store_membase_reg [R22 + 0x28] <- R19 store_membase_reg [%esp + 0x8] <- R22 store_membase_reg [%esp + 0x4] <- R20 store_membase_reg [%esp] <- R19 voidcall [mono_trace_enter_method] clobbers: c ```
madewokherd commented 2 years ago

I think this means iphlpapi.GetAdaptersAddresses is returning an IP_ADAPTER_ADDRESSES_LH structure with FirstDnsServerAddress->Address.lpSockAddr equal to NULL.

madewokherd commented 2 years ago

Looking at iphlpapi code, this shouldn't be possible in current Wine. GetAdaptersAddresses was rewritten in 6.15, and based on your shell script you are using 5.21. So if iphlpapi was broken in 5.21, that would explain why you get this exception and I don't.

WheezyE commented 2 years ago

Oh! I didn't even think about how I was running outdated wine. Sorry about that! I'll update my Debian VM & Pi4 and test this out around 7:30pm MST after I get home today.

madewokherd commented 2 years ago

I think the error in GetAdaptersAddresses, at least on 5.21, is that it doesn't initialize the FirstDnsServerAddress field if there are no dns servers. Looking at the current implementation, it zeroes the GetAdaptersAddresses structure before filling it, so that should fix the bug. All of that is assuming I'm guessing right based on looking at the code, I could be completely off base here.

WheezyE commented 2 years ago

Omg 🤦‍♂️ yeah, I had an outdate version of wine. I'm so sorry for putting you on a wild goose chase since Sept 24: I've been reporting all logs from a Debian VM with wine-6.16 on Sept 12 & (for some reason) wine-6.6 on Sept 24+. After upgrading my Debian VM's wine to wine-devel_6.19, I get a different error messages when running wine-mono trace with/without WINE_MONO_HIDETYPES=1:

[00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range.
[00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono.

becomes

0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented

And this is the only difference I can find in the two logs. I guess it's just an unimplemented function in wine? EDIT: Just to clarify too, RMS Express still has the "TNC initialization failed" error when WINE_MONO_HIDETYPES=1.

Full logs here:

WINE_MONO_HIDETYPES=0 (wine-devel_6.19) ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_TRACE=x WINE_MONO_HIDETYPES=0 wine RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: ipw90S.No: Adapter index out of range. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpinfoException: The AdapterCount property is not available in Mono. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000124:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 015c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [0000016c:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000154:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! [00000110:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [00000144:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [0000014c:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [00000150:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010064, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001006A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001006E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010072, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001007A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010080, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010082, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010084, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010086, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001008C, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010092, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. pi@debian:~/.wine/drive_c/RMS Express$ ```
WINE_MONO_HIDETYPES=1 (wine-devel_6.19) ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_TRACE=x WINE_MONO_HIDETYPES=1 wine RMS\ Express.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E288, 00257F80, 0021E28C, 0021E280 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000120:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented 0060:fixme:nsi:ipv6_forward_enumerate_all not implemented [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: `MonoBtlsPkcs12.Import` failed. [00000130:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Missing private key 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\RMS Express.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\RMS Express.resources.dll' or one of its dependencies. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 015c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 015c:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E7F8, 00257FC8, 0021E7FC, 0021E7F0 [00000130:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [0000015c:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000120:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000134:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: Connection refused. [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000124:] EXCEPTION handling: System.Net.Sockets.SocketException: The socket is not connected [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: ipw90S.No: Connection failed: Connection refused. [00000024:] EXCEPTION handling: nsoftware.IPWorks.IPWorksIpportException: Connection failed: Connection refused. 0024:fixme:uiautomation:UiaClientsAreListening () [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [0000015c:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100AE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! [00000110:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [00000148:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [00000150:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. [00000154:] EXCEPTION handling: System.Threading.ThreadAbortException: Thread was being aborted. 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010064, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001006A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001006E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010072, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001007A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010080, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010082, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010084, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010086, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001008C, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010092, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. [0000010c:] EXCEPTION handling: System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. pi@debian:~/.wine/drive_c/RMS Express$ ```

I also upgraded the version of wine to wine-devel_6.19 on my Pi4 and it's still having "TNC initialization failed" errors in RMS Express with upgraded wine-mono and WINE_MONO_HIDETYPES=1

Thank you again for all the in-depth help with this.

madewokherd commented 2 years ago

The stub ipv6_forward_enumerate_all reports success and no routes. It probably only shows up because iphlpapi queries all the information about all the network interfaces. I don't know enough about what it does to say whether it's needed, but the fact that it shows up in a log isn't an indication of that.

I may have been completely off base in blaming those exceptions.

I am suspicious of these two: [00000130:] EXCEPTION handling: System.ObjectDisposedException: Safe handle has been closed [00000130:] EXCEPTION handling: System.Net.Sockets.SocketException: interrupted

It'd probably be good to recheck for listening sockets with netstat, just in case that changed and the problem now is connecting to them.

WheezyE commented 2 years ago

I got a chance to look at this today again and ran netstat -l with these results:

netstat on Debian VM, wine-devel 6.19 ``` pi@debian:~/.wine/drive_c/RMS Express$ netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 localhost:ipp 0.0.0.0:* LISTEN tcp6 0 0 localhost:ipp [::]:* LISTEN udp 0 0 0.0.0.0:49690 0.0.0.0:* udp 0 0 0.0.0.0:bootpc 0.0.0.0:* udp 0 0 0.0.0.0:ipp 0.0.0.0:* udp 0 0 0.0.0.0:mdns 0.0.0.0:* udp6 0 0 [::]:49237 [::]:* udp6 0 0 [::]:mdns [::]:* raw6 0 0 [::]:ipv6-icmp [::]:* 7 Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 90726 socket unix 2 [ ACC ] STREAM LISTENING 26418 @/tmp/.ICE-unix/1078 unix 2 [ ACC ] STREAM LISTENING 26885 /run/user/1000/wayland-0 unix 2 [ ACC ] STREAM LISTENING 26126 /run/user/1000/systemd/private unix 2 [ ACC ] STREAM LISTENING 19194 /var/lib/samba/winbindd_privileged/pipe unix 2 [ ACC ] STREAM LISTENING 26133 /run/user/1000/gnupg/S.gpg-agent.ssh unix 2 [ ACC ] STREAM LISTENING 26136 /run/user/1000/gnupg/S.dirmngr unix 2 [ ACC ] STREAM LISTENING 19481 /run/NetworkManager/private-dhcp unix 2 [ ACC ] STREAM LISTENING 26138 /run/user/1000/gnupg/S.gpg-agent.extra unix 2 [ ACC ] STREAM LISTENING 26140 /run/user/1000/bus unix 2 [ ACC ] STREAM LISTENING 26142 /run/user/1000/gnupg/S.gpg-agent.browser unix 2 [ ACC ] STREAM LISTENING 26144 /run/user/1000/gnupg/S.gpg-agent unix 2 [ ACC ] STREAM LISTENING 26822 @/tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 26146 /run/user/1000/pulse/native unix 2 [ ACC ] STREAM LISTENING 11309 /run/systemd/journal/stdout unix 2 [ ACC ] STREAM LISTENING 26419 /tmp/.ICE-unix/1078 unix 2 [ ACC ] STREAM LISTENING 26282 @/tmp/dbus-uhF46583 unix 2 [ ACC ] STREAM LISTENING 26281 @/tmp/dbus-oEKkaIUg unix 2 [ ACC ] SEQPACKET LISTENING 11360 /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11363 /run/systemd/fsck.progress unix 2 [ ACC ] STREAM LISTENING 26500 /run/user/1000/keyring/ssh unix 2 [ ACC ] STREAM LISTENING 13960 /var/run/vmware/guestServicePipe unix 2 [ ACC ] STREAM LISTENING 18935 @/tmp/dbus-1f02X3Fw unix 2 [ ACC ] STREAM LISTENING 18934 @/tmp/dbus-E5RR0kjy unix 2 [ ACC ] STREAM LISTENING 86669 /run/cups/cups.sock unix 2 [ ACC ] STREAM LISTENING 26255 /run/user/1000/keyring/control unix 2 [ ACC ] STREAM LISTENING 26519 /run/user/1000/keyring/pkcs11 unix 2 [ ACC ] STREAM LISTENING 26973 @/tmp/dbus-C14WafRiEI unix 2 [ ACC ] STREAM LISTENING 51375 /run/systemd/private unix 2 [ ACC ] STREAM LISTENING 26823 /tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 15540 /run/avahi-daemon/socket unix 2 [ ACC ] STREAM LISTENING 15554 /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 19192 /var/run/samba/winbindd/pipe ```

EDIT: The "socket" with I-Node 90726 displays when I run RMS Express.

It looks like localhost:ipp is listening on 0.0.0.0: (tcp) and on [::]: (tcp6). If I set ARDOP & RMS Express to listen on 0.0.0.0:8200, I still get "Failure to open Command Port 8200 to Ardop TNC at 0.0.0.0" though image

I tried the same with another "TNC" (modem) program called VARA (like ARDOP) with the same connection issues on 127.0.0.1 and 0.0.0.0 .

Hm, I'm stumped on it. I'll try to keep digging around with it

EDIT: Here's another `netstat -l` with RMS Express and VARA running after I told them to try listening on 0.0.0.0 ``` pi@debian:~/.wine/drive_c/RMS Express$ netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 localhost:ipp 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8300 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8301 0.0.0.0:* LISTEN tcp6 0 0 localhost:ipp [::]:* LISTEN udp 0 0 0.0.0.0:49690 0.0.0.0:* udp 0 0 0.0.0.0:bootpc 0.0.0.0:* udp 0 0 0.0.0.0:ipp 0.0.0.0:* udp 0 0 0.0.0.0:mdns 0.0.0.0:* udp6 0 0 [::]:49237 [::]:* udp6 0 0 [::]:mdns [::]:* raw6 0 0 [::]:ipv6-icmp [::]:* 7 Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ACC ] STREAM LISTENING 97647 socket unix 2 [ ACC ] STREAM LISTENING 26418 @/tmp/.ICE-unix/1078 unix 2 [ ACC ] STREAM LISTENING 26885 /run/user/1000/wayland-0 unix 2 [ ACC ] STREAM LISTENING 26126 /run/user/1000/systemd/private unix 2 [ ACC ] STREAM LISTENING 19194 /var/lib/samba/winbindd_privileged/pipe unix 2 [ ACC ] STREAM LISTENING 26133 /run/user/1000/gnupg/S.gpg-agent.ssh unix 2 [ ACC ] STREAM LISTENING 26136 /run/user/1000/gnupg/S.dirmngr unix 2 [ ACC ] STREAM LISTENING 19481 /run/NetworkManager/private-dhcp unix 2 [ ACC ] STREAM LISTENING 26138 /run/user/1000/gnupg/S.gpg-agent.extra unix 2 [ ACC ] STREAM LISTENING 26140 /run/user/1000/bus unix 2 [ ACC ] STREAM LISTENING 26142 /run/user/1000/gnupg/S.gpg-agent.browser unix 2 [ ACC ] STREAM LISTENING 26144 /run/user/1000/gnupg/S.gpg-agent unix 2 [ ACC ] STREAM LISTENING 26822 @/tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 26146 /run/user/1000/pulse/native unix 2 [ ACC ] STREAM LISTENING 11309 /run/systemd/journal/stdout unix 2 [ ACC ] STREAM LISTENING 26419 /tmp/.ICE-unix/1078 unix 2 [ ACC ] STREAM LISTENING 26282 @/tmp/dbus-uhF46583 unix 2 [ ACC ] STREAM LISTENING 26281 @/tmp/dbus-oEKkaIUg unix 2 [ ACC ] SEQPACKET LISTENING 11360 /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11363 /run/systemd/fsck.progress unix 2 [ ACC ] STREAM LISTENING 26500 /run/user/1000/keyring/ssh unix 2 [ ACC ] STREAM LISTENING 13960 /var/run/vmware/guestServicePipe unix 2 [ ACC ] STREAM LISTENING 18935 @/tmp/dbus-1f02X3Fw unix 2 [ ACC ] STREAM LISTENING 18934 @/tmp/dbus-E5RR0kjy unix 2 [ ACC ] STREAM LISTENING 86669 /run/cups/cups.sock unix 2 [ ACC ] STREAM LISTENING 26255 /run/user/1000/keyring/control unix 2 [ ACC ] STREAM LISTENING 26519 /run/user/1000/keyring/pkcs11 unix 2 [ ACC ] STREAM LISTENING 26973 @/tmp/dbus-C14WafRiEI unix 2 [ ACC ] STREAM LISTENING 51375 /run/systemd/private unix 2 [ ACC ] STREAM LISTENING 26823 /tmp/.X11-unix/X0 unix 2 [ ACC ] STREAM LISTENING 15540 /run/avahi-daemon/socket unix 2 [ ACC ] STREAM LISTENING 15554 /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 19192 /var/run/samba/winbindd/pipe ```
WheezyE commented 2 years ago

I was poking around with this again today and found something kind of interesting. ARDOP doesn't want to connect no matter what - however .... VARA does connect if I set its port to localhost or 127.0.0.1 (its default)! (though not 0.0.0.0). It sends/receives tones and otherwise behaves as it should. I'm not sure why it wasn't connecting before - maybe due to me using the older version of wine. image Side-note: VARA's black screen is just a bug with wine's window manager (setting Managed"="N" gets around it, but I like the way wine manages X11 windows) which is I think somehow related to RMS Express launching VARA. It doesn't impact performance at all.

I also tried changing to lots of different ports in ARDOP (including the ports that worked for VARA) and they're still not connecting.

The Winlink software suite is an odd collection of programs that all run side-by-side and talk to eachother over local TCP/IP. So I think this means that RMS Express.exe is sending/receiving properly, VARA.exe is sending/receiving properly, but ARDOP_Win.exe is not. So I'm thinking maybe trying to debug just ARDOP alone might give us better error messages?

This might be a nicer spot to be in since ARDOP is open-source [source1] [source2] (although I don't know if the Winlink implementation of ARDOP is open source). ARDOP has two exe's to choose from (ARDOP_Win.exe and ARDOP_2Win.exe) and I'm honestly not sure which one gets used in what instance, but at least on my Debian VM, when ARDOP is opened through RMS Express, ps -a shows that ARDOP_Win.exe is chosen as the exe to run.

I did a trace of mono exceptions on just ARDOP_Win.exe. The exceptions near the top looked maybe interesting:

[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies.
[00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies.
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
[00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Top' was not present in the dictionary.
[00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Left' was not present in the dictionary.
Full log of ARDOP_Win.exe mono exception trace here: ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_TRACE=x MONO_INLINELIMIT=0 WINE_MONO_HIDETYPES=1 wine ~/.wine/drive_c/RMS\ Express/ARDOP_Win.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257F20, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257F20, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257F20, 0021E750, 0021E740 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Top' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Left' was not present in the dictionary. 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010096, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C6, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DE, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100E4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100EC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100F4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100FC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010104, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001010A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001010E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010114, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001011A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001011C, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010128, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010130, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010132, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010134, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00020092, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010136, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010138, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010140, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010142, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001014E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010152, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010156, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! ^C013c:fixme:console:default_ctrl_handler Terminating process 20 on event 0 013c:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. pi@debian:~/.wine/drive_c/RMS Express$ ```

I also ran WINE_MONO_TRACE=E:System.NullReferenceException MONO_INLINELIMIT=0 to get this, but I'm not sure if this is useful at all:

"<unnamed thread>" tid=00000024 this=03730120 , thread handle : 01a44ab8, state : not waiting
  at ARDOP_Win1.INIFile.Load () [0x00054] in <3a9f668defbb44cca36e388899b9cc5a>:0
  at ARDOP_Win1.INIFile..ctor (string) [0x00018] in <3a9f668defbb44cca36e388899b9cc5a>:0
  at ARDOP_Win1.Main.Main_Load (object,System.EventArgs) [0x00079] in <3a9f668defbb44cca36e388899b9cc5a>:0
  at (wrapper delegate-invoke) <Module>.invoke_void_object_EventArgs (object,System.EventArgs) [0x00071] in <711c2ed04b12414db0a39c902d5f3beb>:0
  at System.Windows.Forms.Form.OnLoad (System.EventArgs) [0x000d1] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Form.OnCreateControl () [0x00031] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control.CreateControl (bool) [0x000ed] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control.CreateControl () [0x00008] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) [0x00051] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x0071b] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) [0x0001a] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Form.WmShowWindow (System.Windows.Forms.Message&) [0x00013] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x00290] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012>
  at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) [0x00032] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x000cb] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) [0x00006] in <bb3337ca3e8d420ebfedaf6995d9ae09>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00044] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel () [0x00035] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x0001b] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0
  at ARDOP_Win1.My.MyApplication.Main (string[]) [0x00012] in <3a9f668defbb44cca36e388899b9cc5a>:0
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <3a9f668defbb44cca36e388899b9cc5a>:0
Here's that full log of WINE_MONO_TRACE=E:System.NullReferenceException on ARDOP_Win.exe (including me setting the port again - I think that's where the ini bit comes in on the second time the exception comes up): ``` pi@debian:~/.wine/drive_c/RMS Express$ WINE_MONO_TRACE=E:System.NullReferenceException MONO_INLINELIMIT=0 WINE_MONO_HIDETYPES=1 wine ~/.wine/drive_c/RMS\ Express/ARDOP_Win.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00258058, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00258058, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00258058, 0021E750, 0021E740 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object "" tid=00000024 this=03730120 , thread handle : 01a44ab8, state : not waiting at ARDOP_Win1.INIFile.Load () [0x00054] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.INIFile..ctor (string) [0x00018] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.Main.Main_Load (object,System.EventArgs) [0x00079] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper delegate-invoke) .invoke_void_object_EventArgs (object,System.EventArgs) [0x00071] in <711c2ed04b12414db0a39c902d5f3beb>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs) [0x000d1] in :0 at System.Windows.Forms.Form.OnCreateControl () [0x00031] in :0 at System.Windows.Forms.Control.CreateControl (bool) [0x000ed] in :0 at System.Windows.Forms.Control.CreateControl () [0x00008] in :0 at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) [0x00051] in :0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x0071b] in :0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in :0 at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) [0x0001a] in :0 at System.Windows.Forms.Form.WmShowWindow (System.Windows.Forms.Message&) [0x00013] in :0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x00290] in :0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in :0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in :0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in :0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in :0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in :0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in :0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) [0x00032] in :0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x000cb] in :0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) [0x00006] in :0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00044] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel () [0x00035] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x0001b] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at ARDOP_Win1.My.MyApplication.Main (string[]) [0x00012] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <3a9f668defbb44cca36e388899b9cc5a>:0 [00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object "" tid=00000024 this=03730120 , thread handle : 01a44ab8, state : not waiting at ARDOP_Win1.INIFile.Load () [0x00054] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.Main.InitializeFromIni () [0x00000] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper remoting-invoke-with-check) ARDOP_Win1.Main.InitializeFromIni () [0x00031] in <3a9f668defbb44cca36e388899b9cc5a>:0 at ARDOP_Win1.Main.Main_Load (object,System.EventArgs) [0x00083] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper delegate-invoke) .invoke_void_object_EventArgs (object,System.EventArgs) [0x00071] in <711c2ed04b12414db0a39c902d5f3beb>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs) [0x000d1] in :0 at System.Windows.Forms.Form.OnCreateControl () [0x00031] in :0 at System.Windows.Forms.Control.CreateControl (bool) [0x000ed] in :0 at System.Windows.Forms.Control.CreateControl () [0x00008] in :0 at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message&) [0x00051] in :0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) [0x0071b] in :0 at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) [0x00043] in :0 at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) [0x0001a] in :0 at System.Windows.Forms.Form.WmShowWindow (System.Windows.Forms.Message&) [0x00013] in :0 at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) [0x00290] in :0 at System.Windows.Forms.Control/ControlNativeWindow.OnMessage (System.Windows.Forms.Message&) [0x00001] in :0 at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x000b3] in :0 at System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00025] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.NativeWindow.Callback (System.Windows.Forms.Message&) [0x00032] in :0 at System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) [0x00037] in :0 at (wrapper native-to-managed) System.Windows.Forms.NativeWindowProc.Callback (intptr,int,intptr,intptr) <0x00067> at <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.SafeNativeMethods.ShowWindow (System.Runtime.InteropServices.HandleRef,int) <0x00012> at System.Windows.Forms.Control.SetVisibleCore (bool) [0x00061] in :0 at System.Windows.Forms.Form.SetVisibleCore (bool) [0x000d1] in :0 at System.Windows.Forms.Control.set_Visible (bool) [0x00001] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) [0x00032] in :0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoopInner (int,System.Windows.Forms.ApplicationContext) [0x000cb] in :0 at System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x0001a] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Application/ThreadContext.RunMessageLoop (int,System.Windows.Forms.ApplicationContext) [0x00033] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) [0x00006] in :0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00044] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel () [0x00035] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (string[]) [0x0001b] in <8c0c33d4b0a44b0f95f6eef6a363f124>:0 at ARDOP_Win1.My.MyApplication.Main (string[]) [0x00012] in <3a9f668defbb44cca36e388899b9cc5a>:0 at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00027] in <3a9f668defbb44cca36e388899b9cc5a>:0 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaClientsAreListening () 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B0, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100B8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010094, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100BA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C4, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100C8, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100CA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100D2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100DC, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100E2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100EA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100F2, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (000100FA, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010102, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010108, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001010C, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010112, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010118, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001011A, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010126, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001012E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010130, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010132, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00020090, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010134, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010136, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001013E, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010140, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (0001014C, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010150, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00010154, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! 0024:fixme:uiautomation:UiaReturnRawElementProvider (00000000, 0, 0, 00000000) stub! ^C013c:fixme:console:default_ctrl_handler Terminating process 20 on event 0 013c:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. pi@debian:~/.wine/drive_c/RMS Express$ ```

Anyways, not sure if this gets us any farther or not, but thank you again for looking into this whole thing. I'm pretty excited that at least VARA is working with wine-mono, even if ARDOP isn't for some reason yet. That is seriously huge!

madewokherd commented 2 years ago

That ARDOP source appears to be a Qt application, and it doesn't have the classes that are failing. The one you're using appears to be VB.NET?

WheezyE commented 2 years ago

Hmmmm yeah huh. ARDOP is covered by the GNU 3+ licenses though. Would that mean I could ask the Winlink team for their ARDOP source?

Here's an old Winlink news page about ARDOP where they said users could find ARDOP sources (though the link is dead and internet archive doesn't have any archived pages for it): https://www.winlink.org/content/ardop_news

WheezyE commented 2 years ago

Oh one sec, the help page says that they moved to a new forum where source can be found.

WheezyE commented 2 years ago

Ok, there's apparently a files folder on the https://ardop.groups.io/g/developers forum, but I need membership first. I'll report back in when I get a copy of the latest Winlink ARDOP source

WheezyE commented 2 years ago

Ok, was approved to the groups.io group and got a copy of the ARDOP_Win VB open source code. This should be the same open source ARDOP_Win.exe that RMS Express packages and uses.

For example, this is the image of this fork of ARDOP running - which looks identical to the Winlink version (image from https://ardop.groups.io/g/users): image

Here is the directory listing from the groups.io / dev files section along with relevant files: image image ARDOP Overview.pdf - Link redacted _ARDOPWin TNC source code analysis.pdf - Link redacted _Host Interface Spec for WL2K supported ProtocolsTNCs.pdf - Link redacted _ARDOP2Win TNC Rev 2..0.3.7 Source.zip - Link redacted _ARDOPWin VBSource Rev1.0.4.zip - Link redacted I'd post the ARDOP_Win.exe, but github doesn't like it.

NOTE TO ANY ARDOP DEVS: Since ARDOP is open source and GNU 3+, I'm assuming it's ok to post the source here. If this is not ok, please notify me and I will remove these files/links from this issue tracker.

UPDATE 11/1/2021: I still haven't heard anything from the ARDOP devs regarding copyright after asking, so I've removed links to files just for courtesy

madewokherd commented 2 years ago

Where does it say it's GPL 3+? I couldn't find a license in the source archives.

madewokherd commented 2 years ago

Given that there's no license or copyright attribution in here at all, I think we must be dealing with hobbyists who don't bother with such things. So it's probably fine, but there's nothing legally protecting you if you redistribute the code.

Anyway, based on the code I think the only way you should get a NullReferenceException with that stack is if "ARDOP_Win TNC.ini" has a Key=Value pair before a [Section]. It's also possible there's something else going wrong that's causing it to not recognize a section line, such as our String.Trim() function being broken, but that seems unlikely.

You might be able to work around it by deleting the file.

WheezyE commented 2 years ago

Where does it say it's GPL 3+? I couldn't find a license in the source archives.

I guess I just assumed ARDOP_Win (by Rick Muething) had the same license as ARDOPc (by John Wiseman, which has GNU 3+ - ARDOPc is a C port of ARDOP_WIN that runs on Linux). But you're right - I can't find a specific license file for ARDOP_Win. I can't seem to find a straight answer on the ardop.groups.io/g/developers forum either. I'll ask around.

Thank you for being cautious though. I think I'll just take the links down pretty soon. I think you're right about the hobbyist aspect though and they just not bothering with a license file.

You might be able to work around it by deleting the file.

Thanks, I'll give that a shot when I get home today!


This is all the info I have about possible ARDOP_Win license info:

  1. ARDOPc's copyright file says
    
    #ardop.c
    /*
    Copyright 2001-2018 John Wiseman G8BPQ

This file is part of LinBPQ/BPQ32.

LinBPQ/BPQ32 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

LinBPQ/BPQ32 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with LinBPQ/BPQ32. If not, see http://www.gnu.org/licenses */



2. John Wiseman also said _"My version of ARDOP is basically just a port of Rick's Windows code. ... The code is available for anyone interested in using it as the basis for further developments."_

3. In 2015, Rick Muething said _"The open source code must be posted under an appropriate Open source format/license. Currently there is no open source code posted. ... We currently have only 3 part time developers working on ARDOP. If someone thinks they can contribute in one or more of the above efforts and can make a substantial COMMITMENT ... we would welcome some additional help. (Contact me, Mathew Pitts or John Wiseman. )"_  However the ARDOP_Win source code is posted (in 2018) on the groups.io dev forum just says `Copyright 2015-2016 Rick Muething, KN6KB`.

EDIT:
4. The ARDOP Win source by Rick Muething mentions John Wiseman.
5. ARDOP is supposed to be an acronym for "Amateur Radio Digital Open Protocol"
WheezyE commented 2 years ago

Impressive sleuthing. Yeah, after deleting the ini file the following exceptions don't show up when running ARDOP_Win.exe anymore.

[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
[00000024:] EXCEPTION handling: System.NullReferenceException: Object reference not set to an instance of an object
[00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Top' was not present in the dictionary.
[00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Left' was not present in the dictionary.
Full log: ``` mv ARDOP_Win\ TNC.ini old.ini WINE_MONO_TRACE=x MONO_INLINELIMIT=0 WINE_MONO_HIDETYPES=1 wine ~/.wine/drive_c/RMS\ Express/ARDOP_Win.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257E68, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257E68, 0021E750, 0021E740 0024:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0021E74C, 00257E68, 0021E750, 0021E740 [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: 'CP1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en-US\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.IO.FileNotFoundException: Could not load file or assembly 'C:\RMS Express\en\ARDOP_Win.resources.dll' or one of its dependencies. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'Radio' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.Collections.Generic.KeyNotFoundException: The given key 'ARDOP_Win TNC' was not present in the dictionary. [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] [00000024:] EXCEPTION handling: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] ^C0128:fixme:console:default_ctrl_handler Terminating process 20 on event 0 0128:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded. pi@debian:~$ ```

EDIT: Then I noticed that the ini file had a linebreak as its first line. I deleted that with nano and re-ran the exception trace on ARDOP_Win.exe and then the exception went away. I put the linebreak back and ran it again and the exception came back. So I guess that exception isn't what we're looking for after all.

I also just noticed though that ARDOP has been outputting logs of exceptions on its own and those logs say that the MS-DOS command lines used to launch ARDOP through RMS Express have "syntax errors" for some reason with wine-mono. I also get these syntax errors when ARDOP_Win.exe is launched on its own, or when I do wine cmd and run commands like C:\RMS Express\ARDOP_Win.exe TCPIP 8200 127.0.0.1:

pi@debian:~/.wine/drive_c/RMS Express/Logs$ more ARDOP_WinTNC_Debug_20211016.log 
 22:35:30.992 [ARDOP_Win TNC.Main.Load] Command line =C:\RMS Express\ARDOP_Win.exe TCPIP 8200 localhost
pi@debian:~/.wine/drive_c/RMS Express/Logs$ more ARDOP_WinTNC_Exceptions_20211016.log 
2021/10/16 22:35:31 [1.0.2.5] [Main.Load] Syntax error in command line: C:\RMS Express\ARDOP_Win.exe TCPIP 8200 localhost   ... ini file
 values used.

When the syntax error happens, it looks like ARDOP falls-back on the ini file. Maybe that's where the problem could be? (EDIT: This syntax error shows up regardless of whether or not that top linebreak is in the ARDOP_Win TNC.ini file).

These syntax errors seem to only appear with wine-mono and not with regular windows or in wine 6.19 with dotnet35sp1. All setups were with the same version of RMS Express (1.5.40)

EDIT 10/17/2021: The ARDOP source seems to maybe implicate these VB.NET functions?

#Main.vb
            Dim strCmds() As String = Microsoft.VisualBasic.Command().Split(CChar(" "))
            If strCmds.Length = 3 AndAlso (strCmds(0).ToUpper = "TCPIP" And (IsNumeric(strCmds(1).Trim) And (CInt(strCmds(1).Trim) >= 0 And CInt(strCmds(1).Trim) < 65536))) Then

EDIT 10/17/2021: On second thought, I tried hard-coding the IP and port in the source, built it, and run it with wine-mono and still have connection issues so maybe that's not it. I also might not have done it quite right though since I've never actually coded in VB.

Hm... I'm stumped for the moment.