Cura: master branch crash

Created on 17 Nov 2017  路  47Comments  路  Source: Ultimaker/Cura

Just updated uranium, cura & curaengine master branches and now I get this:
2017-11-17 14:38:15,387 - DEBUG - UM.Controller.setActiveView [85]: Setting active view to SolidView 2017-11-17 14:38:15,691 - CRITICAL - cura.CrashHandler.__init__ [62]: An uncaught exception has occurred! 2017-11-17 14:38:15,694 - CRITICAL - cura.CrashHandler.__init__ [65]: Traceback (most recent call last): 2017-11-17 14:38:15,694 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/bin/cura", line 83, in <module> 2017-11-17 14:38:15,694 - CRITICAL - cura.CrashHandler.__init__ [65]: app.run() 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/CuraApplication.py", line 683, in run 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: self._volume = BuildVolume.BuildVolume(root) 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 107, in __init__ 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: Application.getInstance().getMachineManager().activeQualityChanged.connect(self._onStackChanged) 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/CuraApplication.py", line 735, in getMachineManager 2017-11-17 14:38:15,695 - CRITICAL - cura.CrashHandler.__init__ [65]: self._machine_manager = MachineManager.createMachineManager() 2017-11-17 14:38:15,696 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 1215, in createMachineManager 2017-11-17 14:38:15,696 - CRITICAL - cura.CrashHandler.__init__ [65]: return MachineManager() 2017-11-17 14:38:15,696 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 109, in __init__ 2017-11-17 14:38:15,696 - CRITICAL - cura.CrashHandler.__init__ [65]: self.setActiveMachine(active_machine_id) 2017-11-17 14:38:15,696 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 357, in setActiveMachine 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: Application.getInstance().setGlobalContainerStack(containers[0]) 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Application.py", line 154, in setGlobalContainerStack 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: self.globalContainerStackChanged.emit() 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Signal.py", line 212, in emit 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: self.__performEmit(*args, **kwargs) 2017-11-17 14:38:15,697 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Signal.py", line 315, in __performEmit 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: func(dest, *args, **kwargs) 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 500, in _onStackChanged 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: self._updateDisallowedAreas() 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 597, in _updateDisallowedAreas 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: disallowed_border_size = self._getEdgeDisallowedSize() 2017-11-17 14:38:15,698 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 956, in _getEdgeDisallowedSize 2017-11-17 14:38:15,699 - CRITICAL - cura.CrashHandler.__init__ [65]: move_from_wall_radius = max(move_from_wall_radius, max(self._getSettingFromAllExtruders("infill_wipe_dist"))) 2017-11-17 14:38:15,699 - CRITICAL - cura.CrashHandler.__init__ [65]: ValueError: max() arg is an empty sequence

All 47 comments

The crash is caused by something from fb87b73 to 01437b2 my guess is something in f48539c is causing the problem?

@smartavionics Is your currently active machine a single-extrusion machine? In this PR #2685, all machines will have >= 1 ExtruderStacks, even for single-extrusion machines. From the log, looks like single extrusion machines are not upgraded properly. (probably because you were running master?)

Hi, yes, it's a single extruder printer. Can I upgrade manually?

I'm not sure if the file upgrade works yet... I will get back to you later.

OK, no problem.

@smartavionics Could you try this?

  1. Open your cura folder (should be ".local/share/cura") and find the machine file in the "machine_instances" folder.
  2. Open the machine file and set "setting_version" to 3.
  3. Start Cura again.

Great, that worked, I changed the setting_version on two of my printers (Kossel XL and Kossel Mini) and cura started up OK. Here's what came out on the terminal if you are interested:
QApplication: invalid style override passed, ignoring it. UM.Resources.__initializeStoragePaths [342]: Initializing storage paths UM.Resources.__initializeStoragePaths [353]: Config storage path is /home/markb/.config/cura/master UM.Resources.__initializeStoragePaths [361]: Data storage path is /home/markb/.local/share/cura/master UM.Resources.__initializeStoragePaths [373]: Cache storage path is /home/markb/.cache/cura/master UM.View.GL.OpenGLContext.detectBestOpenGLVersion [103]: Trying OpenGL context 4.1... UM.View.GL.OpenGLContext.detectBestOpenGLVersion [113]: Yay, we got at least OpenGL 4.1 core: 4.5 Core profile UM.Qt.QtApplication.__init__ [82]: Detected most suitable OpenGL context version: 4.1 Core profile UM.Qt.QtApplication.__init__ [98]: Command line arguments: {'qmljsdebugger': None, 'external-backend': False, 'single_instance': False, 'disable-textures': False, 'headless': False, 'file': []} 2017-11-20 08:06:43,284 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ConsoleLogger 2017-11-20 08:06:43,313 - INFO - CuraEngineBackend.CuraEngineBackend.__init__ [64]: Found CuraEngine at: /opt/cura/bin/CuraEngine 2017-11-20 08:06:43,313 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraEngineBackend 2017-11-20 08:06:43,319 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ScaleTool 2017-11-20 08:06:43,322 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin TranslateTool 2017-11-20 08:06:43,327 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin MirrorTool 2017-11-20 08:06:43,329 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SelectionTool 2017-11-20 08:06:43,332 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin CameraTool 2017-11-20 08:06:43,336 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin RotateTool 2017-11-20 08:06:43,343 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLReader 2017-11-20 08:06:43,347 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJReader 2017-11-20 08:06:43,349 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin STLWriter 2017-11-20 08:06:43,352 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin OBJWriter 2017-11-20 08:06:43,356 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LocalFileOutputDevice 2017-11-20 08:06:43,360 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SimpleView 2017-11-20 08:06:43,360 - WARNING - UM.PluginRegistry.loadPlugin [200]: Plugin ConsoleLogger was already loaded 2017-11-20 08:06:43,362 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin FileLogger 2017-11-20 08:06:43,418 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UpdateChecker 2017-11-20 08:06:43,430 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SliceInfoPlugin 2017-11-20 08:06:43,439 - INFO - UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura 2017-11-20 08:06:43,444 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin SolidView 2017-11-20 08:06:43,451 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ImageReader 2017-11-20 08:06:43,458 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PerObjectSettingsTool 2017-11-20 08:06:43,466 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin RemovableDriveOutputDevice 2017-11-20 08:06:43,470 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UserAgreementPlugin 2017-11-20 08:06:43,475 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeProfileReader 2017-11-20 08:06:43,484 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin PluginBrowser 2017-11-20 08:06:43,488 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade30to31 2017-11-20 08:06:43,493 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade22to24 2017-11-20 08:06:43,497 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade21to22 2017-11-20 08:06:43,499 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade27to30 2017-11-20 08:06:43,502 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade26to27 2017-11-20 08:06:43,506 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin VersionUpgrade25to26 2017-11-20 08:06:43,520 - DEBUG - UM.PluginRegistry.loadPlugin [206]: Plugin USBPrinting was disabled 2017-11-20 08:06:43,520 - WARNING - UM.PluginRegistry.loadPlugin [200]: Plugin CuraEngineBackend was already loaded 2017-11-20 08:06:43,530 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin X3DReader 2017-11-20 08:06:43,534 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin AutoSave 2017-11-20 08:06:43,540 - DEBUG - UM.PluginRegistry.loadPlugin [206]: Plugin FirmwareUpdateChecker was disabled 2017-11-20 08:06:43,546 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin XRayView 2017-11-20 08:06:43,559 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LayerView 2017-11-20 08:06:43,573 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin XmlMaterialProfile 2017-11-20 08:06:43,648 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UM3NetworkPrinting 2017-11-20 08:06:43,652 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileWriter 2017-11-20 08:06:43,672 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFReader 2017-11-20 08:06:43,677 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeWriter 2017-11-20 08:06:43,686 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin MachineSettingsAction 2017-11-20 08:06:43,695 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin UltimakerMachineActions 2017-11-20 08:06:43,705 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin GCodeReader 2017-11-20 08:06:43,710 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin LegacyProfileReader 2017-11-20 08:06:43,718 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin 3MFWriter 2017-11-20 08:06:43,723 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin ChangeLogPlugin 2017-11-20 08:06:43,728 - INFO - UM.PluginRegistry.loadPlugin [238]: Loaded plugin CuraProfileReader 2017-11-20 08:06:43,732 - INFO - UM.VersionUpgradeManager.upgrade [112]: Looking for old configuration files to upgrade. 2017-11-20 08:06:43,743 - INFO - UM.VersionUpgradeManager._upgradeFile [353]: Upgraded ./Kossel+Mini.global.cfg to version 3000004. 2017-11-20 08:06:43,744 - INFO - UM.VersionUpgradeManager._upgradeFile [353]: Upgraded ./Kossel+XL.global.cfg to version 3000004. 2017-11-20 08:06:43,901 - DEBUG - UM.Backend.Backend._logSocketState [174]: Socket state changed to Listening 2017-11-20 08:06:43,905 - INFO - UM.Backend.Backend.startEngine [75]: Started engine process: /opt/cura/bin/CuraEngine 2017-11-20 08:06:43,906 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] Calling engine with: ['/opt/cura/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/opt/cura/share/cura/resources/definitions/fdmprinter.def.json', ''] 2017-11-20 08:06:43,911 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] 2017-11-20 08:06:43,915 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] Cura_SteamEngine version DEV 2017-11-20 08:06:43,920 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] Copyright (C) 2017 Ultimaker 2017-11-20 08:06:43,921 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] 2017-11-20 08:06:43,921 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] This program is free software: you can redistribute it and/or modify 2017-11-20 08:06:43,922 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] it under the terms of the GNU Affero General Public License as published by 2017-11-20 08:06:43,922 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] the Free Software Foundation, either version 3 of the License, or 2017-11-20 08:06:43,922 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] (at your option) any later version. 2017-11-20 08:06:43,923 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] 2017-11-20 08:06:43,923 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] This program is distributed in the hope that it will be useful, 2017-11-20 08:06:43,923 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2017-11-20 08:06:43,923 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2017-11-20 08:06:43,924 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] GNU Affero General Public License for more details. 2017-11-20 08:06:43,924 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] 2017-11-20 08:06:43,924 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] You should have received a copy of the GNU Affero General Public License 2017-11-20 08:06:43,925 - DEBUG - UM.Backend.Backend._backendLog [93]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>. 2017-11-20 08:06:44,049 - DEBUG - UM.Backend.Backend._logSocketState [178]: Socket state changed to Connected 2017-11-20 08:06:44,050 - DEBUG - UM.Backend.Backend._onSocketStateChanged [168]: Backend connected on port 49674 2017-11-20 08:06:44,306 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigidbot failed to pickle. 2017-11-20 08:06:44,545 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition raise3D_N2_dual failed to pickle. 2017-11-20 08:06:44,772 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition dagoma_discoeasy200 failed to pickle. 2017-11-20 08:06:45,020 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition punchtec_connect_xl failed to pickle. 2017-11-20 08:06:45,269 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition raise3D_N2_plus_single failed to pickle. 2017-11-20 08:06:45,504 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition tevo_tarantula failed to pickle. 2017-11-20 08:06:45,981 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker3 failed to pickle. 2017-11-20 08:06:46,239 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition abax_titan failed to pickle. 2017-11-20 08:06:46,477 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kemiq_q2_beta failed to pickle. 2017-11-20 08:06:46,716 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition printrbot_simple failed to pickle. 2017-11-20 08:06:47,018 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kossel_mini_mb failed to pickle. 2017-11-20 08:06:47,337 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker_original_dual failed to pickle. 2017-11-20 08:06:47,618 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigid3d failed to pickle. 2017-11-20 08:06:47,898 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition makeit_pro_l failed to pickle. 2017-11-20 08:06:48,233 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition maker_starter failed to pickle. 2017-11-20 08:06:48,518 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigid3d_hobby failed to pickle. 2017-11-20 08:06:48,795 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigidbot_big failed to pickle. 2017-11-20 08:06:49,052 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition raise3D_N2_plus_dual failed to pickle. 2017-11-20 08:06:49,382 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10s4_beta failed to pickle. 2017-11-20 08:06:49,640 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition prusa_i3_mk2 failed to pickle. 2017-11-20 08:06:49,970 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10s4 failed to pickle. 2017-11-20 08:06:50,215 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kossel_xl failed to pickle. 2017-11-20 08:06:50,472 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition raise3D_N2_single failed to pickle. 2017-11-20 08:06:50,743 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kupido failed to pickle. 2017-11-20 08:06:51,024 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition delta_go failed to pickle. 2017-11-20 08:06:51,461 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker2_extended_plus failed to pickle. 2017-11-20 08:06:51,739 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10_beta failed to pickle. 2017-11-20 08:06:52,291 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker3_extended failed to pickle. 2017-11-20 08:06:52,533 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition grr_neo failed to pickle. 2017-11-20 08:06:52,818 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bq_witbox_2 failed to pickle. 2017-11-20 08:06:53,071 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition zone3d_printer failed to pickle. 2017-11-20 08:06:53,455 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker2_plus failed to pickle. 2017-11-20 08:06:53,467 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles 2017-11-20 08:06:53,469 - DEBUG - UM.Settings.ContainerRegistry._loadCachedDefinition [482]: Definition file /opt/cura/share/cura/resources/definitions/fdmextruder.def.json is newer than cache, ignoring cached version 2017-11-20 08:06:53,731 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition tam failed to pickle. 2017-11-20 08:06:54,047 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition printrbot_play_heated failed to pickle. 2017-11-20 08:06:54,345 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition deltacomb failed to pickle. 2017-11-20 08:06:54,624 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigid3d_3rdgen failed to pickle. 2017-11-20 08:06:54,931 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition peopoly_moai failed to pickle. 2017-11-20 08:06:55,178 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition makeR_pegasus failed to pickle. 2017-11-20 08:06:55,424 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition imade3d_jellybox failed to pickle. 2017-11-20 08:06:55,759 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10s5 failed to pickle. 2017-11-20 08:06:56,024 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition deltabot failed to pickle. 2017-11-20 08:06:56,306 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition makeit_pro_m failed to pickle. 2017-11-20 08:06:56,761 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition renkforce_rf100 failed to pickle. 2017-11-20 08:06:56,955 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition fdmprinter failed to pickle. 2017-11-20 08:06:57,224 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition innovo_inventor failed to pickle. 2017-11-20 08:06:57,484 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition printrbot_play failed to pickle. 2017-11-20 08:06:58,128 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition printrbot_simple_extended failed to pickle. 2017-11-20 08:06:58,436 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition robo_3d_r1 failed to pickle. 2017-11-20 08:06:58,804 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition builder_premium_medium failed to pickle. 2017-11-20 08:06:59,094 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition julia failed to pickle. 2017-11-20 08:06:59,339 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition alya3dp failed to pickle. 2017-11-20 08:06:59,597 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition makerbotreplicator failed to pickle. 2017-11-20 08:06:59,889 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigid3d_zero2 failed to pickle. 2017-11-20 08:07:00,159 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bq_witbox failed to pickle. 2017-11-20 08:07:00,426 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition cartesio failed to pickle. 2017-11-20 08:07:00,674 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition prusa_i3_xl failed to pickle. 2017-11-20 08:07:01,245 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition custom failed to pickle. 2017-11-20 08:07:01,515 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition abax_pri5 failed to pickle. 2017-11-20 08:07:01,837 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker_original failed to pickle. 2017-11-20 08:07:02,130 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition rigid3d_zero failed to pickle. 2017-11-20 08:07:02,392 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker failed to pickle. 2017-11-20 08:07:02,656 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition 101Hero failed to pickle. 2017-11-20 08:07:02,925 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition abax_pri3 failed to pickle. 2017-11-20 08:07:03,174 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kemiq_q2_gama failed to pickle. 2017-11-20 08:07:03,546 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ultimaker_original_plus failed to pickle. 2017-11-20 08:07:03,837 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition helloBEEprusa failed to pickle. 2017-11-20 08:07:04,087 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kossel_mini failed to pickle. 2017-11-20 08:07:04,336 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition makeR_prusa_tairona_i3 failed to pickle. 2017-11-20 08:07:04,584 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition m180 failed to pickle. 2017-11-20 08:07:04,862 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition 3dator failed to pickle. 2017-11-20 08:07:04,891 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_x 2017-11-20 08:07:04,894 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_y 2017-11-20 08:07:04,897 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_x 2017-11-20 08:07:04,899 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_y 2017-11-20 08:07:04,901 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_x_1 2017-11-20 08:07:04,905 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_y_1 2017-11-20 08:07:04,940 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_x 2017-11-20 08:07:04,943 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_y 2017-11-20 08:07:04,945 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_x 2017-11-20 08:07:04,948 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_y 2017-11-20 08:07:04,950 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_x_1 2017-11-20 08:07:04,954 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_y_1 2017-11-20 08:07:04,987 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_x 2017-11-20 08:07:04,990 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_min_y 2017-11-20 08:07:04,992 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_x 2017-11-20 08:07:04,995 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_head_shape_max_y 2017-11-20 08:07:04,997 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_x_1 2017-11-20 08:07:05,001 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_offset_y_1 2017-11-20 08:07:05,174 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition vertex_delta_k8800 failed to pickle. 2017-11-20 08:07:05,443 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bq_hephestos_xl failed to pickle. 2017-11-20 08:07:05,695 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition prusa_i3 failed to pickle. 2017-11-20 08:07:05,944 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition mendel90 failed to pickle. 2017-11-20 08:07:06,211 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition easyarts_ares failed to pickle. 2017-11-20 08:07:06,580 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition builder_premium_large failed to pickle. 2017-11-20 08:07:07,259 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bq_hephestos_2 failed to pickle. 2017-11-20 08:07:07,533 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bq_hephestos failed to pickle. 2017-11-20 08:07:07,906 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition builder_premium_small failed to pickle. 2017-11-20 08:07:08,158 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition folgertech_FT-5 failed to pickle. 2017-11-20 08:07:08,431 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition bfb failed to pickle. 2017-11-20 08:07:08,716 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10 failed to pickle. 2017-11-20 08:07:08,968 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition uniqbot_one failed to pickle. 2017-11-20 08:07:09,224 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition vertex_k8400_dual failed to pickle. 2017-11-20 08:07:09,517 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition fabtotum failed to pickle. 2017-11-20 08:07:09,808 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition mankati_fullscale_xt_plus failed to pickle. 2017-11-20 08:07:10,071 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition ord failed to pickle. 2017-11-20 08:07:10,407 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition creality_cr10s5_beta failed to pickle. 2017-11-20 08:07:10,661 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition vertex_k8400 failed to pickle. 2017-11-20 08:07:10,911 - WARNING - UM.Settings.ContainerRegistry._saveCachedDefinition [516]: The definition cache for definition kossel_pro failed to pickle. 2017-11-20 08:07:10,915 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:10,916 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:10,918 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:10,931 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:10,933 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:10,935 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:10,964 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:10,965 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:10,967 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,026 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,027 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,029 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,048 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,050 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,051 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,102 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,104 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,105 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,111 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,112 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,114 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,148 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,150 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,151 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,157 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,159 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,161 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting machine_nozzle_head_distance 2017-11-20 08:07:11,195 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,197 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,198 - WARNING - UM.Settings.DefinitionContainer._preprocessParsedJson [266]: Unable to override setting extruder_prime_pos_abs 2017-11-20 08:07:11,274 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_CPE_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,286 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PLA_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,290 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_aa0.4_PVA_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,306 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PP_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,320 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_ABS_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,328 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_Nylon_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,359 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PLA_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,365 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_Nylon_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,378 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_TPU_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,432 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_PP_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,529 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_CPE_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,545 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_PC_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,602 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_CPEP_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,631 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um2p_pp_0.25_normal is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,638 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PC_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,651 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_CPEP_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,671 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_aa0.8_PVA_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,721 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_TPU_Fast_print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,867 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PP_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,876 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_PP_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,888 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_PLA_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,905 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_CPEP_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,909 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_CPE_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,956 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_PC_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,965 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_TPU_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,972 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_ABS_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:11,983 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_PLA_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,076 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_TPU_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,078 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_Nylon_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,090 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_Nylon_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,117 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_ABS_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,127 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um2p_tpu_0.8_normal is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,140 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.4_CPEP_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,179 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_ABS_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,185 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_aa0.8_PVA_Fast_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:12,195 - WARNING - cura.Settings.CuraContainerRegistry.addContainer [55]: Instance container um3_bb0.8_CPE_Superdraft_Print is outdated. Its setting version is 3 but it should be 4. 2017-11-20 08:07:16,713 - INFO - cura.Settings.GlobalStack.addExtruder [74]: Extruder[ultimaker3_extruder_left #2] added to [Ultimaker 3] at position [0] 2017-11-20 08:07:16,713 - WARNING - UM.Settings.ContainerStack.addMetaDataEntry [162]: Meta data with key machine was already added. 2017-11-20 08:07:16,716 - INFO - cura.Settings.GlobalStack.addExtruder [74]: Extruder[ultimaker3_extruder_right #2] added to [Ultimaker 3] at position [1] 2017-11-20 08:07:16,716 - WARNING - UM.Settings.ContainerStack.addMetaDataEntry [162]: Meta data with key machine was already added. 2017-11-20 08:07:16,716 - DEBUG - UM.Settings.ContainerRegistry.load [231]: Loading data into container registry took 32.667473793029785 seconds 2017-11-20 08:07:17,232 - INFO - cura.Settings.GlobalStack.addExtruder [74]: Extruder[IMADE3D JellyBOX fdmextruder] added to [IMADE3D JellyBOX] at position [0] 2017-11-20 08:07:17,657 - INFO - cura.Settings.GlobalStack.addExtruder [74]: Extruder[Kossel Mini fdmextruder] added to [Kossel Mini] at position [0] 2017-11-20 08:07:18,275 - INFO - cura.Settings.GlobalStack.addExtruder [74]: Extruder[Ultimaker 2+ #2 fdmextruder] added to [Ultimaker 2+] at position [0] 2017-11-20 08:07:19,049 - DEBUG - UM.Controller.setActiveView [85]: Setting active view to SolidView 2017-11-20 08:07:19,056 - WARNING - cura.Settings.GlobalStack.addExtruder [70]: Extruder [Kossel Mini fdmextruder] has already been added to this stack [Kossel Mini] 2017-11-20 08:07:19,057 - WARNING - UM.Settings.ContainerStack.addMetaDataEntry [162]: Meta data with key machine was already added. 2017-11-20 08:07:19,057 - WARNING - cura.Settings.ExtruderManager.registerExtruder [220]: Extruder [Kossel Mini fdmextruder] has already been registered on machine [Kossel Mini], not doing anything /opt/cura/lib/python3/dist-packages/UM/Mesh/MeshData.py:412: RuntimeWarning: invalid value encountered in true_divide n[:, 0] /= l /opt/cura/lib/python3/dist-packages/UM/Mesh/MeshData.py:413: RuntimeWarning: invalid value encountered in true_divide n[:, 1] /= l /opt/cura/lib/python3/dist-packages/UM/Mesh/MeshData.py:414: RuntimeWarning: invalid value encountered in true_divide n[:, 2] /= l 2017-11-20 08:07:19,327 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromVertices [420]: Calculating normals took 0.15394210815429688 seconds 2017-11-20 08:07:19,399 - DEBUG - STLReader.STLReader.read [79]: Loaded a mesh with 25128 vertices 2017-11-20 08:07:20,025 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [387]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.021785497665405273 seconds. 291 input vertices. 291 output vertices. 2017-11-20 08:07:21,349 - DEBUG - UM.Qt.Bindings.Theme.load [164]: Loading theme file: /opt/cura/share/cura/resources/themes/cura-light/theme.json 2017-11-20 08:07:21,398 - DEBUG - UM.Qt.Bindings.Theme.load [232]: Loaded theme /opt/cura/share/cura/resources/themes/cura-light QObject::connect: Parentheses expected, signal MainWindow:: QObject::connect: Parentheses expected, signal MainWindow:: QObject::connect: Parentheses expected, signal MainWindow:: 2017-11-20 08:07:21,651 - WARNING - cura.Settings.GlobalStack.addExtruder [70]: Extruder [Kossel Mini fdmextruder] has already been added to this stack [Kossel Mini] 2017-11-20 08:07:21,651 - WARNING - UM.Settings.ContainerStack.addMetaDataEntry [162]: Meta data with key machine was already added. 2017-11-20 08:07:21,652 - WARNING - cura.Settings.ExtruderManager.registerExtruder [220]: Extruder [Kossel Mini fdmextruder] has already been registered on machine [Kossel Mini], not doing anything QObject::connect: Parentheses expected, signal MainWindow:: 2017-11-20 08:07:21,873 - DEBUG - UM.Controller.setActiveView [85]: Setting active view to SolidView file:///opt/cura/share/cura/resources/themes/cura-light/styles.qml:197:17: QML Item: Binding loop detected for property "width" qml: TableViewSelection: index out of range qml: TableViewSelection: index out of range 2017-11-20 08:07:22,218 - DEBUG - UM3NetworkPrinting.DiscoverUM3Action._createAdditionalComponentsView [138]: Creating additional ui components for UM3. 2017-11-20 08:07:22,262 - DEBUG - UM3NetworkPrinting.DiscoverUM3Action.startDiscovery [38]: Starting printer discovery. 2017-11-20 08:07:22,279 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [443]: Calculating normals took 0.0033974647521972656 seconds 2017-11-20 08:07:23,151 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [443]: Calculating normals took 0.0026259422302246094 seconds 2017-11-20 08:07:23,343 - DEBUG - UM.Qt.QtRenderer._initialize [182]: Support for Vertex Array Objects: True 2017-11-20 08:07:23,349 - DEBUG - UM.View.GL.OpenGL.__init__ [92]: Initialized OpenGL subsystems. 2017-11-20 08:07:23,350 - DEBUG - UM.View.GL.OpenGL.__init__ [93]: OpenGL Version: 4.5 (Core Profile) Mesa 17.0.7 2017-11-20 08:07:23,350 - DEBUG - UM.View.GL.OpenGL.__init__ [94]: OpenGL Vendor: Intel Open Source Technology Center 2017-11-20 08:07:23,350 - DEBUG - UM.View.GL.OpenGL.__init__ [95]: OpenGL Renderer: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) 2017-11-20 08:07:23,351 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/default.shader]... 2017-11-20 08:07:23,356 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/selection.shader]... 2017-11-20 08:07:23,360 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/default.shader]... 2017-11-20 08:07:23,365 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/composite.shader]... 2017-11-20 08:07:23,380 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/cura/resources/shaders/overhang.shader]... 2017-11-20 08:07:23,396 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/cura/resources/shaders/striped.shader]... 2017-11-20 08:07:23,422 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/default.shader]... 2017-11-20 08:07:23,427 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/cura/resources/shaders/grid.shader]... 2017-11-20 08:07:23,436 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/uranium/resources/shaders/platform.shader]... 2017-11-20 08:07:33,468 - DEBUG - AutoSave.AutoSave._onTimeout [48]: Autosaving preferences, instances and profiles 2017-11-20 08:08:13,782 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromVertices [420]: Calculating normals took 0.00043702125549316406 seconds 2017-11-20 08:08:13,783 - DEBUG - STLReader.STLReader.read [79]: Loaded a mesh with 6648 vertices 2017-11-20 08:08:13,803 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [387]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.019644498825073242 seconds. 79 input vertices. 79 output vertices. 2017-11-20 08:08:13,806 - DEBUG - UM.FileHandler.ReadFileJob.run [68]: Loading file took 0.1 seconds 2017-11-20 08:08:13,820 - DEBUG - UM.Mesh.MeshData.approximateConvexHull [387]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.012406349182128906 seconds. 79 input vertices. 79 output vertices. file:///opt/cura/lib/qml/QtQuick/Controls/TextField.qml:638:5: QML TextInputWithHandles: Binding loop detected for property "text" 2017-11-20 08:08:13,907 - DEBUG - UM.View.GL.ShaderProgram.load [55]: Loading shader file [/opt/cura/share/cura/resources/shaders/transparent_object.shader]... 2017-11-20 08:08:14,172 - DEBUG - UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [443]: Calculating normals took 0.0024895668029785156 seconds

There is still some problems in the version upgrade... Those version outdated warning messages shouldn't occur. If you don't mind, could you pack your cura directory and send it to me? Thanks in advance!

@smartavionics Ah, now I know... Could you also downgrade all the extruder files too? just like the machine files. They are in the "extruders" folder.

Here's my master config folder. It's probably a real mess because of all the upgrades/changes that have been made as the code evolves!

mb-cura-master.zip

I did downgrade the extruders as you requested. The archive contains the files after I had downgraded and then run cura.

@smartavionics Do you still see any of those "outdated" warning messages? They should be gone now.

Yes, the're still there. But they are not a recent thing, I have been seeing those messages for quite a while now (at least weeks).

Those were built-in "Not Supported" quality profiles, which are now removed. I will test with your config folder. Thanks.

Hmm, I just realised that what I did this morning (resetting setting_version to 3 and using your latest code) made all my existing profiles go away and also all the materials went away. So I have reverted back to what I know works.

Could you pack your currently working cura folder and send it to us? The previous package wasn't very useful...

Sure, do you mean the .local/cura folder or anything else?

That's the one :)

OK, here's an updated zip, it even has a log file in it that shows some errors.
mb-cura-master.zip

Hi, any thoughts on this? I am still rather stuck because I can't use an master branch rev that is after your branch was merged (f48539c). The problems I am seeing are that all of my existing profiles go away and if I try and select another printer, cura crashes with a whole bunch of empty dialogues appearing on the screen. So, I'm screwed, really.

Hi Mark, I have tried downgrading all the files in your cura folder and things seemed to be working. No file was lost after the upgrade. Could you try the same?

I have a script here which can downgrade all the setting_versions to 3:

#!/bin/sh

new_setting_version="3"
grep -r -n setting_version ./ | cut -d':' -f1 | xargs sed -i 's/setting_version = .*/setting_version = '"${new_setting_version}"'/g'

cd to your cura folder and run this script.

It's no good, I run your script (thanks for that) and I can see that the setting_version value has changed in the files but I am still getting this crash:

2017-11-21 13:04:40,300 - DEBUG - UM.Controller.setActiveView [85]: Setting active view to SolidView 2017-11-21 13:04:41,226 - CRITICAL - cura.CrashHandler.__init__ [62]: An uncaught exception has occurred! 2017-11-21 13:04:41,228 - CRITICAL - cura.CrashHandler.__init__ [65]: Traceback (most recent call last): 2017-11-21 13:04:41,229 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/bin/cura", line 83, in <module> 2017-11-21 13:04:41,229 - CRITICAL - cura.CrashHandler.__init__ [65]: app.run() 2017-11-21 13:04:41,229 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/CuraApplication.py", line 683, in run 2017-11-21 13:04:41,229 - CRITICAL - cura.CrashHandler.__init__ [65]: self._volume = BuildVolume.BuildVolume(root) 2017-11-21 13:04:41,229 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 107, in __init__ 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: Application.getInstance().getMachineManager().activeQualityChanged.connect(self._onStackChanged) 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/CuraApplication.py", line 735, in getMachineManager 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: self._machine_manager = MachineManager.createMachineManager() 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 1215, in createMachineManager 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: return MachineManager() 2017-11-21 13:04:41,230 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 109, in __init__ 2017-11-21 13:04:41,231 - CRITICAL - cura.CrashHandler.__init__ [65]: self.setActiveMachine(active_machine_id) 2017-11-21 13:04:41,231 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/Settings/MachineManager.py", line 357, in setActiveMachine 2017-11-21 13:04:41,231 - CRITICAL - cura.CrashHandler.__init__ [65]: Application.getInstance().setGlobalContainerStack(containers[0]) 2017-11-21 13:04:41,231 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Application.py", line 154, in setGlobalContainerStack 2017-11-21 13:04:41,231 - CRITICAL - cura.CrashHandler.__init__ [65]: self.globalContainerStackChanged.emit() 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Signal.py", line 212, in emit 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: self.__performEmit(*args, **kwargs) 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/UM/Signal.py", line 315, in __performEmit 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: func(dest, *args, **kwargs) 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 500, in _onStackChanged 2017-11-21 13:04:41,232 - CRITICAL - cura.CrashHandler.__init__ [65]: self._updateDisallowedAreas() 2017-11-21 13:04:41,233 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 597, in _updateDisallowedAreas 2017-11-21 13:04:41,233 - CRITICAL - cura.CrashHandler.__init__ [65]: disallowed_border_size = self._getEdgeDisallowedSize() 2017-11-21 13:04:41,233 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/opt/cura/lib/python3/dist-packages/cura/BuildVolume.py", line 956, in _getEdgeDisallowedSize 2017-11-21 13:04:41,233 - CRITICAL - cura.CrashHandler.__init__ [65]: move_from_wall_radius = max(move_from_wall_radius, max(self._getSettingFromAllExtruders("infill_wipe_dist"))) 2017-11-21 13:04:41,233 - CRITICAL - cura.CrashHandler.__init__ [65]: ValueError: max() arg is an empty sequence

Here's the log file:

cura.log.zip

I noticed that you have some custom machine definitions. Could you send those to me too? Some changes might be needed.

Here they are...

mb-printer-defs.zip

Hi Mark, I have fixed the problem with your Kossel XL. You can use this cura folder package:
mb-master-fix_01.zip

Changes:

  • Changed all setting_versions to 3
  • Fixed the definition container in the Kossel XL stack

If you successfully start Cura, you will still have the problem of not seeing any custom quality profiles. We are working on this at the moment and will let you know when it's done.

One thing to add: your custom profiles are there, they are just not shown on the GUI.

Hi @smartavionics , could you pull the latest master of Cura and Uranium and test it out? It should work now.

Thanks, I think it is fixed now. I can start cura without it crashing and my profiles have reappeared and I can switch between printers OK.

@smartavionics FYI, there is still some issues with custom profiles... WIP

OK

Custom profiles were just fixed by https://github.com/Ultimaker/Cura/commit/0625d22e04e00e109ace8855074a3ab687746895. Would be great if you can try it out!

I tried that and as far as I can tell, it worked OK. I can see the machines and profiles and switch between them.

Re-opening as more people seem to have the error ValueError: max() arg is an empty sequence.

After having many issues with 3.1 I am now back on 3.0.4, but it wont open my saved projects which were probably created on 3.1. Not only that but suddenly my machine settings got reset and lost and now i don't have my printer settings anymore.

i don't know what to do. this is becoming a serious issue.

Opening a 3.1 project in 3.0 sounds like a rather bad idea, with the potential to screw up your 3.0 configuration. Cura should have a safeguard against doing that.

Trust me to not wanting to be in this situation.
I am loosing time and money over this. my mistake for trying out 3.1 beta.
learned my lesson.

It won't indeed open a newer project file (we check versions). Beta's are absolutely meant as Beta. We always recommend using the Beta alongside the previous stable (those configs can live next to each other, no problem) and not using it for any serious work. That being said this Beta had a bit more issues that we'd like ourselves...

Just reinstalled 3.1 beta and unlike the released version of 3.1, the beta runs and opens both my printer settings and projects. I hope this information will help in releasing a hotfix or 3.2 soon cause 3.1B has lots of issues.

Cura should have a safeguard against doing that.

Right!

I'm getting crashes just like you ( smartavionics ) describe: "cura crashes with a whole bunch of empty dialogues appearing on the screen." It happens some of the time when cura tries slicing a model. I get either one or two empty dialogue boxes.
I'm running Ver 3.1.0 on linux
last thing that gets written to the console is:
file:///tmp/.mount_NqVsw3/usr/bin/resources/themes/cura-light/styles.qml:197:17: QML Item: Binding loop detected for property "width"
or:
file:///tmp/.mount_wzEPtT/usr/bin/qt/qml/QtQuick/Controls/TextField.qml:638:5: QML TextInputWithHandles: Binding loop detected for property "text"

Let me know if this looks like the same bug/behavior or if i should file separately.

Hello @drewoprea , I don't think those binding loop messages are necessarily bad because you get them anyway even when cura starts OK. Can you please find your cura.log file (probably in ~/.local/share/cura/3.1 or similar) and post that (or a link to a copy), then the devs can maybe see what's happening.

Binding loops are just QT detecting that a property is being set from multiple sources or many times, and then blocking that to prevent more issues. They're not nice (as they're warnings), but not critical either. The current ones we get we couldn't figure out yet (where the property set loop is coming from).

Here's cura.log
I've found that restarting my laptop fixes the crashes for a while.
Does this log get overwritten every time I run Cura? or is this log likely to contain the conditions surrounding my dozen or so crashes?

Thanks for the quick interest!
-Drew
cura.log

Hi, I took a quick look at the file, it's cumulative so it contains all your old crashes! I think the messages of interest look like this:
2017-12-19 22:35:41,312 - CRITICAL - cura.CrashHandler.__init__ [62]: An uncaught exception has occurred! 2017-12-19 22:35:41,316 - CRITICAL - cura.CrashHandler.__init__ [65]: Traceback (most recent call last): 2017-12-19 22:35:41,319 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/cura/CuraApplication.py", line 770, in eve nt 2017-12-19 22:35:41,322 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Qt/QtApplication.py", line 297, in even t 2017-12-19 22:35:41,325 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Event.py", line 189, in call 2017-12-19 22:35:41,328 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Signal.py", line 315, in __performEmit 2017-12-19 22:35:41,330 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Backend/Backend.py", line 166, in _onSo cketStateChanged 2017-12-19 22:35:41,333 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Backend/Backend.py", line 72, in startE ngine 2017-12-19 22:35:41,336 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/3.1/build/inst/lib/python3.5/site-packages/UM/Backend/Backend.py", line 142, in _runE ngineProcess 2017-12-19 22:35:41,338 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/env/3.1/inst/lib/python3.5/subprocess.py", line 947, in __init__ 2017-12-19 22:35:41,341 - CRITICAL - cura.CrashHandler.__init__ [65]: File "/build/env/3.1/inst/lib/python3.5/subprocess.py", line 1490, in _execute_child 2017-12-19 22:35:41,343 - CRITICAL - cura.CrashHandler.__init__ [65]: OSError: [Errno 12] Cannot allocate memory

Looks like it is running out of memory?
````

That's possible, explains why rebooting fixes it, and suggests the few times I've had the laptop hang while working were also related. This condition persisted after i restarted Cura. Is it possible that there's memory not being freed on exit? or could this be off in python somewhere, i should go double check version and such?

When the process exits all the normal memory should get freed but what may be happening is that there is some memory associated with the graphics that is getting used up and it does not get freed when the process exits. I know that on a previous Linux machine (coincidentally, also a laptop) that after running for some time (weeks) various programs would exhibit graphical glitches and rebooting always sorted it out. In fact, possibly just restarting the X server was sufficient, not sure about that.

I think the original issue has been solved so closing...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jornada812 picture jornada812  路  3Comments

rudowinger picture rudowinger  路  3Comments

tomoinn picture tomoinn  路  3Comments

mubarak111nsu picture mubarak111nsu  路  3Comments

timherrm picture timherrm  路  3Comments