mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #103] Crashing when importing import QtQuick.Controls 1.x #62
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Noahdw on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/103
I believe the issue I'm having is related to this https://bugreports.qt.io/browse/QTBUG-64697, which causes my program to crash when importing QtQuick.Controls 1.x using Intel onboard 620 Graphics. Their proposed solution was to use
QCoreApplication::setAttribute(Qt::AA_DisableShaderDiskCache)but this doesn't seem to be achievable with Qml.Net. Any ideas how I can accomplish the equivalent of this?@MaxMommersteeg commented on GitHub (Jan 4, 2019):
Does it crash when running https://github.com/qmlnet/qmlnet-examples? What OS are you on, maybe I can reproduce the crash.
Does it still crash when targetting QtQuick.Controls 2.x, is it necessary to target that version of QtQuick.Controls?
@Noahdw commented on GitHub (Jan 4, 2019):
I'm running on windows 10. It works with QtQuick.Controls 2.x. To be honest I never really looked at what the difference between QtQuick.Controls 1 and 2 was, but now that I look I see that I can accomplish when I need with 2.x. Guess this is kinda a non-issue now, thanks though.