Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on startup? #9922

Closed
2 tasks
iceguru opened this issue May 28, 2021 · 9 comments
Closed
2 tasks

Crash on startup? #9922

iceguru opened this issue May 28, 2021 · 9 comments
Labels
Status: Duplicate Duplicate of another issue. Status: Needs Info Needs more information before action can be taken. Type: Bug The code does not produce the intended behavior.

Comments

@iceguru
Copy link

iceguru commented May 28, 2021

Application Version

4.9.1

Platform

windows 10

Printer

none yet

Reproduction steps

I started the program multiple times and each time it crashed right after the white screen began.

Actual results

Unsure what's being asked of me with the "above steps"

Expected results

It should load?

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

`trimesh\util.py:2064: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
networkx\readwrite\graphml.py:346: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
networkx\readwrite\gexf.py:220: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
trimesh\voxel\runlength.py:205: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
2021-05-28 03:22:07,230 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ConsoleLogger
2021-05-28 03:22:07,280 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CuraDrive
2021-05-28 03:22:07,354 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [96]: Found CuraEngine at: C:\Program Files\Ultimaker Cura 4.9.1\CuraEngine.exe
2021-05-28 03:22:07,365 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CuraEngineBackend
2021-05-28 03:22:07,391 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CuraProfileReader
2021-05-28 03:22:07,399 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
2021-05-28 03:22:07,413 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: C:\Program Files\Ultimaker Cura 4.9.1\CuraEngine.exe
2021-05-28 03:22:07,421 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['C:\\Program Files\\Ultimaker Cura 4.9.1\\CuraEngine.exe', 'connect', '127.0.0.1:49674', '']
2021-05-28 03:22:07,448 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CuraProfileWriter
2021-05-28 03:22:07,565 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin DigitalLibrary
2021-05-28 03:22:07,590 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin OBJReader
2021-05-28 03:22:07,612 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin OBJWriter
2021-05-28 03:22:07,757 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin STLReader
2021-05-28 03:22:07,784 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin STLWriter
2021-05-28 03:22:07,808 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FileLogger
2021-05-28 03:22:07,844 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FirmwareUpdateChecker
2021-05-28 03:22:07,873 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FirmwareUpdater
2021-05-28 03:22:07,895 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeGzReader
2021-05-28 03:22:07,918 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeGzWriter
2021-05-28 03:22:07,945 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeProfileReader
2021-05-28 03:22:08,056 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 
2021-05-28 03:22:08,065 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version 4.9.1
2021-05-28 03:22:08,072 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2020 Ultimaker
2021-05-28 03:22:08,078 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 
2021-05-28 03:22:08,087 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
2021-05-28 03:22:08,095 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
2021-05-28 03:22:08,102 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
2021-05-28 03:22:08,120 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
2021-05-28 03:22:08,129 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 
2021-05-28 03:22:08,137 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
2021-05-28 03:22:08,145 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2021-05-28 03:22:08,154 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2021-05-28 03:22:08,162 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
2021-05-28 03:22:08,175 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] 
2021-05-28 03:22:08,182 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
2021-05-28 03:22:08,190 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2021-05-28 03:22:08,207 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeReader
2021-05-28 03:22:08,215 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
2021-05-28 03:22:08,224 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
2021-05-28 03:22:08,249 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeWriter
2021-05-28 03:22:08,286 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ImageReader
2021-05-28 03:22:08,311 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LegacyProfileReader
2021-05-28 03:22:08,339 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LocalContainerProvider
2021-05-28 03:22:08,370 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LocalFileOutputDevice
2021-05-28 03:22:08,398 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MachineSettingsAction
2021-05-28 03:22:08,424 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ModelChecker
2021-05-28 03:22:08,454 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MonitorStage
2021-05-28 03:22:08,486 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PerObjectSettingsTool
2021-05-28 03:22:08,515 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PostProcessingPlugin
2021-05-28 03:22:08,537 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PrepareStage
2021-05-28 03:22:08,559 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PreviewStage
2021-05-28 03:22:08,597 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin RemovableDriveOutputDevice
2021-05-28 03:22:08,618 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SentryLogger
2021-05-28 03:22:08,690 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SimulationView
2021-05-28 03:22:08,746 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SliceInfoPlugin
2021-05-28 03:22:08,782 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SolidView
2021-05-28 03:22:08,813 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SupportEraser
2021-05-28 03:22:08,919 - WARNING - [MainThread] UM.Logger.logException [112]: Exception: Failed to load packages for Marketplace
2021-05-28 03:22:08,929 - WARNING - [MainThread] UM.Logger.logException [116]: NoneType: None
2021-05-28 03:22:08,938 - WARNING - [MainThread] UM.Logger.logException [112]: Exception: Failed to load packages for Marketplace
2021-05-28 03:22:08,947 - WARNING - [MainThread] UM.Logger.logException [116]: NoneType: None
2021-05-28 03:22:08,957 - WARNING - [MainThread] UM.Logger.logException [112]: Exception: Failed to load packages for Marketplace
2021-05-28 03:22:08,966 - WARNING - [MainThread] UM.Logger.logException [116]: NoneType: None
2021-05-28 03:22:08,975 - WARNING - [MainThread] UM.Logger.logException [112]: Exception: Failed to load packages for Marketplace
2021-05-28 03:22:08,984 - WARNING - [MainThread] UM.Logger.logException [116]: NoneType: None
2021-05-28 03:22:09,003 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin Toolbox
2021-05-28 03:22:09,032 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CameraTool
2021-05-28 03:22:09,065 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MirrorTool
2021-05-28 03:22:09,111 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin RotateTool
2021-05-28 03:22:09,147 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ScaleTool
2021-05-28 03:22:09,176 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SelectionTool
2021-05-28 03:22:09,213 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin TranslateTool
2021-05-28 03:22:09,236 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin TrimeshReader
2021-05-28 03:22:09,280 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UFPReader
2021-05-28 03:22:09,306 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UFPWriter
2021-05-28 03:22:09,331 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UltimakerMachineActions
C:\Program Files\Ultimaker Cura 4.9.1\plugins\UM3NetworkPrinting\src\ExportFileJob.py:31: DeprecationWarning: invalid escape sequence \w
  job_name = re.sub("[^\w\-. ()]", "-", job_name)
2021-05-28 03:22:09,637 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UM3NetworkPrinting
2021-05-28 03:22:09,666 - INFO - [JobQueWorker [1]] UpdateChecker.UpdateCheckerJob.run [40]: Checking for new version of cura
2021-05-28 03:22:09,671 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UpdateChecker
C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\USBPrinterOutputDevice.py:277: DeprecationWarning: invalid escape sequence \d
  if re.search(b"[B|T\d*]: ?\d+\.?\d*", line):  # Temperature message. 'T:' for extruder and 'B:' for bed
2021-05-28 03:22:09,763 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin USBPrinting
2021-05-28 03:22:09,807 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade21to22
2021-05-28 03:22:09,832 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade22to24
2021-05-28 03:22:09,858 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade25to26
2021-05-28 03:22:09,879 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade26to27
2021-05-28 03:22:09,904 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade27to30
2021-05-28 03:22:09,928 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade30to31
2021-05-28 03:22:09,952 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade32to33
2021-05-28 03:22:09,974 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade33to34
2021-05-28 03:22:09,996 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade34to35
2021-05-28 03:22:10,020 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade35to40
2021-05-28 03:22:10,042 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade40to41
2021-05-28 03:22:10,068 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade41to42
2021-05-28 03:22:10,093 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade42to43
2021-05-28 03:22:10,116 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade43to44
2021-05-28 03:22:10,140 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade44to45
2021-05-28 03:22:10,165 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade45to46
2021-05-28 03:22:10,189 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade460to462
2021-05-28 03:22:10,216 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade462to47
2021-05-28 03:22:10,255 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade47to48
2021-05-28 03:22:10,278 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade48to49
2021-05-28 03:22:10,297 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SimpleView
2021-05-28 03:22:10,333 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin X3DReader
2021-05-28 03:22:10,383 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin XmlMaterialProfile
2021-05-28 03:22:10,410 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin XRayView
2021-05-28 03:22:10,419 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [395]: Loading all plugins took 9.385444164276123 seconds
2021-05-28 03:22:10,454 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2021-05-28 03:22:10,568 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [175]: Checking and performing updates took 0.11299538612365723
2021-05-28 03:22:10,651 - INFO - [MainThread] UM.Logger.info [128]: Completed loading preferences.
2021-05-28 03:22:10,711 - INFO - [MainThread] UM.Logger.info [128]: Created system tray icon.
2021-05-28 03:22:16,018 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [361]: Loading metadata into container registry took 5.283684015274048 seconds
2021-05-28 03:22:16,053 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2021-05-28 03:22:16,064 - INFO - [MainThread] cura.CuraApplication.run [794]: Initializing machine error checker
2021-05-28 03:22:16,486 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_ender3]
2021-05-28 03:22:17,020 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [194]: Extruder[creality_base_extruder_0 #2] added to [Ender v2] at position [0]
2021-05-28 03:22:17,043 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-3 in list of firmware to check.
2021-05-28 03:22:18,846 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3 took 1.785891056060791 seconds.
C:\Program Files\Ultimaker Cura 4.9.1\plugins\PostProcessingPlugin\Script.py:125: DeprecationWarning: invalid escape sequence \.
  m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
2021-05-28 03:22:19,067 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2021-05-28 03:22:19,081 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2021-05-28 03:22:19,086 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2021-05-28 03:22:19,104 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2021-05-28 03:22:19,122 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2021-05-28 03:22:19,158 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2021-05-28 03:22:19,162 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2021-05-28 03:22:19,190 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2021-05-28 03:22:19,208 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2021-05-28 03:22:19,251 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2021-05-28 03:22:19,293 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2021-05-28 03:22:19,308 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2021-05-28 03:22:19,340 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2021-05-28 03:22:19,343 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: C:\Program Files\Ultimaker Cura 4.9.1\resources\scripts
2021-05-28 03:22:19,916 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [295]: The definition cache for definition fdmprinter failed to pickle.
2021-05-28 03:22:20,022 - INFO - [MainThread] cura.CuraApplication.run [799]: Initializing machine manager
2021-05-28 03:22:20,035 - INFO - [MainThread] cura.CuraApplication.run [804]: Initializing container manager
2021-05-28 03:22:20,130 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
C:\Program Files\Ultimaker Cura 4.9.1\plugins\3MFReader\ThreeMFReader.py:126: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
  data = numpy.fromstring(savitar_node.getMeshData().getFlatVerticesAsBytes(), dtype=numpy.float32)
2021-05-28 03:22:20,230 - DEBUG - [JobQueWorker [2]] UM.Mesh.MeshData.calculateNormalsFromVertices [556]: Calculating normals took 0.0019991397857666016 seconds
2021-05-28 03:22:20,253 - DEBUG - [JobQueWorker [2]] UM.Mesh.MeshData.approximateConvexHull [505]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.011998653411865234 seconds. 8 input vertices. 8 output vertices.
2021-05-28 03:22:20,291 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [155]: New error check scheduled.
2021-05-28 03:22:20,313 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2021-05-28 03:22:20,333 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.addCallback [28]: on-app-exit callback [<bound method USBPrinterOutputDevice._checkActivePrintingUponAppExit of <USBPrinting.USBPrinterOutputDevice.USBPrinterOutputDevice object at 0x0000026609A07C10>>] added.
2021-05-28 03:22:20,373 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [24]: Auto detect baud rate started.
2021-05-28 03:22:20,374 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 115200 works. Retry nr: 0. Wait timeout: 3
2021-05-28 03:22:20,385 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:20,396 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:20,406 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:20,416 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:20,425 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:20,435 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:20,446 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:20,456 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:20,458 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 250000 works. Retry nr: 0. Wait timeout: 3
2021-05-28 03:22:20,468 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:20,479 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:20,489 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:20,500 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:20,510 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:20,521 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialu2021-05-28 03:22:26,718 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2021-05-28 03:22:30,484 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2021-05-28 03:22:31,971 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [411]: file:///C:/Program Files/Ultimaker Cura 4.9.1/resources/qml/Settings/SettingView.qml:234:20: QML SettingDefinitionsModel: Binding loop detected for property "expanded"
2021-05-28 03:22:31,987 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [411]: file:///C:/Program Files/Ultimaker Cura 4.9.1/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
2021-05-28 03:22:32,079 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-05-28 03:22:34,422 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-05-28 03:22:34,432 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-05-28 03:22:34,808 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2021-05-28 03:22:35,275 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2021-05-28 03:22:35,873 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2021-05-28 03:22:36,683 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2021-05-28 03:22:36,751 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [117]: Creating model checker view.
2021-05-28 03:22:36,825 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [126]: Model checker view created.
2021-05-28 03:22:36,827 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2021-05-28 03:22:37,408 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [542]: Requesting [updates] metadata from server.
2021-05-28 03:22:37,418 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [124]: No auth data to retrieve the access_token from
2021-05-28 03:22:37,439 - DEBUG - [MainThread] UM.Logger.debug [122]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.5.0/packages/package-updates?installed_packages=SupportEraser:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=GenericPP:1.4.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=SelectionTool:1.0.1&installed_packages=DigitalLibrary:1.0.0&installed_packages=GCodeGzWriter:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=GenericABS:1.4.0&installed_packages=GCodeReader:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=OBJReader:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=GenericPETG:1.4.0&installed_packages=SimpleView:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=UltimakerABS:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=UFPReader:1.0.0&installed_packages=AMFReader:1.0.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=MirrorTool:1.0.1&installed_packages=Filo3DPLA:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=UltimakerPC:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=GenericCPE:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=ImageReader:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=LocalContainerProvider:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=UltimakerTPU:1.4.0&installed_packages=Toolbox:1.0.1&installed_packages=SentryLogger:1.0.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=GenericPVA:1.4.0&installed_packages=SimulationView:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=UltimakerPLA:1.4.0&installed_packages=GenericTPU:1.4.0&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=MonitorStage:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=UltimakerTPLA:1.4.0&installed_packages=PolyWoodPLA:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=UltimakerNylon:1.4.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=USBPrinting:1.0.2&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=STLReader:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=ScaleTool:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=GenericPLA:1.4.0&installed_packages=CuraProfileReader:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=FileLogger:1.0.1&installed_packages=TranslateTool:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=UltimakerCPE:1.4.0&installed_packages=PrepareStage:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=GenericBAM:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=PolyMaxPLA:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=RotateTool:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=GCodeGzReader:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=LegacyProfileReader:1.0.1
2021-05-28 03:22:37,466 - DEBUG - [JobQueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2021-05-28 03:22:37,470 - DEBUG - [MainThread] cura.CuraApplication.run [848]: Booting Cura took 227.14549565315247 seconds
2021-05-28 03:22:38,886 - DEBUG - [JobQueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2021-05-28 03:22:39,336 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,400 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,559 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,586 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2021-05-28 03:22:42,547 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2021-05-28 03:22:43,343 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
2021-05-28 03:22:43,352 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version:  2.1.0 - Build 8.15.10.2900
2021-05-28 03:22:43,361 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor:   Intel
2021-05-28 03:22:43,368 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: Intel(R) HD Graphics
2021-05-28 03:22:43,377 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version:    1.20.0
2021-05-28 03:22:43,413 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\default.shader]...
2021-05-28 03:22:44,109 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\selection.shader]...
2021-05-28 03:22:44,755 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\select_face.shader]...
2021-05-28 03:22:45,778 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\default.shader]...
2021-05-28 03:22:46,719 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\composite.shader]...
2021-05-28 03:22:47,055 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\overhang.shader]...
2021-05-28 03:22:47,237 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\striped.shader]...
Fatal Python error: Aborted

Thread 0x000033f8 (most recent call first):
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 87 in _updateThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00000dc4 (most recent call first):
  File "threading.py", line 306 in wait
  File "zeroconf\__init__.py", line 2117 in wait
  File "zeroconf\__init__.py", line 1434 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00001238 (most recent call first):
  File "threading.py", line 306 in wait
  File "threading.py", line 558 in wait
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\UM3NetworkPrinting\src\Network\ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00002ba8 (most recent call first):
  File "threading.py", line 306 in wait
  File "zeroconf\__init__.py", line 2117 in wait
  File "zeroconf\__init__.py", line 1262 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x0000238c (most recent call first):
  File "zeroconf\__init__.py", line 1183 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x0000260c (most recent call first):
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00002b34 (most recent call first):
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 165 in _storeStderrToLogThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00002724 (most recent call first):
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 153 in _storeOutputToLogThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x0000172c (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x000033c4 (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00002e54 (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x0000174c (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Current thread 0x000017d8 (most recent call first):
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\View\GL\ShaderProgram.py", line 138 in setFragmentShader
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\View\GL\ShaderProgram.py", line 95 in load
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\View\GL\OpenGL.py", line 197 in createShaderProgram
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\SolidView.py", line 156 in _checkSetup
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\SolidView.py", line 212 in beginRendering
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Qt\Bindings\MainWindow.py", line 238 in _render
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Qt\QtApplication.py", line 383 in exec_
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\cura\CuraApplication.py", line 862 in run
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\bin\cura_app.py", line 241 in <module>
  File "Console.py", line 36 in run
  File "__startup__.py", line 74 in run
,641 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 230400 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:36,651 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:36,663 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:36,673 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:36,683 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:36,693 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:36,704 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:36,711 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:36,719 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:36,720 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 76800 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:36,730 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:36,742 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:36,752 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:36,761 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:36,771 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:36,782 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:36,792 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:36,803 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:36,804 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 57600 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:36,815 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:36,826 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:36,836 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:36,846 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:36,856 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:36,865 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:36,879 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:36,884 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2021-05-28 03:22:36,903 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:36,905 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 38400 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:36,916 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:36,916 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [117]: Creating model checker view.
2021-05-28 03:22:36,927 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:36,942 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:36,959 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:36,970 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:36,970 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [126]: Model checker view created.
2021-05-28 03:22:36,980 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:36,991 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:36,992 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2021-05-28 03:22:37,001 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:37,003 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 19200 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:37,013 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:37,025 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:37,036 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:37,048 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:37,058 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:37,069 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:37,080 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:37,090 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:37,091 - DEBUG - [JobQueWorker [3]] USBPrinting.AutoDetectBaudJob.run [49]: Checking COM3 if baud rate 9600 works. Retry nr: 1. Wait timeout: 15
2021-05-28 03:22:37,102 - WARNING - [JobQueWorker [3]] UM.Logger.logException [112]: Exception: Unable to create serial
2021-05-28 03:22:37,113 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: Traceback (most recent call last):
2021-05-28 03:22:37,123 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 54, in run
2021-05-28 03:22:37,133 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:     serial = Serial(str(self._serial_port), baud_rate, timeout = read_timeout, writeTimeout = write_timeout)
2021-05-28 03:22:37,144 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 31, in __init__
2021-05-28 03:22:37,156 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialutil.py", line 240, in __init__
2021-05-28 03:22:37,166 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]:   File "serial\serialwin32.py", line 62, in open
2021-05-28 03:22:37,177 - WARNING - [JobQueWorker [3]] UM.Logger.logException [116]: serial.serialutil.SerialException: could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)
2021-05-28 03:22:37,408 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [542]: Requesting [updates] metadata from server.
2021-05-28 03:22:37,418 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [124]: No auth data to retrieve the access_token from
2021-05-28 03:22:37,439 - DEBUG - [MainThread] UM.Logger.debug [122]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.5.0/packages/package-updates?installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=Toolbox:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=DigitalLibrary:1.0.0&installed_packages=STLReader:1.0.1&installed_packages=GenericPLA:1.4.0&installed_packages=GCodeReader:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=GCodeGzWriter:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=VertexDeltaABS:1.4.0&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=SupportEraser:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=ScaleTool:1.0.1&installed_packages=MirrorTool:1.0.1&installed_packages=GCodeProfileReader:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=FileLogger:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=MonitorStage:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=FABtotumTPU:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=UltimakerABS:1.4.0&installed_packages=FirmwareUpdater:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=GenericHIPS:1.4.0&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=PolyFlexPLA:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=PrepareStage:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=GenericPVA:1.4.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=USBPrinting:1.0.2&installed_packages=VertexDeltaPET:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=GenericCPE:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=GenericPC:1.4.0&installed_packages=CuraEngineBackend:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=X3DReader:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=UFPReader:1.0.0&installed_packages=TrimeshReader:1.0.0&installed_packages=GenericNylon:1.4.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=SentryLogger:1.0.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=FABtotumPLA:1.4.0&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=UltimakerPVA:1.4.0&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=OBJReader:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=SolidView:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=UpdateChecker:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=ImageReader:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=UltimakerCPEP:1.4.0&installed_packages=TranslateTool:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=GenericCFFCPE:1.4.0&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=GenericBAM:1.4.0&installed_packages=GCodeWriter:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=3MFWriter:1.0.1&installed_packages=GenericToughPLA:1.4.0&installed_packages=PreviewStage:1.0.1&installed_packages=Filo3DPLA:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=MachineSettingsAction:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=SimulationView:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=UltimakerTPLA:1.4.0
2021-05-28 03:22:37,466 - DEBUG - [MainThread] cura.CuraApplication.run [848]: Booting Cura took 123.12267971038818 seconds
2021-05-28 03:22:37,470 - DEBUG - [JobQueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2021-05-28 03:22:38,886 - DEBUG - [JobQueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2021-05-28 03:22:39,336 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,400 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,571 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
2021-05-28 03:22:39,588 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2021-05-28 03:22:42,544 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2021-05-28 03:22:43,343 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
2021-05-28 03:22:43,352 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version:  2.1.0 - Build 8.15.10.2900
2021-05-28 03:22:43,361 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor:   Intel
2021-05-28 03:22:43,369 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: Intel(R) HD Graphics
2021-05-28 03:22:43,378 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version:    1.20.0
2021-05-28 03:22:43,413 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\default.shader]...
2021-05-28 03:22:44,109 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\selection.shader]...
2021-05-28 03:22:44,750 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\select_face.shader]...
2021-05-28 03:22:45,748 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\default.shader]...
2021-05-28 03:22:46,162 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\composite.shader]...
2021-05-28 03:22:47,056 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\overhang.shader]...
2021-05-28 03:22:47,235 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [C:\Program Files\Ultimaker Cura 4.9.1\resources\shaders\striped.shader]...
Fatal Python error: Aborted

Thread 0x00003784 (most recent call first):
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 87 in _updateThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x000029f8 (most recent call first):
  File "threading.py", line 306 in wait
  File "zeroconf\__init__.py", line 2117 in wait
  File "zeroconf\__init__.py", line 1434 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00003b9c (most recent call first):
  File "threading.py", line 306 in wait
  File "threading.py", line 558 in wait
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\UM3NetworkPrinting\src\Network\ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00001f38 (most recent call first):
  File "threading.py", line 306 in wait
  File "zeroconf\__init__.py", line 2117 in wait
  File "zeroconf\__init__.py", line 1262 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x000034e4 (most recent call first):
  File "zeroconf\__init__.py", line 1183 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00000d94 (most recent call first):
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00001890 (most recent call first):
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 165 in _storeStderrToLogThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00001998 (most recent call first):
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 153 in _storeOutputToLogThread
  File "threading.py", line 870 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x0000389c (most recent call first):
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\USBPrinting\AutoDetectBaudJob.py", line 82 in run
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 133 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x000039d0 (most recent call first):
  File "threading.py", line 302 in wait
  Filehrehreading.py", line 433 in acquire
 Thread"C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00001e50 (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Locld\inst\lib\python3.8\site-packages\UM\JobQueue.py", lte-packages\UM\JobQueue.py", line 98 in _nexr\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00003374 (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
  File "threading.py", line 890 in _bootstrap

Thread 0x00003bf0 (most recent call first):
  File "threading.py", line 302 in wait
  File "threading.py", line 433 in acquire
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
 xe\build\inst\lib\python3.8\site-packages\UM\View\GL\OpenGL.py", line 197 in createShaderProgram
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\SolidView.py", line 156 in _checkSetup
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\Solidackages\UM\JobQueue.py", line 98 in _nextJob
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
  File "threading.py", line 932 in _bootstrap_inner
 mp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Qt\QtApplication.py", line 383 in exec_
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\cura\CuraApplication.py", line 862 in run
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\bin\cura_app.py",ython3.8\site-packages\UM\View\GL\ShaderProgram.py", line 95 in load
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\View\GL\OpenGL.py", line 197 in createShaderProgram
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\SolidView.py", line 156 in _checkSetup
  File "C:\Program Files\Ultimaker Cura 4.9.1\plugins\SolidView\SolidView.py", line 212 in beginRendering
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Qt\Bindings\MainWindow.py", line 238 in _render
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\UM\Qt\QtApplication.py", line 383 in exec_
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\lib\python3.8\site-packages\cura\CuraApplication.py", line 862 in run
  File "C:\Users\ultimaker\AppData\Local\Temp\cura-build-4.9-exe\build\inst\bin\cura_app.py", line 241 in <module>
  File "Console.py", line 36 in run
  File "__startup__.py", line 74 in run
`
@iceguru iceguru added the Type: Bug The code does not produce the intended behavior. label May 28, 2021
@fvrmr
Copy link
Contributor

fvrmr commented May 28, 2021

Hi @iceguru thank you for your bug report.
This is a duplicate of #9847 there you can find a work around and there is a fix made for this.
I will close this because this is a duplicate.

@fvrmr fvrmr closed this as completed May 28, 2021
@fvrmr fvrmr added the Status: Duplicate Duplicate of another issue. label May 28, 2021
@iceguru
Copy link
Author

iceguru commented May 30, 2021

The fix in that thread to "delete appdata" didn't work for me.

@fvrmr
Copy link
Contributor

fvrmr commented May 31, 2021

Did you try this?

removing completely ultimaker_auth_data object from the config file solved the issue

And the fix for this will be in the next release of Cura.

@iceguru
Copy link
Author

iceguru commented May 31, 2021

Did you try this?

removing completely ultimaker_auth_data object from the config file solved the issue

And the fix for this will be in the next release of Cura.

`[general]
last_run_version = 4.9.1
version = 7

[view]

[cura]

[cura_drive]

[backend]

[info]

[gcodereader]

[local_file]

[layerview]

`

That's not in my config

@fvrmr
Copy link
Contributor

fvrmr commented Jun 1, 2021

Then you need to wait till the next release to have the fix for this. Does older versions of Cura work for you?

@iceguru
Copy link
Author

iceguru commented Jun 2, 2021

The older .7 version did work for me.

@fieldOfView
Copy link
Collaborator

This does not look like a duplicate to #9847 to me. The crashlog is different. The mention of a white screen always reminds me of #8892, but @iceguru says that removing the appdata does not fix the issue so that might not be it either. @iceguru, do you have multiple displays?

I see that @iceguru is using a rather old GPU (2010-ish). Could be a driver issue.

@fvrmr fvrmr added the Status: Needs Info Needs more information before action can be taken. label Jun 14, 2021
@fvrmr fvrmr reopened this Jun 14, 2021
@no-response
Copy link

no-response bot commented Jun 28, 2021

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@no-response no-response bot closed this as completed Jun 28, 2021
@amiazma
Copy link

amiazma commented May 7, 2022

Its same for me. Blank window after loading screen, than gone... Version: 4.13.1 and lower and beta 5.0. I tried: Win+P single monitor. Delet %Appdata. Install other drive. Run with 7zip without install. Installed previous versions. The V2.x worked. :D Its gone after starting from Task Managger. I deleted everything from registry witch contained Cura. Restarted a lot. Upgraded Win10 and drivers. Installed python 3.10, uninstalled, installed 2.x. Tried this config ting too, but there isnt this line for me too... Pls help me! :D

There are my log files (stderr and cura.log) (Deleted the old ones, so its a fresh crash. :) )

2022-05-07 16:14:23,729 - INFO - [MainThread] UM.Qt.QtApplication.init [83]: Adding QT5 plugin path: D:\Program Files\Ultimaker Cura 4.13.1\PyQt5\plugins
2022-05-07 16:14:23,730 - INFO - [MainThread] UM.Qt.QtApplication.init [93]: Adding QT5 plugin path: D:\Program Files\Ultimaker Cura 4.13.1\PyQt5\plugins
2022-05-07 16:14:23,730 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-05-07 16:14:23,730 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 4.13.1
2022-05-07 16:14:23,730 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 7.9.0
2022-05-07 16:14:23,730 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-05-07 16:14:23,730 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Ultimaker Cura 4.13.1\share\uranium\plugins must be a folder.
2022-05-07 16:14:23,730 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Ultimaker Cura 4.13.1\share\cura\plugins must be a folder.
2022-05-07 16:14:23,731 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib\uranium must be a folder.
2022-05-07 16:14:23,731 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib64\uranium must be a folder.
2022-05-07 16:14:23,731 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib32\uranium must be a folder.
2022-05-07 16:14:23,731 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Resources\uranium\plugins must be a folder.
2022-05-07 16:14:23,731 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Resources\cura\plugins must be a folder.
2022-05-07 16:14:23,731 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-05-07 16:14:23,731 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is C:\Users\Windows\AppData\Roaming\cura\4.13
2022-05-07 16:14:23,731 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is C:\Users\Windows\AppData\Roaming\cura\4.13
2022-05-07 16:14:23,731 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\Windows\AppData\Local\cura\4.13\cache
2022-05-07 16:14:23,731 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\cura.json
2022-05-07 16:14:23,731 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\uranium.json
2022-05-07 16:14:23,732 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
2022-05-07 16:14:23,732 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-05-07 16:14:23,732 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [177]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing job queue ...
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.Qt.QtApplication.initialize [188]: Initializing version upgrade manager ...
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\cura.json
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\uranium.json
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from C:\Users\Windows\AppData\Roaming\cura\4.13\packages.json
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.PackageManager._saveManagementData [270]: Package management file C:\Users\Windows\AppData\Roaming\cura\4.13\packages.json was saved
2022-05-07 16:14:23,732 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [119]: Loading plugin configuration file 'C:\Users\Windows\AppData\Roaming\cura\4.13\plugins.json'
2022-05-07 16:14:23,732 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib\cura must be a folder.
2022-05-07 16:14:23,736 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FileLogger
2022-05-07 16:14:23,750 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdateChecker
2022-05-07 16:14:23,761 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdater
2022-05-07 16:14:23,771 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzReader
2022-05-07 16:14:23,779 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzWriter
2022-05-07 16:14:23,788 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeProfileReader
2022-05-07 16:14:23,802 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeReader
2022-05-07 16:14:23,811 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeWriter
2022-05-07 16:14:23,820 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ImageReader
2022-05-07 16:14:23,828 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LegacyProfileReader
2022-05-07 16:14:23,837 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalContainerProvider
2022-05-07 16:14:23,846 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalFileOutputDevice
2022-05-07 16:14:23,855 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MachineSettingsAction
2022-05-07 16:14:23,865 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ModelChecker
2022-05-07 16:14:23,875 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MonitorStage
2022-05-07 16:14:23,884 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PerObjectSettingsTool
2022-05-07 16:14:23,892 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PostProcessingPlugin
2022-05-07 16:14:23,901 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PrepareStage
2022-05-07 16:14:23,909 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PreviewStage
2022-05-07 16:14:23,920 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RemovableDriveOutputDevice
2022-05-07 16:14:23,936 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimulationView
2022-05-07 16:14:23,944 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SliceInfoPlugin
2022-05-07 16:14:23,954 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SolidView
2022-05-07 16:14:23,964 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SupportEraser
2022-05-07 16:14:23,988 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin Toolbox
2022-05-07 16:14:23,997 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CameraTool
2022-05-07 16:14:24,018 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MirrorTool
2022-05-07 16:14:24,031 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RotateTool
2022-05-07 16:14:24,041 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ScaleTool
2022-05-07 16:14:24,049 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SelectionTool
2022-05-07 16:14:24,059 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TranslateTool
2022-05-07 16:14:24,066 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TrimeshReader
2022-05-07 16:14:24,086 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPReader
2022-05-07 16:14:24,094 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPWriter
2022-05-07 16:14:24,104 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UltimakerMachineActions
2022-05-07 16:14:24,184 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UM3NetworkPrinting
2022-05-07 16:14:24,195 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-05-07 16:14:24,198 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UpdateChecker
2022-05-07 16:14:24,244 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin USBPrinting
2022-05-07 16:14:24,257 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade21to22
2022-05-07 16:14:24,266 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade22to24
2022-05-07 16:14:24,275 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade25to26
2022-05-07 16:14:24,284 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade26to27
2022-05-07 16:14:24,292 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade27to30
2022-05-07 16:14:24,300 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade30to31
2022-05-07 16:14:24,308 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade32to33
2022-05-07 16:14:24,317 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade33to34
2022-05-07 16:14:24,324 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade34to35
2022-05-07 16:14:24,332 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade35to40
2022-05-07 16:14:24,339 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade40to41
2022-05-07 16:14:24,347 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade411to412
2022-05-07 16:14:24,355 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade41to42
2022-05-07 16:14:24,363 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade42to43
2022-05-07 16:14:24,370 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade43to44
2022-05-07 16:14:24,379 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade44to45
2022-05-07 16:14:24,387 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade45to46
2022-05-07 16:14:24,395 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade460to462
2022-05-07 16:14:24,403 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade462to47
2022-05-07 16:14:24,412 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade47to48
2022-05-07 16:14:24,419 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade48to49
2022-05-07 16:14:24,428 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade49to410
2022-05-07 16:14:24,436 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimpleView
2022-05-07 16:14:24,446 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin X3DReader
2022-05-07 16:14:24,458 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XmlMaterialProfile
2022-05-07 16:14:24,467 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XRayView
2022-05-07 16:14:24,471 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [398]: Loading all plugins took 1.6412832736968994 seconds
2022-05-07 16:14:24,482 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-05-07 16:14:24,509 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.0279543399810791
2022-05-07 16:14:24,513 - WARNING - [MainThread] UM.VersionUpgradeManager.updateFilesData [433]: Unable to upgrade file of type preferences of version 7000000
2022-05-07 16:14:24,521 - INFO - [MainThread] UM.Logger.info [137]: Completed loading preferences.
2022-05-07 16:14:24,534 - INFO - [MainThread] UM.Logger.info [137]: Created system tray icon.
2022-05-07 16:14:26,069 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 1.5283935070037842 seconds
2022-05-07 16:14:26,084 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-05-07 16:14:26,086 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
2022-05-07 16:14:26,089 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
2022-05-07 16:14:26,091 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
2022-05-07 16:14:26,317 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-05-07 16:14:26,321 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-05-07 16:14:26,325 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-05-07 16:14:26,348 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2022-05-07 16:14:26,377 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Program Files\Ultimaker Cura 4.13.1\resources\themes\cura-light\theme.json
2022-05-07 16:14:26,557 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Program Files\Ultimaker Cura 4.13.1\resources\themes\cura-light
2022-05-07 16:14:26,937 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2022-05-07 16:14:26,940 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2022-05-07 16:14:26,941 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2022-05-07 16:14:26,942 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2022-05-07 16:14:26,943 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-05-07 16:14:26,944 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2022-05-07 16:14:26,945 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2022-05-07 16:14:26,946 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2022-05-07 16:14:26,947 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2022-05-07 16:14:26,948 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2022-05-07 16:14:26,949 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2022-05-07 16:14:26,950 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2022-05-07 16:14:26,951 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2022-05-07 16:14:26,952 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2022-05-07 16:14:27,021 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2022-05-07 16:14:27,133 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
2022-05-07 16:14:27,244 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
2022-05-07 16:14:27,401 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-05-07 16:14:27,449 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-07 16:14:27,453 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:284: TypeError: Cannot read property 'hasRemoteConnection' of null
2022-05-07 16:14:27,514 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2022-05-07 16:14:27,546 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-05-07 16:14:27,566 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-05-07 16:14:27,572 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-05-07 16:14:27,572 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-05-07 16:14:27,619 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting updates metadata from server.
2022-05-07 16:14:27,620 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2022-05-07 16:14:27,623 - DEBUG - [MainThread] UM.Logger.debug [131]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.9.0/packages/package-updates?installed_packages=UltimakerMachineActions:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=STLReader:1.0.1&installed_packages=FileLogger:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=SimulationView:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=Toolbox:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=SupportEraser:1.0.1&installed_packages=UltimakerABS:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=PolyFlexPLA:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=USBPrinting:1.0.2&installed_packages=PolyPlusPLA:1.0.1&installed_packages=MirrorTool:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=3MFReader:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=UltimakerTPLA:1.4.0&installed_packages=CuraProfileWriter:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=UltimakerTPU:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=GenericBAM:1.4.0&installed_packages=GCodeGzWriter:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=PrepareStage:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=GCodeWriter:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=UFPReader:1.0.0&installed_packages=XRayView:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=VertexDeltaABS:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=RotateTool:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=ImageReader:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=MonitorStage:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UltimakerPLA:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=CameraTool:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=UpdateChecker:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=GenericTPU:1.4.0&installed_packages=SentryLogger:1.0.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=OBJReader:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=ScaleTool:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=TranslateTool:1.0.1
2022-05-07 16:14:27,634 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-05-07 16:14:27,635 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 6.228765487670898 seconds
2022-05-07 16:14:27,637 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-05-07 16:14:27,892 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2022-05-07 16:14:27,904 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [112]: Initialized OpenGL subsystems.
2022-05-07 16:14:27,907 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [113]: OpenGL Version: 4.1.0 NVIDIA 512.59
2022-05-07 16:14:27,909 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [114]: OpenGL Vendor: NVIDIA Corporation
2022-05-07 16:14:27,911 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [115]: OpenGL Renderer: NVIDIA GeForce RTX 3080/PCIe/SSE2
2022-05-07 16:14:27,914 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [116]: GLSL Version: 4.0.0
2022-05-07 16:14:27,916 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\default.shader]...
2022-05-07 16:14:27,920 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\selection.shader]...
2022-05-07 16:14:27,923 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\select_face.shader]...
2022-05-07 16:14:27,927 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\default.shader]...
2022-05-07 16:14:27,931 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\composite.shader]...
2022-05-07 16:14:27,935 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\overhang.shader]...
2022-05-07 16:14:27,940 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\striped.shader]...
2022-05-07 16:14:27,944 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\transparent_object.shader]...
2022-05-07 16:14:27,948 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\striped.shader]...
2022-05-07 16:14:27,952 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray.shader]...
2022-05-07 16:14:27,955 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray_composite.shader]...
2022-05-07 16:14:27,959 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\platform.shader]...
2022-05-07 16:14:27,967 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray.shader]...


THE OTHER FILE


trimesh\util.py:2064: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
trimesh\voxel\runlength.py:205: DeprecationWarning: np.bool is a deprecated alias for the builtin bool. To silence this warning, use bool by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.bool_ here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
2022-05-07 16:14:23,526 - INFO - [MainThread] UM.Qt.QtApplication.init [83]: Adding QT5 plugin path: D:\Program Files\Ultimaker Cura 4.13.1\PyQt5\plugins
2022-05-07 16:14:23,526 - INFO - [MainThread] UM.Qt.QtApplication.init [93]: Adding QT5 plugin path: D:\Program Files\Ultimaker Cura 4.13.1\PyQt5\plugins
2022-05-07 16:14:23,526 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 4.13.1
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 7.9.0
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Ultimaker Cura 4.13.1\share\uranium\plugins must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Ultimaker Cura 4.13.1\share\cura\plugins must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib\uranium must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib64\uranium must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib32\uranium must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Resources\uranium\plugins must be a folder.
2022-05-07 16:14:23,527 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\Resources\cura\plugins must be a folder.
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is C:\Users\Windows\AppData\Roaming\cura\4.13
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is C:\Users\Windows\AppData\Roaming\cura\4.13
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\Windows\AppData\Local\cura\4.13\cache
2022-05-07 16:14:23,527 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\cura.json
2022-05-07 16:14:23,527 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\uranium.json
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
2022-05-07 16:14:23,527 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-05-07 16:14:23,528 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [177]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing job queue ...
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.Qt.QtApplication.initialize [188]: Initializing version upgrade manager ...
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\cura.json
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Program Files\Ultimaker Cura 4.13.1\resources\bundled_packages\uranium.json
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from C:\Users\Windows\AppData\Roaming\cura\4.13\packages.json
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.PackageManager._saveManagementData [270]: Package management file C:\Users\Windows\AppData\Roaming\cura\4.13\packages.json was saved
2022-05-07 16:14:23,528 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [119]: Loading plugin configuration file 'C:\Users\Windows\AppData\Roaming\cura\4.13\plugins.json'
2022-05-07 16:14:23,528 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Program Files\lib\cura must be a folder.
2022-05-07 16:14:23,531 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ConsoleLogger
2022-05-07 16:14:23,547 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CuraDrive
2022-05-07 16:14:23,567 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.init [96]: Found CuraEngine at: D:\Program Files\Ultimaker Cura 4.13.1\CuraEngine.exe
2022-05-07 16:14:23,571 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CuraEngineBackend
2022-05-07 16:14:23,576 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
2022-05-07 16:14:23,580 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: D:\Program Files\Ultimaker Cura 4.13.1\CuraEngine.exe
2022-05-07 16:14:23,582 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['D:\Program Files\Ultimaker Cura 4.13.1\CuraEngine.exe', 'connect', '127.0.0.1:49674', '']
2022-05-07 16:14:23,591 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CuraProfileReader
2022-05-07 16:14:23,600 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CuraProfileWriter
2022-05-07 16:14:23,636 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-05-07 16:14:23,640 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version 4.13.1
2022-05-07 16:14:23,644 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2021 Ultimaker
2022-05-07 16:14:23,647 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-05-07 16:14:23,650 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
2022-05-07 16:14:23,652 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
2022-05-07 16:14:23,655 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
2022-05-07 16:14:23,657 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
2022-05-07 16:14:23,659 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-05-07 16:14:23,661 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
2022-05-07 16:14:23,663 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2022-05-07 16:14:23,665 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2022-05-07 16:14:23,667 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
2022-05-07 16:14:23,669 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
2022-05-07 16:14:23,671 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin DigitalLibrary
2022-05-07 16:14:23,673 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
2022-05-07 16:14:23,674 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
2022-05-07 16:14:23,677 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program. If not, see http://www.gnu.org/licenses/.
2022-05-07 16:14:23,678 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
2022-05-07 16:14:23,688 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin OBJReader
2022-05-07 16:14:23,697 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin OBJWriter
2022-05-07 16:14:23,714 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin STLReader
2022-05-07 16:14:23,723 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin STLWriter
2022-05-07 16:14:23,736 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FileLogger
2022-05-07 16:14:23,750 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdateChecker
2022-05-07 16:14:23,761 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdater
2022-05-07 16:14:23,770 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzReader
2022-05-07 16:14:23,779 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzWriter
2022-05-07 16:14:23,788 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeProfileReader
2022-05-07 16:14:23,802 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeReader
2022-05-07 16:14:23,811 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeWriter
2022-05-07 16:14:23,820 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ImageReader
2022-05-07 16:14:23,828 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LegacyProfileReader
2022-05-07 16:14:23,837 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalContainerProvider
2022-05-07 16:14:23,846 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalFileOutputDevice
2022-05-07 16:14:23,855 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MachineSettingsAction
2022-05-07 16:14:23,865 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ModelChecker
2022-05-07 16:14:23,874 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MonitorStage
2022-05-07 16:14:23,884 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PerObjectSettingsTool
2022-05-07 16:14:23,892 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PostProcessingPlugin
2022-05-07 16:14:23,900 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PrepareStage
2022-05-07 16:14:23,909 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PreviewStage
2022-05-07 16:14:23,920 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RemovableDriveOutputDevice
2022-05-07 16:14:23,936 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimulationView
2022-05-07 16:14:23,944 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SliceInfoPlugin
2022-05-07 16:14:23,954 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SolidView
2022-05-07 16:14:23,963 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SupportEraser
2022-05-07 16:14:23,988 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin Toolbox
2022-05-07 16:14:23,996 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CameraTool
2022-05-07 16:14:24,018 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MirrorTool
2022-05-07 16:14:24,031 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RotateTool
2022-05-07 16:14:24,041 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ScaleTool
2022-05-07 16:14:24,049 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SelectionTool
2022-05-07 16:14:24,059 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TranslateTool
2022-05-07 16:14:24,066 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TrimeshReader
2022-05-07 16:14:24,085 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPReader
2022-05-07 16:14:24,094 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPWriter
2022-05-07 16:14:24,104 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UltimakerMachineActions
2022-05-07 16:14:24,184 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UM3NetworkPrinting
2022-05-07 16:14:24,195 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-05-07 16:14:24,198 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UpdateChecker
2022-05-07 16:14:24,244 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin USBPrinting
2022-05-07 16:14:24,257 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade21to22
2022-05-07 16:14:24,265 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade22to24
2022-05-07 16:14:24,275 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade25to26
2022-05-07 16:14:24,284 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade26to27
2022-05-07 16:14:24,292 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade27to30
2022-05-07 16:14:24,300 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade30to31
2022-05-07 16:14:24,308 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade32to33
2022-05-07 16:14:24,317 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade33to34
2022-05-07 16:14:24,324 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade34to35
2022-05-07 16:14:24,332 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade35to40
2022-05-07 16:14:24,339 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade40to41
2022-05-07 16:14:24,347 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade411to412
2022-05-07 16:14:24,355 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade41to42
2022-05-07 16:14:24,363 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade42to43
2022-05-07 16:14:24,370 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade43to44
2022-05-07 16:14:24,379 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade44to45
2022-05-07 16:14:24,386 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade45to46
2022-05-07 16:14:24,395 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade460to462
2022-05-07 16:14:24,403 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade462to47
2022-05-07 16:14:24,411 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade47to48
2022-05-07 16:14:24,419 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade48to49
2022-05-07 16:14:24,428 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade49to410
2022-05-07 16:14:24,436 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimpleView
2022-05-07 16:14:24,446 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin X3DReader
2022-05-07 16:14:24,458 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XmlMaterialProfile
2022-05-07 16:14:24,467 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XRayView
2022-05-07 16:14:24,471 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [398]: Loading all plugins took 1.6412832736968994 seconds
2022-05-07 16:14:24,482 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-05-07 16:14:24,509 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.0279543399810791
2022-05-07 16:14:24,513 - WARNING - [MainThread] UM.VersionUpgradeManager.updateFilesData [433]: Unable to upgrade file of type preferences of version 7000000
2022-05-07 16:14:24,521 - INFO - [MainThread] UM.Logger.info [137]: Completed loading preferences.
2022-05-07 16:14:24,534 - INFO - [MainThread] UM.Logger.info [137]: Created system tray icon.
2022-05-07 16:14:26,069 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 1.5283935070037842 seconds
2022-05-07 16:14:26,084 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-05-07 16:14:26,086 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
2022-05-07 16:14:26,089 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
2022-05-07 16:14:26,091 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
2022-05-07 16:14:26,317 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-05-07 16:14:26,321 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-05-07 16:14:26,325 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-05-07 16:14:26,348 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2022-05-07 16:14:26,376 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Program Files\Ultimaker Cura 4.13.1\resources\themes\cura-light\theme.json
2022-05-07 16:14:26,557 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Program Files\Ultimaker Cura 4.13.1\resources\themes\cura-light
2022-05-07 16:14:26,937 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2022-05-07 16:14:26,940 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2022-05-07 16:14:26,941 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2022-05-07 16:14:26,942 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2022-05-07 16:14:26,943 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-05-07 16:14:26,944 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2022-05-07 16:14:26,945 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2022-05-07 16:14:26,946 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2022-05-07 16:14:26,947 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2022-05-07 16:14:26,948 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2022-05-07 16:14:26,949 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2022-05-07 16:14:26,950 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2022-05-07 16:14:26,951 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2022-05-07 16:14:26,952 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2022-05-07 16:14:27,021 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2022-05-07 16:14:27,133 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\Qt\QtApplication.py:319: DeprecationWarning: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
2022-05-07 16:14:27,244 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
2022-05-07 16:14:27,401 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-05-07 16:14:27,449 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-07 16:14:27,453 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:284: TypeError: Cannot read property 'hasRemoteConnection' of null
2022-05-07 16:14:27,513 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Program Files/Ultimaker Cura 4.13.1/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2022-05-07 16:14:27,546 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-05-07 16:14:27,566 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-05-07 16:14:27,572 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-05-07 16:14:27,572 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-05-07 16:14:27,619 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting updates metadata from server.
2022-05-07 16:14:27,620 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2022-05-07 16:14:27,623 - DEBUG - [MainThread] UM.Logger.debug [131]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.9.0/packages/package-updates?installed_packages=UltimakerMachineActions:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=STLReader:1.0.1&installed_packages=FileLogger:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=SimulationView:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=Toolbox:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=SupportEraser:1.0.1&installed_packages=UltimakerABS:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=PolyFlexPLA:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=USBPrinting:1.0.2&installed_packages=PolyPlusPLA:1.0.1&installed_packages=MirrorTool:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=3MFReader:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=UltimakerTPLA:1.4.0&installed_packages=CuraProfileWriter:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=UltimakerTPU:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=GenericBAM:1.4.0&installed_packages=GCodeGzWriter:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=PrepareStage:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=GCodeWriter:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=UFPReader:1.0.0&installed_packages=XRayView:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=VertexDeltaABS:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=RotateTool:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=ImageReader:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=MonitorStage:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UltimakerPLA:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=CameraTool:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=UpdateChecker:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=GenericTPU:1.4.0&installed_packages=SentryLogger:1.0.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=OBJReader:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=ScaleTool:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=TranslateTool:1.0.1
2022-05-07 16:14:27,633 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-05-07 16:14:27,634 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 6.228765487670898 seconds
2022-05-07 16:14:27,637 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-05-07 16:14:27,892 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2022-05-07 16:14:27,904 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [112]: Initialized OpenGL subsystems.
2022-05-07 16:14:27,907 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [113]: OpenGL Version: 4.1.0 NVIDIA 512.59
2022-05-07 16:14:27,909 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [114]: OpenGL Vendor: NVIDIA Corporation
2022-05-07 16:14:27,911 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [115]: OpenGL Renderer: NVIDIA GeForce RTX 3080/PCIe/SSE2
2022-05-07 16:14:27,913 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [116]: GLSL Version: 4.0.0
2022-05-07 16:14:27,916 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\default.shader]...
2022-05-07 16:14:27,920 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\selection.shader]...
2022-05-07 16:14:27,923 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\select_face.shader]...
2022-05-07 16:14:27,927 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\default.shader]...
2022-05-07 16:14:27,931 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\composite.shader]...
2022-05-07 16:14:27,935 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\overhang.shader]...
2022-05-07 16:14:27,940 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\striped.shader]...
2022-05-07 16:14:27,944 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\transparent_object.shader]...
2022-05-07 16:14:27,948 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\striped.shader]...
2022-05-07 16:14:27,952 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray.shader]...
2022-05-07 16:14:27,955 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray_composite.shader]...
2022-05-07 16:14:27,959 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\platform.shader]...
2022-05-07 16:14:27,967 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Program Files\Ultimaker Cura 4.13.1\resources\shaders\xray.shader]...
Fatal Python error: Aborted

Thread 0x00002fb8 (most recent call first):
File "D:\Program Files\Ultimaker Cura 4.13.1\plugins\USBPrinting\USBPrinterOutputDeviceManager.py", line 79 in _updateThread
File "threading.py", line 870 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00005100 (most recent call first):
File "threading.py", line 306 in wait
File "zeroconf_init_.py", line 2534 in wait
File "zeroconf_init_.py", line 1715 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x0000319c (most recent call first):
File "threading.py", line 306 in wait
File "threading.py", line 558 in wait
File "D:\Program Files\Ultimaker Cura 4.13.1\plugins\UM3NetworkPrinting\src\Network\ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
File "threading.py", line 870 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x0000369c (most recent call first):
File "zeroconf_init_.py", line 1369 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x000049ec (most recent call first):
File "D:\Program Files\Ultimaker Cura 4.13.1\plugins\RemovableDriveOutputDevice\RemovableDrivePlugin.py", line 61 in _updateThread
File "threading.py", line 870 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x0000396c (most recent call first):
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 165 in _storeStderrToLogThread
File "threading.py", line 870 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00003654 (most recent call first):
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\Backend\Backend.py", line 153 in _storeOutputToLogThread
File "threading.py", line 870 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00005064 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00004048 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00004010 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00004760 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00002f04 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x000014a8 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00003690 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00002f6c (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x0000503c (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x00003390 (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x000012ec (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Thread 0x000046cc (most recent call first):
File "threading.py", line 302 in wait
File "threading.py", line 433 in acquire
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 98 in _nextJob
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\JobQueue.py", line 124 in run
File "threading.py", line 932 in _bootstrap_inner
File "threading.py", line 890 in _bootstrap

Current thread 0x00002c28 (most recent call first):
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\UM\Qt\QtApplication.py", line 396 in exec_
File "C:\build\Cura\4.13-exe\build\inst\lib\python3.8\site-packages\cura\CuraApplication.py", line 877 in run
File "C:\build\Cura\4.13-exe\build\inst\bin\cura_app.py", line 236 in
File "Console.py", line 36 in run
File "startup.py", line 74 in run

@amiazma amiazma mentioned this issue May 7, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Duplicate Duplicate of another issue. Status: Needs Info Needs more information before action can be taken. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

4 participants