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

Cura closes when trying to open files #11290

Closed
1 of 2 tasks
Nprint3D opened this issue Jan 19, 2022 · 2 comments
Closed
1 of 2 tasks

Cura closes when trying to open files #11290

Nprint3D opened this issue Jan 19, 2022 · 2 comments
Labels
Status: Duplicate Duplicate of another issue. Type: Bug The code does not produce the intended behavior.

Comments

@Nprint3D
Copy link

Application Version

4.12.1 and 4.13

Platform

Windows 10

Printer

Creality CR6-SE

Reproduction steps

  1. I tried to click on the file icon in the prepare window. .
  2. I then tried to click file, open file.
  3. I then tried to click file, open recent.
  4. Find the file in file explorer.

Actual results

  1. The open files window would briefly open and then Cura would close .
  2. The open files window would again briefly open and then Cura would again close.
  3. Cura would open with the file.
  4. Cura would open doing this.

Expected results

  1. For the open files window to open and to select a file and Cura to open it.
  2. For the open files window to open and to select a file and Cura to open it.

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

cura.log
2022-01-19 05:49:51,293 - INFO - [MainThread] UM.Qt.QtApplication.init [83]: Adding QT5 plugin path: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\PyQt5\plugins
2022-01-19 05:49:51,293 - INFO - [MainThread] UM.Qt.QtApplication.init [93]: Adding QT5 plugin path: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\PyQt5\plugins
2022-01-19 05:49:51,293 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-01-19 05:49:51,293 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 4.13.0
2022-01-19 05:49:51,294 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 7.9.0
2022-01-19 05:49:51,294 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-01-19 05:49:51,300 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\share\uranium\plugins must be a folder.
2022-01-19 05:49:51,300 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\share\cura\plugins must be a folder.
2022-01-19 05:49:51,300 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib\uranium must be a folder.
2022-01-19 05:49:51,300 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib64\uranium must be a folder.
2022-01-19 05:49:51,301 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib32\uranium must be a folder.
2022-01-19 05:49:51,301 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Resources\uranium\plugins must be a folder.
2022-01-19 05:49:51,301 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Resources\cura\plugins must be a folder.
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is C:\Users\Nino\AppData\Roaming\cura\4.13
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is C:\Users\Nino\AppData\Roaming\cura\4.13
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\Nino\AppData\Local\cura\4.13\cache
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources._copyLatestDirsIfPresent [502]: Found config: ['C:\Users\Nino\AppData\Roaming\cura', 'C:\Users\Nino\AppData\Local\cura'] and data: ['C:\Users\Nino\AppData\Roaming\cura', 'C:\Users\Nino\AppData\Local\cura']
2022-01-19 05:49:51,301 - DEBUG - [MainThread] UM.Resources._copyLatestDirsIfPresent [506]: Latest config path: C:\Users\Nino\AppData\Roaming\cura\4.12 and latest data path: C:\Users\Nino\AppData\Roaming\cura\4.12
2022-01-19 05:49:51,301 - INFO - [MainThread] UM.Resources.copyVersionFolder [542]: Copying directory from 'C:\Users\Nino\AppData\Roaming\cura\4.12' to 'C:\Users\Nino\AppData\Roaming\cura\4.13'
2022-01-19 05:49:51,301 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\cura.json
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\uranium.json
2022-01-19 05:49:51,302 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
2022-01-19 05:49:51,302 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-01-19 05:49:51,302 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [177]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing job queue ...
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.Qt.QtApplication.initialize [188]: Initializing version upgrade manager ...
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\cura.json
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\uranium.json
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from C:\Users\Nino\AppData\Roaming\cura\4.13\packages.json
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PackageManager._saveManagementData [270]: Package management file C:\Users\Nino\AppData\Roaming\cura\4.13\packages.json was saved
2022-01-19 05:49:51,302 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [119]: Loading plugin configuration file 'C:\Users\Nino\AppData\Roaming\cura\4.13\plugins.json'
2022-01-19 05:49:51,302 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib\cura must be a folder.
2022-01-19 05:49:51,309 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FileLogger
2022-01-19 05:49:51,338 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdateChecker
2022-01-19 05:49:51,358 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdater
2022-01-19 05:49:51,376 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzReader
2022-01-19 05:49:51,394 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzWriter
2022-01-19 05:49:51,419 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeProfileReader
2022-01-19 05:49:51,455 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeReader
2022-01-19 05:49:51,479 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeWriter
2022-01-19 05:49:51,502 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ImageReader
2022-01-19 05:49:51,522 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LegacyProfileReader
2022-01-19 05:49:51,543 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalContainerProvider
2022-01-19 05:49:51,565 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalFileOutputDevice
2022-01-19 05:49:51,585 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MachineSettingsAction
2022-01-19 05:49:51,601 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ModelChecker
2022-01-19 05:49:51,621 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MonitorStage
2022-01-19 05:49:51,644 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PerObjectSettingsTool
2022-01-19 05:49:51,664 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PostProcessingPlugin
2022-01-19 05:49:51,680 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PrepareStage
2022-01-19 05:49:51,698 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PreviewStage
2022-01-19 05:49:51,758 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RemovableDriveOutputDevice
2022-01-19 05:49:51,798 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimulationView
2022-01-19 05:49:51,819 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SliceInfoPlugin
2022-01-19 05:49:51,841 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SolidView
2022-01-19 05:49:51,858 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SupportEraser
2022-01-19 05:49:51,940 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin Toolbox
2022-01-19 05:49:51,963 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CameraTool
2022-01-19 05:49:51,983 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MirrorTool
2022-01-19 05:49:52,009 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RotateTool
2022-01-19 05:49:52,035 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ScaleTool
2022-01-19 05:49:52,050 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SelectionTool
2022-01-19 05:49:52,072 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TranslateTool
2022-01-19 05:49:52,094 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TrimeshReader
2022-01-19 05:49:52,127 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPReader
2022-01-19 05:49:52,149 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPWriter
2022-01-19 05:49:52,170 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UltimakerMachineActions
2022-01-19 05:49:52,431 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UM3NetworkPrinting
2022-01-19 05:49:52,460 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-01-19 05:49:52,467 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UpdateChecker
2022-01-19 05:49:52,607 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin USBPrinting
2022-01-19 05:49:52,640 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade21to22
2022-01-19 05:49:52,659 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade22to24
2022-01-19 05:49:52,678 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade25to26
2022-01-19 05:49:52,695 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade26to27
2022-01-19 05:49:52,713 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade27to30
2022-01-19 05:49:52,731 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade30to31
2022-01-19 05:49:52,750 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade32to33
2022-01-19 05:49:52,768 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade33to34
2022-01-19 05:49:52,787 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade34to35
2022-01-19 05:49:52,804 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade35to40
2022-01-19 05:49:52,821 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade40to41
2022-01-19 05:49:52,842 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade411to412
2022-01-19 05:49:52,860 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade41to42
2022-01-19 05:49:52,877 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade42to43
2022-01-19 05:49:52,896 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade43to44
2022-01-19 05:49:52,915 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade44to45
2022-01-19 05:49:52,932 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade45to46
2022-01-19 05:49:52,954 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade460to462
2022-01-19 05:49:52,973 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade462to47
2022-01-19 05:49:52,992 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade47to48
2022-01-19 05:49:53,010 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade48to49
2022-01-19 05:49:53,028 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade49to410
2022-01-19 05:49:53,044 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimpleView
2022-01-19 05:49:53,072 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin X3DReader
2022-01-19 05:49:53,108 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XmlMaterialProfile
2022-01-19 05:49:53,125 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XRayView
2022-01-19 05:49:53,235 - DEBUG - [MainThread] ArcWelderPlugin.ArcWelderPlugin.init [77]: Using ArcWelder 1.1.1-7-gefb6c54

2022-01-19 05:49:53,240 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ArcWelderPlugin
2022-01-19 05:49:53,258 - DEBUG - [MainThread] CalibrationShapes.CalibrationShapes.init [110]: Info CuraVersion --> 4.13.0
2022-01-19 05:49:53,268 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CalibrationShapes
2022-01-19 05:49:53,289 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CustomSupportCylinder
2022-01-19 05:49:53,305 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CustomSupports
2022-01-19 05:49:53,320 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LinearAdvanceSettingPlugin
2022-01-19 05:49:53,341 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MeasureTool
2022-01-19 05:49:53,434 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SVGToolpathReader
2022-01-19 05:49:53,444 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [398]: Loading all plugins took 3.8117992877960205 seconds
2022-01-19 05:49:53,464 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-01-19 05:49:53,936 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.47173595428466797
2022-01-19 05:49:53,962 - INFO - [MainThread] UM.Logger.info [137]: Completed loading preferences.
2022-01-19 05:49:53,985 - INFO - [MainThread] UM.Logger.info [137]: Created system tray icon.
2022-01-19 05:49:57,716 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 3.567458391189575 seconds
2022-01-19 05:49:57,744 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-01-19 05:49:57,749 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
2022-01-19 05:49:58,266 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_cr6se]
2022-01-19 05:49:58,630 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [202]: Extruder[creality_base_extruder_0 #3] added to [Creality CR-6 SE #2] at position [0]
2022-01-19 05:49:58,632 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality CR-6 SE in list of firmware to check.
2022-01-19 05:50:00,170 - DEBUG - [MainThread] cura.Machines.ContainerTree.getitem [120]: Adding container tree for creality_cr6se took 1.5299224853515625 seconds.
2022-01-19 05:50:00,197 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2022-01-19 05:50:00,199 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2022-01-19 05:50:00,216 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2022-01-19 05:50:00,222 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-01-19 05:50:00,226 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2022-01-19 05:50:00,229 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2022-01-19 05:50:00,233 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2022-01-19 05:50:00,238 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2022-01-19 05:50:00,241 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2022-01-19 05:50:00,244 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2022-01-19 05:50:00,251 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2022-01-19 05:50:00,254 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2022-01-19 05:50:00,257 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2022-01-19 05:50:00,259 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayPrintInfosOnLCD
2022-01-19 05:50:00,260 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FlowTower
2022-01-19 05:50:00,262 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: GCodeDocumentation
2022-01-19 05:50:00,263 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractTower
2022-01-19 05:50:00,265 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SpeedTower
2022-01-19 05:50:00,266 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TempFanTower
2022-01-19 05:50:00,542 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-01-19 05:50:00,599 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
2022-01-19 05:50:00,607 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
2022-01-19 05:50:00,630 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-01-19 05:50:00,654 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.checkToken [115]: Checking the access token for [https://account.ultimaker.com/check-token]
2022-01-19 05:50:00,660 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-01-19 05:50:00,764 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [154]: New error check scheduled.
2022-01-19 05:50:00,768 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [252]: Changing perspective mode to orthographic.
2022-01-19 05:50:00,791 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [213]: Error check finished, result = False, time = 0.0s
2022-01-19 05:50:00,821 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-dark\theme.json
2022-01-19 05:50:00,830 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-light\theme.json
2022-01-19 05:50:01,326 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-light
2022-01-19 05:50:01,331 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-dark
2022-01-19 05:50:03,164 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2022-01-19 05:50:03,384 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2022-01-19 05:50:03,555 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
2022-01-19 05:50:03,714 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
2022-01-19 05:50:03,893 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-19 05:50:04,076 - DEBUG - [MainThread] UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [583]: Calculating normals took 0.02193927764892578 seconds
2022-01-19 05:50:04,082 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-01-19 05:50:04,307 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-19 05:50:04,541 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-01-19 05:50:04,727 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-01-19 05:50:04,744 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-01-19 05:50:04,744 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-01-19 05:50:04,826 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting updates metadata from server.
2022-01-19 05:50:04,831 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com]
2022-01-19 05:50:04,838 - 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=RotateTool:1.0.1&installed_packages=UltimakerPVA:1.4.0&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=GenericCFFCPE:1.4.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=UltimakerPC:1.4.0&installed_packages=MirrorTool:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=FABtotumTPU:1.4.0&installed_packages=UpdateChecker:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=OBJWriter:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=USBPrinting:1.0.2&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=FileLogger:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=UltimakerBAM:1.4.0&installed_packages=PolyWoodPLA:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=eSUN_PETG_2019:2.1.0&installed_packages=UltimakerABS:1.4.0&installed_packages=ModelChecker:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=GenericCPE:1.4.0&installed_packages=GenericNylon:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=CustomSupports:0.1.0&installed_packages=OBJReader:1.0.1&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=GenericPC:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=OctofiberPLA:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UltimakerTPU:1.4.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=SentryLogger:1.0.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=MonitorStage:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=ImageReader:1.0.1&installed_packages=Toolbox:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=GenericABS:1.4.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=STLWriter:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=AMFReader:1.0.0&installed_packages=SelectionTool:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=SimulationView:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=MeasureTool:1.0.2&installed_packages=ScaleTool:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=PolyMaxPLA:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=PolyFlexPLA:1.0.1&installed_packages=GenericToughPLA:1.4.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=STLReader:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=LegacyProfileReader:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=XRayView:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=TrimeshReader:1.0.0&installed_packages=CustomSupportCylinder:2.5.5&installed_packages=ArcWelderPlugin:3.5.2&installed_packages=GCodeGzReader:1.0.1&installed_packages=TranslateTool:1.0.1&installed_packages=CuraDrive:1.2.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=PreviewStage:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=GenericPP:1.4.0&installed_packages=3MFWriter:1.0.1&installed_packages=SVGToolpathReader:1.2.1&installed_packages=CalibrationShapes:1.5.0&installed_packages=GenericBAM:1.4.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=UltimakerTPLA:1.4.0&installed_packages=SolidView:1.0.1&installed_packages=LinearAdvanceSettingPlugin:3.5.11&installed_packages=GenericPLA:1.4.0&installed_packages=VertexDeltaPET:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=VersionUpgrade40to41:1.0.1
2022-01-19 05:50:04,851 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-01-19 05:50:04,852 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 17.046016216278076 seconds
2022-01-19 05:50:04,886 - WARNING - [MainThread] UM.Decorators.deprecated_function [23]: <function GlobalStack.extruders at 0x000001823491A0D0> is deprecated (since 4.4): Please use extruderList instead.
2022-01-19 05:50:04,897 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-19 05:50:05,085 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-19 05:50:05,296 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Account/UserOperations.qml:48: TypeError: Cannot call method 'charAt' of undefined
2022-01-19 05:50:05,303 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Account/UserOperations.qml:69:17: Unable to assign [undefined] to QString
2022-01-19 05:50:05,307 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,312 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,317 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,321 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting packages metadata from server.
2022-01-19 05:50:05,325 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,329 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting authors metadata from server.
2022-01-19 05:50:05,333 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,339 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,347 - DEBUG - [MainThread] UM.Logger.debug [131]: Starting a new sync while previous sync was not completed
2022-01-19 05:50:05,354 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:50:05,358 - DEBUG - [MainThread] UM.Logger.debug [131]: Auth data was successfully loaded
2022-01-19 05:50:05,362 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-01-19 05:50:06,812 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2022-01-19 05:50:06,829 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [112]: Initialized OpenGL subsystems.
2022-01-19 05:50:06,832 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [113]: OpenGL Version: 4.1.0 - Build 23.20.16.4973
2022-01-19 05:50:06,835 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [114]: OpenGL Vendor: Intel
2022-01-19 05:50:06,838 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [115]: OpenGL Renderer: Intel(R) HD Graphics 530
2022-01-19 05:50:06,842 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [116]: GLSL Version: 4.10.0
2022-01-19 05:50:06,845 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:06,860 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\selection.shader]...
2022-01-19 05:50:06,870 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\select_face.shader]...
2022-01-19 05:50:06,882 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:06,895 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\composite.shader]...
2022-01-19 05:50:06,915 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\overhang.shader]...
2022-01-19 05:50:06,936 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\striped.shader]...
2022-01-19 05:50:06,954 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\transparent_object.shader]...
2022-01-19 05:50:06,968 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\striped.shader]...
2022-01-19 05:50:06,988 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray.shader]...
2022-01-19 05:50:07,000 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray_composite.shader]...
2022-01-19 05:50:07,021 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:07,033 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\grid.shader]...
2022-01-19 05:50:07,046 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\platform.shader]...
2022-01-19 05:50:07,106 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray.shader]...
2022-01-19 05:50:08,390 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-19 05:50:08,396 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-19 05:50:08,598 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com]
2022-01-19 05:50:09,337 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:50:18,623 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider.saveContainer [135]: Dirty container [None] is not saved because the resource type is unknown in ContainerRegistry
2022-01-19 05:50:18,624 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider.saveContainer [135]: Dirty container [None] is not saved because the resource type is unknown in ContainerRegistry
2022-01-19 05:50:18,646 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.029949665069580078 seconds
2022-01-19 05:50:47,777 - INFO - [MainThread] UM.Qt.QtApplication.init [83]: Adding QT5 plugin path: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\PyQt5\plugins
2022-01-19 05:50:47,777 - INFO - [MainThread] UM.Qt.QtApplication.init [93]: Adding QT5 plugin path: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\PyQt5\plugins
2022-01-19 05:50:47,777 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-01-19 05:50:47,777 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 4.13.0
2022-01-19 05:50:47,777 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 7.9.0
2022-01-19 05:50:47,777 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-01-19 05:50:47,777 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\share\uranium\plugins must be a folder.
2022-01-19 05:50:47,777 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\share\cura\plugins must be a folder.
2022-01-19 05:50:47,777 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib\uranium must be a folder.
2022-01-19 05:50:47,778 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib64\uranium must be a folder.
2022-01-19 05:50:47,778 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib32\uranium must be a folder.
2022-01-19 05:50:47,778 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Resources\uranium\plugins must be a folder.
2022-01-19 05:50:47,778 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\Resources\cura\plugins must be a folder.
2022-01-19 05:50:47,778 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-01-19 05:50:47,778 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is C:\Users\Nino\AppData\Roaming\cura\4.13
2022-01-19 05:50:47,778 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is C:\Users\Nino\AppData\Roaming\cura\4.13
2022-01-19 05:50:47,778 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\Nino\AppData\Local\cura\4.13\cache
2022-01-19 05:50:47,778 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\cura.json
2022-01-19 05:50:47,778 - INFO - [MainThread] UM.PackageManager.init [55]: Found bundled packages JSON file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\uranium.json
2022-01-19 05:50:47,779 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
2022-01-19 05:50:47,779 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-01-19 05:50:47,779 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [177]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing job queue ...
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.Qt.QtApplication.initialize [188]: Initializing version upgrade manager ...
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\cura.json
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\bundled_packages\uranium.json
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from C:\Users\Nino\AppData\Roaming\cura\4.13\packages.json
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.PackageManager._saveManagementData [270]: Package management file C:\Users\Nino\AppData\Roaming\cura\4.13\packages.json was saved
2022-01-19 05:50:47,779 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [119]: Loading plugin configuration file 'C:\Users\Nino\AppData\Roaming\cura\4.13\plugins.json'
2022-01-19 05:50:47,779 - WARNING - [MainThread] UM.Logger.warning [143]: Plugin location D:\Desktop\3D Printing\lib\cura must be a folder.
2022-01-19 05:50:47,785 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FileLogger
2022-01-19 05:50:47,805 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdateChecker
2022-01-19 05:50:47,824 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin FirmwareUpdater
2022-01-19 05:50:47,839 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzReader
2022-01-19 05:50:47,852 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeGzWriter
2022-01-19 05:50:47,865 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeProfileReader
2022-01-19 05:50:47,885 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeReader
2022-01-19 05:50:47,900 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin GCodeWriter
2022-01-19 05:50:47,914 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ImageReader
2022-01-19 05:50:47,927 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LegacyProfileReader
2022-01-19 05:50:47,939 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalContainerProvider
2022-01-19 05:50:47,954 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LocalFileOutputDevice
2022-01-19 05:50:47,967 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MachineSettingsAction
2022-01-19 05:50:47,980 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ModelChecker
2022-01-19 05:50:47,996 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MonitorStage
2022-01-19 05:50:48,011 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PerObjectSettingsTool
2022-01-19 05:50:48,026 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PostProcessingPlugin
2022-01-19 05:50:48,038 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PrepareStage
2022-01-19 05:50:48,051 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin PreviewStage
2022-01-19 05:50:48,067 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RemovableDriveOutputDevice
2022-01-19 05:50:48,088 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimulationView
2022-01-19 05:50:48,102 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SliceInfoPlugin
2022-01-19 05:50:48,117 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SolidView
2022-01-19 05:50:48,132 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SupportEraser
2022-01-19 05:50:48,167 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin Toolbox
2022-01-19 05:50:48,179 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CameraTool
2022-01-19 05:50:48,195 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MirrorTool
2022-01-19 05:50:48,214 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin RotateTool
2022-01-19 05:50:48,229 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ScaleTool
2022-01-19 05:50:48,241 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SelectionTool
2022-01-19 05:50:48,255 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TranslateTool
2022-01-19 05:50:48,268 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin TrimeshReader
2022-01-19 05:50:48,291 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPReader
2022-01-19 05:50:48,304 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UFPWriter
2022-01-19 05:50:48,317 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UltimakerMachineActions
2022-01-19 05:50:48,417 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UM3NetworkPrinting
2022-01-19 05:50:48,433 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-01-19 05:50:48,438 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin UpdateChecker
2022-01-19 05:50:48,504 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin USBPrinting
2022-01-19 05:50:48,525 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade21to22
2022-01-19 05:50:48,540 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade22to24
2022-01-19 05:50:48,554 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade25to26
2022-01-19 05:50:48,568 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade26to27
2022-01-19 05:50:48,582 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade27to30
2022-01-19 05:50:48,594 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade30to31
2022-01-19 05:50:48,608 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade32to33
2022-01-19 05:50:48,624 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade33to34
2022-01-19 05:50:48,638 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade34to35
2022-01-19 05:50:48,653 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade35to40
2022-01-19 05:50:48,665 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade40to41
2022-01-19 05:50:48,677 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade411to412
2022-01-19 05:50:48,688 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade41to42
2022-01-19 05:50:48,703 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade42to43
2022-01-19 05:50:48,715 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade43to44
2022-01-19 05:50:48,727 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade44to45
2022-01-19 05:50:48,738 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade45to46
2022-01-19 05:50:48,750 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade460to462
2022-01-19 05:50:48,762 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade462to47
2022-01-19 05:50:48,778 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade47to48
2022-01-19 05:50:48,790 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade48to49
2022-01-19 05:50:48,801 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin VersionUpgrade49to410
2022-01-19 05:50:48,814 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SimpleView
2022-01-19 05:50:48,828 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin X3DReader
2022-01-19 05:50:48,846 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XmlMaterialProfile
2022-01-19 05:50:48,859 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin XRayView
2022-01-19 05:50:48,934 - DEBUG - [MainThread] ArcWelderPlugin.ArcWelderPlugin.init [77]: Using ArcWelder 1.1.1-7-gefb6c54

2022-01-19 05:50:48,938 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin ArcWelderPlugin
2022-01-19 05:50:48,954 - DEBUG - [MainThread] CalibrationShapes.CalibrationShapes.init [110]: Info CuraVersion --> 4.13.0
2022-01-19 05:50:48,959 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CalibrationShapes
2022-01-19 05:50:48,975 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CustomSupportCylinder
2022-01-19 05:50:48,989 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin CustomSupports
2022-01-19 05:50:49,003 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin LinearAdvanceSettingPlugin
2022-01-19 05:50:49,022 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin MeasureTool
2022-01-19 05:50:49,078 - INFO - [MainThread] UM.Logger.info [137]: Loaded plugin SVGToolpathReader
2022-01-19 05:50:49,086 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [398]: Loading all plugins took 2.3998522758483887 seconds
2022-01-19 05:50:49,106 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-01-19 05:50:49,542 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.4348268508911133
2022-01-19 05:50:49,568 - INFO - [MainThread] UM.Logger.info [137]: Completed loading preferences.
2022-01-19 05:50:49,614 - INFO - [MainThread] UM.Logger.info [137]: Created system tray icon.
2022-01-19 05:50:51,592 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 1.9617552757263184 seconds
2022-01-19 05:50:51,611 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-01-19 05:50:51,614 - INFO - [MainThread] cura.CuraApplication.run [809]: Initializing machine error checker
2022-01-19 05:50:51,748 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_cr6se]
2022-01-19 05:50:51,910 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [202]: Extruder[creality_base_extruder_0 #3] added to [Creality CR-6 SE #2] at position [0]
2022-01-19 05:50:51,915 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality CR-6 SE in list of firmware to check.
2022-01-19 05:50:53,220 - DEBUG - [MainThread] cura.Machines.ContainerTree.getitem [120]: Adding container tree for creality_cr6se took 1.2975313663482666 seconds.
2022-01-19 05:50:53,233 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2022-01-19 05:50:53,235 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2022-01-19 05:50:53,236 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2022-01-19 05:50:53,237 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-01-19 05:50:53,238 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2022-01-19 05:50:53,239 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2022-01-19 05:50:53,240 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2022-01-19 05:50:53,241 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2022-01-19 05:50:53,242 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2022-01-19 05:50:53,243 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2022-01-19 05:50:53,244 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2022-01-19 05:50:53,245 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2022-01-19 05:50:53,246 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2022-01-19 05:50:53,248 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayPrintInfosOnLCD
2022-01-19 05:50:53,249 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FlowTower
2022-01-19 05:50:53,251 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: GCodeDocumentation
2022-01-19 05:50:53,252 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractTower
2022-01-19 05:50:53,253 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SpeedTower
2022-01-19 05:50:53,254 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TempFanTower
2022-01-19 05:50:53,491 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-01-19 05:50:53,539 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine manager
2022-01-19 05:50:53,547 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing container manager
2022-01-19 05:50:53,566 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-01-19 05:50:53,593 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.checkToken [115]: Checking the access token for [https://account.ultimaker.com/check-token]
2022-01-19 05:50:53,599 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-01-19 05:50:53,638 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [252]: Changing perspective mode to orthographic.
2022-01-19 05:50:53,649 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [154]: New error check scheduled.
2022-01-19 05:50:53,662 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [213]: Error check finished, result = False, time = 0.0s
2022-01-19 05:50:53,684 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-dark\theme.json
2022-01-19 05:50:53,688 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-light\theme.json
2022-01-19 05:50:53,936 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-light
2022-01-19 05:50:53,940 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\themes\cura-dark
2022-01-19 05:50:54,391 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2022-01-19 05:50:54,504 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2022-01-19 05:50:54,645 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
2022-01-19 05:50:54,787 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
2022-01-19 05:50:54,946 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-19 05:50:55,124 - DEBUG - [MainThread] UM.Mesh.MeshData.calculateNormalsFromIndexedVertices [583]: Calculating normals took 0.023935794830322266 seconds
2022-01-19 05:50:55,129 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-01-19 05:50:55,205 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-01-19 05:50:55,358 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-01-19 05:50:55,369 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-01-19 05:50:55,380 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-01-19 05:50:55,381 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-01-19 05:50:55,446 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting updates metadata from server.
2022-01-19 05:50:55,451 - 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=Filo3DPLA:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=GCodeReader:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=MonitorStage:1.0.1&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=CustomSupports:0.1.0&installed_packages=UFPWriter:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=ModelChecker:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=3MFReader:1.0.1&installed_packages=GenericABS:1.4.0&installed_packages=GenericCFFCPE:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=ConsoleLogger:1.0.1&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=ScaleTool:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=MirrorTool:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=UltimakerABS:1.4.0&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=Toolbox:1.0.1&installed_packages=UltimakerPVA:1.4.0&installed_packages=TranslateTool:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=UltimakerBAM:1.4.0&installed_packages=ArcWelderPlugin:3.5.2&installed_packages=UltimakerCPE:1.4.0&installed_packages=UltimakerPP:1.4.0&installed_packages=ImageReader:1.0.1&installed_packages=PolyPlusPLA:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=LinearAdvanceSettingPlugin:3.5.11&installed_packages=SimulationView:1.0.1&installed_packages=CalibrationShapes:1.5.0&installed_packages=SentryLogger:1.0.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=3MFWriter:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=UltimakerPC:1.4.0&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=OBJReader:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=GCodeWriter:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=GenericPLA:1.4.0&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=GenericPVA:1.4.0&installed_packages=FirmwareUpdater:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=X3DReader:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=SVGToolpathReader:1.2.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=GenericGFFPA:1.4.0&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=LocalContainerProvider:1.0.1&installed_packages=GenericHIPS:1.4.0&installed_packages=USBPrinting:1.0.2&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=CustomSupportCylinder:2.5.5&installed_packages=PolyMaxPLA:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=FABtotumPLA:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=STLReader:1.0.1&installed_packages=MeasureTool:1.0.2&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=FileLogger:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=XRayView:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=eSUN_PETG_2019:2.1.0&installed_packages=OBJWriter:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=UltimakerTPLA:1.4.0
2022-01-19 05:50:55,465 - DEBUG - [MainThread] cura.CuraApplication.run [863]: Booting Cura took 9.42557144165039 seconds
2022-01-19 05:50:55,466 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-01-19 05:50:55,502 - WARNING - [MainThread] UM.Decorators.deprecated_function [23]: <function GlobalStack.extruders at 0x000001E6E1C0A0D0> is deprecated (since 4.4): Please use extruderList instead.
2022-01-19 05:50:55,514 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-19 05:50:55,663 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-19 05:50:55,851 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Account/UserOperations.qml:48: TypeError: Cannot call method 'charAt' of undefined
2022-01-19 05:50:55,854 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [424]: file:///D:/Desktop/3D Printing/Ultimaker Cura 4.13.0/resources/qml/Account/UserOperations.qml:69:17: Unable to assign [undefined] to QString
2022-01-19 05:50:55,860 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting packages metadata from server.
2022-01-19 05:50:55,864 - DEBUG - [MainThread] UM.Logger.debug [131]: Requesting authors metadata from server.
2022-01-19 05:50:55,871 - DEBUG - [MainThread] UM.Logger.debug [131]: Starting a new sync while previous sync was not completed
2022-01-19 05:50:55,875 - DEBUG - [MainThread] UM.Logger.debug [131]: Auth data was successfully loaded
2022-01-19 05:50:55,988 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-01-19 05:50:57,216 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2022-01-19 05:50:57,225 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [112]: Initialized OpenGL subsystems.
2022-01-19 05:50:57,228 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [113]: OpenGL Version: 4.1.0 - Build 23.20.16.4973
2022-01-19 05:50:57,231 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [114]: OpenGL Vendor: Intel
2022-01-19 05:50:57,234 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [115]: OpenGL Renderer: Intel(R) HD Graphics 530
2022-01-19 05:50:57,237 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [116]: GLSL Version: 4.10.0
2022-01-19 05:50:57,240 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:57,257 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\selection.shader]...
2022-01-19 05:50:57,270 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\select_face.shader]...
2022-01-19 05:50:57,285 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:57,297 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\composite.shader]...
2022-01-19 05:50:57,315 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\overhang.shader]...
2022-01-19 05:50:57,334 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\striped.shader]...
2022-01-19 05:50:57,352 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\transparent_object.shader]...
2022-01-19 05:50:57,365 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\striped.shader]...
2022-01-19 05:50:57,384 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray.shader]...
2022-01-19 05:50:57,395 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray_composite.shader]...
2022-01-19 05:50:57,415 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\default.shader]...
2022-01-19 05:50:57,427 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\grid.shader]...
2022-01-19 05:50:57,440 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\platform.shader]...
2022-01-19 05:50:57,496 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [D:\Desktop\3D Printing\Ultimaker Cura 4.13.0\resources\shaders\xray.shader]...
2022-01-19 05:50:58,576 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-01-19 05:50:58,583 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-01-19 05:50:58,755 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:51:08,738 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider.saveContainer [135]: Dirty container [None] is not saved because the resource type is unknown in ContainerRegistry
2022-01-19 05:51:08,738 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider.saveContainer [135]: Dirty container [None] is not saved because the resource type is unknown in ContainerRegistry
2022-01-19 05:51:08,752 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.021941184997558594 seconds
2022-01-19 05:51:59,417 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:53:00,601 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:54:01,576 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:55:01,921 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:56:03,419 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:57:03,616 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:58:04,922 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:59:12,702 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com]
2022-01-19 05:59:12,708 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 05:59:13,266 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com]
2022-01-19 05:59:13,684 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 05:59:23,498 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.23413538932800293 seconds
2022-01-19 06:00:13,584 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:01:14,152 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:02:14,605 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:03:17,392 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:04:17,611 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:05:18,710 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:06:18,963 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:07:20,025 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:08:20,018 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com]
2022-01-19 06:08:20,026 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 06:08:20,435 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:08:20,727 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com]
2022-01-19 06:08:30,743 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.01598358154296875 seconds
2022-01-19 06:09:21,379 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:10:21,872 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:10:45,196 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.014949321746826172 seconds
2022-01-19 06:11:22,115 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:12:22,469 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:13:23,644 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:14:24,106 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:15:24,692 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:16:24,899 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:17:24,979 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com]
2022-01-19 06:17:24,983 - DEBUG - [MainThread] UM.Logger.debug [131]: Was already busy refreshing token. Do not start a new request.
2022-01-19 06:17:25,508 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com]
2022-01-19 06:17:26,152 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:17:35,529 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.020911455154418945 seconds
2022-01-19 06:18:27,259 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:19:27,466 - DEBUG - [MainThread] UM.Logger.debug [131]: Synced cloud printers with account.
2022-01-19 06:19:44,684 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.01694321632385254 seconds

@Nprint3D Nprint3D added the Type: Bug The code does not produce the intended behavior. label Jan 19, 2022
@fieldOfView
Copy link
Collaborator

If you also have Chitubox installed on the same computer, please follow this article:
https://support.ultimaker.com/hc/en-us/articles/4402996140946-Ultimaker-Cura-crashes-when-opening-any-file

@Nprint3D
Copy link
Author

Nprint3D commented Jan 19, 2022 via email

@nallath nallath closed this as completed Jan 20, 2022
@nallath nallath added the Status: Duplicate Duplicate of another issue. label Jan 20, 2022
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. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants