Bug 484445

Summary: Overview window empty if kmymoney is executed from a network path or a mapped host path when using a Windows virtual machine
Product: [Applications] kmymoney Reporter: Ralf Habacker <ralf.habacker>
Component: packagingAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot showing the error box
Screenshot showing empty overview window
Associated log file

Description Ralf Habacker 2024-03-25 11:30:08 UTC
Created attachment 167731 [details]
Screenshot showing the error box

STEPS TO REPRODUCE
1.  Download https://cdn.kde.org/ci-builds/office/kmymoney/5.1/windows/kmymoney-5.1-3138-windows-cl-msvc2019-x86_64.7z
2.  unpack archive
3.  enter unpackaged directory and start bin/kmymoney

OBSERVED RESULT
A message box appears (see the append screenshot) and the "Overview" windows is empty except a small title graphic  (see appended screenshot 2)

EXPECTED RESULT
The error box should not be shown and the overview window should be complete

SOFTWARE/OS VERSIONS
Windows:  10
macOS: 
KDE Frameworks Version:  5.115.0
Qt Version:  5.15.12
Comment 1 Ralf Habacker 2024-03-25 11:31:04 UTC
Created attachment 167732 [details]
Screenshot showing empty overview window
Comment 2 Ralf Habacker 2024-03-25 11:42:08 UTC
Created attachment 167733 [details]
Associated log file
Comment 3 Ralf Habacker 2024-03-25 11:50:16 UTC
> Created attachment 167733 [details]
> Associated log file
In there log there is:

> Can not launch QtWebEngineProcess from network path if sandbox is enabled: W:/Downloads/kmymoney-5.1-3138-windows-cl-msvc2019-> x86_64/bin/QtWebEngineProcess.exe.

KMyMoney was started in a Virtualbox container from a host path that was shared with the VM.

In this case running the command 

    set QTWEBENGINE_DISABLE_SANDBOX=1

before kmymoney solves the issue.