Ultimaker / Cura

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

Cura crashes right after startup #6052

Open jeroenrnl opened 5 years ago

jeroenrnl commented 5 years ago

Application version 4.1.0

Platform Linux 5.2.1

Printer JGAurora A5

Reproduction steps Startup cura

Actual results Cura starts, the splash screen shows, going through all the normal steps, then the application screen shows and after ~2 seconds, it closes

Expected results It doesn't close

Additional information Running cura from a terminal:

$ cura
/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/jeroen/.config/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [435]: Data storage path is /home/jeroen/.local/share/cura/4.1
[MainThread] UM.Resources.__initializeStoragePaths [447]: Cache storage path is /home/jeroen/.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: AMD Radeon (TM) R9 380 Series (TONGA, DRM 3.32.0, 5.2.1-arch1-1-ARCH, LLVM 8.0.1)
[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/jeroen/.local/share/cura/4.1/packages.json
[MainThread] UM.PackageManager._saveManagementData [207]: Package management file /home/jeroen/.local/share/cura/4.1/packages.json was saved
[MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [90]: Loading plugin configuration file '/home/jeroen/.config/cura/4.1/plugins.json'
2019-07-24 12:00:56,521 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ConsoleLogger
2019-07-24 12:00:56,561 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [78]: Found CuraEngine at: /usr/bin/CuraEngine
2019-07-24 12:00:56,570 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraEngineBackend
2019-07-24 12:00:56,595 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin TranslateTool
2019-07-24 12:00:56,620 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ScaleTool
2019-07-24 12:00:56,641 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RotateTool
2019-07-24 12:00:56,652 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SelectionTool
2019-07-24 12:00:56,664 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CameraTool
2019-07-24 12:00:56,681 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MirrorTool
2019-07-24 12:00:56,681 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-24 12:00:56,696 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalFileOutputDevice
2019-07-24 12:00:56,708 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLWriter
2019-07-24 12:00:56,715 - WARNING - [MainThread] STLReader.STLReader.<module> [26]: Could not find numpy-stl, falling back to slower code.
2019-07-24 12:00:56,725 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin STLReader
2019-07-24 12:00:56,736 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJReader
2019-07-24 12:00:56,746 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin OBJWriter
2019-07-24 12:00:56,761 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LocalContainerProvider
2019-07-24 12:00:56,777 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [36]: Checking for new version of cura
2019-07-24 12:00:56,783 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UpdateChecker
2019-07-24 12:00:56,797 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FileLogger
2019-07-24 12:00:56,809 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimpleView
2019-07-24 12:00:56,809 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-24 12:00:56,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-24 12:00:56,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-24 12:00:56,810 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-24 12:00:56,811 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-24 12:00:56,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-24 12:00:56,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-24 12:00:56,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-24 12:00:56,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-24 12:00:56,812 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-24 12:00:56,813 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-24 12:00:56,831 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFWriter
2019-07-24 12:00:56,852 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeProfileReader
2019-07-24 12:00:56,864 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileReader
2019-07-24 12:00:56,879 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ImageReader
2019-07-24 12:00:56,892 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdateChecker
2019-07-24 12:00:56,907 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin RemovableDriveOutputDevice
2019-07-24 12:00:56,917 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-24 12:00:56,921 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-24 12:00:56,922 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-07-24 12:00:56,922 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-24 12:00:56,922 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-24 12:00:56,922 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-24 12:00:56,923 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-24 12:00:56,923 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-24 12:00:56,923 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-24 12:00:56,923 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-24 12:00:56,923 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-24 12:00:56,947 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin UltimakerMachineActions
2019-07-24 12:00:56,965 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraDrive
2019-07-24 12:00:56,981 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-24 12:00:56,981 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-24 12:00:56,982 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-24 12:00:56,982 - 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-24 12:00:56,982 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-24 12:00:56,982 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-24 12:00:56,982 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-24 12:00:56,982 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-24 12:00:56,983 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-24 12:00:56,983 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-24 12:00:56,983 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-24 12:00:56,983 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-24 12:00:56,984 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-24 12:00:56,985 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-24 12:00:56,985 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [614]: Could not find plugin UM3NetworkPrinting
2019-07-24 12:00:56,993 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-24 12:00:56,994 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-24 12:00:56,994 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-24 12:00:56,994 - 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-24 12:00:56,994 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-24 12:00:56,994 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-24 12:00:56,994 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-24 12:00:56,995 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-24 12:00:56,996 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-24 12:00:57,015 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade21to22
2019-07-24 12:00:57,027 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade34to35
2019-07-24 12:00:57,040 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade35to40
2019-07-24 12:00:57,054 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade32to33
2019-07-24 12:00:57,067 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade22to24
2019-07-24 12:00:57,084 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade26to27
2019-07-24 12:00:57,097 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade30to31
2019-07-24 12:00:57,111 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade33to34
2019-07-24 12:00:57,123 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade40to41
2019-07-24 12:00:57,139 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade27to30
2019-07-24 12:00:57,152 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin VersionUpgrade25to26
2019-07-24 12:00:57,185 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin X3DReader
2019-07-24 12:00:57,185 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-24 12:00:57,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-24 12:00:57,186 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-24 12:00:57,187 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-24 12:00:57,205 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MonitorStage
2019-07-24 12:00:57,218 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzWriter
2019-07-24 12:00:57,231 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SolidView
2019-07-24 12:00:57,260 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin 3MFReader
2019-07-24 12:00:57,277 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [112]: No auth data to retrieve the access_token from
2019-07-24 12:00:57,285 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin Toolbox
2019-07-24 12:00:57,285 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-24 12:00:57,300 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PostProcessingPlugin
2019-07-24 12:00:57,301 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-24 12:00:57,333 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SimulationView
2019-07-24 12:00:57,342 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-24 12:00:57,346 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-24 12:00:57,346 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-07-24 12:00:57,358 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PrepareStage
2019-07-24 12:00:57,370 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PreviewStage
2019-07-24 12:00:57,383 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XRayView
2019-07-24 12:00:57,405 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeReader
/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-24 12:00:57,442 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin USBPrinting
2019-07-24 12:00:57,454 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin CuraProfileWriter
2019-07-24 12:00:57,468 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeWriter
2019-07-24 12:00:57,481 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin MachineSettingsAction
2019-07-24 12:00:57,499 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin PerObjectSettingsTool
2019-07-24 12:00:57,514 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin ModelChecker
2019-07-24 12:00:57,515 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-24 12:00:57,541 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin XmlMaterialProfile
2019-07-24 12:00:57,554 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin FirmwareUpdater
2019-07-24 12:00:57,573 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin SupportEraser
2019-07-24 12:00:57,588 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin GCodeGzReader
2019-07-24 12:00:57,588 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-24 12:00:57,602 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [405]: Loaded plugin LegacyProfileReader
2019-07-24 12:00:57,602 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFWriter was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeProfileReader was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileReader was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ImageReader was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdateChecker was already loaded
2019-07-24 12:00:57,603 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RemovableDriveOutputDevice was already loaded
2019-07-24 12:00:57,606 - WARNING - [MainThread] UFPWriter.<module> [10]: Could not import UFPWriter; libCharon may be missing
2019-07-24 12:00:57,606 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPWriter did not return any objects to register
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin TranslateTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ScaleTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin RotateTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SelectionTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CameraTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MirrorTool was already loaded
2019-07-24 12:00:57,607 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ConsoleLogger was already loaded
2019-07-24 12:00:57,608 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalFileOutputDevice was already loaded
2019-07-24 12:00:57,608 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UltimakerMachineActions was already loaded
2019-07-24 12:00:57,608 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraDrive was already loaded
2019-07-24 12:00:57,616 - ERROR - [MainThread] UM.Logger.logException [84]: Exception: Import error loading module UM3NetworkPrinting
2019-07-24 12:00:57,616 - ERROR - [MainThread] UM.Logger.logException [88]: Traceback (most recent call last):
2019-07-24 12:00:57,616 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/site-packages/UM/PluginRegistry.py", line 539, in _findPlugin
2019-07-24 12:00:57,617 - 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-24 12:00:57,617 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 244, in load_module
2019-07-24 12:00:57,617 - ERROR - [MainThread] UM.Logger.logException [88]:     return load_package(name, filename)
2019-07-24 12:00:57,617 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/python3.7/imp.py", line 216, in load_package
2019-07-24 12:00:57,617 - ERROR - [MainThread] UM.Logger.logException [88]:     return _load(spec)
2019-07-24 12:00:57,617 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 696, in _load
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/__init__.py", line 3, in <module>
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:     from .src import DiscoverUM3Action
2019-07-24 12:00:57,618 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/DiscoverUM3Action.py", line 18, in <module>
2019-07-24 12:00:57,619 - ERROR - [MainThread] UM.Logger.logException [88]:     from .UM3OutputDevicePlugin import UM3OutputDevicePlugin
2019-07-24 12:00:57,619 - ERROR - [MainThread] UM.Logger.logException [88]:   File "/usr/lib/cura/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py", line 10, in <module>
2019-07-24 12:00:57,619 - ERROR - [MainThread] UM.Logger.logException [88]:     from zeroconf import Zeroconf, ServiceBrowser, ServiceStateChange, ServiceInfo
2019-07-24 12:00:57,619 - ERROR - [MainThread] UM.Logger.logException [88]: ModuleNotFoundError: No module named 'zeroconf'
2019-07-24 12:00:57,619 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade21to22 was already loaded
2019-07-24 12:00:57,619 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade34to35 was already loaded
2019-07-24 12:00:57,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade35to40 was already loaded
2019-07-24 12:00:57,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade32to33 was already loaded
2019-07-24 12:00:57,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade22to24 was already loaded
2019-07-24 12:00:57,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade26to27 was already loaded
2019-07-24 12:00:57,620 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade30to31 was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade33to34 was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade40to41 was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade27to30 was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin VersionUpgrade25to26 was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin X3DReader was already loaded
2019-07-24 12:00:57,621 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLWriter was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin STLReader was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJReader was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin OBJWriter was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MonitorStage was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzWriter was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SolidView was already loaded
2019-07-24 12:00:57,622 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin 3MFReader was already loaded
2019-07-24 12:00:57,623 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin Toolbox was already loaded
2019-07-24 12:00:57,623 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LocalContainerProvider was already loaded
2019-07-24 12:00:57,623 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PostProcessingPlugin was already loaded
2019-07-24 12:00:57,623 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin UpdateChecker was already loaded
2019-07-24 12:00:57,623 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimulationView was already loaded
2019-07-24 12:00:57,625 - WARNING - [MainThread] UFPReader.<module> [10]: Could not import UFPReader; libCharon may be missing
2019-07-24 12:00:57,626 - ERROR - [MainThread] UM.PluginRegistry.loadPlugin [392]: Plugin UFPReader did not return any objects to register
2019-07-24 12:00:57,626 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PrepareStage was already loaded
2019-07-24 12:00:57,626 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PreviewStage was already loaded
2019-07-24 12:00:57,626 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XRayView was already loaded
2019-07-24 12:00:57,626 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeReader was already loaded
2019-07-24 12:00:57,626 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin USBPrinting was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraProfileWriter was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeWriter was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin MachineSettingsAction was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin PerObjectSettingsTool was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin ModelChecker was already loaded
2019-07-24 12:00:57,627 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FileLogger was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin XmlMaterialProfile was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin FirmwareUpdater was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SupportEraser was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin GCodeGzReader was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin SimpleView was already loaded
2019-07-24 12:00:57,628 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin LegacyProfileReader was already loaded
2019-07-24 12:00:57,629 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [353]: Plugin CuraEngineBackend was already loaded
2019-07-24 12:00:57,640 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [143]: Looking for old configuration files to upgrade.
2019-07-24 12:00:57,833 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:57,837 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:57,893 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:57,895 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:57,960 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:57,964 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,034 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,036 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,087 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,092 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,157 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,160 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,211 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,214 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,275 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,277 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,337 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./plugins.json, skip it
2019-07-24 12:00:58,340 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [295]: Failed to get file version: ./packages.json, skip it
2019-07-24 12:00:58,483 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_8_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,484 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_3_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,485 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_6_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,486 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_5_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,486 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_7_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,487 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_4_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,488 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_2_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,489 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,490 - INFO - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [299]: Create upgrade task for configuration file [./custom_extruder_1_peizhiwenjian.inst.cfg] with type [quality_changes] and source version [2000004]
2019-07-24 12:00:58,642 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_8_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,648 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_3_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,655 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_6_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,664 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_5_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,673 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_7_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,681 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_4_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,687 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_2_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,692 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,700 - INFO - [MainThread] UM.VersionUpgradeManager._upgradeFile [383]: Upgraded ./custom_extruder_1_peizhiwenjian.inst.cfg to version 4000007.
2019-07-24 12:00:58,716 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [171]: Socket state changed to Listening
2019-07-24 12:00:58,732 - INFO - [MainThread] UM.Backend.Backend.startEngine [81]: Started engine process: /usr/bin/CuraEngine
2019-07-24 12:00:58,733 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [101]: [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
2019-07-24 12:00:58,736 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-24 12:00:58,736 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] Cura_SteamEngine version master
2019-07-24 12:00:58,737 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] Copyright (C) 2018 Ultimaker
2019-07-24 12:00:58,737 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-24 12:00:58,738 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] This program is free software: you can redistribute it and/or modify
2019-07-24 12:00:58,738 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] it under the terms of the GNU Affero General Public License as published by
2019-07-24 12:00:58,738 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] the Free Software Foundation, either version 3 of the License, or
2019-07-24 12:00:58,739 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] (at your option) any later version.
2019-07-24 12:00:58,739 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-24 12:00:58,739 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] This program is distributed in the hope that it will be useful,
2019-07-24 12:00:58,739 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2019-07-24 12:00:58,743 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2019-07-24 12:00:58,743 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] GNU Affero General Public License for more details.
2019-07-24 12:00:58,744 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] 
2019-07-24 12:00:58,744 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] You should have received a copy of the GNU Affero General Public License
2019-07-24 12:00:58,744 - DEBUG - [Thread-13] UM.Backend.Backend._backendLog [101]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2019-07-24 12:00:58,762 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [175]: Socket state changed to Connected
2019-07-24 12:00:58,762 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [165]: Backend connected on port 49674
2019-07-24 12:00:59,267 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [225]: Starting to slice...
2019-07-24 12:00:59,267 - WARNING - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [229]: Slice unnecessary, nothing has changed that needs reslicing.
2019-07-24 12:01:00,783 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [339]: Loading metadata into container registry took 2.0177512168884277 seconds
2019-07-24 12:01:00,912 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [104]: Select build plate: 0
2019-07-24 12:01:00,913 - INFO - [MainThread] cura.CuraApplication.run [726]: Initializing variant manager
2019-07-24 12:01:00,917 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [59]: Exclude variant [empty_variant]
2019-07-24 12:01:00,918 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_glass
2019-07-24 12:01:00,920 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_glass] added.
2019-07-24 12:01:00,920 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5
2019-07-24 12:01:01,005 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5] added.
2019-07-24 12:01:01,007 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container ultimaker_s5_aluminum
2019-07-24 12:01:01,009 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [ultimaker_s5_aluminum] added.
2019-07-24 12:01:01,011 - INFO - [MainThread] cura.CuraApplication.run [730]: Initializing material manager
2019-07-24 12:01:01,185 - INFO - [MainThread] cura.CuraApplication.run [735]: Initializing quality manager
2019-07-24 12:01:01,200 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-07-24 12:01:01,201 - INFO - [MainThread] cura.CuraApplication.run [740]: Initializing machine manager
2019-07-24 12:01:01,201 - INFO - [MainThread] cura.CuraApplication.run [743]: Initializing container manager
2019-07-24 12:01:01,202 - INFO - [MainThread] cura.CuraApplication.run [746]: Initializing machine error checker
2019-07-24 12:01:01,220 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container JGAurora A5 & A5S
2019-07-24 12:01:01,223 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container JGAurora A5 & A5S_user
2019-07-24 12:01:01,225 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [JGAurora A5 & A5S_user] added.
2019-07-24 12:01:01,226 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container normal
2019-07-24 12:01:01,227 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [normal] added.
2019-07-24 12:01:01,228 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container JGAurora A5 & A5S_settings
2019-07-24 12:01:01,230 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [JGAurora A5 & A5S_settings] added.
2019-07-24 12:01:01,230 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container jgaurora_a5
2019-07-24 12:01:01,272 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [jgaurora_a5] added.
2019-07-24 12:01:01,273 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [JGAurora A5 & A5S] added.
2019-07-24 12:01:01,273 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [72]: Default machine actions added for machine definition [jgaurora_a5]
2019-07-24 12:01:01,277 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container jgaurora_a5_extruder_0 #2
2019-07-24 12:01:01,280 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container jgaurora_a5_extruder_0 #2_user
2019-07-24 12:01:01,283 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [jgaurora_a5_extruder_0 #2_user] added.
2019-07-24 12:01:01,283 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container generic_pla_175
2019-07-24 12:01:01,290 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox] added.
2019-07-24 12:01:01,290 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm] added.
2019-07-24 12:01:01,291 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_imade3d_jellybox_0.4_mm_2-fans] added.
2019-07-24 12:01:01,291 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio] added.
2019-07-24 12:01:01,291 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.25mm_thermoplastic_extruder] added.
2019-07-24 12:01:01,291 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.4mm_thermoplastic_extruder] added.
2019-07-24 12:01:01,292 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_cartesio_0.8mm_thermoplastic_extruder] added.
2019-07-24 12:01:01,292 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434] added.
2019-07-24 12:01:01,292 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.25mm_TP_extruder] added.
2019-07-24 12:01:01,292 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.4mm_TP_extruder] added.
2019-07-24 12:01:01,293 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_hms434_0.8mm_TP_extruder] added.
2019-07-24 12:01:01,293 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alya3dp] added.
2019-07-24 12:01:01,293 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_alyanx3dp] added.
2019-07-24 12:01:01,293 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175_kupido] added.
2019-07-24 12:01:01,294 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [generic_pla_175] added.
2019-07-24 12:01:01,294 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container jgaurora_a5_extruder_0 #2_settings
2019-07-24 12:01:01,296 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [jgaurora_a5_extruder_0 #2_settings] added.
2019-07-24 12:01:01,296 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container jgaurora_a5_extruder_0
2019-07-24 12:01:01,297 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [jgaurora_a5_extruder_0] added.
2019-07-24 12:01:01,298 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [jgaurora_a5_extruder_0 #2] added.
/usr/lib/cura/plugins/PostProcessingPlugin/Script.py:119: DeprecationWarning: invalid escape sequence \.
  m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
2019-07-24 12:01:01,488 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: BQ_PauseAtHeight
2019-07-24 12:01:01,490 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: ChangeAtZ
2019-07-24 12:01:01,491 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2019-07-24 12:01:01,492 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: FilamentChange
2019-07-24 12:01:01,493 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: InsertAtLayerChange
2019-07-24 12:01:01,495 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeight
2019-07-24 12:01:01,496 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightRepRapFirmwareDuet
2019-07-24 12:01:01,497 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: PauseAtHeightforRepetier
2019-07-24 12:01:01,498 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: SearchAndReplace
2019-07-24 12:01:01,503 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: Stretch
2019-07-24 12:01:01,504 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: TimeLapse
2019-07-24 12:01:01,505 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [170]: Begin loading of script: UsePreviousProbeMeasurements
2019-07-24 12:01:01,680 - INFO - [Thread-2] STLReader.STLReader.load_file [54]: Using legacy code to load STL data.
2019-07-24 12:01:01,686 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [161]: Extruder[jgaurora_a5_extruder_0 #2] added to [JGAurora A5 & A5S] at position [0]
2019-07-24 12:01:01,708 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [169]: Extruder [jgaurora_a5_extruder_0 #2] has already been registered on machine [JGAurora A5 & A5S], not doing anything
2019-07-24 12:01:01,720 - INFO - [MainThread] cura.Settings.MachineManager._initMachineState [330]: Machine 'JGAurora A5 & A5S' quality set to 'normal'
2019-07-24 12:01:01,980 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container fdmprinter
2019-07-24 12:01:02,058 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [fdmprinter] added.
2019-07-24 12:01:02,075 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [74]: No machine with name JGAurora A5 & A5S in list of firmware to check.
2019-07-24 12:01:02,152 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [136]: New error check scheduled.
2019-07-24 12:01:02,248 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._checkStack [140]: Need to check for errors again. Discard the current progress and reschedule a check.
2019-07-24 12:01:02,516 - DEBUG - [Thread-2] UM.Mesh.MeshData.calculateNormalsFromVertices [444]: Calculating normals took 0.0032494068145751953 seconds
2019-07-24 12:01:02,518 - DEBUG - [Thread-2] STLReader.STLReader._read [97]: Loaded a mesh with 60000 vertices
2019-07-24 12:01:02,595 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [281]: Creating post processing plugin view.
/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-24 12:01:02,614 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/share/cura/resources/themes/cura-light/theme.json
2019-07-24 12:01:02,625 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [230]: Loaded theme /usr/share/cura/resources/themes/cura-light
2019-07-24 12:01:02,688 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [291]: Post processing view created.
2019-07-24 12:01:02,784 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineId at 0x7f03e0f119d8> 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 0x7f03e0f119d8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
  self._qml_engine.load(self._main_qml)
2019-07-24 12:01:02,785 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeDefinitionId at 0x7f03e0f0bbf8> 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 0x7f03e0f0bbf8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.definition.id instead
  self._qml_engine.load(self._main_qml)
2019-07-24 12:01:02,804 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-24 12:01:02,804 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-24 12:01:02,805 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [89]: There was no auth data or access token
2019-07-24 12:01:02,806 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getImage [133]: No image header_pattern defined in Theme
2019-07-24 12:01:02,808 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantBuildplateName at 0x7f03e0f0bae8> 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 0x7f03e0f0bae8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.variant.name instead
  self._qml_engine.load(self._main_qml)
2019-07-24 12:01:02,808 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineName at 0x7f03e0f118c8> 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 0x7f03e0f118c8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
  self._qml_engine.load(self._main_qml)
2019-07-24 12:01:02,810 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel.
2019-07-24 12:01:03,137 - 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-24 12:01:03,137 - 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 -14 is less than 0
qml: TableViewSelection: index out of range
qml: TableViewSelection: index out of range
2019-07-24 12:01:03,350 - WARNING - [MainThread] UM.Preferences.getValue [97]: Tried to get the value of non-existing setting info/send_slice_info.
2019-07-24 12:01:03,400 - DEBUG - [MainThread] UM.Controller.setActiveStage [149]: Setting active stage to PrepareStage
2019-07-24 12:01:03,422 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [34]: Updating NozzleModel.
2019-07-24 12:01:03,427 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeVariantName at 0x7f03e0f0b8c8> 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 0x7f03e0f0b8c8> is deprecated (since 4.1): use Cura.MachineManager.activeStack.variant.name instead
  self.activeStageChanged.emit()
2019-07-24 12:01:03,433 - WARNING - [MainThread] UM.Decorators.deprecated_function [19]: <function MachineManager.activeMachineDefinitionName at 0x7f03e0f117b8> 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 0x7f03e0f117b8> 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 0x7f03e0f118c8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.name instead
  self.activeStageChanged.emit()
2019-07-24 12:01:03,471 - 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-24 12:01:03,472 - DEBUG - [MainThread] UM.Controller.setActiveView [91]: Setting active view to SolidView
2019-07-24 12:01:03,490 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting packages metadata from server.
2019-07-24 12:01:03,493 - INFO - [MainThread] Toolbox.src.Toolbox._makeRequestByType [529]: Requesting authors metadata from server.
2019-07-24 12:01:03,507 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [107]: Creating model checker view.
2019-07-24 12:01:03,511 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [116]: Model checker view created.
2019-07-24 12:01:03,511 - DEBUG - [MainThread] cura.CuraApplication.run [783]: Booting Cura took 7.404901504516602 seconds
Model size of -15 is less than 0
2019-07-24 12:01:03,537 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [136]: Lookup tables updated.
2019-07-24 12:01:03,538 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [281]: Updating material lookup data ...
2019-07-24 12:01:03,575 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1276]: Updating quality/quality_changes due to material change
2019-07-24 12:01:03,576 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1283]: Current quality type = [normal]
2019-07-24 12:01:03,576 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1297]: Current available quality type [normal] is available, applying changes.
2019-07-24 12:01:03,594 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [136]: New error check scheduled.
2019-07-24 12:01:03,629 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Custom FDM printer
2019-07-24 12:01:03,633 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Custom FDM printer_user
2019-07-24 12:01:03,635 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Custom FDM printer_user] added.
2019-07-24 12:01:03,636 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container Custom FDM printer_settings
2019-07-24 12:01:03,638 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Custom FDM printer_settings] added.
2019-07-24 12:01:03,639 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container custom
2019-07-24 12:01:03,682 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [custom] added.
2019-07-24 12:01:03,683 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [Custom FDM printer] added.
/usr/lib/python3.7/site-packages/UM/Qt/ListModel.py:97: DeprecationWarning: <function MachineManager.activeMachineId at 0x7f03e0f119d8> is deprecated (since 4.1): use Cura.MachineManager.activeMachine.id instead
  self.endInsertRows()
2019-07-24 12:01:03,698 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [74]: No machine with name Custom FFF printer in list of firmware to check.
2019-07-24 12:01:03,698 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel.
2019-07-24 12:01:03,699 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [61]: Updating QualityProfilesDropDownMenuModel.
2019-07-24 12:01:03,700 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container coarse
2019-07-24 12:01:03,702 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [coarse] added.
2019-07-24 12:01:03,740 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container draft
2019-07-24 12:01:03,742 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [draft] added.
2019-07-24 12:01:03,778 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container extra_coarse
2019-07-24 12:01:03,781 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [extra_coarse] added.
2019-07-24 12:01:03,815 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container fast
2019-07-24 12:01:03,817 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [fast] added.
2019-07-24 12:01:03,888 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container high
2019-07-24 12:01:03,891 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [high] added.
2019-07-24 12:01:03,926 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [59]: Loading container extra_fast
2019-07-24 12:01:03,929 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [387]: Container [extra_fast] added.
2019-07-24 12:01:04,464 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [181]: Support for Vertex Array Objects: True
2019-07-24 12:01:04,465 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [99]: Initialized OpenGL subsystems.
2019-07-24 12:01:04,465 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [100]: OpenGL Version:  4.5 (Core Profile) Mesa 19.1.3
2019-07-24 12:01:04,466 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [101]: OpenGL Vendor:   X.Org
2019-07-24 12:01:04,466 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [102]: OpenGL Renderer: AMD Radeon (TM) R9 380 Series (TONGA, DRM 3.32.0, 5.2.1-arch1-1-ARCH, LLVM 8.0.1)
2019-07-24 12:01:04,466 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-07-24 12:01:04,469 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/selection.shader]...
2019-07-24 12:01:04,470 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-07-24 12:01:04,471 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/composite.shader]...
2019-07-24 12:01:04,472 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/overhang.shader]...
2019-07-24 12:01:04,474 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-07-24 12:01:04,476 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/transparent_object.shader]...
2019-07-24 12:01:04,477 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/striped.shader]...
2019-07-24 12:01:04,479 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/default.shader]...
2019-07-24 12:01:04,480 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/cura/resources/shaders/grid.shader]...
2019-07-24 12:01:04,482 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [56]: Loading shader file [/usr/share/uranium/resources/shaders/platform.shader]...
Fatal Python error: Segmentation fault

Thread 0x00007f035d5e6700 (most recent call first):
  File "/usr/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 76 in _updateThread
  File "/usr/lib/python3.7/threading.py", line 865 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f035dde7700 (most recent call first):
  File "/usr/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  File "/usr/lib/python3.7/threading.py", line 865 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f0379ffb700 (most recent call first):
  File "/usr/lib/python3.7/site-packages/UM/Backend/Backend.py", line 150 in _storeStderrToLogThread
  File "/usr/lib/python3.7/threading.py", line 865 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f037a7fc700 (most recent call first):
  File "/usr/lib/python3.7/site-packages/UM/Backend/Backend.py", line 138 in _storeOutputToLogThread
  File "/usr/lib/python3.7/threading.py", line 865 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f037affd700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f037b7fe700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f037bfff700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f039cff9700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f039d7fa700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f039dffb700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f039e7fc700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Thread 0x00007f039effd700 (most recent call first):
  File "/usr/lib/python3.7/threading.py", line 296 in wait
  File "/usr/lib/python3.7/threading.py", line 427 in acquire
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 86 in _nextJob
  File "/usr/lib/python3.7/site-packages/UM/JobQueue.py", line 112 in run
  File "/usr/lib/python3.7/threading.py", line 917 in _bootstrap_inner
  File "/usr/lib/python3.7/threading.py", line 885 in _bootstrap

Current thread 0x00007f03ebc17680 (most recent call first):
  File "/usr/lib/python3.7/site-packages/UM/Qt/QtApplication.py", line 341 in exec_
  File "/usr/lib/python3.7/site-packages/cura/CuraApplication.py", line 797 in run
  File "/bin/cura", line 136 in <module>
Segmentation fault (core dumped)
smartavionics commented 5 years ago

Hi. I assume you are running from source. Please update your Uranium to the master branch as we have just fixed a crash there. Thanks.

Ghostkeeper commented 5 years ago

Are you using the AppImage distribution of Cura? It doesn't look like it, because it uses Python 3.7 libraries.

If you're using the PPA or Arch packages, I think you're using the wrong version of Qt. If you're developing, it's wise to use the same version as what will be in the final build: 5.10. This way you won't accidentally use a feature that wouldn't run with the mainline builds. It also prevents crashes like this that were introduced in more recent versions of Qt, though we do have a workaround for one of those in 5.13 now in Uranium.

jeroenrnl commented 5 years ago

Hi, I'm running the Arch package version and the Qt version is just the default Arch package too, I'm not developing.

smartavionics commented 5 years ago

There is a known regression with Qt 5.13 which is what is now being used on Arch. The Uranium fix works around that issue.

jeroenrnl commented 5 years ago

I've done pip install uranium as root but this did not fix it, I'm looking into this deeper now

smartavionics commented 5 years ago

It provides the application framework that cura is based on.

jeroenrnl commented 5 years ago

ok, this is what I did:

git clone https://github.com/Ultimaker/Uranium
cd Uranium
mkdir build
cd build
cmake ..
make
sudo make install

... but this doesn't fix it. I checked, Uranium was installed in the same directories as where make install put them

smartavionics commented 5 years ago

Then it must be something else, perhaps there's something in the recently closed issue that can help you. Take a look at https://github.com/Ultimaker/Cura/issues/6008.

jeroenrnl commented 5 years ago

Ok, turned out I hadn't checked all files. The Python site-packages files were installed in /usr/local/lib instead of /usr/lib where my system keeps them. I moved them there and now it no longer crashes, but I did lose the preview of the print. I tried changing "Force layer view compatibilty modus", but that didn't help.

cura