QT Virtualized app crashes when opening a FileDialog

Issues related to Enigma Virtual Box
Post Reply
lucioaragon
Posts: 3
Joined: Thu Feb 15, 2018 10:04 am

QT Virtualized app crashes when opening a FileDialog

Post by lucioaragon »

Hello,

I'm trying to virtualize my application using Enigma Virtual Box 8.0.0, build 20171220.

My application is built using C++ and Qt/QtQuick framework

I've found an issue: the application always crashes when I use QML FileDialog type to open a native Windows FileDialog (when I do it outside QtQuick, as with QT's QFileDialog widget, if works perfectly)

I've also checked with QT 'SystemDialog' provided example which also makes use of qml's FileDialog. I have virtualized it, and also crashes.
So I think this is may be an issue related to Enigma VB and how QtQuick calls Windows native FileDialog.

I've tried with all Enigma VB options combinations, but no luck.

Please, can you take a look?
Thank you
lucioaragon
Posts: 3
Joined: Thu Feb 15, 2018 10:04 am

Re: QT Virtualized app crashes when opening a FileDialog

Post by lucioaragon »

I forgot to mention that it crashes at the moment the Windows' FileDialog is opening.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: QT Virtualized app crashes when opening a FileDialog

Post by Enigma »

Hi, yes, can you please send us non packed test application at support@enigmaprotector.com to try it?

Please also let us know, what version of Windows do you use.
lucioaragon
Posts: 3
Joined: Thu Feb 15, 2018 10:04 am

Re: QT Virtualized app crashes when opening a FileDialog

Post by lucioaragon »

Thank you for the quick response, I've already sent a sample program.

I'm running the virtualized app on Windows 10 Pro, version 1709
Post Reply