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 UI is not showing up #15364

Closed
2 tasks
sanyi opened this issue Apr 26, 2023 · 2 comments
Closed
2 tasks

Cura UI is not showing up #15364

sanyi opened this issue Apr 26, 2023 · 2 comments
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.

Comments

@sanyi
Copy link

sanyi commented Apr 26, 2023

Application Version

5.3.1

Platform

XUbuntu 22.04

Printer

custom / does not matter

Reproduction steps

Start the apk 5.3.0 or 5.3.1 (does not matter which libux/linux modern).

Actual results

After the loading part the UI disappear while the application remains loaded.

ps aux | grep Cura
attila    208832  0.3  0.0  12348  2564 ?        Ssl  20:03   0:01 /home/attila/utils/UltiMaker-Cura-5.3.0-linux-modern.AppImage
attila    208837  1.0  0.4 2947240 276428 ?      Sl   20:03   0:06 /tmp/.mount_UltiMa3X2DIN/UltiMaker-Cura
attila    208903  0.0  0.0 144716  5588 ?        SNl  20:03   0:00 /tmp/.mount_UltiMa3X2DIN/CuraEngine connect 127.0.0.1:49674
attila    214939  0.0  0.0   9208  2244 pts/0    S+   20:13   0:00 grep --color=auto Cura

in the logs i can see

2023-04-26 20:03:24,410 - DEBUG - [MainThread] UM.Application.initialize [163]: Initializing UltiMaker Cura
2023-04-26 20:03:24,410 - DEBUG - [MainThread] UM.Application.initialize [164]: App Version 5.3.0
2023-04-26 20:03:24,410 - DEBUG - [MainThread] UM.Application.initialize [165]: Api Version 8.3.0
2023-04-26 20:03:24,410 - DEBUG - [MainThread] UM.Application.initialize [166]: Build type None
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib/uranium must be a folder.
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib64/uranium must be a folder.
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib32/uranium must be a folder.
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/.mount_UltiMa3X2DIN/plugins must be a folder.
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/Resources/uranium/plugins must be a folder.
2023-04-26 20:03:24,411 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/Resources/cura/plugins must be a folder.
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [481]: Initializing storage paths
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [491]: Config storage path is /home/attila/.config/cura/5.3
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [499]: Data storage path is /home/attila/.local/share/cura/5.3
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [511]: Cache storage path is /home/attila/.cache/cura/5.3
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.PackageManager.__init__ [56]: Found bundled packages JSON file: /tmp/.mount_UltiMa3X2DIN/share/uranium/resources/bundled_packages/uranium.json
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.PackageManager.__init__ [56]: Found bundled packages JSON file: /tmp/.mount_UltiMa3X2DIN/share/cura/resources/bundled_packages/cura.json
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [124]: Trying OpenGL context 4.1...
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [132]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2023-04-26 20:03:24,411 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [192]: Detected most suitable OpenGL context version: 4.1 Core profile
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.Qt.QtApplication.initialize [199]: Initializing job queue ...
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.Qt.QtApplication.initialize [203]: Initializing version upgrade manager ...
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from /tmp/.mount_UltiMa3X2DIN/share/uranium/resources/bundled_packages/uranium.json
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from /tmp/.mount_UltiMa3X2DIN/share/cura/resources/bundled_packages/cura.json
2023-04-26 20:03:24,411 - INFO - [MainThread] UM.PackageManager._loadManagementData [201]: Loaded user packages management file from /home/attila/.local/share/cura/5.3/packages.json
2023-04-26 20:03:24,412 - INFO - [MainThread] UM.PackageManager._removeAllScheduledPackages [280]: Attempting to remove the following scheduled packages: - 
2023-04-26 20:03:24,412 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [121]: Loading plugin configuration file '/home/attila/.config/cura/5.3/plugins.json'
2023-04-26 20:03:24,412 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib/cura must be a folder.
2023-04-26 20:03:24,412 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib32/cura must be a folder.
2023-04-26 20:03:24,412 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/libx32/cura must be a folder.
2023-04-26 20:03:24,412 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location /tmp/lib64/cura must be a folder.
2023-04-26 20:03:24,412 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [447]: Plugin [SentryLogger] has been disabled. Skip loading it.
2023-04-26 20:03:24,412 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin FileLogger 1.0.1
2023-04-26 20:03:24,418 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin LocalContainerProvider 1.0.1
2023-04-26 20:03:24,424 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin LocalFileOutputDevice 1.0.1
2023-04-26 20:03:24,430 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin CameraTool 1.0.1
2023-04-26 20:03:24,435 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin MirrorTool 1.0.1
2023-04-26 20:03:24,443 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin RotateTool 1.0.1
2023-04-26 20:03:24,449 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin ScaleTool 1.0.1
2023-04-26 20:03:24,453 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SelectionTool 1.0.1
2023-04-26 20:03:24,459 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin TranslateTool 1.0.1
2023-04-26 20:03:24,471 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [69]: Checking for new version
2023-04-26 20:03:24,475 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin UpdateChecker 1.0.1
2023-04-26 20:03:24,525 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SimpleView 1.0.1
2023-04-26 20:03:24,551 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin 3MFReader 1.0.1
2023-04-26 20:03:24,559 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin 3MFWriter 1.0.1
2023-04-26 20:03:24,564 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin AMFReader 1.0.0
2023-04-26 20:03:24,578 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin CuraDrive 1.2.0
2023-04-26 20:03:24,601 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [96]: Found CuraEngine at: /tmp/.mount_UltiMa3X2DIN/CuraEngine
2023-04-26 20:03:24,602 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin CuraEngineBackend 1.0.1
2023-04-26 20:03:24,608 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Listening
2023-04-26 20:03:24,611 - INFO - [MainThread] UM.Backend.Backend.startEngine [95]: Started engine process: /tmp/.mount_UltiMa3X2DIN/CuraEngine
2023-04-26 20:03:24,612 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [115]: [Backend] Calling engine with: ['/tmp/.mount_UltiMa3X2DIN/CuraEngine', 'connect', '127.0.0.1:49674', '']
2023-04-26 20:03:24,613 - INFO - [MainThread] UpdateChecker.UpdateChecker._handleLatestUpdate [182]: Found a new version of the software. Spawning message
2023-04-26 20:03:24,631 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] 
2023-04-26 20:03:24,632 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] Cura_SteamEngine version 5.3.0
2023-04-26 20:03:24,632 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] Copyright (C) 2022 Ultimaker
2023-04-26 20:03:24,632 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] 
2023-04-26 20:03:24,633 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] This program is free software: you can redistribute it and/or modify
2023-04-26 20:03:24,633 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin CuraProfileReader 1.0.1
2023-04-26 20:03:24,633 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] it under the terms of the GNU Affero General Public License as published by
2023-04-26 20:03:24,633 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [196]: Socket state changed to Connected
2023-04-26 20:03:24,634 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] the Free Software Foundation, either version 3 of the License, or
2023-04-26 20:03:24,634 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [185]: Backend connected on port 49674
2023-04-26 20:03:24,634 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] (at your option) any later version.
2023-04-26 20:03:24,635 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] 
2023-04-26 20:03:24,635 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] This program is distributed in the hope that it will be useful,
2023-04-26 20:03:24,635 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2023-04-26 20:03:24,636 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2023-04-26 20:03:24,636 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] GNU Affero General Public License for more details.
2023-04-26 20:03:24,636 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] 
2023-04-26 20:03:24,636 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] You should have received a copy of the GNU Affero General Public License
2023-04-26 20:03:24,637 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2023-04-26 20:03:24,637 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [115]: [Backend] [2023-04-26 20:03:24.631] [info] Connecting to 127.0.0.1:49674
2023-04-26 20:03:24,640 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin CuraProfileWriter 1.0.1
2023-04-26 20:03:24,666 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin DigitalLibrary 1.1.0
2023-04-26 20:03:24,673 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [447]: Plugin [FirmwareUpdateChecker] has been disabled. Skip loading it.
2023-04-26 20:03:24,677 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [447]: Plugin [FirmwareUpdater] has been disabled. Skip loading it.
2023-04-26 20:03:24,681 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin GCodeGzReader 1.0.1
2023-04-26 20:03:24,685 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin GCodeGzWriter 1.0.1
2023-04-26 20:03:24,689 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin GCodeProfileReader 1.0.1
2023-04-26 20:03:24,700 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin GCodeReader 1.0.1
2023-04-26 20:03:24,705 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin GCodeWriter 1.0.1
2023-04-26 20:03:24,712 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin ImageReader 1.0.1
2023-04-26 20:03:24,717 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin LegacyProfileReader 1.0.1
2023-04-26 20:03:24,721 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin MachineSettingsAction 1.0.1
2023-04-26 20:03:24,749 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2023-04-26 20:03:24,750 - 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.3.0/packages/package-updates?installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=XMLMaterialProfile:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=AMFReader:1.0.0&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=Marketplace:1.0.0&installed_packages=STLReader:1.0.1&installed_packages=OBJReader:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=3MFReader:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=STLWriter:1.0.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=ImageReader:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=LocalContainerProvider:1.0.1&installed_packages=MonitorStage:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=SentryLogger:1.0.0&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=CuraDrive:1.2.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=MeshTools:3.7.1&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=ScaleTool:1.0.1&installed_packages=VersionUpgrade52to53:1.0.0&installed_packages=FirmwareUpdater:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=TranslateTool:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=FileLogger:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=PreviewStage:1.0.1&installed_packages=SimulationView:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=MirrorTool:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=USBPrinting:1.0.2&installed_packages=3MFWriter:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=VersionUpgrade413to50:1.0.0&installed_packages=SimpleView:1.0.1&installed_packages=CameraTool:1.0.1&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=VertexDeltaPET:1.4.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=FABtotumABS:1.4.0&installed_packages=UltimakerCPEP:1.4.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=GenericGFFPA:1.4.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=GenericPVA:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=GenericPC:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=UltimakerABS:1.4.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=UltimakerCPE:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=GenericGFFCPE:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=UltimakerBAM:1.4.0&installed_packages=GenericNylon:1.4.0&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=UltimakerNylon:1.4.0&installed_packages=GenericPETG:1.4.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=GenericHIPS:1.4.0&installed_packages=UltimakerTPLA:1.4.0&installed_packages=GenericTPU:1.4.0&installed_packages=Filo3DPLA:1.0.1
2023-04-26 20:03:24,750 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin Marketplace 1.0.0
2023-04-26 20:03:24,755 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin ModelChecker 1.0.1
2023-04-26 20:03:24,759 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin MonitorStage 1.0.1
2023-04-26 20:03:24,768 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin PerObjectSettingsTool 1.0.1
2023-04-26 20:03:24,773 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin PostProcessingPlugin 2.2.1
2023-04-26 20:03:24,777 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin PrepareStage 1.0.1
2023-04-26 20:03:24,780 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin PreviewStage 1.0.1
2023-04-26 20:03:24,787 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin RemovableDriveOutputDevice 1.0.1
2023-04-26 20:03:24,802 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SimulationView 1.0.1
2023-04-26 20:03:24,808 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SliceInfoPlugin 1.0.1
2023-04-26 20:03:24,814 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SolidView 1.0.1
2023-04-26 20:03:24,819 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin SupportEraser 1.0.1
2023-04-26 20:03:24,823 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin TrimeshReader 1.0.0
2023-04-26 20:03:24,829 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin UFPReader 1.0.0
2023-04-26 20:03:24,835 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin UFPWriter 1.0.1
2023-04-26 20:03:24,909 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin UM3NetworkPrinting 2.0.0
2023-04-26 20:03:24,926 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [447]: Plugin [USBPrinting] has been disabled. Skip loading it.
2023-04-26 20:03:24,932 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin UltimakerMachineActions 1.0.1
2023-04-26 20:03:24,940 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade21to22 1.0.1
2023-04-26 20:03:24,945 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade22to24 1.0.1
2023-04-26 20:03:24,950 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade25to26 1.0.1
2023-04-26 20:03:24,953 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade26to27 1.0.1
2023-04-26 20:03:24,958 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade27to30 1.0.1
2023-04-26 20:03:24,961 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade30to31 1.0.1
2023-04-26 20:03:24,965 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade32to33 1.0.1
2023-04-26 20:03:24,968 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade33to34 1.0.1
2023-04-26 20:03:24,972 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade34to35 1.0.1
2023-04-26 20:03:24,976 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade35to40 1.0.0
2023-04-26 20:03:24,980 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade40to41 1.0.1
2023-04-26 20:03:24,984 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade411to412 1.0.0
2023-04-26 20:03:24,988 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade413to50 1.0.0
2023-04-26 20:03:24,992 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade41to42 1.0.0
2023-04-26 20:03:24,997 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade42to43 1.0.0
2023-04-26 20:03:25,000 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade43to44 1.0.0
2023-04-26 20:03:25,005 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade44to45 1.0.0
2023-04-26 20:03:25,009 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade45to46 1.0.0
2023-04-26 20:03:25,013 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade460to462 1.0.0
2023-04-26 20:03:25,017 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade462to47 1.0.0
2023-04-26 20:03:25,020 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade47to48 1.0.0
2023-04-26 20:03:25,024 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade48to49 1.0.0
2023-04-26 20:03:25,028 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade49to410 1.0.0
2023-04-26 20:03:25,033 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin VersionUpgrade52to53 1.0.0
2023-04-26 20:03:25,043 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin X3DReader 1.0.1
2023-04-26 20:03:25,048 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin XRayView 1.0.1
2023-04-26 20:03:25,060 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin XmlMaterialProfile 1.0.1
2023-04-26 20:03:25,069 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [493]: Loaded plugin MeshTools 3.7.1
2023-04-26 20:03:25,070 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [416]: Loading all plugins took 0.6993136405944824 seconds
2023-04-26 20:03:25,072 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2023-04-26 20:03:25,127 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../custom_material.xml.fdm_material, skip it
2023-04-26 20:03:25,127 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../custom_material+%233.xml.fdm_material, skip it
2023-04-26 20:03:25,127 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../custom_material+%232.xml.fdm_material, skip it
2023-04-26 20:03:25,127 - WARNING - [MainThread] UM.VersionUpgradeManager._getUpgradeTasks [334]: Failed to get file version: ../generic_pla_175+%232.xml.fdm_material, skip it
2023-04-26 20:03:25,139 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.06703329086303711
2023-04-26 20:03:25,145 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [266]: Completed loading preferences.
2023-04-26 20:03:25,156 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [304]: Created system tray icon.
2023-04-26 20:03:26,196 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [548]: Loading metadata into container registry took 1.0339457988739014 seconds
2023-04-26 20:03:26,208 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Selected build plate: 0
2023-04-26 20:03:26,210 - DEBUG - [MainThread] cura.CuraApplication.run [828]: Using Conan managed dependencies: cura/5.3.0, pyarcus/5.2.2, standardprojectsettings/0.1.0@ultimaker/stable, sipbuildtool/0.2.3@ultimaker/stable#5fe93e51cbb2a1cb25ee4358f844cbcd, protobuf/3.21.4, zlib/1.2.12, arcus/5.2.2, cpython/3.10.4, openssl/1.1.1l, expat/2.4.1, libffi/3.2.1, mpdecimal/2.5.0, libuuid/1.0.3, libxcrypt/4.4.25, bzip2/1.0.8, gdbm/1.19, sqlite3/3.36.0, tk/8.6.10, tcl/8.6.10, fontconfig/2.13.93, freetype/2.12.1, libpng/1.6.37, brotli/1.0.9, xorg/system, ncurses/6.2, xz_utils/5.2.5, curaengine/5.3.0, clipper/6.4.2, boost/1.79.0, rapidjson/1.1.0, stb/20200203, spdlog/1.10.0, fmt/9.0.0, range-v3/0.12.0, pysavitar/5.2.2, savitar/5.2.2, pugixml/1.12.1, pynest2d/5.2.2, nest2d/5.2.2, nlopt/2.7.0, uranium/5.3.0, fdm_materials/5.3.0, cura_binary_data/5.3.0
2023-04-26 20:03:26,210 - INFO - [MainThread] cura.CuraApplication.run [833]: Initializing machine error checker
2023-04-26 20:03:26,417 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [custom]
2023-04-26 20:03:26,721 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_6 #2] added to [rumburak] at position [5]
2023-04-26 20:03:26,721 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_8 #2] added to [rumburak] at position [7]
2023-04-26 20:03:26,722 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_3 #2] added to [rumburak] at position [2]
2023-04-26 20:03:26,722 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_7 #2] added to [rumburak] at position [6]
2023-04-26 20:03:26,722 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_1 #2] added to [rumburak] at position [0]
2023-04-26 20:03:26,722 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_4 #2] added to [rumburak] at position [3]
2023-04-26 20:03:26,722 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_5 #2] added to [rumburak] at position [4]
2023-04-26 20:03:26,723 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[custom_extruder_2 #2] added to [rumburak] at position [1]
2023-04-26 20:03:26,794 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for custom took 0.06714510917663574 seconds.
2023-04-26 20:03:26,822 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ChangeAtZ
2023-04-26 20:03:26,823 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ColorMix
2023-04-26 20:03:26,824 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: CreateThumbnail
2023-04-26 20:03:26,825 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2023-04-26 20:03:26,827 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayProgressOnLCD
2023-04-26 20:03:26,828 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: FilamentChange
2023-04-26 20:03:26,829 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: InsertAtLayerChange
2023-04-26 20:03:26,831 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: PauseAtHeight
2023-04-26 20:03:26,833 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: RetractContinue
2023-04-26 20:03:26,834 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: SearchAndReplace
2023-04-26 20:03:26,837 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: Stretch
2023-04-26 20:03:26,838 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: TimeLapse
2023-04-26 20:03:26,839 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: UsePreviousProbeMeasurements
2023-04-26 20:03:26,840 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /tmp/.mount_UltiMa3X2DIN/share/cura/resources/scripts
2023-04-26 20:03:26,840 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /tmp/.mount_UltiMa3X2DIN/share/uranium/resources/scripts
2023-04-26 20:03:26,861 - INFO - [MainThread] cura.CuraApplication.run [838]: Initializing machine manager
2023-04-26 20:03:26,862 - INFO - [MainThread] cura.CuraApplication.run [843]: Initializing container manager
2023-04-26 20:03:26,873 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2023-04-26 20:03:26,874 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2023-04-26 20:03:26,887 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2023-04-26 20:03:26,950 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [188]: Loading theme file: /tmp/.mount_UltiMa3X2DIN/share/cura/resources/themes/cura-light/theme.json
2023-04-26 20:03:27,023 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [323]: Loaded theme /tmp/.mount_UltiMa3X2DIN/share/cura/resources/themes/cura-light
2023-04-26 20:03:27,024 - INFO - [MainThread] UM.Qt.Bindings.Theme.load [324]: System's em size is 13px.
2023-04-26 20:03:27,028 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [164]: New error check scheduled.
2023-04-26 20:03:27,922 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///tmp/.mount_UltiMa3X2DIN/share/cura/resources/qml/Cura.qml:926:9: Cannot assign to non-existent property "okButtonText"
2023-04-26 20:03:27,935 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2023-04-26 20:03:27,935 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2023-04-26 20:03:27,936 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2023-04-26 20:03:27,946 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2023-04-26 20:03:27,946 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2023-04-26 20:03:28,410 - DEBUG - [MainThread] cura.CuraApplication.run [884]: Booting Cura took 4.394691705703735 seconds
2023-04-26 20:03:28,411 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2023-04-26 20:03:28,622 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [221]: Error check finished, result = False, time = 1.59s
2023-04-26 20:03:29,363 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3pro took 0.45096421241760254 seconds.
2023-04-26 20:03:30,544 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3 took 0.17971515655517578 seconds.
2023-04-26 20:03:31,045 - DEBUG - [JobQueueWorker [0]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed

Note that 5.2.2 works.

Expected results

application should be visible.

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

.

@sanyi sanyi added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Apr 26, 2023
@fieldOfView
Copy link
Collaborator

This is caused by the MeshTools plugin version 3.7.1. You have to either uninstall that plugin or update it to version 3.7.2.
See this post for instructions on how to do this: fieldOfView/Cura-MeshTools#36

@fieldOfView
Copy link
Collaborator

Since this is not an issue caused by Cura itself, but a plugin, and since there is a fix, I have closed this issue on the Cura repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants