Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Design Studio shut down suddenly

Qt Design Studio shut down suddenly

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 627 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    caoc10
    wrote on last edited by
    #1

    Hi everyone,

    I've a project developed in QT Design Studio (version before the current one).
    After update it to the last version, i cannot simply open my UI files that contains animations and modify them.

    Everytime I open the file, the program crashes and goes down.

    I have tried to understand what is causing the problem and figured out that if the following code is commented, the UI file opens without problems.

    KeyframeGroup {
                target: loginScreen_Base
                property: "opacity"
                Keyframe {
                    frame: 0
                    value: 0
                }
    
                Keyframe {
                    frame: 674
                    value: 1
                }
            }
    

    I've executed it using Terminal and when the program crashes, I get the following error:

    QFileSystemWatcher::removePaths: list is empty
    QFileSystemWatcher::removePaths: list is empty
    Exception: "InvalidPropertyException"
    Function:  "parentProperty"
    File:      "/Users/qt/work/build/qt-creator/src/plugins/qmldesigner/designercore/model/modelnode.cpp"
    Line:      381
    "file: /Users/qt/work/build/qt-creator/src/plugins/qmldesigner/designercore/model/modelnode.cpp, function: parentProperty, line: 381"
    
    libc++abi.dylib: terminating with uncaught exception of type QmlDesigner::InvalidPropertyException
    [24289:647800:20201228,183653.987186:WARNING crash_report_exception_handler.cc:240] UniversalExceptionRaise: (os/kern) failure (5)
    Abort trap: 6
    

    I've already reinstalled the entire qt suite a couple of times, and I always get the same error.
    I've also tried with a new project, but as soon as I start to use animations, the program crashes with that error.
    I've tried also the Windows version (I've been using MacOS) and the problem persists.

    I know that I can always skip animations and develop a simple UI, but I rather not do it.

    So, if you have any other suggestion, or a possible solution to this, please, help me out to figure what is causing this!

    Info about my QT Design Studio:

    Qt Design Studio 2.0.0
    Based on Qt 5.15.2 (Clang 11.0 (Apple), 64 bit)
    
    Built on Dec 17 2020 15:44:57
    
    From revision 45b35d29fb
    

    Thank you!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved