I have installed passbolt LXC container (running on proxmox). The install worked perfectly and I have installed LetsEncrypt certificate. Currently I’m using the Chrome extension to view and update passwords and accounts.
Next step was to install the Windows desktop app through the Microsoft Store but when I go to launch it , it gives this error:
An unexpected error has occurred:
Message: The parameter is incorrect.
The parameter is incorrect.
Stack Trace:
System.ArgumentException: The parameter is incorrect.
The parameter is incorrect.
at System.Runtime.InteropServices.McgMarshal.ThrowOnExternalCallFailed(Int32, RuntimeTypeHandle) + 0x21
at __Interop.ComCallHelpers.Call(__ComObject, RuntimeTypeHandle, Int32, HSTRING, HSTRING, Int32) + 0xc6
at Microsoft.Web.WebView2.Core.ICoreWebView2_3__Impl.Stubs.SetVirtualHostNameToFolderMapping(__ComObject, String, String, CoreWebView2HostResourceAccessKind) + 0xdd
at passbolt.Services.WebviewService.BackgroundWebviewService.d__2.MoveNext() + 0x13f
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at passbolt.Controllers.MainController.d__17.MoveNext() + 0x2e1
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at passbolt.Controllers.MainController.d__15.MoveNext() + 0x210
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task) + 0x70
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task) + 0x38
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task) + 0x17
at System.Runtime.CompilerServices.TaskAwaiter.GetResult() + 0xb
at passbolt.MainPage.<Background_NavigationStarting>d__7.MoveNext() + 0x94
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() + 0x21
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__7_0(Object) + 0x1e
at System.Action`1.Invoke(T) + 0x28
at System.Threading.WinRTSynchronizationContext.Invoker.InvokeCore() + 0x33
When I run the debug installation, the app will run and I can see this error:
Connecting to ‘https://background.dist/Background/dist/background-workspace.js.map’ violates the following Content Security Policy directive: “connect-src . The request has been blocked.
In the debug console, I’m have added the warning in a png.
Some other errors I can see in event viewer is :
Deployment Remove operation with target volume C: on Package Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe from: (Microsoft.VCLibs.140.00_14.0.33519.0_x64__8wekyb3d8bbwe) failed with error 0x80073CF3.
I have reset the Microsoft Store and tried installed Microsoft.VCLibs.140.00_14.0.33519.0 and countless other “fixes” but the app keeps on failing to run.
Any ideas?
