FS#73400 - [cura] plugin error popups on start

Attached to Project: Community Packages
Opened by Darrell (denns) - Tuesday, 18 January 2022, 00:07 GMT
Last edited by Jelle van der Waa (jelly) - Friday, 30 September 2022, 09:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:
Starting with cura-4.13.0-1, three plugin errors popups appear on every launch:

"The plugin UFPWriter could not be loaded. Re-installing the plugin might solve the issue"
"The plugin UFPReader could not be loaded. Re-installing the plugin might solve the issue"
"The plugin SentryLogger could not be loaded. Re-installing the plugin might solve the issue"

I have reproduced the issue on two separate systems. When running the upstream AppImage, the errors are not present. I have also tried removing ~/.config/cura (to reset to default configuration), but the errors are still present.

Installing python-libcharon eliminates the UFPWriter and UFPReader errors, but the SentryLogger error remains. Perhaps there are multiple missing dependencies?

Steps to reproduce:
- Install cura-4.13.0-1
- Run cura


cura stdout logs:
/usr/lib/python3.10/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alterna
tive uses
import imp
/usr/lib/python3.10/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence '\d'
version_regex = re.compile("\nversion ?= ?(\d+)")
/usr/lib/python3.10/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence '\w'
type_regex = re.compile("\ntype ?= ?(\w+)")
/usr/lib/python3.10/site-packages/UM/VersionUpgradeManager.py:98: DeprecationWarning: invalid escape sequence '\.'
".*\.lock", # Don't upgrade the configuration file lock. It's not persistent.
/usr/lib/python3.10/site-packages/cura/UI/ObjectsModel.py:72: DeprecationWarning: invalid escape sequence '\('
self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$")
Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 4.13.0
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 7.9.0
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/bin/share/uranium/plugins must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/bin/share/cura/plugins must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/lib32/uranium must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/bin/plugins must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/Resources/uranium/plugins must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/Resources/cura/plugins must be a folder.
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is /home/user/.config/cura/4.13
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is /home/user/.local/share/cura/4.13
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is /home/user/.cache/cura/4.13
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources._copyLatestDirsIfPresent [502]: Found config: ['/home/user/.config/cura'] and data: ['/home/user/.local/share/cura']
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Resources._copyLatestDirsIfPresent [506]: Latest config path: None and latest data path: /home/user/.local/share/cura/4.12
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/lib/python3.10/site-packages/UM/../plugins must be a folder.
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.Qt.QtApplication.initialize [145]: Preferences file not found, ignore and use default language 'en_US'
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager.__init__ [55]: Found bundled packages JSON file: /usr/share/cura/resources/bundled_packages/cura.json
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager.__init__ [55]: Found bundled packages JSON file: /usr/share/uranium/resources/bundled_packages/uranium.json
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-01-17 15:47:45,059 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [177]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing job queue ...
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.Qt.QtApplication.initialize [188]: Initializing version upgrade manager ...
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from /usr/share/cura/resources/bundled_packages/cura.json
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from /usr/share/uranium/resources/bundled_packages/uranium.json
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from /home/user/.local/share/cura/4.13/packages.json
2022-01-17 15:47:45,059 - INFO - [MainThread] UM.PackageManager._saveManagementData [270]: Package management file /home/user/.local/share/cura/4.13/packages.json was saved
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/libx32/cura must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/lib32/cura must be a folder.
2022-01-17 15:47:45,059 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [200]: Plugin location /usr/lib/python3.10/site-packages/cura/../plugins must be a folder.
2022-01-17 15:47:45,060 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin ConsoleLogger
2022-01-17 15:47:45,061 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [449]: Plugin SentryLogger did not return any objects to register
2022-01-17 15:47:45,061 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin SentryLogger:
2022-01-17 15:47:45,061 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None
2022-01-17 15:47:45,132 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin OBJReader
2022-01-17 15:47:45,134 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin OBJWriter
2022-01-17 15:47:45,136 - WARNING - [MainThread] STLReader.STLReader.<module> [31]: Not loading numpy-stl due to linux issue
2022-01-17 15:47:45,136 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin STLReader
2022-01-17 15:47:45,139 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin STLWriter
2022-01-17 15:47:45,142 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin FileLogger
2022-01-17 15:47:45,145 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin LocalContainerProvider
2022-01-17 15:47:45,148 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin LocalFileOutputDevice
2022-01-17 15:47:45,151 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CameraTool
2022-01-17 15:47:45,154 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin MirrorTool
2022-01-17 15:47:45,158 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin RotateTool
2022-01-17 15:47:45,162 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin ScaleTool
2022-01-17 15:47:45,165 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin SelectionTool
2022-01-17 15:47:45,168 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin TranslateTool
2022-01-17 15:47:45,172 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-01-17 15:47:45,172 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin UpdateChecker
2022-01-17 15:47:45,175 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin SimpleView
2022-01-17 15:47:45,176 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJReader was already loaded
2022-01-17 15:47:45,176 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJWriter was already loaded
2022-01-17 15:47:45,177 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLReader was already loaded
2022-01-17 15:47:45,177 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLWriter was already loaded
2022-01-17 15:47:45,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin FileLogger was already loaded
2022-01-17 15:47:45,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalContainerProvider was already loaded
2022-01-17 15:47:45,178 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalFileOutputDevice was already loaded
2022-01-17 15:47:45,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CameraTool was already loaded
2022-01-17 15:47:45,179 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin MirrorTool was already loaded
2022-01-17 15:47:45,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin RotateTool was already loaded
2022-01-17 15:47:45,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin ScaleTool was already loaded
2022-01-17 15:47:45,180 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SelectionTool was already loaded
2022-01-17 15:47:45,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin TranslateTool was already loaded
2022-01-17 15:47:45,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin UpdateChecker was already loaded
2022-01-17 15:47:45,181 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SimpleView was already loaded
/usr/lib/python3.10/site-packages/trimesh/interfaces/scad.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential altern
atives
from distutils.spawn import find_executable
2022-01-17 15:47:45,247 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin MeasureTool
2022-01-17 15:47:45,255 - INFO - [MainThread] CuraBlenderPlugin.CadIntegrationUtils.Extras.SystemUtils.<module> [14]: Skipping usage of win32 extensions
2022-01-17 15:47:45,255 - INFO - [MainThread] CuraBlenderPlugin.CadIntegrationUtils.Extras.SystemUtils.registerThirdPartyModules [20]: Adding 3rd-party modules from: /home/user/.local/share/cura/4.13/plugins/Cu
raBlenderPlugin/CuraBlenderPlugin/CadIntegrationUtils/3rd-party
2022-01-17 15:47:45,255 - INFO - [MainThread] CuraBlenderPlugin.CadIntegrationUtils.Extras.SystemUtils.registerThirdPartyModules [28]: Platform is: ['cpython', '3.10', 'linux', 'x86_64']
2022-01-17 15:47:45,256 - DEBUG - [MainThread] CuraBlenderPlugin.CadIntegrationUtils.CommonCLIReader.findPathsForAllExtensions [275]: The result is: []
2022-01-17 15:47:45,256 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraBlenderPlugin
2022-01-17 15:47:45,258 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CustomSupports
2022-01-17 15:47:45,259 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin PauseBackendPlugin
2022-01-17 15:47:45,260 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin LinearAdvanceSettingPlugin
2022-01-17 15:47:45,261 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin MaterialSettingsPlugin
2022-01-17 15:47:45,277 - WARNING - [MainThread] OctoPrintPlugin.OctoPrintOutputDevicePlugin.<module> [49]: Supplied version of Zeroconf module imported
2022-01-17 15:47:45,279 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin OctoPrintPlugin
2022-01-17 15:47:45,281 - INFO - [MainThread] CuraOpenSCADPlugin.CadIntegrationUtils.Extras.SystemUtils.<module> [14]: Skipping usage of win32 extensions
2022-01-17 15:47:45,282 - INFO - [MainThread] CuraOpenSCADPlugin.CadIntegrationUtils.Extras.SystemUtils.registerThirdPartyModules [20]: Adding 3rd-party modules from: /home/user/.local/share/cura/4.13/plugins/C
uraOpenSCADPlugin/CuraOpenSCADPlugin/CadIntegrationUtils/3rd-party
2022-01-17 15:47:45,282 - INFO - [MainThread] CuraOpenSCADPlugin.CadIntegrationUtils.Extras.SystemUtils.registerThirdPartyModules [28]: Platform is: ['cpython', '3.10', 'linux', 'x86_64']
2022-01-17 15:47:45,282 - DEBUG - [MainThread] CuraOpenSCADPlugin.CadIntegrationUtils.CommonCLIReader.findPathsForAllExtensions [275]: The result is: []
2022-01-17 15:47:45,283 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraOpenSCADPlugin
2022-01-17 15:47:45,309 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin ThingiBrowser
2022-01-17 15:47:45,319 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin 3MFReader
2022-01-17 15:47:45,323 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin 3MFWriter
2022-01-17 15:47:45,325 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin AMFReader
2022-01-17 15:47:45,329 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraDrive
2022-01-17 15:47:45,343 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [96]: Found CuraEngine at: /usr/bin/CuraEngine
2022-01-17 15:47:45,343 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraEngineBackend
2022-01-17 15:47:45,344 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
2022-01-17 15:47:45,345 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: /usr/bin/CuraEngine
2022-01-17 15:47:45,345 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2022-01-17 15:47:45,347 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-01-17 15:47:45,347 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version master
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2021 Ultimaker
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
2022-01-17 15:47:45,348 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraProfileReader
2022-01-17 15:47:45,348 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
2022-01-17 15:47:45,349 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-01-17 15:47:45,349 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
2022-01-17 15:47:45,349 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2022-01-17 15:47:45,350 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2022-01-17 15:47:45,351 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
2022-01-17 15:47:45,351 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-01-17 15:47:45,351 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
2022-01-17 15:47:45,351 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>.
2022-01-17 15:47:45,351 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin CuraProfileWriter
2022-01-17 15:47:45,351 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
2022-01-17 15:47:45,351 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
2022-01-17 15:47:45,355 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin FirmwareUpdateChecker
2022-01-17 15:47:45,358 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin FirmwareUpdater
2022-01-17 15:47:45,360 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin GCodeGzReader
2022-01-17 15:47:45,362 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin GCodeGzWriter
2022-01-17 15:47:45,363 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin GCodeProfileReader
2022-01-17 15:47:45,368 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin GCodeReader
2022-01-17 15:47:45,370 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin GCodeWriter
2022-01-17 15:47:45,373 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin ImageReader
2022-01-17 15:47:45,375 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin LegacyProfileReader
2022-01-17 15:47:45,376 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin MachineSettingsAction
2022-01-17 15:47:45,378 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin ModelChecker
2022-01-17 15:47:45,381 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin MonitorStage
2022-01-17 15:47:45,388 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin SimulationView
2022-01-17 15:47:45,391 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin PerObjectSettingsTool
2022-01-17 15:47:45,393 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin PostProcessingPlugin
2022-01-17 15:47:45,395 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin PrepareStage
2022-01-17 15:47:45,396 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin PreviewStage
/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:24: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
self._update_thread.setDaemon(True)
2022-01-17 15:47:45,399 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin RemovableDriveOutputDevice
2022-01-17 15:47:45,402 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin SolidView
2022-01-17 15:47:45,404 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin SupportEraser
2022-01-17 15:47:45,415 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin Toolbox
2022-01-17 15:47:45,417 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin TrimeshReader
2022-01-17 15:47:45,421 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2022-01-17 15:47:45,421 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [449]: Plugin UFPReader did not return any objects to register
2022-01-17 15:47:45,421 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin UFPReader:
2022-01-17 15:47:45,421 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None
2022-01-17 15:47:45,424 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2022-01-17 15:47:45,424 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [449]: Plugin UFPWriter did not return any objects to register
2022-01-17 15:47:45,424 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin UFPWriter:
2022-01-17 15:47:45,424 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None
/usr/lib/cura/plugins/UM3NetworkPrinting/src/ExportFileJob.py:31: DeprecationWarning: invalid escape sequence '\w'
job_name = re.sub("[^\w\-. ()]", "-", job_name)
2022-01-17 15:47:45,472 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin UM3NetworkPrinting
/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:280: DeprecationWarning: invalid escape sequence '\d'
if re.search(b"[B|T\d*]: ?\d+\.?\d*", line): # Temperature message. 'T:' for extruder and 'B:' for bed
/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py:42: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
self._update_thread.setDaemon(True)
2022-01-17 15:47:45,481 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin USBPrinting
2022-01-17 15:47:45,483 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin UltimakerMachineActions
2022-01-17 15:47:45,487 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade21to22
2022-01-17 15:47:45,489 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade22to24
2022-01-17 15:47:45,491 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade25to26
2022-01-17 15:47:45,493 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade26to27
2022-01-17 15:47:45,495 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade27to30
2022-01-17 15:47:45,497 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade30to31
2022-01-17 15:47:45,499 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade32to33
2022-01-17 15:47:45,500 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade33to34
2022-01-17 15:47:45,502 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade34to35
2022-01-17 15:47:45,503 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade35to40
2022-01-17 15:47:45,506 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade40to41
2022-01-17 15:47:45,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade41to42
2022-01-17 15:47:45,509 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade42to43
2022-01-17 15:47:45,511 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade43to44
2022-01-17 15:47:45,513 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade44to45
2022-01-17 15:47:45,515 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade47to48
2022-01-17 15:47:45,517 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade45to46
2022-01-17 15:47:45,519 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade460to462
2022-01-17 15:47:45,521 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade462to47
2022-01-17 15:47:45,522 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade48to49
2022-01-17 15:47:45,524 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade49to410
2022-01-17 15:47:45,526 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin VersionUpgrade411to412
2022-01-17 15:47:45,531 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin X3DReader
2022-01-17 15:47:45,533 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin XRayView
2022-01-17 15:47:45,538 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin XmlMaterialProfile
2022-01-17 15:47:45,550 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [475]: Loaded plugin DigitalLibrary
2022-01-17 15:47:45,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJReader was already loaded
2022-01-17 15:47:45,551 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJWriter was already loaded
2022-01-17 15:47:45,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLReader was already loaded
2022-01-17 15:47:45,552 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLWriter was already loaded
2022-01-17 15:47:45,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin FileLogger was already loaded
2022-01-17 15:47:45,553 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalContainerProvider was already loaded
2022-01-17 15:47:45,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalFileOutputDevice was already loaded
2022-01-17 15:47:45,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CameraTool was already loaded
2022-01-17 15:47:45,554 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin MirrorTool was already loaded
2022-01-17 15:47:45,555 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin RotateTool was already loaded
2022-01-17 15:47:45,555 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin ScaleTool was already loaded
2022-01-17 15:47:45,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SelectionTool was already loaded
2022-01-17 15:47:45,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin TranslateTool was already loaded
2022-01-17 15:47:45,556 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin UpdateChecker was already loaded
2022-01-17 15:47:45,557 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SimpleView was already loaded
2022-01-17 15:47:45,557 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin 3MFReader was already loaded
2022-01-17 15:47:45,557 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin 3MFWriter was already loaded
2022-01-17 15:47:45,558 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin AMFReader was already loaded
2022-01-17 15:47:45,558 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CuraDrive was already loaded
2022-01-17 15:47:45,558 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CuraEngineBackend was already loaded
2022-01-17 15:47:45,559 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CuraProfileReader was already loaded
2022-01-17 15:47:45,559 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CuraProfileWriter was already loaded
2022-01-17 15:47:45,560 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin FirmwareUpdateChecker was already loaded
2022-01-17 15:47:45,560 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin FirmwareUpdater was already loaded
2022-01-17 15:47:45,560 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin GCodeGzReader was already loaded
2022-01-17 15:47:45,561 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin GCodeGzWriter was already loaded
2022-01-17 15:47:45,561 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin GCodeProfileReader was already loaded
2022-01-17 15:47:45,561 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin GCodeReader was already loaded
2022-01-17 15:47:45,562 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin GCodeWriter was already loaded
2022-01-17 15:47:45,562 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin ImageReader was already loaded
2022-01-17 15:47:45,562 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LegacyProfileReader was already loaded
2022-01-17 15:47:45,563 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin MachineSettingsAction was already loaded
2022-01-17 15:47:45,563 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin ModelChecker was already loaded
2022-01-17 15:47:45,564 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin MonitorStage was already loaded
2022-01-17 15:47:45,564 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SimulationView was already loaded
2022-01-17 15:47:45,564 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin PerObjectSettingsTool was already loaded
2022-01-17 15:47:45,565 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin PostProcessingPlugin was already loaded
2022-01-17 15:47:45,565 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin PrepareStage was already loaded
2022-01-17 15:47:45,566 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin PreviewStage was already loaded
2022-01-17 15:47:45,566 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin RemovableDriveOutputDevice was already loaded
2022-01-17 15:47:45,566 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SolidView was already loaded
2022-01-17 15:47:45,567 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SupportEraser was already loaded
2022-01-17 15:47:45,567 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin Toolbox was already loaded
2022-01-17 15:47:45,567 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin TrimeshReader was already loaded
2022-01-17 15:47:45,568 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [449]: Plugin UFPReader did not return any objects to register
2022-01-17 15:47:45,568 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin UFPReader:
2022-01-17 15:47:45,568 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None
2022-01-17 15:47:45,570 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [449]: Plugin UFPWriter did not return any objects to register
2022-01-17 15:47:45,570 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin UFPWriter:
2022-01-17 15:47:45,570 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None
2022-01-17 15:47:45,570 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin UM3NetworkPrinting was already loaded
2022-01-17 15:47:45,571 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin USBPrinting was already loaded
2022-01-17 15:47:45,571 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin UltimakerMachineActions was already loaded
2022-01-17 15:47:45,572 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade21to22 was already loaded
2022-01-17 15:47:45,572 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade22to24 was already loaded
2022-01-17 15:47:45,572 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade25to26 was already loaded
2022-01-17 15:47:45,573 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade26to27 was already loaded
2022-01-17 15:47:45,573 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade27to30 was already loaded
2022-01-17 15:47:45,573 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade30to31 was already loaded
2022-01-17 15:47:45,574 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade32to33 was already loaded
2022-01-17 15:47:45,574 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade33to34 was already loaded
2022-01-17 15:47:45,574 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade34to35 was already loaded
2022-01-17 15:47:45,575 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade35to40 was already loaded
2022-01-17 15:47:45,575 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade40to41 was already loaded
2022-01-17 15:47:45,576 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade41to42 was already loaded
2022-01-17 15:47:45,576 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade42to43 was already loaded
2022-01-17 15:47:45,576 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade43to44 was already loaded
2022-01-17 15:47:45,577 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade44to45 was already loaded
2022-01-17 15:47:45,577 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade47to48 was already loaded
2022-01-17 15:47:45,577 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade45to46 was already loaded
2022-01-17 15:47:45,578 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade460to462 was already loaded
2022-01-17 15:47:45,578 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade462to47 was already loaded
2022-01-17 15:47:45,578 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade48to49 was already loaded
2022-01-17 15:47:45,579 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade49to410 was already loaded
2022-01-17 15:47:45,579 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin VersionUpgrade411to412 was already loaded
2022-01-17 15:47:45,579 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin X3DReader was already loaded
2022-01-17 15:47:45,580 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin XRayView was already loaded
2022-01-17 15:47:45,580 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin XmlMaterialProfile was already loaded
2022-01-17 15:47:45,581 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin DigitalLibrary was already loaded
2022-01-17 15:47:45,581 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJReader was already loaded
2022-01-17 15:47:45,581 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin OBJWriter was already loaded
2022-01-17 15:47:45,582 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLReader was already loaded
2022-01-17 15:47:45,582 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin STLWriter was already loaded
2022-01-17 15:47:45,582 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin FileLogger was already loaded
2022-01-17 15:47:45,583 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalContainerProvider was already loaded
2022-01-17 15:47:45,583 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin LocalFileOutputDevice was already loaded
2022-01-17 15:47:45,583 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin CameraTool was already loaded
2022-01-17 15:47:45,584 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin MirrorTool was already loaded
2022-01-17 15:47:45,584 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin RotateTool was already loaded
2022-01-17 15:47:45,584 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin ScaleTool was already loaded
2022-01-17 15:47:45,585 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SelectionTool was already loaded
2022-01-17 15:47:45,585 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin TranslateTool was already loaded
2022-01-17 15:47:45,586 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin UpdateChecker was already loaded
2022-01-17 15:47:45,586 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [409]: Plugin SimpleView was already loaded
2022-01-17 15:47:45,586 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [398]: Loading all plugins took 0.5358474254608154 seconds
2022-01-17 15:47:45,588 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-01-17 15:47:45,601 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../Ender+3+PLA+%232.xml.fdm_material, skip it
2022-01-17 15:47:45,601 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../Ender+3+PLA+%234.xml.fdm_material, skip it
2022-01-17 15:47:45,601 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../Ender+3+PLA.xml.fdm_material, skip it
2022-01-17 15:47:45,602 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../generic_petg_175+%232.xml.fdm_material, skip it
2022-01-17 15:47:45,602 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.014811038970947266
2022-01-17 15:47:45,603 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [238]: The preferences file cannot be opened or it is corrupted, so we will use default values
2022-01-17 15:47:45,603 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [245]: The preferences file 'None' cannot be found, will use default values
2022-01-17 15:47:45,603 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [248]: Completed loading preferences.
2022-01-17 15:47:45,606 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [283]: Created system tray icon.
2022-01-17 15:47:45,875 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 0.26847267150878906 seconds
2022-01-17 15:47:45,880 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-01-17 15:47:45,881 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
2022-01-17 15:47:45,881 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
2022-01-17 15:47:45,881 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
2022-01-17 15:47:45,905 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-01-17 15:47:45,909 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-01-17 15:47:45,911 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2022-01-17 15:47:45,917 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2022-01-17 15:47:45,934 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme /usr/share/cura/resources/themes/cura-light
Cyclic dependency detected between "file:///usr/share/cura/resources/qml/Actions.qml" and "file:///usr/share/cura/resources/qml/Actions.qml"
2022-01-17 15:47:46,182 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
/usr/lib/cura/plugins/PostProcessingPlugin/Script.py:125: DeprecationWarning: invalid escape sequence '\.'
m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
2022-01-17 15:47:46,186 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2022-01-17 15:47:46,187 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2022-01-17 15:47:46,187 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2022-01-17 15:47:46,188 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-01-17 15:47:46,188 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2022-01-17 15:47:46,189 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2022-01-17 15:47:46,189 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2022-01-17 15:47:46,191 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2022-01-17 15:47:46,191 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2022-01-17 15:47:46,191 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2022-01-17 15:47:46,193 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2022-01-17 15:47:46,194 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2022-01-17 15:47:46,194 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2022-01-17 15:47:46,194 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /usr/share/uranium/resources/scripts
2022-01-17 15:47:46,194 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /usr/share/cura/resources/scripts
WARNING: Cannot find style "default" - fallback: "/usr/lib/qt/qml/QtQuick/Controls/Styles/Desktop"
2022-01-17 15:47:46,213 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2022-01-17 15:47:46,256 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
/usr/lib/python3.10/site-packages/UM/Qt/QtApplication.py:319: DeprecationWarning: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
self._qml_engine.load(self._main_qml)
2022-01-17 15:47:46,498 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop dete
cted for property "width"
2022-01-17 15:47:46,559 - DEBUG - [MainThread] UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [583]: Calculating normals took 0.006587505340576172 seconds
2022-01-17 15:47:46,560 - DEBUG - [MainThread] PauseBackendPlugin.PauseBackend._createAdditionalComponentsView [27]: Creating additional ui components for Pause Backend plugin.
2022-01-17 15:47:46,565 - DEBUG - [MainThread] MaterialSettingsPlugin.MaterialSettingsPlugin._onEngineCreated [64]: Replacing Materials preferencepane with patched version
2022-01-17 15:47:46,565 - DEBUG - [MainThread] OctoPrintPlugin.DiscoverOctoPrintAction._createAdditionalComponentsView [426]: Creating additional ui components for OctoPrint-connected printers.
2022-01-17 15:47:46,567 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-01-17 15:47:46,572 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-17 15:47:46,572 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:284: TypeError: Cannot read property
'hasRemoteConnection' of null
2022-01-17 15:47:46,581 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read propert
y 'isEnabled' of null
2022-01-17 15:47:46,585 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-01-17 15:47:46,619 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/WelcomePages/WelcomeContent.qml:33:9: QML Image: Binding loop detected for property
"sourceSize.height"
2022-01-17 15:47:46,619 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-01-17 15:47:46,621 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-01-17 15:47:46,621 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [545]: Requesting updates metadata from server.
2022-01-17 15:47:46,621 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2022-01-17 15:47:46,621 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.9.0/pack
ages/package-updates?installed_packages=3MFWriter:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=UFPReade
r:1.0.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=RotateTool:1.0.1&installed_packages=VersionUpgrade3
5to40:1.0.0&installed_packages=PrepareStage:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=GenericHIPS:1.4.0&installed_packages=VertexDeltaT
PU:1.4.0&installed_packages=GCodeGzWriter:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=OctofiberPLA:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=UltimakerABS:1.4.0&install
ed_packages=UltimakerTPLA:1.4.0&installed_packages=TrimeshReader:1.0.0&installed_packages=CuraDrive:1.2.0&installed_packages=STLReader:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=UltimakerCPE
:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=VertexDeltaPET:1.4.0
&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=ModelChecker:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=ThingiBrowser:2.2.2&installed_pa
ckages=MaterialSettingsPlugin:3.5.3&installed_packages=X3DReader:1.0.1&installed_packages=Filo3DPLA:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=UFPWriter:1.0.1&installed_packages=CameraTool:1
.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=UltimakerPLA:1.4.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=DagomaChromatikPLA:
1.0.1&installed_packages=MirrorTool:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=UltimakerPC:1.4.0&installed_packages=MonitorStage:1.0.1&installed_packages=VertexDeltaPLA:1.4.0&instal
led_packages=UltimakerBAM:1.4.0&installed_packages=FileLogger:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=CuraOpenSCADPlugin:0.3.2&installed_packages=
VersionUpgrade33to34:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=PauseBackendPlugin:3.5.3&installed_packages=GenericCPE:1.4.0&installed_packages=GenericNylo
n:1.4.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=ScaleTool:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=GenericToughPLA:1.4.0&installed_pac
kages=GenericPC:1.4.0&installed_packages=GCodeGzReader:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionU
pgrade25to26:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=Toolbox:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=UM3Network
Printing:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=SimpleView:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=OctoPrintP
lugin:3.5.18&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=GenericABS:1.4.0&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=LocalContainerP
rovider:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=CuraEngineBackend:1.0.1&installed_packages=CustomSupports:0.1.0&installed_packages=UpdateChecker:1.0.1&installed_packages=SupportEraser:1.0.1
&installed_packages=GCodeReader:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=PolyWoodPLA:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_package
s=SimulationView:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=FABtotumTPU:1.4.0&installed_packages=GCodeWriter:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=OBJReade
r:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=PolyFlexPLA:1.0.1&installed_packages=UltimakerPVA:1.4.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=VersionUpgrade48t
o49:1.0.0&installed_packages=SolidView:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=GenericCFFCPE:1.4.0&installed_packages=OBJWriter:1.0.1&installed_
packages=VersionUpgrade27to30:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=GenericPLA:1.4.0&installed_packages=DigitalLibrary:1.1.0&installed_packages=TranslateTool:1.0.1&installed_pack
ages=SentryLogger:1.0.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=CuraBlenderPlugin:0.3.3&installed_packages=LinearAdvanceSettingPlugi
n:3.5.11&installed_packages=MachineSettingsAction:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=FABtotumNylon:1.4.0&installed_packages=ImageReader:1.0.1&installed_packages=MeasureTool:1.0.2&install
ed_packages=USBPrinting:1.0.2&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=PolyPlusPLA:1.0.1
2022-01-17 15:47:46,658 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 1.8913438320159912 seconds
2022-01-17 15:47:46,658 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-01-17 15:47:46,660 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:47:46,660 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2022-01-17 15:47:46,660 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:47:46,660 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2022-01-17 15:47:46,660 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-3 in list of firmware to check.
2022-01-17 15:47:46,661 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:47:46,661 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2022-01-17 15:47:46,661 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-17 15:47:46,661 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [70]: No active GlobalStack, set quality profile model as empty.
2022-01-17 15:47:47,101 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2022-01-17 15:47:47,103 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
2022-01-17 15:47:47,103 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version: 4.1.0 NVIDIA 495.46
2022-01-17 15:47:47,103 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor: NVIDIA Corporation
2022-01-17 15:47:47,103 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
2022-01-17 15:47:47,103 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version: 4.0.0
2022-01-17 15:47:47,104 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/default.shader]...
2022-01-17 15:47:47,104 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/selection.shader]...
2022-01-17 15:47:47,104 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/select_face.shader]...
2022-01-17 15:47:47,105 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/default.shader]...
2022-01-17 15:47:47,105 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/composite.shader]...
2022-01-17 15:47:47,106 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/overhang.shader]...
2022-01-17 15:47:47,107 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/striped.shader]...
2022-01-17 15:47:47,107 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/transparent_object.shader]...
2022-01-17 15:47:47,108 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/striped.shader]...
2022-01-17 15:47:47,108 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/xray.shader]...
2022-01-17 15:47:47,109 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/xray_composite.shader]...
2022-01-17 15:47:47,110 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/platform.shader]...
2022-01-17 15:47:47,112 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/xray.shader]...
2022-01-17 15:47:47,249 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:47:47,254 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2022-01-17 15:47:47,285 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-17 15:47:47,331 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [70]: No active GlobalStack, set quality profile model as empty.
2022-01-17 15:47:47,630 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3 took 0.4703521728515625 seconds.
2022-01-17 15:47:47,630 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-01-17 15:47:52,227 - INFO - [MainThread] cura.CuraApplication.writeToLog [605]: User accepted the User-Agreement.
2022-01-17 15:47:53,372 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/WelcomePages/CloudContent.qml:78:13: QML Image: Binding loop detected for property
"sourceSize.height"
2022-01-17 15:48:02,178 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.011430740356445312 seconds
2022-01-17 15:48:17,613 - INFO - [MainThread] cura.Settings.MachineManager.addMachine [397]: Trying to add a machine with the definition id [creality_ender3pro]
2022-01-17 15:48:18,338 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3pro took 0.6054248809814453 seconds.
2022-01-17 15:48:18,377 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [202]: Extruder[creality_base_extruder_0 #3] added to [Creality Ender-3 Pro] at position [0]
2022-01-17 15:48:18,405 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_ender3pro]
2022-01-17 15:48:18,407 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [197]: Extruder [creality_base_extruder_0 #3] has already been added to this stack [Creality Ender-3 Pro]
2022-01-17 15:48:18,407 - INFO - [MainThread] cura.CuraApplication._setLoadingHint [802]: Initializing Active Machine...
2022-01-17 15:48:18,422 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-17 15:48:18,451 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read propert
y 'isEnabled' of null
2022-01-17 15:48:18,451 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-17 15:48:18,452 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
/usr/lib/cura/plugins/3MFReader/ThreeMFReader.py:126: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
data = numpy.fromstring(savitar_node.getMeshData().getFlatVerticesAsBytes(), dtype=numpy.float32)
2022-01-17 15:48:18,460 - DEBUG - [JobQueueWorker [1]] UM.Mesh.MeshData.calculateNormalsFromVertices [558]: Calculating normals took 0.00027179718017578125 seconds
2022-01-17 15:48:18,462 - DEBUG - [JobQueueWorker [1]] UM.Mesh.MeshData.approximateConvexHull [505]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.00211334228515625 seconds. 8 input
vertices. 8 output vertices.
2022-01-17 15:48:18,509 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-3 Pro in list of firmware to check.
Qt Quick Layouts: Polish loop detected. Aborting after two iterations.
2022-01-17 15:48:18,620 - WARNING - [MainThread] UM.Decorators.deprecated_function [23]: <function GlobalStack.extruders at 0x7f7f13737400> is deprecated (since 4.4): Please use extruderList instead.
/usr/lib/python3.10/site-packages/UM/Qt/ListModel.py:105: DeprecationWarning: <function GlobalStack.extruders at 0x7f7f13737400> is deprecated (since 4.4): Please use extruderList instead.
self.endInsertRows()
2022-01-17 15:48:18,621 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:48:18,625 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-17 15:48:18,634 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.qml:81:27: QML MachineSettingsExtruderTab: Dete
cted anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
2022-01-17 15:48:18,638 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [154]: New error check scheduled.
2022-01-17 15:48:18,660 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/uranium/resources/shaders/default.shader]...
2022-01-17 15:48:18,660 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/usr/share/cura/resources/shaders/grid.shader]...
2022-01-17 15:48:18,875 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-17 15:48:18,876 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-17 15:48:19,124 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [213]: Error check finished, result = False, time = 0.5s
2022-01-17 15:48:34,177 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.011325597763061523 seconds

This task depends upon

Closed by  Jelle van der Waa (jelly)
Friday, 30 September 2022, 09:50 GMT
Reason for closing:  Deferred
Additional comments about closing:  Cura moved to the AUR
Comment by Sudrien (sudrien) - Thursday, 20 January 2022, 03:11 GMT
Seeing the same issue

https://github.com/Ultimaker/Cura/blob/4.13/plugins/SentryLogger/SentryLogger.py#L10

It looks like python-sentry_sdk on the AUR may be a requirement - that is, "works for me but I don't normally do Python"

EDIT:

I did get ModuleNotFoundError: in console, not ImportError: - maybe it's the python version?
Comment by László Mérő (laci37) - Wednesday, 26 January 2022, 19:58 GMT
I'm also seeing this issue.
These commands fixed it:

pacman -S python-libcharon
pip install sentry_sdk

Comment by Uli S (uqs) - Sunday, 06 February 2022, 12:06 GMT
Same here, except not quite. I tried these, but they didn't fix it properly:

pacman -S python-libcharon
pip install sentry_sdk

It still complains about UM3NetworkPrinting failing, with this on the console:

2022-02-06 12:46:32,802 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [710]: ModuleNotFoundError: No module named 'zeroconf'
2022-02-06 12:46:32,803 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: Exception: Error loading plugin UM3NetworkPrinting:
2022-02-06 12:46:32,803 - ERROR - [MainThread] UM.PluginRegistry.removeCorruptedPluginMessage [508]: NoneType: None

Please add the missing dependency on `python-zeroconf` for that.
Comment by Jester2 (jester2) - Monday, 07 February 2022, 04:01 GMT
Hello,

I was getting the same plugin errors when starting Cura: UFPWriter, UFPReader, and SentryLogger.

I can confirm that installing python-libcharon, python-zeroconf, and python-sentry_sdk fixed the above errors.

Thanks!
Comment by Eric Jones (trashninja) - Wednesday, 09 February 2022, 15:25 GMT
I can also confirm that installing packages python-libcharon and python-zeroconf from the repository and python-sentry_sdk from the AUR fixed the issue. Each one is a dependency of different failing plugins.

The two that are from the repository are listed as optional. I guess they truly are optional, but they trigger user warnings when missing.

checking dependencies...
:: cura optionally requires python-zeroconf: network printing support
:: cura optionally requires python-libcharon: UFPWriter/UFPReader

Without python-sentry_sdk, only one plugin, the sentry logger, fails to load. I couldn't find the Sentry SDK isn't in the repository (unless it is provided by python-raven?), so that one might require additional work to make this package install and run seamlessly.

Comment by Darrell (denns) - Wednesday, 09 February 2022, 17:31 GMT
As a workaround, you can disable the SentryLogger plugin by putting the following in ~/.config/cura/4.13/plugins.json:
{"disabled": ["SentryLogger"], "to_install": {}, "to_remove": []}

I've been running this way for a while and have not noticed any issues. SentryLogger's manifest describes it as "Logs certain events so that they can be used by the crash reporter", so disabling it should only affect crash reporting. Since the dependency for SentryLogger is not in the main Arch repos currently, I would suggest that at least for the time being we should just patch out the SentryLogger plugin. If python-sentry_sdk is added to the Arch repos at some point, then the patch could be removed.
Comment by Johannes Kamprad (killajoe) - Friday, 11 February 2022, 23:10 GMT
looks like cura 4.13.1-1 package works if you install some missing dependencies in addition:
'python-zeroconf' 'python-libcharon'
Comment by Kevin (HarlemSquirrel) - Wednesday, 02 March 2022, 17:07 GMT
Considering the Sentry SDK is likely used for metrics and error tracking I would vote to update the build script to disable that plugin.
Comment by Jelle van der Waa (jelly) - Thursday, 10 March 2022, 08:12 GMT
The package can not touch /home/ so, how could it disable the plugin. I'm all for disabling the user tracking in cura.
Comment by Darrell (denns) - Monday, 18 April 2022, 20:28 GMT
The following seems to work to remove SentryLogger system-wide, without touching anything in /home:

- In CuraApplication.py, remove the following line: self._plugin_registry.preloaded_plugins.append("SentryLogger")
- In cura.json (/usr/share/cura/resources/bundled_packages/cura.json), remove the stanza for SentryLogger
- Remove the SentryLogger directory from /usr/lib/cura/plugins

After doing this, SentryLogger no longer attempts to load and is removed from the list of bundled plugins as well.

Loading...