FS#63206 - [cura] 4.1.0-2 Stuck At "Welcome to Ultimaker Cura" Screen If Not Ran As "sudo"
Attached to Project:
Community Packages
Opened by Jacob (debounce) - Tuesday, 16 July 2019, 04:45 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 12 January 2020, 17:05 GMT
Opened by Jacob (debounce) - Tuesday, 16 July 2019, 04:45 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 12 January 2020, 17:05 GMT
|
Details
Description:
When launching cura 4.1.0-2 installed from pacman as a regular user, Cura will be stuck at the "Welcome to Ultimaker Cura" screen. If Cura is launched as "sudo", the application runs just fine. Additional info: OS: Manjaro 18.0.4 Linux kernel: 5.1.16-1-MANJARO Link to original bug report: https://github.com/Ultimaker/Cura/issues/5970 This is the output when running cura from the terminal: /usr/lib/python3.7/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 [MainThread] UM.Resources.__initializeStoragePaths [416]: Initializing storage paths [MainThread] UM.Resources.__initializeStoragePaths [427]: Config storage path is /home/jacob/.config/cura/4.1 [MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/jacob/.local/share/cura/4.1 [MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/jacob/.cache/cura/4.1 [MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/cura/resources/bundled_packages/cura.json [MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/uranium/resources/bundled_packages/uranium.json [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [105]: Trying OpenGL context 4.1... [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [115]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [162]: OpenGL renderer type for this OpenGL version: GeForce GTX 980 Ti/PCIe/SSE2 [MainThread] UM.Qt.QtApplication.initialize [141]: Detected most suitable OpenGL context version: 4.1 Core profile [MainThread] UM.Qt.QtApplication.initialize [148]: Initializing job queue ... [MainThread] UM.Qt.QtApplication.initialize [152]: Initializing version upgrade manager ... [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_definition_changes] added. [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_variant] added. [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_material] added. [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_quality] added. [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_quality_changes] added. [MainThread] UM.PackageManager._loadManagementData [122]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages/cura.json [MainThread] UM.PackageManager._loadManagementData [122]: Loaded bundled packages data from /usr/share/uranium/resources/bundled_packages/uranium.json [MainThread] UM.PackageManager._loadManagementData [139]: Loaded user packages management file from /home/jacob/.local/share/cura/4.1/packages.json [MainThread] UM.PackageManager._saveManagementData [207]: Package management file /home/jacob/.local/share/cura/4.1/packages.json was saved [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [90]: Loading plugin configuration file '/home/jacob/.config/cura/4.1/plugins.json' 2019-07-15 23:37:27,097 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ConsoleLogger 2019-07-15 23:37:27,106 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine 2019-07-15 23:37:27,107 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraEngineBackend 2019-07-15 23:37:27,110 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJWriter 2019-07-15 23:37:27,111 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLWriter 2019-07-15 23:37:27,112 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJReader 2019-07-15 23:37:27,113 - WARNING - [MainThread] STLReader.STLReader.<module> [26]: Could not find numpy-stl, falling back to slower code. 2019-07-15 23:37:27,114 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLReader 2019-07-15 23:37:27,115 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger 2019-07-15 23:37:27,116 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalFileOutputDevice 2019-07-15 23:37:27,116 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded 2019-07-15 23:37:27,117 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalContainerProvider 2019-07-15 23:37:27,122 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UpdateChecker 2019-07-15 23:37:27,124 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [36]: Checking for new version of cura 2019-07-15 23:37:27,126 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView 2019-07-15 23:37:27,128 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RotateTool 2019-07-15 23:37:27,130 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MirrorTool 2019-07-15 23:37:27,131 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SelectionTool 2019-07-15 23:37:27,133 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin TranslateTool 2019-07-15 23:37:27,135 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ScaleTool 2019-07-15 23:37:27,136 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CameraTool 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded 2019-07-15 23:37:27,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded 2019-07-15 23:37:27,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded 2019-07-15 23:37:27,142 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile 2019-07-15 23:37:27,144 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser 2019-07-15 23:37:27,144 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded 2019-07-15 23:37:27,144 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded 2019-07-15 23:37:27,144 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded 2019-07-15 23:37:27,144 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded 2019-07-15 23:37:27,146 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage 2019-07-15 23:37:27,153 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting 2019-07-15 23:37:27,156 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive 2019-07-15 23:37:27,158 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader 2019-07-15 23:37:27,161 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice 2019-07-15 23:37:27,163 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker 2019-07-15 23:37:27,167 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView 2019-07-15 23:37:27,169 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater 2019-07-15 23:37:27,174 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing 2019-07-15 23:37:27,175 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing 2019-07-15 23:37:27,176 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register 2019-07-15 23:37:27,179 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader 2019-07-15 23:37:27,182 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader 2019-07-15 23:37:27,184 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView 2019-07-15 23:37:27,187 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker 2019-07-15 23:37:27,189 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter 2019-07-15 23:37:27,192 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader 2019-07-15 23:37:27,192 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded 2019-07-15 23:37:27,192 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded 2019-07-15 23:37:27,194 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView 2019-07-15 23:37:27,194 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded 2019-07-15 23:37:27,194 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded 2019-07-15 23:37:27,196 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting 2019-07-15 23:37:27,196 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2019-07-15 23:37:27,196 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin 2019-07-15 23:37:27,196 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2019-07-15 23:37:27,196 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module> 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module> 2019-07-15 23:37:27,197 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin 2019-07-15 23:37:27,198 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module> 2019-07-15 23:37:27,198 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2019-07-15 23:37:27,198 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf' 2019-07-15 23:37:27,198 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin UM3NetworkPrinting 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2019-07-15 23:37:27,199 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module> 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module> 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin 2019-07-15 23:37:27,200 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module> 2019-07-15 23:37:27,201 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2019-07-15 23:37:27,201 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf' 2019-07-15 23:37:27,201 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded 2019-07-15 23:37:27,204 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing 2019-07-15 23:37:27,206 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing 2019-07-15 23:37:27,206 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register 2019-07-15 23:37:27,208 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage 2019-07-15 23:37:27,211 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter 2019-07-15 23:37:27,211 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded 2019-07-15 23:37:27,214 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader 2019-07-15 23:37:27,216 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter 2019-07-15 23:37:27,219 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30 2019-07-15 23:37:27,221 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41 2019-07-15 23:37:27,223 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27 2019-07-15 23:37:27,226 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33 2019-07-15 23:37:27,228 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35 2019-07-15 23:37:27,230 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26 2019-07-15 23:37:27,233 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31 2019-07-15 23:37:27,235 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24 2019-07-15 23:37:27,238 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22 2019-07-15 23:37:27,241 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40 2019-07-15 23:37:27,243 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34 2019-07-15 23:37:27,246 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage 2019-07-15 23:37:27,249 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin 2019-07-15 23:37:27,252 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions 2019-07-15 23:37:27,252 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded 2019-07-15 23:37:27,255 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting cura/active_mode. 2019-07-15 23:37:27,256 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool 2019-07-15 23:37:27,259 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter 2019-07-15 23:37:27,261 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader 2019-07-15 23:37:27,264 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction 2019-07-15 23:37:27,268 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader 2019-07-15 23:37:27,268 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded 2019-07-15 23:37:27,268 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded 2019-07-15 23:37:27,269 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded 2019-07-15 23:37:27,269 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded 2019-07-15 23:37:27,269 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded 2019-07-15 23:37:27,269 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded 2019-07-15 23:37:27,272 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader 2019-07-15 23:37:27,284 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from 2019-07-15 23:37:27,285 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded 2019-07-15 23:37:27,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded 2019-07-15 23:37:27,286 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded 2019-07-15 23:37:27,287 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing 2019-07-15 23:37:27,288 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded 2019-07-15 23:37:27,288 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded 2019-07-15 23:37:27,289 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded 2019-07-15 23:37:27,289 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded 2019-07-15 23:37:27,289 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded 2019-07-15 23:37:27,289 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded 2019-07-15 23:37:27,289 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded 2019-07-15 23:37:27,290 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last): 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason. 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename) 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec) 2019-07-15 23:37:27,291 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module> 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module> 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module> 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo 2019-07-15 23:37:27,292 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf' 2019-07-15 23:37:27,293 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded 2019-07-15 23:37:27,294 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing 2019-07-15 23:37:27,294 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register 2019-07-15 23:37:27,294 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded 2019-07-15 23:37:27,294 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded 2019-07-15 23:37:27,294 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded 2019-07-15 23:37:27,294 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded 2019-07-15 23:37:27,294 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded 2019-07-15 23:37:27,295 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded 2019-07-15 23:37:27,296 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded 2019-07-15 23:37:27,297 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded 2019-07-15 23:37:27,298 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded 2019-07-15 23:37:27,302 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [143]: Looking for old configuration files to upgrade. 2019-07-15 23:37:27,303 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,304 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,304 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,305 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,306 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,306 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,307 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,307 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,308 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,308 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,309 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,309 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,310 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,310 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,311 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,311 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,312 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it 2019-07-15 23:37:27,312 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it 2019-07-15 23:37:27,315 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening 2019-07-15 23:37:27,319 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine 2019-07-15 23:37:27,320 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', ''] 2019-07-15 23:37:27,322 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 2019-07-15 23:37:27,322 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master 2019-07-15 23:37:27,323 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker 2019-07-15 23:37:27,323 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 2019-07-15 23:37:27,326 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify 2019-07-15 23:37:27,326 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by 2019-07-15 23:37:27,326 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or 2019-07-15 23:37:27,327 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version. 2019-07-15 23:37:27,327 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 2019-07-15 23:37:27,327 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful, 2019-07-15 23:37:27,328 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2019-07-15 23:37:27,328 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2019-07-15 23:37:27,328 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details. 2019-07-15 23:37:27,329 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 2019-07-15 23:37:27,329 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License 2019-07-15 23:37:27,329 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>. 2019-07-15 23:37:27,379 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected 2019-07-15 23:37:27,379 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674 2019-07-15 23:37:28,281 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 0.9555439949035645 seconds 2019-07-15 23:37:28,319 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0 2019-07-15 23:37:28,320 - INFO - [MainThread] cura.CuraApplication.run [726]: Initializing variant manager 2019-07-15 23:37:28,322 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant] 2019-07-15 23:37:28,323 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum 2019-07-15 23:37:28,324 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added. 2019-07-15 23:37:28,324 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5 2019-07-15 23:37:28,349 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added. 2019-07-15 23:37:28,350 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass 2019-07-15 23:37:28,351 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added. 2019-07-15 23:37:28,352 - INFO - [MainThread] cura.CuraApplication.run [730]: Initializing material manager 2019-07-15 23:37:28,408 - INFO - [MainThread] cura.CuraApplication.run [735]: Initializing quality manager 2019-07-15 23:37:28,415 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated. 2019-07-15 23:37:28,415 - INFO - [MainThread] cura.CuraApplication.run [740]: Initializing machine manager 2019-07-15 23:37:28,415 - INFO - [MainThread] cura.CuraApplication.run [743]: Initializing container manager 2019-07-15 23:37:28,415 - INFO - [MainThread] cura.CuraApplication.run [746]: Initializing machine error checker 2019-07-15 23:37:28,531 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view. 2019-07-15 23:37:28,532 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight 2019-07-15 23:37:28,532 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ 2019-07-15 23:37:28,533 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD 2019-07-15 23:37:28,533 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange 2019-07-15 23:37:28,533 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange 2019-07-15 23:37:28,533 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight 2019-07-15 23:37:28,534 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet 2019-07-15 23:37:28,534 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier 2019-07-15 23:37:28,534 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace 2019-07-15 23:37:28,535 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch 2019-07-15 23:37:28,535 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse 2019-07-15 23:37:28,535 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements /usr/lib/python3.7/site-packages/UM/Qt/Bindings/i18nCatalogProxy.py:95: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() function_args = inspect.getargspec(function)[0] 2019-07-15 23:37:28,569 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json 2019-07-15 23:37:28,576 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [230]: Loaded theme /usr/share/cura/resources/themes/cura-light 2019-07-15 23:37:28,616 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created. 2019-07-15 23:37:28,662 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7efcfff9a598> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead /usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeMachineId at 0x7efcfff9a598> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead self._qml_engine.load(self._main_qml) 2019-07-15 23:37:28,663 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeDefinitionId at 0x7efcfff9d7b8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead /usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeDefinitionId at 0x7efcfff9d7b8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead self._qml_engine.load(self._main_qml) 2019-07-15 23:37:28,678 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token 2019-07-15 23:37:28,678 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token 2019-07-15 23:37:28,679 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token 2019-07-15 23:37:28,680 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme 2019-07-15 23:37:28,681 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantBuildplateName at 0x7efcfff9d6a8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead /usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeVariantBuildplateName at 0x7efcfff9d6a8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead self._qml_engine.load(self._main_qml) 2019-07-15 23:37:28,681 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineName at 0x7efcfff9a488> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead /usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeMachineName at 0x7efcfff9a488> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead self._qml_engine.load(self._main_qml) 2019-07-15 23:37:28,682 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel. 2019-07-15 23:37:28,867 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 2019-07-15 23:37:28,867 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") Model size of -10 is less than 0 qml: TableViewSelection: index out of range qml: TableViewSelection: index out of range 2019-07-15 23:37:28,962 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info. 2019-07-15 23:37:28,978 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:62: TypeError: Cannot read property 'selectedText' of null 2019-07-15 23:37:28,978 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:70: TypeError: Cannot read property 'selectedText' of null 2019-07-15 23:37:28,978 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:78: TypeError: Cannot read property 'canPaste' of null 2019-07-15 23:37:28,978 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Cannot read property 'y' of undefined 2019-07-15 23:37:28,978 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Cannot read property 'x' of undefined 2019-07-15 23:37:28,979 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Cannot read property 'selectionStart' of null 2019-07-15 23:37:28,979 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:125:13: Unable to assign [undefined] to int 2019-07-15 23:37:28,979 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null 2019-07-15 23:37:28,983 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage 2019-07-15 23:37:28,994 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel. 2019-07-15 23:37:28,999 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantName at 0x7efcfff9d488> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead /usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeVariantName at 0x7efcfff9d488> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead self.activeStageChanged.emit() 2019-07-15 23:37:29,001 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineDefinitionName at 0x7efcfff9a378> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.name instead /usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeMachineDefinitionName at 0x7efcfff9a378> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.name instead self.activeStageChanged.emit() /usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeMachineName at 0x7efcfff9a488> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead self.activeStageChanged.emit() 2019-07-15 23:37:29,011 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null 2019-07-15 23:37:29,012 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/MaterialMenu.qml:17:5: Unable to assign [undefined] to QString 2019-07-15 23:37:29,012 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/MaterialMenu.qml:16:5: Unable to assign [undefined] to QString 2019-07-15 23:37:29,012 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:204: TypeError: Cannot read property 'material' of null 2019-07-15 23:37:29,020 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property "width" 2019-07-15 23:37:29,020 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView 2019-07-15 23:37:29,025 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view. 2019-07-15 23:37:29,028 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created. 2019-07-15 23:37:29,048 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server. 2019-07-15 23:37:29,051 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server. 2019-07-15 23:37:29,054 - DEBUG - [MainThread] cura.CuraApplication.run [783]: Booting Cura took 2.1347744464874268 seconds Model size of -11 is less than 0 2019-07-15 23:37:29,064 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2019-07-15 23:37:29,064 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [20]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty. 2019-07-15 23:37:29,064 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel. 2019-07-15 23:37:29,065 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [66]: No active GlobalStack, set quality profile model as empty. 2019-07-15 23:37:29,242 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True 2019-07-15 23:37:29,242 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [99]: Initialized OpenGL subsystems. 2019-07-15 23:37:29,243 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [100]: OpenGL Version: 4.1.0 NVIDIA 430.26 2019-07-15 23:37:29,243 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [101]: OpenGL Vendor: NVIDIA Corporation 2019-07-15 23:37:29,243 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [102]: OpenGL Renderer: GeForce GTX 980 Ti/PCIe/SSE2 2019-07-15 23:37:29,243 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2019-07-15 23:37:29,244 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]... 2019-07-15 23:37:29,244 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]... 2019-07-15 23:37:29,245 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]... 2019-07-15 23:37:29,247 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]... 2019-07-15 23:37:29,248 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2019-07-15 23:37:29,250 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]... 2019-07-15 23:37:29,250 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]... 2019-07-15 23:37:29,251 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]... 2019-07-15 23:37:40,554 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles |
This task depends upon
Closed by Jelle van der Waa (jelly)
Sunday, 12 January 2020, 17:05 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#62133
Sunday, 12 January 2020, 17:05 GMT
Reason for closing: Duplicate
Additional comments about closing:
/usr/lib/python3.7/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
[MainThread] UM.Resources.__initializeStoragePaths [416]: Initializing storage paths
[MainThread] UM.Resources.__initializeStoragePaths [427]: Config storage path is /home/eric/.config/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/eric/.local/share/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/eric/.cache/cura/4.1
[MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/uranium/resources/bundled_packages/uranium.json
[MainThread] UM.PackageManager.__init__ [52]: Found bundled packages JSON file: /usr/share/cura/resources/bundled_packages/cura.json
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [105]: Trying OpenGL context 4.1...
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [115]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [162]: OpenGL renderer type for this OpenGL version: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2)
[MainThread] UM.Qt.QtApplication.initialize [141]: Detected most suitable OpenGL context version: 4.1 Core profile
[MainThread] UM.Qt.QtApplication.initialize [148]: Initializing job queue ...
[MainThread] UM.Qt.QtApplication.initialize [152]: Initializing version upgrade manager ...
[MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_definition_changes] added.
[MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_variant] added.
[MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_material] added.
[MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_quality] added.
[MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [empty_quality_changes] added.
[MainThread] UM.PackageManager._loadManagementData [122]: Loaded bundled packages data from /usr/share/uranium/resources/bundled_packages/uranium.json
[MainThread] UM.PackageManager._loadManagementData [122]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages/cura.json
[MainThread] UM.PackageManager._loadManagementData [139]: Loaded user packages management file from /home/eric/.local/share/cura/4.1/packages.json
[MainThread] UM.PackageManager._saveManagementData [207]: Package management file /home/eric/.local/share/cura/4.1/packages.json was saved
[MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [90]: Loading plugin configuration file '/home/eric/.config/cura/4.1/plugins.json'
2019-08-03 18:50:01,530 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ConsoleLogger
2019-08-03 18:50:01,543 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine
2019-08-03 18:50:01,543 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraEngineBackend
2019-08-03 18:50:01,547 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger
2019-08-03 18:50:01,548 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalContainerProvider
2019-08-03 18:50:01,549 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-08-03 18:50:01,555 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UpdateChecker
2019-08-03 18:50:01,557 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [36]: Checking for new version of cura
2019-08-03 18:50:01,560 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView
2019-08-03 18:50:01,563 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalFileOutputDevice
2019-08-03 18:50:01,565 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJWriter
2019-08-03 18:50:01,566 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJReader
2019-08-03 18:50:01,568 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLWriter
2019-08-03 18:50:01,571 - WARNING - [MainThread] STLReader.STLReader.<module> [26]: Could not find numpy-stl, falling back to slower code.
2019-08-03 18:50:01,572 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLReader
2019-08-03 18:50:01,575 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ScaleTool
2019-08-03 18:50:01,577 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SelectionTool
2019-08-03 18:50:01,580 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RotateTool
2019-08-03 18:50:01,582 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CameraTool
2019-08-03 18:50:01,585 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MirrorTool
2019-08-03 18:50:01,588 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin TranslateTool
2019-08-03 18:50:01,588 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-08-03 18:50:01,588 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-08-03 18:50:01,589 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-08-03 18:50:01,590 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-08-03 18:50:01,593 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter
2019-08-03 18:50:01,595 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-08-03 18:50:01,596 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-08-03 18:50:01,596 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-08-03 18:50:01,596 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
2019-08-03 18:50:01,596 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename)
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec)
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-08-03 18:50:01,597 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-08-03 18:50:01,598 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-08-03 18:50:01,598 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin UM3NetworkPrinting
2019-08-03 18:50:01,600 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-08-03 18:50:01,600 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-08-03 18:50:01,600 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-08-03 18:50:01,600 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
2019-08-03 18:50:01,600 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename)
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec)
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-08-03 18:50:01,601 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-08-03 18:50:01,602 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-08-03 18:50:01,603 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-08-03 18:50:01,603 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-08-03 18:50:01,607 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader
2019-08-03 18:50:01,613 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter
2019-08-03 18:50:01,617 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive
2019-08-03 18:50:01,620 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView
2019-08-03 18:50:01,632 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting
2019-08-03 18:50:01,635 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader
2019-08-03 18:50:01,639 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader
2019-08-03 18:50:01,640 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-08-03 18:50:01,643 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage
2019-08-03 18:50:01,643 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-08-03 18:50:01,646 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage
2019-08-03 18:50:01,646 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-08-03 18:50:01,649 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter
2019-08-03 18:50:01,652 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader
2019-08-03 18:50:01,656 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions
2019-08-03 18:50:01,657 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-08-03 18:50:01,660 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin
2019-08-03 18:50:01,664 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader
2019-08-03 18:50:01,667 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader
2019-08-03 18:50:01,671 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting cura/active_mode.
2019-08-03 18:50:01,672 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool
2019-08-03 18:50:01,675 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater
2019-08-03 18:50:01,679 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24
2019-08-03 18:50:01,682 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41
2019-08-03 18:50:01,685 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40
2019-08-03 18:50:01,688 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31
2019-08-03 18:50:01,691 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26
2019-08-03 18:50:01,696 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22
2019-08-03 18:50:01,699 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33
2019-08-03 18:50:01,702 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34
2019-08-03 18:50:01,705 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27
2019-08-03 18:50:01,709 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30
2019-08-03 18:50:01,712 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35
2019-08-03 18:50:01,721 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-08-03 18:50:01,724 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-08-03 18:50:01,724 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-08-03 18:50:01,728 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker
2019-08-03 18:50:01,734 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView
2019-08-03 18:50:01,739 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker
2019-08-03 18:50:01,743 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction
2019-08-03 18:50:01,743 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-08-03 18:50:01,748 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile
2019-08-03 18:50:01,751 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-08-03 18:50:01,753 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-08-03 18:50:01,754 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-08-03 18:50:01,754 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-08-03 18:50:01,754 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-08-03 18:50:01,758 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser
2019-08-03 18:50:01,773 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from
2019-08-03 18:50:01,775 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox
2019-08-03 18:50:01,775 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-08-03 18:50:01,775 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-08-03 18:50:01,775 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-08-03 18:50:01,775 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-08-03 18:50:01,780 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader
2019-08-03 18:50:01,785 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice
2019-08-03 18:50:01,790 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView
2019-08-03 18:50:01,794 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter
2019-08-03 18:50:01,798 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage
2019-08-03 18:50:01,799 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-08-03 18:50:01,799 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-08-03 18:50:01,799 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-08-03 18:50:01,799 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-08-03 18:50:01,799 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-08-03 18:50:01,800 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-08-03 18:50:01,804 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader
2019-08-03 18:50:01,804 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded
2019-08-03 18:50:01,806 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-08-03 18:50:01,806 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-08-03 18:50:01,806 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: return load_package(name, filename)
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: return _load(spec)
2019-08-03 18:50:01,807 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 696, in _load
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: from .src import DiscoverUM3Action
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-08-03 18:50:01,808 - ERROR - [MainThread] UM.Logger.logException [88]: from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-08-03 18:50:01,809 - ERROR - [MainThread] UM.Logger.logException [88]: File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-08-03 18:50:01,809 - ERROR - [MainThread] UM.Logger.logException [88]: from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-08-03 18:50:01,809 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-08-03 18:50:01,809 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded
2019-08-03 18:50:01,809 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded
2019-08-03 18:50:01,809 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded
2019-08-03 18:50:01,809 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded
2019-08-03 18:50:01,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-08-03 18:50:01,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded
2019-08-03 18:50:01,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-08-03 18:50:01,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded
2019-08-03 18:50:01,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded
2019-08-03 18:50:01,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded
2019-08-03 18:50:01,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded
2019-08-03 18:50:01,813 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded
2019-08-03 18:50:01,813 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded
2019-08-03 18:50:01,813 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded
2019-08-03 18:50:01,813 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded
2019-08-03 18:50:01,814 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded
2019-08-03 18:50:01,814 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded
2019-08-03 18:50:01,814 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded
2019-08-03 18:50:01,814 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded
2019-08-03 18:50:01,815 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded
2019-08-03 18:50:01,815 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded
2019-08-03 18:50:01,815 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded
2019-08-03 18:50:01,817 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-08-03 18:50:01,817 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-08-03 18:50:01,818 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded
2019-08-03 18:50:01,818 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded
2019-08-03 18:50:01,818 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded
2019-08-03 18:50:01,818 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded
2019-08-03 18:50:01,819 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-08-03 18:50:01,819 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded
2019-08-03 18:50:01,821 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-08-03 18:50:01,822 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-08-03 18:50:01,822 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-08-03 18:50:01,822 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-08-03 18:50:01,822 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded
2019-08-03 18:50:01,823 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded
2019-08-03 18:50:01,824 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded
2019-08-03 18:50:01,824 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded
2019-08-03 18:50:01,824 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded
2019-08-03 18:50:01,824 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-08-03 18:50:01,824 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-08-03 18:50:01,825 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-08-03 18:50:01,825 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-08-03 18:50:01,825 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-08-03 18:50:01,825 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-08-03 18:50:01,825 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded
2019-08-03 18:50:01,831 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [143]: Looking for old configuration files to upgrade.
2019-08-03 18:50:01,833 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,834 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,835 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,836 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,836 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,837 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,838 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,838 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,840 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,840 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,841 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,841 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,842 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,843 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,844 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,844 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,846 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-08-03 18:50:01,846 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-08-03 18:50:01,850 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening
2019-08-03 18:50:01,855 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine
2019-08-03 18:50:01,856 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2019-08-03 18:50:01,859 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend]
2019-08-03 18:50:01,859 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master
2019-08-03 18:50:01,860 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker
2019-08-03 18:50:01,861 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend]
2019-08-03 18:50:01,862 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify
2019-08-03 18:50:01,863 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by
2019-08-03 18:50:01,863 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or
2019-08-03 18:50:01,863 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version.
2019-08-03 18:50:01,865 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend]
2019-08-03 18:50:01,866 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful,
2019-08-03 18:50:01,866 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2019-08-03 18:50:01,866 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2019-08-03 18:50:01,867 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details.
2019-08-03 18:50:01,867 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend]
2019-08-03 18:50:01,867 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License
2019-08-03 18:50:01,867 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>.
2019-08-03 18:50:01,917 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected
2019-08-03 18:50:01,918 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674
2019-08-03 18:50:02,994 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 1.1267297267913818 seconds
2019-08-03 18:50:03,050 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0
2019-08-03 18:50:03,050 - INFO - [MainThread] cura.CuraApplication.run [726]: Initializing variant manager
2019-08-03 18:50:03,054 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant]
2019-08-03 18:50:03,055 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass
2019-08-03 18:50:03,056 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added.
2019-08-03 18:50:03,057 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5
2019-08-03 18:50:03,090 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added.
2019-08-03 18:50:03,092 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum
2019-08-03 18:50:03,093 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added.
2019-08-03 18:50:03,094 - INFO - [MainThread] cura.CuraApplication.run [730]: Initializing material manager
2019-08-03 18:50:03,187 - INFO - [MainThread] cura.CuraApplication.run [735]: Initializing quality manager
2019-08-03 18:50:03,196 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-08-03 18:50:03,196 - INFO - [MainThread] cura.CuraApplication.run [740]: Initializing machine manager
2019-08-03 18:50:03,197 - INFO - [MainThread] cura.CuraApplication.run [743]: Initializing container manager
2019-08-03 18:50:03,197 - INFO - [MainThread] cura.CuraApplication.run [746]: Initializing machine error checker
2019-08-03 18:50:03,306 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view.
2019-08-03 18:50:03,307 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight
2019-08-03 18:50:03,308 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ
2019-08-03 18:50:03,309 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2019-08-03 18:50:03,310 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange
2019-08-03 18:50:03,310 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange
2019-08-03 18:50:03,311 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight
2019-08-03 18:50:03,312 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet
2019-08-03 18:50:03,312 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier
2019-08-03 18:50:03,313 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace
2019-08-03 18:50:03,314 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch
2019-08-03 18:50:03,314 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse
2019-08-03 18:50:03,315 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements
/usr/lib/python3.7/site-packages/UM/Qt/Bindings/i18nCatalogProxy.py:95: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
function_args = inspect.getargspec(function)[0]
2019-08-03 18:50:03,355 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2019-08-03 18:50:03,362 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [230]: Loaded theme /usr/share/cura/resources/themes/cura-light
2019-08-03 18:50:03,391 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created.
2019-08-03 18:50:03,454 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7fdf790c3ea0> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeMachineId at 0x7fdf790c3ea0> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
self._qml_engine.load(self._main_qml)
2019-08-03 18:50:03,455 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeDefinitionId at 0x7fdf790c9158> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead
/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeDefinitionId at 0x7fdf790c9158> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead
self._qml_engine.load(self._main_qml)
2019-08-03 18:50:03,474 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-08-03 18:50:03,474 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-08-03 18:50:03,476 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-08-03 18:50:03,477 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme
2019-08-03 18:50:03,478 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantBuildplateName at 0x7fdf790c9048> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead
/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeVariantBuildplateName at 0x7fdf790c9048> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead
self._qml_engine.load(self._main_qml)
2019-08-03 18:50:03,479 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineName at 0x7fdf790c3d90> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py:265: DeprecationWarning: <function MachineManager.activeMachineName at 0x7fdf790c3d90> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
self._qml_engine.load(self._main_qml)
2019-08-03 18:50:03,480 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel.
2019-08-03 18:50:03,731 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
2019-08-03 18:50:03,732 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:101:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
Model size of -10 is less than 0
qml: TableViewSelection: index out of range
qml: TableViewSelection: index out of range
2019-08-03 18:50:03,876 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info.
2019-08-03 18:50:03,899 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:180: TypeError: Cannot read property 'y' of undefined
2019-08-03 18:50:03,900 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:179: TypeError: Cannot read property 'x' of undefined
2019-08-03 18:50:03,900 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/ComboBox.qml:178: TypeError: Cannot read property 'selectionStart' of null
2019-08-03 18:50:03,900 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:125:13: Unable to assign [undefined] to int
2019-08-03 18:50:03,900 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null
2019-08-03 18:50:03,906 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage
2019-08-03 18:50:03,918 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel.
2019-08-03 18:50:03,925 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantName at 0x7fdf790c6d90> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead
/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeVariantName at 0x7fdf790c6d90> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead
self.activeStageChanged.emit()
2019-08-03 18:50:03,927 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineDefinitionName at 0x7fdf790c3c80> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.name instead
/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeMachineDefinitionName at 0x7fdf790c3c80> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.name instead
self.activeStageChanged.emit()
/usr/lib/python3.7/site-packages/UM/Qt/Bindings/ControllerProxy.py:93: DeprecationWarning: <function MachineManager.activeMachineName at 0x7fdf790c3d90> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
self.activeStageChanged.emit()
2019-08-03 18:50:03,943 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:44: TypeError: Cannot read property 'height' of null
2019-08-03 18:50:03,943 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/MaterialMenu.qml:17:5: Unable to assign [undefined] to QString
2019-08-03 18:50:03,943 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/MaterialMenu.qml:16:5: Unable to assign [undefined] to QString
2019-08-03 18:50:03,944 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:204: TypeError: Cannot read property 'material' of null
2019-08-03 18:50:03,953 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [369]: file:///usr/lib/cura/plugins/PrepareStage/PrepareMain.qml:16:5: QML ActionPanelWidget: Binding loop detected for property "width"
2019-08-03 18:50:03,953 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-08-03 18:50:03,955 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view.
2019-08-03 18:50:03,958 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created.
2019-08-03 18:50:03,981 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server.
2019-08-03 18:50:03,983 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server.
2019-08-03 18:50:03,985 - DEBUG - [MainThread] cura.CuraApplication.run [783]: Booting Cura took 2.5998997688293457 seconds
Model size of -11 is less than 0
2019-08-03 18:50:03,993 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-08-03 18:50:03,994 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [20]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2019-08-03 18:50:03,994 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-08-03 18:50:03,994 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [66]: No active GlobalStack, set quality profile model as empty.
2019-08-03 18:50:04,202 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True
2019-08-03 18:50:04,202 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [99]: Initialized OpenGL subsystems.
2019-08-03 18:50:04,202 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [100]: OpenGL Version: 4.5 (Core Profile) Mesa 19.1.3
2019-08-03 18:50:04,203 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [101]: OpenGL Vendor: Intel Open Source Technology Center
2019-08-03 18:50:04,203 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [102]: OpenGL Renderer: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2)
2019-08-03 18:50:04,203 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-08-03 18:50:04,204 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2019-08-03 18:50:04,205 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-08-03 18:50:04,206 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2019-08-03 18:50:04,207 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2019-08-03 18:50:04,209 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-08-03 18:50:04,210 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2019-08-03 18:50:04,211 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-08-03 18:50:04,212 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
DESKTOP_SESSION
XDG_CURRENT_DESKTOP
KDE_FULL_SESSION
I have attached the logs before and after the unset.
The official AppImage works fine.
working.log (54.7 KiB)
cd /usr/bin
mv cura runCura
echo '#!/bin/bash' > cura
echo 'unset DESKTOP_SESSION XDG_CURRENT_DESKTOP KDE_FULL_SESSION && runCura' >> cura
chmod a+x cura
FS#62133.