Ultimaker / Cura

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

Cura stuck on welcome screen on new install at Manjaro linux #5970

Closed dreanmer closed 2 years ago

dreanmer commented 5 years ago

Application version 4.1.0

Platform Manjaro 18.0.4 (Arch linux)

Printer Tronxy X5S

Reproduction steps Install cura 4.1.0 via sudo pacman -Syu cura

Actual results Stuck on welcome screen, nothing work clicking or typing any key. image

Expected results Close welcome overlay

Additional information Shortcuts still working (eg.: open file) but the operations dont work at all.

Ghostkeeper commented 5 years ago

Are you working with the AUR package, or did you use the AppImage? If you were using the AUR package, does the AppImage work properly?

We've seen before that installing the AUR package causes Cura to use a more modern version of Qt, which breaks Cura. Qt should(tm) not break backwards compatibility in minor releases, but maybe they have or maybe Cura is somehow relying on bugs that were fixed in newer versions.

dreanmer commented 5 years ago

No, its the community version, from here: https://www.archlinux.org/packages/community/any/cura/. BTW pacman -Syu update all packages on the machine before install the chosen package.

szma commented 5 years ago

I have the same issue on arch linux. There are a lot of Qt related output messages on startup:

/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
/usr/lib/python3.7/site-packages/UM/Settings/SettingDefinition.py:46: DeprecationWarning: invalid escape sequence \.
  regex_pattern = '(?<!\.|\w|\d)0+(\d+)'
/usr/lib/python3.7/site-packages/cura/Settings/CuraContainerRegistry.py:76: DeprecationWarning: invalid escape sequence \s
  num_check = re.compile("(.*?)\s*#\d+$").match(new_name)
[MainThread] UM.Resources.__initializeStoragePaths [416]: Initializing storage paths
[MainThread] UM.Resources.__initializeStoragePaths [427]: Config storage path is /home/markus/.config/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/markus/.local/share/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/markus/.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.5 Core profile
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [162]: OpenGL renderer type for this OpenGL version: Mesa DRI Intel(R) Haswell Mobile 
[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/markus/.local/share/cura/4.1/packages.json
[MainThread] UM.PackageManager._saveManagementData [207]: Package management file /home/markus/.local/share/cura/4.1/packages.json was saved
[MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [90]: Loading plugin configuration file '/home/markus/.config/cura/4.1/plugins.json'
2019-07-07 11:19:49,531 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ConsoleLogger
2019-07-07 11:19:49,565 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine
2019-07-07 11:19:49,566 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraEngineBackend
2019-07-07 11:19:49,571 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalContainerProvider
2019-07-07 11:19:49,581 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin TranslateTool
2019-07-07 11:19:49,587 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RotateTool
2019-07-07 11:19:49,595 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SelectionTool
2019-07-07 11:19:49,603 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ScaleTool
2019-07-07 11:19:49,612 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MirrorTool
2019-07-07 11:19:49,618 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CameraTool
2019-07-07 11:19:49,618 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-07 11:19:49,620 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger
2019-07-07 11:19:49,622 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView
2019-07-07 11:19:49,633 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalFileOutputDevice
2019-07-07 11:19:49,646 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UpdateChecker
2019-07-07 11:19:49,654 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLWriter
2019-07-07 11:19:49,658 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [36]: Checking for new version of cura
2019-07-07 11:19:49,666 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJReader
2019-07-07 11:19:49,670 - WARNING - [MainThread] STLReader.STLReader.<module> [26]: Could not find numpy-stl, falling back to slower code.
2019-07-07 11:19:49,671 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLReader
2019-07-07 11:19:49,678 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJWriter
2019-07-07 11:19:49,679 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-07 11:19:49,680 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-07 11:19:49,680 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-07 11:19:49,681 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-07 11:19:49,681 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-07 11:19:49,681 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-07 11:19:49,681 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-07 11:19:49,682 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-07 11:19:49,682 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-07 11:19:49,682 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-07 11:19:49,682 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-07 11:19:49,682 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-07 11:19:49,683 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-07 11:19:49,683 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-07 11:19:49,683 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-07 11:19:49,683 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-07 11:19:49,688 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage
2019-07-07 11:19:49,696 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader
2019-07-07 11:19:49,702 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter
2019-07-07 11:19:49,708 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting cura/active_mode.
2019-07-07 11:19:49,712 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool
2019-07-07 11:19:49,713 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-07 11:19:49,720 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction
2019-07-07 11:19:49,720 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-07 11:19:49,720 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-07 11:19:49,721 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-07 11:19:49,721 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-07 11:19:49,721 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-07 11:19:49,721 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-07 11:19:49,737 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader
2019-07-07 11:19:49,737 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-07 11:19:49,773 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from
2019-07-07 11:19:49,777 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox
2019-07-07 11:19:49,785 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter
2019-07-07 11:19:49,785 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-07-07 11:19:49,811 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader
2019-07-07 11:19:49,816 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader
2019-07-07 11:19:49,821 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice
2019-07-07 11:19:49,832 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-07 11:19:49,835 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-07 11:19:49,835 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-07-07 11:19:49,841 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-07 11:19:49,842 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-07 11:19:49,842 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-07 11:19:49,842 - 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-07 11:19:49,842 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-07 11:19:49,842 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-07 11:19:49,843 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-07 11:19:49,844 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-07 11:19:49,844 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin UM3NetworkPrinting
2019-07-07 11:19:49,852 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-07 11:19:49,852 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-07 11:19:49,853 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-07 11:19:49,853 - 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-07 11:19:49,853 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-07 11:19:49,853 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-07 11:19:49,853 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-07 11:19:49,854 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-07 11:19:49,855 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-07 11:19:49,855 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-07 11:19:49,855 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-07 11:19:49,855 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-07 11:19:49,866 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView
2019-07-07 11:19:49,872 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter
2019-07-07 11:19:49,878 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker
2019-07-07 11:19:49,885 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin
2019-07-07 11:19:49,890 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31
2019-07-07 11:19:49,899 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41
2019-07-07 11:19:49,907 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22
2019-07-07 11:19:49,912 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24
2019-07-07 11:19:49,918 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26
2019-07-07 11:19:49,922 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30
2019-07-07 11:19:49,928 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40
2019-07-07 11:19:49,933 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34
2019-07-07 11:19:49,937 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35
2019-07-07 11:19:49,942 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33
2019-07-07 11:19:49,947 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27
2019-07-07 11:19:49,952 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView
/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:253: DeprecationWarning: invalid escape sequence \d
  if re.search(b"[B|T\d*]: ?\d+\.?\d*", line):  # Temperature message. 'T:' for extruder and 'B:' for bed
2019-07-07 11:19:49,981 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting
2019-07-07 11:19:49,985 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage
2019-07-07 11:19:49,995 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker
2019-07-07 11:19:49,995 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-07 11:19:49,995 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-07 11:19:50,008 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader
2019-07-07 11:19:50,025 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView
2019-07-07 11:19:50,026 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-07 11:19:50,031 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser
2019-07-07 11:19:50,040 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-07 11:19:50,043 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-07 11:19:50,043 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-07-07 11:19:50,046 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater
2019-07-07 11:19:50,053 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage
2019-07-07 11:19:50,054 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-07 11:19:50,059 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader
2019-07-07 11:19:50,067 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader
2019-07-07 11:19:50,082 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile
2019-07-07 11:19:50,083 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-07 11:19:50,083 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-07 11:19:50,083 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-07 11:19:50,084 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-07 11:19:50,089 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader
2019-07-07 11:19:50,094 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions
2019-07-07 11:19:50,098 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter
2019-07-07 11:19:50,107 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive
2019-07-07 11:19:50,107 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded
2019-07-07 11:19:50,107 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded
2019-07-07 11:19:50,107 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded
2019-07-07 11:19:50,107 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded
2019-07-07 11:19:50,107 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-07 11:19:50,108 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-07 11:19:50,109 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded
2019-07-07 11:19:50,109 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-07 11:19:50,109 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded
2019-07-07 11:19:50,109 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded
2019-07-07 11:19:50,109 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-07-07 11:19:50,110 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded
2019-07-07 11:19:50,110 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded
2019-07-07 11:19:50,110 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded
2019-07-07 11:19:50,117 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-07 11:19:50,118 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-07-07 11:19:50,127 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-07 11:19:50,127 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-07 11:19:50,127 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-07 11:19:50,128 - 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-07 11:19:50,128 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-07 11:19:50,128 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-07 11:19:50,129 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-07 11:19:50,129 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-07 11:19:50,129 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-07 11:19:50,129 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-07 11:19:50,130 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-07 11:19:50,130 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-07 11:19:50,130 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-07 11:19:50,130 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-07 11:19:50,130 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-07 11:19:50,131 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-07 11:19:50,131 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-07 11:19:50,131 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-07 11:19:50,131 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-07 11:19:50,132 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded
2019-07-07 11:19:50,132 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded
2019-07-07 11:19:50,132 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded
2019-07-07 11:19:50,133 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded
2019-07-07 11:19:50,133 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded
2019-07-07 11:19:50,133 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded
2019-07-07 11:19:50,133 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded
2019-07-07 11:19:50,134 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded
2019-07-07 11:19:50,134 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded
2019-07-07 11:19:50,134 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded
2019-07-07 11:19:50,134 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded
2019-07-07 11:19:50,135 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded
2019-07-07 11:19:50,135 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded
2019-07-07 11:19:50,135 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded
2019-07-07 11:19:50,135 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded
2019-07-07 11:19:50,135 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-07 11:19:50,136 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded
2019-07-07 11:19:50,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded
2019-07-07 11:19:50,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-07 11:19:50,137 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded
2019-07-07 11:19:50,139 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-07 11:19:50,139 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-07-07 11:19:50,139 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded
2019-07-07 11:19:50,139 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-07 11:19:50,140 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-07 11:19:50,141 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-07 11:19:50,141 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded
2019-07-07 11:19:50,141 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded
2019-07-07 11:19:50,141 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded
2019-07-07 11:19:50,141 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded
2019-07-07 11:19:50,153 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [143]: Looking for old configuration files to upgrade.
2019-07-07 11:19:50,154 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,155 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,156 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,156 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,157 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,158 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,163 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,166 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,169 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,170 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,172 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,173 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,174 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,175 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,178 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,181 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,183 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-07 11:19:50,184 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-07 11:19:50,188 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening
2019-07-07 11:19:50,196 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine
2019-07-07 11:19:50,199 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2019-07-07 11:19:50,207 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-07 11:19:50,212 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master
2019-07-07 11:19:50,213 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker
2019-07-07 11:19:50,214 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-07 11:19:50,214 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify
2019-07-07 11:19:50,216 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by
2019-07-07 11:19:50,217 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or
2019-07-07 11:19:50,218 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version.
2019-07-07 11:19:50,219 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-07 11:19:50,219 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful,
2019-07-07 11:19:50,220 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2019-07-07 11:19:50,221 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2019-07-07 11:19:50,221 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected
2019-07-07 11:19:50,221 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details.
2019-07-07 11:19:50,222 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-07 11:19:50,222 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674
2019-07-07 11:19:50,222 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License
2019-07-07 11:19:50,223 - DEBUG - [Thread-9] UM.Backend.Backend._backendLog [101]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2019-07-07 11:19:51,496 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 1.2725803852081299 seconds
2019-07-07 11:19:51,588 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0
2019-07-07 11:19:51,590 - INFO - [MainThread] cura.CuraApplication.run [726]: Initializing variant manager
2019-07-07 11:19:51,598 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant]
2019-07-07 11:19:51,598 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum
2019-07-07 11:19:51,600 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added.
2019-07-07 11:19:51,600 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5
2019-07-07 11:19:51,665 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added.
2019-07-07 11:19:51,666 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass
2019-07-07 11:19:51,668 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added.
2019-07-07 11:19:51,669 - INFO - [MainThread] cura.CuraApplication.run [730]: Initializing material manager
2019-07-07 11:19:51,824 - INFO - [MainThread] cura.CuraApplication.run [735]: Initializing quality manager
2019-07-07 11:19:51,833 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-07-07 11:19:51,833 - INFO - [MainThread] cura.CuraApplication.run [740]: Initializing machine manager
2019-07-07 11:19:51,834 - INFO - [MainThread] cura.CuraApplication.run [743]: Initializing container manager
2019-07-07 11:19:51,834 - INFO - [MainThread] cura.CuraApplication.run [746]: Initializing machine error checker
2019-07-07 11:19:51,954 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view.
/usr/lib/cura/plugins/PostProcessingPlugin/Script.py:119: DeprecationWarning: invalid escape sequence \.
  m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
2019-07-07 11:19:51,957 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight
2019-07-07 11:19:51,959 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ
2019-07-07 11:19:51,960 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2019-07-07 11:19:51,960 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange
2019-07-07 11:19:51,961 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange
2019-07-07 11:19:51,963 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight
2019-07-07 11:19:51,963 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet
2019-07-07 11:19:51,964 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier
2019-07-07 11:19:51,965 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace
2019-07-07 11:19:51,969 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch
2019-07-07 11:19:51,970 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse
2019-07-07 11:19:51,970 - 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-07 11:19:51,984 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2019-07-07 11:19:52,041 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [230]: Loaded theme /usr/share/cura/resources/themes/cura-light
2019-07-07 11:19:52,087 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created.
2019-07-07 11:19:52,158 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7f1a8c9188c8> 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 0x7f1a8c9188c8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
  self._qml_engine.load(self._main_qml)
2019-07-07 11:19:52,159 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeDefinitionId at 0x7f1a8c914ae8> 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 0x7f1a8c914ae8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead
  self._qml_engine.load(self._main_qml)
2019-07-07 11:19:52,177 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-07 11:19:52,177 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-07 11:19:52,178 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-07 11:19:52,179 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme
2019-07-07 11:19:52,181 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantBuildplateName at 0x7f1a8c9149d8> 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 0x7f1a8c9149d8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead
  self._qml_engine.load(self._main_qml)
2019-07-07 11:19:52,181 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineName at 0x7f1a8c9187b8> 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 0x7f1a8c9187b8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
  self._qml_engine.load(self._main_qml)
2019-07-07 11:19:52,182 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel.
2019-07-07 11:19:52,427 - 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-07 11:19:52,427 - 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-07 11:19:52,592 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info.
2019-07-07 11:19:52,638 - 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-07 11:19:52,638 - 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-07 11:19:52,639 - 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-07 11:19:52,639 - 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-07 11:19:52,639 - 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-07 11:19:52,639 - 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-07 11:19:52,639 - 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-07 11:19:52,640 - 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-07 11:19:52,653 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage
2019-07-07 11:19:52,675 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel.
2019-07-07 11:19:52,688 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantName at 0x7f1a8c9147b8> 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 0x7f1a8c9147b8> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead
  self.activeStageChanged.emit()
2019-07-07 11:19:52,692 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineDefinitionName at 0x7f1a8c9186a8> 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 0x7f1a8c9186a8> 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 0x7f1a8c9187b8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
  self.activeStageChanged.emit()
2019-07-07 11:19:52,719 - 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-07 11:19:52,720 - 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-07 11:19:52,721 - 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-07 11:19:52,722 - 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-07 11:19:52,738 - 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-07 11:19:52,742 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-07-07 11:19:52,813 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server.
2019-07-07 11:19:52,819 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server.
2019-07-07 11:19:52,826 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view.
2019-07-07 11:19:52,829 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created.
2019-07-07 11:19:52,829 - DEBUG - [MainThread] cura.CuraApplication.run [783]: Booting Cura took 3.466472864151001 seconds
Model size of -11 is less than 0
2019-07-07 11:19:52,846 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-07-07 11:19:52,847 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [20]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2019-07-07 11:19:52,847 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-07-07 11:19:52,848 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [66]: No active GlobalStack, set quality profile model as empty.
2019-07-07 11:19:53,050 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True
2019-07-07 11:19:53,052 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [99]: Initialized OpenGL subsystems.
2019-07-07 11:19:53,053 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [100]: OpenGL Version:  4.5 (Core Profile) Mesa 19.1.1
2019-07-07 11:19:53,054 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [101]: OpenGL Vendor:   Intel Open Source Technology Center
2019-07-07 11:19:53,055 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [102]: OpenGL Renderer: Mesa DRI Intel(R) Haswell Mobile 
2019-07-07 11:19:53,056 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-07-07 11:19:53,060 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2019-07-07 11:19:53,061 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-07-07 11:19:53,062 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2019-07-07 11:19:53,064 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2019-07-07 11:19:53,065 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-07-07 11:19:53,068 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2019-07-07 11:19:53,071 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-07-07 11:19:53,074 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
2019-07-07 11:20:03,490 - DEBUG - [MainThread] cura.AutoSave._onTimeout [56]: Autosaving preferences, instances and profiles
b-nogal commented 5 years ago

Have same problem. Running with sudo "fixes" it but its not really a fix... 4.19.56-1-MANJARO

Ghostkeeper commented 5 years ago

You're going to need to report this here: https://bugs.archlinux.org/?project=5&string=cura

We don't maintain that package. We can't really do anything about it.

shawe commented 4 years ago

Same problem here, and solved with this command:

env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP cura

Read it here https://bugs.archlinux.org/task/62133

For who is crashing try to decompress the zip on: ~/.local/share/applications/cura.desktop cura.zip

cipreses commented 4 years ago

I put this sentence in the launcher:

env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP /usr/bin/cura %F

IWFM Thanks

Ghostkeeper commented 3 years ago

We're opening this issue again, because supporting Qt 5.15 is going to be brought into scope soon. We have plans to upgrade the Qt version in our own distribution to 5.15.

Neopect commented 3 years ago

I also just recently installed Manjaro and Cura and been having the same issue, text missaligned with no clickable areas. I was able to get past part of the setup by smashing Tab & Enter but im still stuck on the data collection question tab.

My versions:

csivanich commented 3 years ago

Currently seeing issue in Garuda as well: process output - cura.log 2020-12-26-163832_1310x768_scrot Kernel/packages:

 c@muni-xps13 ~: uname -a; for i in cura kwin qt; do pacman -Qs $i; done | grep local | sort | uniq  | column -t 
Linux muni-xps13 5.10.2-104-tkg-bmq #1 TKG SMP PREEMPT Thu, 24 Dec 2020 00:59:51 +0000 x86_64 GNU/Linux
local/appstream-qt                        0.13.1-1
local/attica                              5.77.0-1                (kf5)
local/avahi                               0.8+15+ge8a3dd0-3
local/bluez-qt                            5.77.0-1                (kf5)
local/cura                                4.7.1-2
local/cura-binary-data                    4.7.1-1
local/curaengine                          4.7.1-2
local/cura-resources-materials            4.7.1-1
local/karchive                            5.77.0-1                (kf5)
local/kcolorpicker                        0.1.4-3
local/kcoreaddons                         5.77.0-1                (kf5)
local/kdbusaddons                         5.77.0-1                (kf5)
local/kdsoap                              1.10.0-1
local/kguiaddons                          5.77.0-1                (kf5)
local/kirigami2                           5.77.0-1                (kf5)
local/kitemmodels                         5.77.0-1                (kf5)
local/kitemviews                          5.77.0-1                (kf5)
local/kquickcharts                        5.77.0-1                (kf5)
local/kvantum-qt5                         0.17.0-1
local/kwayland                            5.77.0-1                (kf5)
local/kwidgetsaddons                      5.77.0-1                (kf5)
local/kwin                                5.20.4-1                (plasma)
local/kwindowsystem                       5.77.0-1                (kf5)
local/kwin-effects-sliding-notifications  1.0.3-1
local/kwin-scripts-forceblur              0.4.1-1
local/libaccounts-qt                      1.16-2
local/libdbusmenu-qt5                     0.9.3+16.04.20160218-5
local/libinput_gestures_qt                0.3.2+7+g0868859-1
local/modemmanager-qt                     5.77.0-1                (kf5)
local/networkmanager-qt                   5.77.0-1                (kf5)
local/phonon-qt5                          4.11.1-2
local/phonon-qt5-gstreamer                4.10.0-2
local/plasma-framework                    5.77.0-2                (kf5)
local/plasma-integration                  5.20.4-1                (plasma)
local/polkit-qt5                          0.113.0-2
local/poppler-qt5                         20.12.1-1
local/pulseaudio-qt                       1.2-2
local/python-pyqt5                        5.15.2-2                (pyqt5)
local/python-pyqt5-sip                    12.8.1-3
local/qca                                 2.3.1-4
local/qqc2-desktop-style                  5.77.0-1                (kf5)
local/qt5-base                            5.15.2-2                (qt       qt5)
local/qt5-declarative                     5.15.2-1                (qt       qt5)
local/qt5-graphicaleffects                5.15.2-1                (qt       qt5)
local/qt5-location                        5.15.2-2                (qt       qt5)
local/qt5-multimedia                      5.15.2-1                (qt       qt5)
local/qt5-quickcontrols2                  5.15.2-1                (qt       qt5)
local/qt5-quickcontrols                   5.15.2-1                (qt       qt5)
local/qt5-script                          5.15.2-1                (qt       qt5)
local/qt5-sensors                         5.15.2-1                (qt       qt5)
local/qt5-speech                          5.15.2-1                (qt       qt5)
local/qt5-svg                             5.15.2-1                (qt       qt5)
local/qt5-tools                           5.15.2-1                (qt       qt5)
local/qt5-wayland                         5.15.2-1                (qt       qt5)
local/qt5-webchannel                      5.15.2-1                (qt       qt5)
local/qt5-webengine                       5.15.2-3                (qt       qt5)
local/qt5-x11extras                       5.15.2-1                (qt       qt5)
local/qwikaccess-git                      0.0.1.r65.ae84897-1
local/signond                             8.60-3
local/sonnet                              5.77.0-1                (kf5)
local/xdg-desktop-portal-kde              5.20.4-1                (plasma)
local/zbar                                0.23.1-5
LukasMueller187 commented 3 years ago

I am having the same issue on arch with kde plasma.

greppp commented 3 years ago

Also having the same issue. Manjaro with KDE plasma. https://github.com/Ultimaker/Cura/issues/5970#issuecomment-692406493 fixes it.

thamudi commented 3 years ago

I put this sentence in the launcher:

env -u DESKTOP_SESSION -u KDE_FULL_SESSION -u XDG_CURRENT_DESKTOP /usr/bin/cura %F

IWFM Thanks

This solution fixed it for me on manjaro 5.9, KDE 5.20,QT 5.15

jarrard commented 3 years ago

This solution fixed it for me on manjaro 5.9, KDE 5.20,QT 5.15

Ditto

Ghostkeeper commented 2 years ago

This has been fixed since Cura 4.9.