Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.09k stars 2.06k forks source link

[4.5.0] [Manjaro/Arch] Stuck on WelcomeScreen #8043

Closed LimitlessGreen closed 4 years ago

LimitlessGreen commented 4 years ago

Stuck on WelcomeScreen

Application version 4.5.0

Platform

Reproduction steps Just start Cura initially

Screenshot(s) grafik

Log file cura.log

This is the console output: ``` /usr/lib/python3.8/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp /usr/lib/python3.8/site-packages/UM/View/GL/ShaderProgram.py:327: SyntaxWarning: "is" with a literal. Did you mean "=="? elif type(value) is list and len(value) is 2: /usr/lib/python3.8/site-packages/UM/View/GL/ShaderProgram.py:329: SyntaxWarning: "is" with a literal. Did you mean "=="? elif type(value) is list and len(value) is 3: /usr/lib/python3.8/site-packages/UM/View/GL/ShaderProgram.py:331: SyntaxWarning: "is" with a literal. Did you mean "=="? elif type(value) is list and len(value) is 4: /usr/lib/python3.8/site-packages/UM/View/GL/ShaderProgram.py:333: SyntaxWarning: "is" with a literal. Did you mean "=="? elif type(value) is list and type(value[0]) is list and len(value[0]) is 2: /usr/lib/python3.8/site-packages/UM/Settings/InstanceContainer.py:511: SyntaxWarning: "is" with a literal. Did you mean "=="? if common_path is "" or not common_path.startswith(install_prefix): /usr/lib/python3.8/site-packages/UM/VersionUpgradeManager.py:90: DeprecationWarning: invalid escape sequence \. ".*\.lock", # Don't upgrade the configuration file lock. It's not persistent. /usr/lib/python3.8/site-packages/cura/UI/ObjectsModel.py:65: DeprecationWarning: invalid escape sequence \( self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$") [MainThread] UM.Application.initialize [140]: Initializing Ultimaker Cura [MainThread] UM.Application.initialize [141]: App Version 4.5.0 [MainThread] UM.Application.initialize [142]: Api Version 7.1.0 [MainThread] UM.Application.initialize [143]: Build type None [MainThread] UM.Resources.__initializeStoragePaths [417]: Initializing storage paths [MainThread] UM.Resources.__initializeStoragePaths [427]: Config storage path is /home/user/.config/cura/4.5 [MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/user/.local/share/cura/4.5 [MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/user/.cache/cura/4.5 [MainThread] UM.PackageManager.__init__ [53]: Found bundled packages JSON file: /usr/share/uranium/resources/bundled_packages/uranium.json [MainThread] UM.PackageManager.__init__ [53]: Found bundled packages JSON file: /usr/share/cura/resources/bundled_packages/cura.json Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created. [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [112]: Trying OpenGL context 4.1... [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [175]: Trying OpenGL context 2.0... [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [182]: We got at least OpenGL context 2.0: 2.1 No profile [MainThread] UM.Qt.QtApplication.initialize [168]: Detected most suitable OpenGL context version: 2.0 No profile [MainThread] UM.Qt.QtApplication.initialize [175]: Initializing job queue ... [MainThread] UM.Qt.QtApplication.initialize [179]: Initializing version upgrade manager ... /usr/lib/python3.8/json/__init__.py:293: DeprecationWarning: 'encoding' is ignored and deprecated. It will be removed in Python 3.9 return loads(fp.read(), [MainThread] UM.PackageManager._loadManagementData [161]: Loaded bundled packages data from /usr/share/uranium/resources/bundled_packages/uranium.json [MainThread] UM.PackageManager._loadManagementData [161]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages/cura.json [MainThread] UM.PackageManager._loadManagementData [179]: Loaded user packages management file from /home/user/.local/share/cura/4.5/packages.json [MainThread] UM.PackageManager._saveManagementData [248]: Package management file /home/user/.local/share/cura/4.5/packages.json was saved [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [114]: Loading plugin configuration file '/home/user/.config/cura/4.5/plugins.json' 2020-07-08 11:10:35,493 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin ConsoleLogger 2020-07-08 11:10:35,535 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine 2020-07-08 11:10:35,537 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin CuraEngineBackend 2020-07-08 11:10:35,546 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin LocalContainerProvider /usr/lib/python3.8/site-packages/cura/UI/CuraSplashScreen.py:73: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. painter.drawText(60, 70 + self._version_y_offset, 330 * self._scale, 230 * self._scale, Qt.AlignLeft | Qt.AlignTop, version[0]) 2020-07-08 11:10:35,608 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin OBJWriter 2020-07-08 11:10:35,609 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening 2020-07-08 11:10:35,631 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine 2020-07-08 11:10:35,632 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '', '-vvv'] 2020-07-08 11:10:35,664 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] 2020-07-08 11:10:35,665 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected 2020-07-08 11:10:35,665 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master 2020-07-08 11:10:35,665 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674 2020-07-08 11:10:35,666 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2019 Ultimaker 2020-07-08 11:10:35,666 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] 2020-07-08 11:10:35,666 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify 2020-07-08 11:10:35,667 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by 2020-07-08 11:10:35,668 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or 2020-07-08 11:10:35,668 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version. 2020-07-08 11:10:35,668 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] 2020-07-08 11:10:35,668 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful, 2020-07-08 11:10:35,669 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2020-07-08 11:10:35,669 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2020-07-08 11:10:35,669 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details. 2020-07-08 11:10:35,672 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] 2020-07-08 11:10:35,672 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License 2020-07-08 11:10:35,672 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] along with this program. If not, see . 2020-07-08 11:10:35,673 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] Connecting to 127.0.0.1:49674 2020-07-08 11:10:35,674 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin STLWriter 2020-07-08 11:10:35,683 - WARNING - [MainThread] STLReader.STLReader. [29]: Not loading numpy-stl due to linux issue 2020-07-08 11:10:35,685 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin STLReader 2020-07-08 11:10:35,688 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin OBJReader 2020-07-08 11:10:35,693 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin FileLogger 2020-07-08 11:10:35,703 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin UpdateChecker 2020-07-08 11:10:35,705 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2020-07-08 11:10:35,707 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [39]: Checking for new version of cura 2020-07-08 11:10:35,726 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin ScaleTool 2020-07-08 11:10:35,734 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin TranslateTool 2020-07-08 11:10:35,743 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin RotateTool 2020-07-08 11:10:35,751 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [101]: [Backend] Connected to 127.0.0.1:49674 2020-07-08 11:10:35,754 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin CameraTool 2020-07-08 11:10:35,760 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin SelectionTool 2020-07-08 11:10:35,767 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin MirrorTool 2020-07-08 11:10:35,770 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin SimpleView 2020-07-08 11:10:35,778 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin LocalFileOutputDevice 2020-07-08 11:10:35,779 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalContainerProvider was already loaded 2020-07-08 11:10:35,779 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJWriter was already loaded 2020-07-08 11:10:35,780 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLWriter was already loaded 2020-07-08 11:10:35,780 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLReader was already loaded 2020-07-08 11:10:35,780 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJReader was already loaded 2020-07-08 11:10:35,781 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FileLogger was already loaded 2020-07-08 11:10:35,781 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UpdateChecker was already loaded 2020-07-08 11:10:35,781 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2020-07-08 11:10:35,782 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ScaleTool was already loaded 2020-07-08 11:10:35,782 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin TranslateTool was already loaded 2020-07-08 11:10:35,782 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RotateTool was already loaded 2020-07-08 11:10:35,783 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CameraTool was already loaded 2020-07-08 11:10:35,783 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SelectionTool was already loaded 2020-07-08 11:10:35,783 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MirrorTool was already loaded 2020-07-08 11:10:35,784 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimpleView was already loaded 2020-07-08 11:10:35,784 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalFileOutputDevice was already loaded 2020-07-08 11:10:35,793 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin CuraDrive 2020-07-08 11:10:35,799 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin XRayView 2020-07-08 11:10:35,804 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin SentryLogger did not return any objects to register 2020-07-08 11:10:35,810 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin GCodeGzReader 2020-07-08 11:10:35,818 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin GCodeWriter 2020-07-08 11:10:35,823 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin UltimakerMachineActions 2020-07-08 11:10:35,832 - WARNING - [MainThread] UFPWriter. [10]: Could not import UFPWriter; libCharon may be missing 2020-07-08 11:10:35,833 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin UFPWriter did not return any objects to register 2020-07-08 11:10:35,884 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin 3MFReader 2020-07-08 11:10:35,896 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin PreviewStage 2020-07-08 11:10:35,902 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module AMFReader 2020-07-08 11:10:35,904 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:35,904 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:35,904 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:35,905 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:35,905 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:35,905 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:35,906 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:35,906 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:35,906 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:35,907 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:35,907 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:35,907 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in 2020-07-08 11:10:35,908 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import AMFReader 2020-07-08 11:10:35,908 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in 2020-07-08 11:10:35,908 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh 2020-07-08 11:10:35,908 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:35,909 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [680]: Could not find plugin AMFReader 2020-07-08 11:10:35,912 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module AMFReader 2020-07-08 11:10:35,912 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:35,913 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:35,913 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:35,913 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:35,914 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:35,914 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:35,914 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:35,915 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:35,915 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:35,915 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:35,916 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:35,916 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in 2020-07-08 11:10:35,916 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import AMFReader 2020-07-08 11:10:35,916 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in 2020-07-08 11:10:35,917 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh 2020-07-08 11:10:35,917 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:35,917 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalContainerProvider was already loaded 2020-07-08 11:10:35,922 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin FirmwareUpdater 2020-07-08 11:10:35,944 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin XmlMaterialProfile 2020-07-08 11:10:35,996 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJWriter was already loaded 2020-07-08 11:10:35,996 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLWriter was already loaded 2020-07-08 11:10:35,997 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLReader was already loaded 2020-07-08 11:10:35,997 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJReader was already loaded 2020-07-08 11:10:36,003 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade41to42 2020-07-08 11:10:36,007 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade40to41 2020-07-08 11:10:36,012 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade44to45 2020-07-08 11:10:36,017 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade26to27 2020-07-08 11:10:36,022 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade27to30 2020-07-08 11:10:36,026 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade43to44 2020-07-08 11:10:36,031 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade22to24 2020-07-08 11:10:36,035 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade35to40 2020-07-08 11:10:36,040 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade32to33 2020-07-08 11:10:36,045 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade42to43 2020-07-08 11:10:36,084 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade25to26 2020-07-08 11:10:36,089 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade30to31 2020-07-08 11:10:36,092 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade33to34 2020-07-08 11:10:36,097 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade34to35 2020-07-08 11:10:36,108 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin VersionUpgrade21to22 2020-07-08 11:10:36,224 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin UM3NetworkPrinting 2020-07-08 11:10:36,240 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin GCodeReader 2020-07-08 11:10:36,241 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FileLogger was already loaded 2020-07-08 11:10:36,243 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin PrepareStage 2020-07-08 11:10:36,247 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin GCodeProfileReader 2020-07-08 11:10:36,251 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin LegacyProfileReader 2020-07-08 11:10:36,252 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UpdateChecker was already loaded 2020-07-08 11:10:36,252 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraEngineBackend was already loaded 2020-07-08 11:10:36,255 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin MonitorStage 2020-07-08 11:10:36,258 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin GCodeGzWriter 2020-07-08 11:10:36,265 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin 3MFWriter 2020-07-08 11:10:36,266 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2020-07-08 11:10:36,270 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin CuraProfileReader 2020-07-08 11:10:36,290 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin SimulationView 2020-07-08 11:10:36,318 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin X3DReader /usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:263: DeprecationWarning: invalid escape sequence \d if re.search(b"[B|T\d*]: ?\d+\.?\d*", line): # Temperature message. 'T:' for extruder and 'B:' for bed 2020-07-08 11:10:36,344 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin USBPrinting 2020-07-08 11:10:36,356 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin SupportEraser 2020-07-08 11:10:36,363 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin PerObjectSettingsTool 2020-07-08 11:10:36,370 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin FirmwareUpdateChecker 2020-07-08 11:10:36,375 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin SolidView 2020-07-08 11:10:36,384 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin ImageReader 2020-07-08 11:10:36,389 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module TrimeshReader 2020-07-08 11:10:36,391 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:36,391 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:36,392 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:36,392 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:36,393 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:36,393 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:36,394 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:36,394 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:36,394 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:36,395 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:36,395 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:36,396 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/__init__.py", line 4, in 2020-07-08 11:10:36,396 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import TrimeshReader 2020-07-08 11:10:36,397 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/TrimeshReader.py", line 9, in 2020-07-08 11:10:36,397 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh # To load the files into a Trimesh. 2020-07-08 11:10:36,398 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:36,398 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [680]: Could not find plugin TrimeshReader 2020-07-08 11:10:36,401 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module TrimeshReader 2020-07-08 11:10:36,402 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:36,402 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:36,402 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:36,403 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:36,403 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:36,403 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:36,404 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:36,404 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:36,404 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:36,404 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:36,405 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:36,405 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/__init__.py", line 4, in 2020-07-08 11:10:36,405 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import TrimeshReader 2020-07-08 11:10:36,406 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/TrimeshReader.py", line 9, in 2020-07-08 11:10:36,406 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh # To load the files into a Trimesh. 2020-07-08 11:10:36,406 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:36,432 - WARNING - [MainThread] UFPReader. [10]: Could not import UFPReader; libCharon may be missing 2020-07-08 11:10:36,433 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin UFPReader did not return any objects to register 2020-07-08 11:10:36,480 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin Toolbox 2020-07-08 11:10:36,481 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ScaleTool was already loaded 2020-07-08 11:10:36,481 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin TranslateTool was already loaded 2020-07-08 11:10:36,481 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RotateTool was already loaded 2020-07-08 11:10:36,482 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CameraTool was already loaded 2020-07-08 11:10:36,482 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SelectionTool was already loaded 2020-07-08 11:10:36,482 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MirrorTool was already loaded 2020-07-08 11:10:36,489 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin RemovableDriveOutputDevice 2020-07-08 11:10:36,495 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin CuraProfileWriter 2020-07-08 11:10:36,499 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin MachineSettingsAction 2020-07-08 11:10:36,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin PostProcessingPlugin 2020-07-08 11:10:36,509 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimpleView was already loaded 2020-07-08 11:10:36,513 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [444]: Loaded plugin ModelChecker 2020-07-08 11:10:36,514 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalFileOutputDevice was already loaded 2020-07-08 11:10:36,514 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraDrive was already loaded 2020-07-08 11:10:36,514 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin XRayView was already loaded 2020-07-08 11:10:36,515 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin SentryLogger did not return any objects to register 2020-07-08 11:10:36,515 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeGzReader was already loaded 2020-07-08 11:10:36,515 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeWriter was already loaded 2020-07-08 11:10:36,515 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UltimakerMachineActions was already loaded 2020-07-08 11:10:36,516 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin UFPWriter did not return any objects to register 2020-07-08 11:10:36,516 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin 3MFReader was already loaded 2020-07-08 11:10:36,517 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PreviewStage was already loaded 2020-07-08 11:10:36,520 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module AMFReader 2020-07-08 11:10:36,521 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:36,521 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:36,522 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:36,522 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:36,522 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:36,523 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:36,523 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:36,523 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:36,524 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:36,524 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:36,524 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:36,525 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/__init__.py", line 4, in 2020-07-08 11:10:36,525 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import AMFReader 2020-07-08 11:10:36,525 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/AMFReader/AMFReader.py", line 20, in 2020-07-08 11:10:36,526 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh 2020-07-08 11:10:36,526 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:36,526 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalContainerProvider was already loaded 2020-07-08 11:10:36,527 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FirmwareUpdater was already loaded 2020-07-08 11:10:36,527 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin XmlMaterialProfile was already loaded 2020-07-08 11:10:36,527 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJWriter was already loaded 2020-07-08 11:10:36,528 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLWriter was already loaded 2020-07-08 11:10:36,528 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin STLReader was already loaded 2020-07-08 11:10:36,528 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin OBJReader was already loaded 2020-07-08 11:10:36,529 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade41to42 was already loaded 2020-07-08 11:10:36,529 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade40to41 was already loaded 2020-07-08 11:10:36,529 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade44to45 was already loaded 2020-07-08 11:10:36,530 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade26to27 was already loaded 2020-07-08 11:10:36,530 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade27to30 was already loaded 2020-07-08 11:10:36,530 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade43to44 was already loaded 2020-07-08 11:10:36,531 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade22to24 was already loaded 2020-07-08 11:10:36,531 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade35to40 was already loaded 2020-07-08 11:10:36,531 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade32to33 was already loaded 2020-07-08 11:10:36,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade42to43 was already loaded 2020-07-08 11:10:36,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade25to26 was already loaded 2020-07-08 11:10:36,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade30to31 was already loaded 2020-07-08 11:10:36,532 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade33to34 was already loaded 2020-07-08 11:10:36,533 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade34to35 was already loaded 2020-07-08 11:10:36,533 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin VersionUpgrade21to22 was already loaded 2020-07-08 11:10:36,533 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UM3NetworkPrinting was already loaded 2020-07-08 11:10:36,534 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeReader was already loaded 2020-07-08 11:10:36,534 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FileLogger was already loaded 2020-07-08 11:10:36,534 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PrepareStage was already loaded 2020-07-08 11:10:36,535 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeProfileReader was already loaded 2020-07-08 11:10:36,535 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LegacyProfileReader was already loaded 2020-07-08 11:10:36,535 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin UpdateChecker was already loaded 2020-07-08 11:10:36,535 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraEngineBackend was already loaded 2020-07-08 11:10:36,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MonitorStage was already loaded 2020-07-08 11:10:36,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin GCodeGzWriter was already loaded 2020-07-08 11:10:36,536 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin 3MFWriter was already loaded 2020-07-08 11:10:36,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ConsoleLogger was already loaded 2020-07-08 11:10:36,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraProfileReader was already loaded 2020-07-08 11:10:36,538 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimulationView was already loaded 2020-07-08 11:10:36,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin X3DReader was already loaded 2020-07-08 11:10:36,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin USBPrinting was already loaded 2020-07-08 11:10:36,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SupportEraser was already loaded 2020-07-08 11:10:36,539 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PerObjectSettingsTool was already loaded 2020-07-08 11:10:36,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin FirmwareUpdateChecker was already loaded 2020-07-08 11:10:36,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SolidView was already loaded 2020-07-08 11:10:36,540 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ImageReader was already loaded 2020-07-08 11:10:36,543 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module TrimeshReader 2020-07-08 11:10:36,544 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last): 2020-07-08 11:10:36,544 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin 2020-07-08 11:10:36,544 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2020-07-08 11:10:36,545 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 244, in load_module 2020-07-08 11:10:36,545 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename) 2020-07-08 11:10:36,546 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/python3.8/imp.py", line 216, in load_package 2020-07-08 11:10:36,546 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec) 2020-07-08 11:10:36,546 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 702, in _load 2020-07-08 11:10:36,546 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 671, in _load_unlocked 2020-07-08 11:10:36,547 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 783, in exec_module 2020-07-08 11:10:36,547 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "", line 219, in _call_with_frames_removed 2020-07-08 11:10:36,548 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/__init__.py", line 4, in 2020-07-08 11:10:36,548 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from . import TrimeshReader 2020-07-08 11:10:36,548 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/lib/cura/plugins/TrimeshReader/TrimeshReader.py", line 9, in 2020-07-08 11:10:36,548 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import trimesh # To load the files into a Trimesh. 2020-07-08 11:10:36,549 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'trimesh' 2020-07-08 11:10:36,549 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [419]: Plugin UFPReader did not return any objects to register 2020-07-08 11:10:36,549 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin Toolbox was already loaded 2020-07-08 11:10:36,550 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ScaleTool was already loaded 2020-07-08 11:10:36,550 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin TranslateTool was already loaded 2020-07-08 11:10:36,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RotateTool was already loaded 2020-07-08 11:10:36,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CameraTool was already loaded 2020-07-08 11:10:36,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SelectionTool was already loaded 2020-07-08 11:10:36,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MirrorTool was already loaded 2020-07-08 11:10:36,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin RemovableDriveOutputDevice was already loaded 2020-07-08 11:10:36,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin CuraProfileWriter was already loaded 2020-07-08 11:10:36,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin MachineSettingsAction was already loaded 2020-07-08 11:10:36,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin PostProcessingPlugin was already loaded 2020-07-08 11:10:36,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin SimpleView was already loaded 2020-07-08 11:10:36,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin ModelChecker was already loaded 2020-07-08 11:10:36,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [380]: Plugin LocalFileOutputDevice was already loaded 2020-07-08 11:10:36,554 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [369]: Loading all plugins took 1.0171921253204346 seconds 2020-07-08 11:10:36,560 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [148]: Looking for old configuration files to upgrade. 2020-07-08 11:10:39,749 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [330]: Loading metadata into container registry took 3.145998954772949 seconds 2020-07-08 11:10:39,948 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [111]: Select build plate: 0 2020-07-08 11:10:39,949 - INFO - [MainThread] cura.CuraApplication.run [761]: Initializing machine error checker 2020-07-08 11:10:39,950 - INFO - [MainThread] cura.CuraApplication.run [766]: Initializing machine manager 2020-07-08 11:10:39,952 - INFO - [MainThread] cura.CuraApplication.run [771]: Initializing container manager 2020-07-08 11:10:40,122 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [246]: Changing perspective mode to perspective. 2020-07-08 11:10:40,142 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json 2020-07-08 11:10:40,205 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [231]: Loaded theme /usr/share/cura/resources/themes/cura-light Cyclic dependency detected between "file:///usr/share/cura/resources/qml/Actions.qml" and "file:///usr/share/cura/resources/qml/Actions.qml" Cyclic dependency detected between "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" QObject::connect: Cannot queue arguments of type 'QList' (Make sure 'QList' is registered using qRegisterMetaType().) 2020-07-08 11:10:40,368 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [304]: Creating post processing plugin view. /usr/lib/cura/plugins/PostProcessingPlugin/Script.py:119: DeprecationWarning: invalid escape sequence \. m = re.search('^-?[0-9]+\.?[0-9]*', sub_part) 2020-07-08 11:10:40,374 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: BQ_PauseAtHeight 2020-07-08 11:10:40,378 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: ChangeAtZ 2020-07-08 11:10:40,380 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: ColorMix 2020-07-08 11:10:40,381 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: DisplayFilenameAndLayerOnLCD 2020-07-08 11:10:40,383 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: DisplayRemainingTimeOnLCD 2020-07-08 11:10:40,384 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: FilamentChange 2020-07-08 11:10:40,385 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: InsertAtLayerChange 2020-07-08 11:10:40,388 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: PauseAtHeight 2020-07-08 11:10:40,389 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet 2020-07-08 11:10:40,391 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: PauseAtHeightforRepetier 2020-07-08 11:10:40,392 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: RetractContinue 2020-07-08 11:10:40,393 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: SearchAndReplace 2020-07-08 11:10:40,399 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: Stretch 2020-07-08 11:10:40,400 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: TimeLapse 2020-07-08 11:10:40,401 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [173]: Begin loading of script: UsePreviousProbeMeasurements 2020-07-08 11:10:40,503 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [314]: Post processing view created. 2020-07-08 11:10:40,631 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling. 2020-07-08 11:10:40,661 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:40,661 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:40,664 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:40,666 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme 2020-07-08 11:10:40,678 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:869:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:40,686 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:853:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:40,687 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:847:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:40,688 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/WelcomePages/WizardDialog.qml:46:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:40,885 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/WelcomePages/WizardDialog.qml:46:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,020 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/WelcomePages/DropDownWidget.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,037 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/WelcomePages/DropDownWidget.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,039 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:822:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,048 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:802:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,048 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:770:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,049 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:760:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,054 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:744:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,084 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 2020-07-08 11:10:41,084 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") 2020-07-08 11:10:41,085 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:603:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,086 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:597:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,086 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:591:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,086 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:581:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,092 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ContextMenu.qml:96:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,092 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ContextMenu.qml:90:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,093 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:537:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,093 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:512:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,094 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:502:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,094 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:492:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,094 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:482:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,095 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:470:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,095 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:464:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,095 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:458:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,101 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:84:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,128 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:258:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,128 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:246:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,148 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:128:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,149 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:96:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,197 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandableComponent.qml:341:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,198 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandableComponent.qml:300:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,204 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandableComponent.qml:107:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,234 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/JobSpecs.qml:149:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,257 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:168:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,258 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:158:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,258 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:145:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,274 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ViewMenu.qml:31:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,281 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:87:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,281 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/WelcomePages/WelcomeDialogItem.qml:61:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } qml: TableViewSelection: index out of range qml: TableViewSelection: index out of range 2020-07-08 11:10:41,339 - WARNING - [MainThread] UM.Preferences.getValue [96]: Tried to get the value of non-existing setting info/send_slice_info. 2020-07-08 11:10:41,348 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Preferences/GeneralPage.qml:816:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,361 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Preferences/GeneralPage.qml:391:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,386 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:146: TypeError: Cannot read property 'extruderList' of null 2020-07-08 11:10:41,386 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:125:13: Unable to assign [undefined] to int 2020-07-08 11:10:41,386 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null 2020-07-08 11:10:41,399 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage 2020-07-08 11:10:41,422 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel. 2020-07-08 11:10:41,425 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:143: TypeError: Cannot read property 'hasRemoteConnection' of null 2020-07-08 11:10:41,457 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:139:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,458 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:118:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,461 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:135:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,462 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:236:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,462 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandablePopup.qml:244:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,465 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandablePopup.qml:101:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,467 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandablePopup.qml:244:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,470 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ExpandablePopup.qml:101:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,473 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:47: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,473 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:118: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,473 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null 2020-07-08 11:10:41,474 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:247: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,474 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:308: TypeError: Cannot read property 'hasVariants' of null 2020-07-08 11:10:41,474 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:35: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,479 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ActionPanel/ActionPanelWidget.qml:93:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,505 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/ActionPanel/SliceProcessWidget.qml:127:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,509 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property "width" 2020-07-08 11:10:41,510 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView 2020-07-08 11:10:41,537 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [536]: Requesting [updates] metadata from server. 2020-07-08 11:10:41,538 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [114]: No auth data to retrieve the access_token from 2020-07-08 11:10:41,539 - WARNING - [MainThread] Toolbox.src.UltimakerCloudScope.request_hook [22]: Cannot add authorization to Cloud Api request 2020-07-08 11:10:41,540 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [109]: Creating model checker view. 2020-07-08 11:10:41,548 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Model checker view created. 2020-07-08 11:10:41,553 - DEBUG - [MainThread] cura.CuraApplication.run [809]: Booting Cura took 6.3143837451934814 seconds 2020-07-08 11:10:41,574 - INFO - [MainThread] UM.TaskManagement.HttpRequestManager._processRequest [308]: Request [0cd17296058d4565817c541469a02a75] started 2020-07-08 11:10:41,575 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._processNextRequestsInQueue [279]: No more requests to process, stop 2020-07-08 11:10:41,591 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:47: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,592 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:118: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,594 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null 2020-07-08 11:10:41,597 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:247: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,598 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:308: TypeError: Cannot read property 'hasVariants' of null 2020-07-08 11:10:41,602 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:35: TypeError: Cannot read property 'hasMaterials' of null 2020-07-08 11:10:41,604 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:386: TypeError: Cannot read property 'Component' of null 2020-07-08 11:10:41,824 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null 2020-07-08 11:10:41,827 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling. 2020-07-08 11:10:41,830 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:96:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... } 2020-07-08 11:10:41,836 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:125:13: Unable to assign [undefined] to int 2020-07-08 11:10:41,850 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:41,851 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:41,851 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [91]: There was no auth data or access token 2020-07-08 11:10:41,865 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/python3.8/site-packages/UM/Qt/qml/UM/ApplicationMenu.qml:17:5: QML Binding: Not restoring previous value because restoreMode has not been set. This behavior is deprecated. You have to import QtQml 2.15 after any QtQuick imports and set the restoreMode of the binding to fix this warning. In Qt < 6.0 the default is Binding.RestoreBinding. In Qt >= 6.0 the default is Binding.RestoreBindingOrValue. 2020-07-08 11:10:41,867 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Dialogs/WorkspaceSummaryDialog.qml:146: TypeError: Cannot read property 'extruderList' of null 2020-07-08 11:10:41,887 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [34]: Updating CustomQualityProfilesDropDownMenuModel. 2020-07-08 11:10:41,887 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [39]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty. 2020-07-08 11:10:41,888 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [63]: Updating QualityProfilesDropDownMenuModel. 2020-07-08 11:10:41,888 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [75]: No active GlobalStack, set quality profile model as empty. /usr/lib/python3.8/site-packages/UM/Qt/Bindings/PointingRectangle.py:106: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. target_offset = self._target - QPoint(self.x(), self.y()) 2020-07-08 11:10:42,107 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [188]: Support for Vertex Array Objects: True 2020-07-08 11:10:42,133 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [111]: Initialized OpenGL subsystems. 2020-07-08 11:10:42,133 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: OpenGL Version: 2.1 Mesa 20.0.7 2020-07-08 11:10:42,134 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Vendor: Intel Open Source Technology Center 2020-07-08 11:10:42,134 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Renderer: Mesa DRI Intel(R) HD Graphics (ILK) 2020-07-08 11:10:42,134 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: GLSL Version: 1.20.0 2020-07-08 11:10:42,135 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2020-07-08 11:10:42,143 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]... 2020-07-08 11:10:42,145 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/select_face.shader]... 2020-07-08 11:10:42,146 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2020-07-08 11:10:42,148 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]... /usr/lib/python3.8/site-packages/UM/Qt/QtRenderer.py:120: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. self._gl.glViewport(0, 0, self._viewport_width, self._viewport_height) 2020-07-08 11:10:42,152 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]... 2020-07-08 11:10:42,154 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2020-07-08 11:10:42,156 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]... 2020-07-08 11:10:42,158 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2020-07-08 11:10:42,160 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]... /usr/lib/python3.8/site-packages/UM/View/GL/FrameBufferObject.py:17: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. self._fbo = QOpenGLFramebufferObject(width, height, buffer_format) /usr/lib/python3.8/site-packages/UM/View/GL/ShaderProgram.py:326: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. QColor(value.r * 255, value.g * 255, value.b * 255, value.a * 255)) 2020-07-08 11:10:42,406 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Custom/QualitiesWithIntentMenu.qml:109:29: QML Binding: Binding loop detected for property "value" 2020-07-08 11:10:42,567 - INFO - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestFinished [369]: Request [0cd17296058d4565817c541469a02a75] finished. 2020-07-08 11:10:42,568 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._processNextRequestsInQueue [279]: No more requests to process, stop 2020-07-08 11:10:44,167 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [51]: No more on-app-exit callbacks to process. Tell the app to exit. 2020-07-08 11:10:44,168 - INFO - [MainThread] cura.CuraApplication.closeApplication [592]: Close application 2020-07-08 11:10:44,168 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [462]: Shutting down cura 2020-07-08 11:10:44,187 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [292]: Attempting to kill the engine process 2020-07-08 11:10:44,187 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [298]: Killing engine process 2020-07-08 11:10:44,188 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [301]: Engine process is killed. Received return code -15 2020-07-08 11:10:44,255 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/lib/cura/plugins/ModelChecker/ModelChecker.qml:21: TypeError: Cannot read property 'hasWarnings' of null 2020-07-08 11:10:44,256 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:16: TypeError: Cannot read property 'preSliced' of null 2020-07-08 11:10:44,257 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [398]: file:///usr/share/cura/resources/qml/Cura.qml:27: TypeError: Cannot read property 'jobName' of null Fatal Python error: Segmentation fault Thread 0x00007f6a8a7fc700 (most recent call first): File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread File "/usr/lib/python3.8/threading.py", line 870 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6a8affd700 (most recent call first): File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 78 in _updateThread File "/usr/lib/python3.8/threading.py", line 870 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6a8b7fe700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 306 in wait File "/usr/lib/python3.8/site-packages/zeroconf/__init__.py", line 2184 in wait File "/usr/lib/python3.8/site-packages/zeroconf/__init__.py", line 1496 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6a8bfff700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 306 in wait File "/usr/lib/python3.8/threading.py", line 558 in wait File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/Network/ZeroConfClient.py", line 74 in _handleOnServiceChangedRequests File "/usr/lib/python3.8/threading.py", line 870 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6a90efe700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 306 in wait File "/usr/lib/python3.8/site-packages/zeroconf/__init__.py", line 2184 in wait File "/usr/lib/python3.8/site-packages/zeroconf/__init__.py", line 1315 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6a916ff700 (most recent call first): File "/usr/lib/python3.8/site-packages/zeroconf/__init__.py", line 1221 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6acaf3a700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 302 in wait File "/usr/lib/python3.8/threading.py", line 433 in acquire File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 86 in _nextJob File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 112 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6ad895e700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 302 in wait File "/usr/lib/python3.8/threading.py", line 433 in acquire File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 86 in _nextJob File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 112 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6ad97fa700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 302 in wait File "/usr/lib/python3.8/threading.py", line 433 in acquire File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 86 in _nextJob File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 112 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Thread 0x00007f6ad9ffb700 (most recent call first): File "/usr/lib/python3.8/threading.py", line 302 in wait File "/usr/lib/python3.8/threading.py", line 433 in acquire File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 86 in _nextJob File "/usr/lib/python3.8/site-packages/UM/JobQueue.py", line 112 in run File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap Current thread 0x00007f6affdeb740 (most recent call first): [1] 70447 segmentation fault (core dumped) cura --debug ```

Additional information I installed Cura from the official repositories. Logfile and console output differ. (More infos on console)

LimitlessGreen commented 4 years ago

Tried the latest 4.6.1 AppImage. Looks better: grafik

mahtDFR commented 4 years ago

Unable to reproduce the original issue here, anyone else able to try? I think we can consider it resolved since you have it working in the latest app image.

Ghostkeeper commented 4 years ago

There was a problem like this with using the newer Qt version. Using the official AppImage builds works.

Termuellinator commented 4 years ago

i've got the same issue on current manjaro ( KDE 5.73.0 / Plasma 5.19.4 / AMD Radeon RX 5700 XT (NAVI10, DRM 3.38.0, 5.8.3-2-MANJARO, LLVM 10.0.1), QT 5.15.0-4) with 4.6.2 installed from the repo AppImage 4.7 works as intended it seems

Ghostkeeper commented 4 years ago

During 4.7 we've fixed some things that Qt was giving us warnings about but that weren't actually giving us problems in the interface. Maybe some of those were actually giving problems with newer Qt versions then.