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 5.0.0 does not retain screen size/position when starting #12248

Open
1 of 2 tasks
MarkALynch opened this issue May 18, 2022 · 6 comments
Open
1 of 2 tasks

Cura 5.0.0 does not retain screen size/position when starting #12248

MarkALynch opened this issue May 18, 2022 · 6 comments
Labels
Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. Type: Bug The code does not produce the intended behavior.

Comments

@MarkALynch
Copy link

Application Version

5.0.0

Platform

Windows 10

Printer

Ender 5 Plus, custom

Reproduction steps

When I started Cura prior to version 5.0 release, it would open at the previous size and location I had close it from. I have verified that the Cura.cfg file contains the right Height and Width settings, and they change if I resize the application, but it always starts in a fixed size that is not near what I was running it at.

I have three screens, each screen is set for 1920x1080. I run with the main display as the center screen.

It does not seem that the cura.cfg file has a display or valid window_left setting as it's not accounting for the screen or the absolute left position.

Also, the starting Windows height and width seem to be a default, instead of the values that are saved when I close cura after resizing.

The Cura splash screen also starts on the far left monitor and I can't move it.

Cura 4.13.1 still retains the screen position and size settings when changed.

Actual results

last_run_version = 5.0.0
accepted_user_agreement = True
window_height = 985
window_width = 1845
theme = cura-dark
version = 7
window_left = 67
window_top = 37

Expected results

Cura to start on the same screen and at the same size as it was closed.

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

cura.log

2022-05-18 17:31:49,078 - INFO - [MainThread] UM.Qt.QtApplication.init [87]: Adding QT6 plugin path: C:\Program Files\Ultimaker Cura 5.0.0\PyQt6\plugins
2022-05-18 17:31:49,080 - INFO - [MainThread] UM.Qt.QtApplication.init [97]: Adding QT5 plugin path: C:\Program Files\Ultimaker Cura 5.0.0\PyQt6\plugins
2022-05-18 17:31:49,082 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-05-18 17:31:49,084 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 5.0.0
2022-05-18 17:31:49,085 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 8.0.0
2022-05-18 17:31:49,087 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-05-18 17:31:49,089 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib\uranium must be a folder.
2022-05-18 17:31:49,091 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib64\uranium must be a folder.
2022-05-18 17:31:49,092 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib32\uranium must be a folder.
2022-05-18 17:31:49,094 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Ultimaker Cura 5.0.0\plugins must be a folder.
2022-05-18 17:31:49,095 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Resources\uranium\plugins must be a folder.
2022-05-18 17:31:49,097 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Resources\cura\plugins must be a folder.
2022-05-18 17:31:49,099 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-05-18 17:31:49,100 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is \VS2019STD-CITS\RedirectedFolders\mark.lynch\AppData\Roaming\cura\5.0
2022-05-18 17:31:49,102 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is \VS2019STD-CITS\RedirectedFolders\mark.lynch\AppData\Roaming\cura\5.0
2022-05-18 17:31:49,104 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\mark.lynch\AppData\Local\cura\5.0\cache
2022-05-18 17:31:49,105 - INFO - [MainThread] UM.PackageManager.init [56]: Found bundled packages JSON file: C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\bundled_packages\cura.json
2022-05-18 17:31:49,107 - INFO - [MainThread] UM.PackageManager.init [56]: Found bundled packages JSON file: C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\bundled_packages\uranium.json
2022-05-18 17:31:49,108 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [124]: Trying OpenGL context 4.1...
2022-05-18 17:31:49,109 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [132]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-05-18 17:31:49,111 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [180]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-05-18 17:31:49,112 - INFO - [MainThread] UM.Qt.QtApplication.initialize [187]: Initializing job queue ...
2022-05-18 17:31:49,114 - INFO - [MainThread] UM.Qt.QtApplication.initialize [191]: Initializing version upgrade manager ...
2022-05-18 17:31:49,115 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\bundled_packages\cura.json
2022-05-18 17:31:49,117 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\bundled_packages\uranium.json
2022-05-18 17:31:49,118 - INFO - [MainThread] UM.PackageManager._loadManagementData [203]: User package management file \VS2019STD-CITS\RedirectedFolders\mark.lynch\AppData\Roaming\cura\5.0\packages.json doesn't exist, do nothing
2022-05-18 17:31:49,121 - INFO - [MainThread] UM.PackageManager._removeAllScheduledPackages [280]: Attempting to remove the following scheduled packages: -
2022-05-18 17:31:49,122 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [121]: Loading plugin configuration file '\VS2019STD-CITS\RedirectedFolders\mark.lynch\AppData\Roaming\cura\5.0\plugins.json'
2022-05-18 17:31:49,124 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib\cura must be a folder.
2022-05-18 17:31:49,129 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FileLogger
2022-05-18 17:31:49,143 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LocalContainerProvider
2022-05-18 17:31:49,160 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LocalFileOutputDevice
2022-05-18 17:31:49,172 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CameraTool
2022-05-18 17:31:49,187 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MirrorTool
2022-05-18 17:31:49,202 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin RotateTool
2022-05-18 17:31:49,217 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ScaleTool
2022-05-18 17:31:49,231 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SelectionTool
2022-05-18 17:31:49,245 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin TranslateTool
2022-05-18 17:31:49,265 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-05-18 17:31:49,272 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UpdateChecker
2022-05-18 17:31:49,341 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SimpleView
2022-05-18 17:31:49,369 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin 3MFReader
2022-05-18 17:31:49,386 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin 3MFWriter
2022-05-18 17:31:49,559 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin AMFReader
2022-05-18 17:31:49,580 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraDrive
2022-05-18 17:31:49,701 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.init [96]: Found CuraEngine at: C:\Program Files\Ultimaker Cura 5.0.0\CuraEngine.exe
2022-05-18 17:31:49,707 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraEngineBackend
2022-05-18 17:31:49,714 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
2022-05-18 17:31:49,722 - INFO - [MainThread] UM.Backend.Backend.startEngine [91]: Started engine process: C:\Program Files\Ultimaker Cura 5.0.0\CuraEngine.exe
2022-05-18 17:31:49,725 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [111]: [Backend] Calling engine with: ['C:\Program Files\Ultimaker Cura 5.0.0\CuraEngine.exe', 'connect', '127.0.0.1:49674', '']
2022-05-18 17:31:49,742 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraProfileReader
2022-05-18 17:31:49,752 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend]
2022-05-18 17:31:49,755 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] Cura_SteamEngine version 5.0.0
2022-05-18 17:31:49,757 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] Copyright (C) 2022 Ultimaker
2022-05-18 17:31:49,758 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend]
2022-05-18 17:31:49,758 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraProfileWriter
2022-05-18 17:31:49,764 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] This program is free software: you can redistribute it and/or modify
2022-05-18 17:31:49,765 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
2022-05-18 17:31:49,767 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] it under the terms of the GNU Affero General Public License as published by
2022-05-18 17:31:49,768 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
2022-05-18 17:31:49,770 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] the Free Software Foundation, either version 3 of the License, or
2022-05-18 17:31:49,774 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] (at your option) any later version.
2022-05-18 17:31:49,775 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend]
2022-05-18 17:31:49,777 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] This program is distributed in the hope that it will be useful,
2022-05-18 17:31:49,779 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2022-05-18 17:31:49,784 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2022-05-18 17:31:49,788 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] GNU Affero General Public License for more details.
2022-05-18 17:31:49,791 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend]
2022-05-18 17:31:49,795 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] You should have received a copy of the GNU Affero General Public License
2022-05-18 17:31:49,797 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] along with this program. If not, see http://www.gnu.org/licenses/.
2022-05-18 17:31:49,810 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin DigitalLibrary
2022-05-18 17:31:49,827 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FirmwareUpdateChecker
2022-05-18 17:31:49,842 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FirmwareUpdater
2022-05-18 17:31:49,855 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeGzReader
2022-05-18 17:31:49,870 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeGzWriter
2022-05-18 17:31:49,883 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeProfileReader
2022-05-18 17:31:49,900 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeReader
2022-05-18 17:31:49,913 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeWriter
2022-05-18 17:31:49,928 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ImageReader
2022-05-18 17:31:49,939 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LegacyProfileReader
2022-05-18 17:31:49,951 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MachineSettingsAction
2022-05-18 17:31:49,979 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2022-05-18 17:31:49,982 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/package-updates?installed_packages=LocalContainerProvider:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=3MFReader:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=GCodeProfileReader:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=TranslateTool:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=OBJReader:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=SimpleView:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=TrimeshReader:1.0.0&installed_packages=GCodeGzReader:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=STLWriter:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=MirrorTool:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=USBPrinting:1.0.2&installed_packages=MonitorStage:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=PreviewStage:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=FileLogger:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=SolidView:1.0.1&installed_packages=ImageReader:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=SimulationView:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=ScaleTool:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=LegacyProfileReader:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=Marketplace:1.0.0&installed_packages=XMLMaterialProfile:1.0.1&installed_packages=STLReader:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=SentryLogger:1.0.0&installed_packages=CuraDrive:1.2.0&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=FABtotumABS:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=GenericPP:1.4.0&installed_packages=PolyMaxPLA:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=UltimakerPP:1.4.0&installed_packages=GenericPC:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=UltimakerNylon:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=GenericToughPLA:1.4.0&installed_packages=GenericHIPS:1.4.0&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=FABtotumPLA:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=GenericGFFPA:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=GenericTPU:1.4.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=GenericGFFCPE:1.4.0&installed_packages=GenericPVA:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=UltimakerABS:1.4.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=UltimakerCPEP:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=VertexDeltaPET:1.4.0&installed_packages=UltimakerTPLA:1.4.0
2022-05-18 17:31:49,989 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin Marketplace
2022-05-18 17:31:50,002 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ModelChecker
2022-05-18 17:31:50,015 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MonitorStage
2022-05-18 17:31:50,030 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PerObjectSettingsTool
2022-05-18 17:31:50,045 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PostProcessingPlugin
2022-05-18 17:31:50,056 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PrepareStage
2022-05-18 17:31:50,068 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PreviewStage
2022-05-18 17:31:50,084 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin RemovableDriveOutputDevice
2022-05-18 17:31:50,107 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SimulationView
2022-05-18 17:31:50,121 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SliceInfoPlugin
2022-05-18 17:31:50,137 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SolidView
2022-05-18 17:31:50,151 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SupportEraser
2022-05-18 17:31:50,164 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin TrimeshReader
2022-05-18 17:31:50,181 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UFPReader
2022-05-18 17:31:50,197 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UFPWriter
2022-05-18 17:31:50,212 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UltimakerMachineActions
2022-05-18 17:31:50,280 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UM3NetworkPrinting
2022-05-18 17:31:50,306 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin USBPrinting
2022-05-18 17:31:50,323 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade21to22
2022-05-18 17:31:50,338 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade22to24
2022-05-18 17:31:50,351 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade25to26
2022-05-18 17:31:50,366 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade26to27
2022-05-18 17:31:50,379 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade27to30
2022-05-18 17:31:50,398 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade30to31
2022-05-18 17:31:50,413 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade32to33
2022-05-18 17:31:50,426 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade33to34
2022-05-18 17:31:50,440 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade34to35
2022-05-18 17:31:50,453 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade35to40
2022-05-18 17:31:50,466 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade40to41
2022-05-18 17:31:50,479 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade411to412
2022-05-18 17:31:50,491 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade413to50
2022-05-18 17:31:50,504 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade41to42
2022-05-18 17:31:50,517 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade42to43
2022-05-18 17:31:50,532 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade43to44
2022-05-18 17:31:50,545 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade44to45
2022-05-18 17:31:50,557 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade45to46
2022-05-18 17:31:50,571 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade460to462
2022-05-18 17:31:50,585 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade462to47
2022-05-18 17:31:50,597 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade47to48
2022-05-18 17:31:50,612 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade48to49
2022-05-18 17:31:50,624 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade49to410
2022-05-18 17:31:50,642 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin X3DReader
2022-05-18 17:31:50,662 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin XmlMaterialProfile
2022-05-18 17:31:50,676 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin XRayView
2022-05-18 17:31:50,681 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [417]: Loading all plugins took 1.6948299407958984 seconds
2022-05-18 17:31:50,696 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-05-18 17:31:50,970 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.27378225326538086
2022-05-18 17:31:50,997 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [254]: Completed loading preferences.
2022-05-18 17:31:51,013 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [289]: Created system tray icon.
2022-05-18 17:31:52,025 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 1.0025761127471924 seconds
2022-05-18 17:31:52,034 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-05-18 17:31:52,038 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine error checker
2022-05-18 17:31:52,089 - WARNING - [MainThread] UM.Settings.DefinitionContainer._preprocessParsedJson [299]: Unable to override setting filter_out_tiny_gaps
2022-05-18 17:31:52,193 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition creality_ender5plus failed to pickle.
2022-05-18 17:31:52,197 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_ender5plus]
2022-05-18 17:31:52,211 - WARNING - [MainThread] UM.Settings.DefinitionContainer._preprocessParsedJson [299]: Unable to override setting filter_out_tiny_gaps
2022-05-18 17:31:52,315 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition creality_base failed to pickle.
2022-05-18 17:31:52,371 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [192]: Extruder[creality_base_extruder_0 #3] added to [Creality Ender-5 Plus #2] at position [0]
2022-05-18 17:31:52,424 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-5 Plus in list of firmware to check.
2022-05-18 17:31:52,613 - DEBUG - [MainThread] cura.Machines.ContainerTree.getitem [120]: Adding container tree for creality_ender5plus took 0.18449616432189941 seconds.
2022-05-18 17:31:52,625 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ChangeAtZ
2022-05-18 17:31:52,629 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ColorMix
2022-05-18 17:31:52,632 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: CreateThumbnail
2022-05-18 17:31:52,636 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-05-18 17:31:52,639 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayProgressOnLCD
2022-05-18 17:31:52,642 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: FilamentChange
2022-05-18 17:31:52,645 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: InsertAtLayerChange
2022-05-18 17:31:52,649 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: PauseAtHeight
2022-05-18 17:31:52,652 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: RetractContinue
2022-05-18 17:31:52,654 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: SearchAndReplace
2022-05-18 17:31:52,659 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: Stretch
2022-05-18 17:31:52,661 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: TimeLapse
2022-05-18 17:31:52,664 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: UsePreviousProbeMeasurements
2022-05-18 17:31:52,788 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-05-18 17:31:52,808 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing machine manager
2022-05-18 17:31:52,812 - INFO - [MainThread] cura.CuraApplication.run [824]: Initializing container manager
2022-05-18 17:31:52,823 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-05-18 17:31:52,827 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-05-18 17:31:52,850 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2022-05-18 17:31:52,875 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [176]: Loading theme file: C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\themes\cura-dark\theme.json
2022-05-18 17:31:52,879 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [176]: Loading theme file: C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\themes\cura-light\theme.json
2022-05-18 17:31:52,923 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [306]: Loaded theme C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\themes\cura-light
2022-05-18 17:31:52,926 - INFO - [MainThread] UM.Qt.Bindings.Theme.load [307]: System's em size is 13px.
2022-05-18 17:31:52,928 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [306]: Loaded theme C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\themes\cura-dark
2022-05-18 17:31:52,931 - INFO - [MainThread] UM.Qt.Bindings.Theme.load [307]: System's em size is 13px.
2022-05-18 17:31:52,935 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [156]: New error check scheduled.
2022-05-18 17:31:53,218 - WARNING - [MainThread] UM.Qt.Bindings.MainWindow.init [82]: Could not restore to previous location on screen, since the sizes or number of monitors have changed since then
2022-05-18 17:31:53,219 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [344]: Creating post processing plugin view.
2022-05-18 17:31:53,276 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [354]: Post processing view created.
2022-05-18 17:31:53,366 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/Settings/SettingView.qml:40:9: QML TextField: Binding loop detected for property "implicitHeight"
2022-05-18 17:31:53,369 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/Settings/SettingView.qml:40:9: QML TextField: Binding loop detected for property "implicitHeight"
2022-05-18 17:31:53,383 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:82:9: QML Slider: Binding loop detected for property "implicitWidth"
2022-05-18 17:31:53,402 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 66. Use 'sequences: [ ]' to bind to all of them.
2022-05-18 17:31:53,413 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 12. Use 'sequences: [ ]' to bind to all of them.
2022-05-18 17:31:53,417 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 11. Use 'sequences: [ ]' to bind to all of them.
2022-05-18 17:31:53,549 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:31:53,718 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/Menus/SettingsMenu.qml:22:9: QML Menu: Binding loop detected for property "width"
2022-05-18 17:31:53,721 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/Menus/SettingsMenu.qml:22:9: QML Menu: Binding loop detected for property "width"
2022-05-18 17:31:53,772 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-05-18 17:31:53,819 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:31:53,983 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-05-18 17:31:53,994 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-05-18 17:31:53,999 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-05-18 17:31:54,002 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-05-18 17:31:54,039 - DEBUG - [MainThread] cura.CuraApplication.run [865]: Booting Cura took 5.263077974319458 seconds
2022-05-18 17:31:54,040 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-05-18 17:31:54,071 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-05-18 17:31:54,082 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-05-18 17:31:54,279 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [215]: Error check finished, result = False, time = 1.3s
2022-05-18 17:31:54,830 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [211]: Support for Vertex Array Objects: True
2022-05-18 17:31:54,836 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [115]: Initialized OpenGL subsystems.
2022-05-18 17:31:54,838 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [116]: OpenGL Version: 4.1.0 NVIDIA 472.12
2022-05-18 17:31:54,840 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [117]: OpenGL Vendor: NVIDIA Corporation
2022-05-18 17:31:54,842 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [118]: OpenGL Renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
2022-05-18 17:31:54,844 - DEBUG - [MainThread] UM.View.GL.OpenGL.init [119]: GLSL Version: 4.0.0
2022-05-18 17:31:54,846 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\default.shader]...
2022-05-18 17:31:54,850 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\selection.shader]...
2022-05-18 17:31:54,853 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\select_face.shader]...
2022-05-18 17:31:54,855 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\default.shader]...
2022-05-18 17:31:54,858 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\composite.shader]...
2022-05-18 17:31:54,861 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\overhang.shader]...
2022-05-18 17:31:54,865 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\striped.shader]...
2022-05-18 17:31:54,868 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\transparent_object.shader]...
2022-05-18 17:31:54,871 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\striped.shader]...
2022-05-18 17:31:54,874 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\xray.shader]...
2022-05-18 17:31:54,878 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\xray_composite.shader]...
2022-05-18 17:31:54,881 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\platform.shader]...
2022-05-18 17:31:54,888 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\xray.shader]...
2022-05-18 17:31:54,900 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-05-18 17:31:54,905 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-05-18 17:31:55,053 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-05-18 17:31:55,450 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\uranium\resources\shaders\default.shader]...
2022-05-18 17:31:55,454 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura 5.0.0\share\cura\resources\shaders\grid.shader]...
2022-05-18 17:32:04,328 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [51]: No more on-app-exit callbacks to process. Tell the app to exit.
2022-05-18 17:32:04,332 - INFO - [MainThread] cura.CuraApplication.closeApplication [614]: Close application
2022-05-18 17:32:04,335 - INFO - [MainThread] cura.CuraApplication._setLoadingHint [807]: Initializing Active Machine...
2022-05-18 17:32:04,382 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:32:04,385 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:32:04,390 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:32:04,392 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-05-18 17:32:04,436 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura 5.0.0/share/cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237:25: Unable to assign QString to QRegularExpression
2022-05-18 17:32:04,446 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [495]: Shutting down cura
2022-05-18 17:32:04,480 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [354]: Attempting to kill the engine process
2022-05-18 17:32:04,482 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [360]: Killing engine process
2022-05-18 17:32:04,499 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [363]: Engine process is killed. Received return code 1

@MarkALynch MarkALynch added the Type: Bug The code does not produce the intended behavior. label May 18, 2022
@Vandresc
Copy link
Contributor

Vandresc commented May 30, 2022

Also reported here, duplicate of #12102. Issue will be re-discussed with the team.

@Vandresc Vandresc added Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. and removed Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. labels May 30, 2022
@rburema
Copy link
Member

rburema commented Jul 21, 2022

We're still investigating this. (So it we couldn't fix this in 5.1 yet unfortunately.) At present moment, we have two (other) leads, bot largely outside of our sphere of direct influence:

@MariMakes
Copy link
Contributor

Quick update on our side,

We might have a fix for some of the issues reported here. 🎉
It's a bit hard for us to test, but we have a nightly build available.
Can you please try it out and let us know if it resolves your issue?

You can find the download link and discussion here.

@MarkALynch
Copy link
Author

MarkALynch commented Mar 31, 2023 via email

@rburema
Copy link
Member

rburema commented Apr 4, 2023

@MarkALynch Thanks for testing! It's good to hear it works for at least one person.

With regards to the Max Volumetric Flow setting, there is an internal ticket for it (though that doesn't always say much), and a community member made a PR for it: #14452 Additionally, a rather verbose discussion going back to the beginning of 2019 can be found here: #5248 All in all, it looks like it will be coming eventually one way or the other. Whether that is in time for 5.4 (or even later) remains to be seen.

EDIT: In the mean time, perhaps the 'Flow Equalization Ratio' setting might be able to help.

@MarkALynch
Copy link
Author

MarkALynch commented Apr 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: On Backlog The issue / feature has been reproduced and is deemed important enough to be fixed. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

4 participants