Script - Runtime Error

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
slymn++
Junior Member
Posts: 21
Joined: Tue Feb 16, 2016 8:33 am

Script - Runtime Error

Post by slymn++ » Wed Jul 24, 2019 3:45 pm

Hello

I compiled QCAD. My kits: Qt5.5.1 MSVC2013 64bit

But When I run qcad, I get error and crashed;

Starting D:\QCAD\qcad\debug\qcad.exe...
QCAD version 3.23.0.1
..\lib\uilib\formbuilder.cpp:213, class QWidget *__cdecl QFormInternal::QFormBuilder::createWidget(const class QString &,class QWidget *,const class QString &):
Warning: "QFormBuilder was unable to create a custom widget of the class 'RTextEdit'; defaulting to base class 'QTextBrowser'."
..\lib\uilib\formbuilder.cpp:213, class QWidget *__cdecl QFormInternal::QFormBuilder::createWidget(const class QString &,class QWidget *,const class QString &):
Warning: "QFormBuilder was unable to create a custom widget of the class 'RCommandLine'; defaulting to base class 'QLineEdit'."
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/File/AutoSave/AutoSave.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/File/Quit/Quit.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/File/RecentFiles/RecentFiles.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/GraphicsViewPreferences/GraphicsViewPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/GraphicsViewPreferences/BehaviorPreferences/BehaviorPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/GraphicsViewPreferences/ColorPreferences/ColorPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/GraphicsViewPreferences/FontPreferences/FontPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/GraphicsViewPreferences/GridPreferences/GridPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/InputPreferences/InputPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/KeyboardPreferences/KeyboardPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/LanguagePreferences/LanguagePreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/LayerCompatibility/LayerCompatibility.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/ScriptingPreferences/ScriptingPreferences.js"
..\..\..\src\core\RGuiAction.cpp:1008, class RGuiAction *__cdecl RGuiAction::getByScriptFile(const class QString &):
Warning: action not found: "scripts/Edit/AppPreferences/StartupPreferences/StartupPreferences.js"

...

Best Regards.
Attachments
Ekran Alıntısı.JPG
Ekran Alıntısı.JPG (319.02 KiB) Viewed 8281 times

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”