Bug 484445 - Overview window empty if kmymoney is executed from a network path or a mapped host path when using a Windows virtual machine
Summary: Overview window empty if kmymoney is executed from a network path or a mapped...
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: packaging (show other bugs)
Version: 5.1.3
Platform: Microsoft Windows All
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-25 11:30 UTC by Ralf Habacker
Modified: 2024-03-25 12:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot showing the error box (17.47 KB, image/png)
2024-03-25 11:30 UTC, Ralf Habacker
Details
Screenshot showing empty overview window (75.60 KB, image/png)
2024-03-25 11:31 UTC, Ralf Habacker
Details
Associated log file (9.18 KB, text/x-log)
2024-03-25 11:42 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
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.