Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.09k stars 2.06k forks source link

Cura crashes on startup with Segmentation Fault #11142

Open taDachs opened 2 years ago

taDachs commented 2 years ago

Application Version

4.12.1

Platform

Ubuntu 20.04

Printer

Ender 5

Reproduction steps

I start cura either from a snap install or from the appimage (Problem occurs with both options).

Actual results

Cura crashes on startup. The loading window shows up before. Also no log is created.

Expected results

Cura not crashing.

Checklist of files to include

Additional information & file uploads

No log is created, nor can I export a project file since the gui doesn't open. Starting cura in the console gives me the following output:

/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
/snap/cura-slicer/58/usr/lib/python3/dist-packages/dbus/connection.py:337: DeprecationWarning: invalid escape sequence \
  """Arrange for the given function to be called when a signal matching
[MainThread] UM.Application.initialize [160]: Initializing Ultimaker Cura
[MainThread] UM.Application.initialize [161]: App Version 4.12.1
[MainThread] UM.Application.initialize [162]: Api Version 7.8.0
[MainThread] UM.Application.initialize [163]: Build type SNAP
[MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
[MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is /home/max/snap/cura-slicer/58/.config/cura/4.12
[MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is /home/max/snap/cura-slicer/58/.local/share/cura/4.12
[MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is /home/max/snap/cura-slicer/common/.cache/cura/4.12
[MainThread] UM.PackageManager.__init__ [55]: Found bundled packages JSON file: /snap/cura-slicer/58/usr/share/cura/resources/bundled_packages/cura.json
[MainThread] UM.PackageManager.__init__ [55]: Found bundled packages JSON file: /snap/cura-slicer/58/usr/share/uranium/resources/bundled_packages/uranium.json
Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [123]: Trying OpenGL context 4.1...
[MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [131]: Yay, we got at least OpenGL 4.1 core: 4.6 Core profile
[MainThread] UM.Qt.QtApplication.initialize [174]: Detected most suitable OpenGL context version: 4.1 Core profile
[MainThread] UM.Qt.QtApplication.initialize [181]: Initializing job queue ...
[MainThread] UM.Qt.QtApplication.initialize [185]: Initializing version upgrade manager ...
[MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from /snap/cura-slicer/58/usr/share/cura/resources/bundled_packages/cura.json
[MainThread] UM.PackageManager._loadManagementData [170]: Loaded bundled packages data from /snap/cura-slicer/58/usr/share/uranium/resources/bundled_packages/uranium.json
[MainThread] UM.PackageManager._loadManagementData [197]: Loaded user packages management file from /home/max/snap/cura-slicer/58/.local/share/cura/4.12/packages.json
[MainThread] UM.PackageManager._saveManagementData [270]: Package management file /home/max/snap/cura-slicer/58/.local/share/cura/4.12/packages.json was saved
[MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [117]: Loading plugin configuration file '/home/max/snap/cura-slicer/58/.config/cura/4.12/plugins.json'
Cyclic dependency detected between "file:///snap/cura-slicer/58/usr/share/cura/resources/qml/Actions.qml" and "file:///snap/cura-slicer/58/usr/share/cura/resources/qml/Actions.qml"
WARNING: Cannot find style "default" - fallback: "/snap/cura-slicer/58/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Styles/Desktop"
/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py:316: DeprecationWarning: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
  self._qml_engine.load(self._main_qml)
Fatal Python error: Segmentation fault

Thread 0x00007f120b7fe700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 306 in wait
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/zeroconf/__init__.py", line 2165 in wait
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/zeroconf/__init__.py", line 1466 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f120bfff700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 306 in wait
  File "/usr/lib/python3.8/threading.py", line 558 in wait
  File "/snap/cura-slicer/58/usr/lib/cura/plugins/UM3NetworkPrinting/src/Network/ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
  File "/usr/lib/python3.8/threading.py", line 870 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f1228f3a700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 306 in wait
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/zeroconf/__init__.py", line 2165 in wait
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/zeroconf/__init__.py", line 1285 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f122973b700 (most recent call first):
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/zeroconf/__init__.py", line 1206 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f122a7fc700 (most recent call first):
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Backend/Backend.py", line 165 in _storeStderrToLogThread
  File "/usr/lib/python3.8/threading.py", line 870 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f122affd700 (most recent call first):
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Backend/Backend.py", line 153 in _storeOutputToLogThread
  File "/usr/lib/python3.8/threading.py", line 870 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f12477fe700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f1247fff700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f1268ff9700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f12697fa700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f1269ffb700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f126a7fc700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f126affd700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Thread 0x00007f126b7fe700 (most recent call first):
  File "/usr/lib/python3.8/threading.py", line 302 in wait
  File "/usr/lib/python3.8/threading.py", line 433 in acquire
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 98 in _nextJob
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/JobQueue.py", line 124 in run
  File "/usr/lib/python3.8/threading.py", line 932 in _bootstrap_inner
  File "/usr/lib/python3.8/threading.py", line 890 in _bootstrap

Current thread 0x00007f1293d491c0 (most recent call first):
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Qt/QtRenderer.py", line 134 in beginRendering
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Qt/Bindings/MainWindow.py", line 253 in _render
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/UM/Qt/QtApplication.py", line 393 in exec_
  File "/snap/cura-slicer/58/usr/lib/python3/dist-packages/cura/CuraApplication.py", line 871 in run
  File "/snap/cura-slicer/58/usr/bin/cura", line 233 in <module>
zsh: segmentation fault (core dumped)  cura-slicer.cura
fieldOfView commented 2 years ago

Could you try the official AppImage instead of the snap? The snap is not maintained by Ultimaker.

taDachs commented 2 years ago

Could you try the official AppImage instead of the snap? The snap is not maintained by Ultimaker.

As mentioned in the issue, the problems occurs with both the snap and the app image. The error message is shorter tho:

<frozen zipimport>:259: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
Cyclic dependency detected between "file:///tmp/.mount_UltimapxEuvA/usr/bin/resources/qml/Actions.qml" and "file:///tmp/.mount_UltimapxEuvA/usr/bin/resources/qml/Actions.qml"
WARNING: Cannot find style "default" - fallback: "/tmp/.mount_UltimapxEuvA/usr/bin/qt/qml/QtQuick/Controls/Styles/Desktop"
Segmentation fault (core dumped)

EDIT: The appimage generates a log tho:

2021-12-28 09:36:59,627 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FileLogger
2021-12-28 09:36:59,646 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FirmwareUpdateChecker
2021-12-28 09:36:59,659 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin FirmwareUpdater
2021-12-28 09:36:59,672 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeGzReader
2021-12-28 09:36:59,687 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeGzWriter
2021-12-28 09:36:59,695 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeProfileReader
2021-12-28 09:36:59,721 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeReader
2021-12-28 09:36:59,730 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin GCodeWriter
2021-12-28 09:36:59,753 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ImageReader
2021-12-28 09:36:59,762 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LegacyProfileReader
2021-12-28 09:36:59,785 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LocalContainerProvider
2021-12-28 09:36:59,796 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin LocalFileOutputDevice
2021-12-28 09:36:59,811 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MachineSettingsAction
2021-12-28 09:36:59,820 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ModelChecker
2021-12-28 09:36:59,841 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MonitorStage
2021-12-28 09:36:59,856 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PerObjectSettingsTool
2021-12-28 09:36:59,870 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PostProcessingPlugin
2021-12-28 09:36:59,883 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PrepareStage
2021-12-28 09:36:59,899 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin PreviewStage
2021-12-28 09:36:59,912 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin RemovableDriveOutputDevice
2021-12-28 09:36:59,924 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SentryLogger
2021-12-28 09:36:59,959 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SimulationView
2021-12-28 09:36:59,970 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SliceInfoPlugin
2021-12-28 09:36:59,996 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SolidView
2021-12-28 09:37:00,010 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SupportEraser
2021-12-28 09:37:00,057 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin Toolbox
2021-12-28 09:37:00,065 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin CameraTool
2021-12-28 09:37:00,088 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin MirrorTool
2021-12-28 09:37:00,106 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin RotateTool
2021-12-28 09:37:00,123 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin ScaleTool
2021-12-28 09:37:00,141 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SelectionTool
2021-12-28 09:37:00,159 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin TranslateTool
2021-12-28 09:37:00,168 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin TrimeshReader
2021-12-28 09:37:00,188 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UFPReader
2021-12-28 09:37:00,200 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UFPWriter
2021-12-28 09:37:00,309 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UM3NetworkPrinting
2021-12-28 09:37:00,348 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin USBPrinting
2021-12-28 09:37:00,356 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UltimakerMachineActions
2021-12-28 09:37:00,373 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2021-12-28 09:37:00,378 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin UpdateChecker
2021-12-28 09:37:00,431 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade21to22
2021-12-28 09:37:00,441 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade22to24
2021-12-28 09:37:00,455 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade25to26
2021-12-28 09:37:00,472 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade26to27
2021-12-28 09:37:00,485 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade27to30
2021-12-28 09:37:00,505 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade30to31
2021-12-28 09:37:00,519 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade32to33
2021-12-28 09:37:00,543 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade33to34
2021-12-28 09:37:00,553 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade34to35
2021-12-28 09:37:00,569 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade35to40
2021-12-28 09:37:00,580 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade40to41
2021-12-28 09:37:00,598 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade411to412
2021-12-28 09:37:00,609 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade41to42
2021-12-28 09:37:00,625 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade42to43
2021-12-28 09:37:00,634 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade43to44
2021-12-28 09:37:00,655 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade44to45
2021-12-28 09:37:00,663 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade45to46
2021-12-28 09:37:00,684 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade460to462
2021-12-28 09:37:00,694 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade462to47
2021-12-28 09:37:00,705 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade47to48
2021-12-28 09:37:00,719 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade48to49
2021-12-28 09:37:00,729 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin VersionUpgrade49to410
2021-12-28 09:37:00,742 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin SimpleView
2021-12-28 09:37:00,769 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin X3DReader
2021-12-28 09:37:00,777 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin XRayView
2021-12-28 09:37:00,810 - INFO - [MainThread] UM.Logger.info [128]: Loaded plugin XmlMaterialProfile
2021-12-28 09:37:00,814 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [396]: Loading all plugins took 1.6262288093566895 seconds
2021-12-28 09:37:00,819 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2021-12-28 09:37:00,839 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.01763319969177246
2021-12-28 09:37:00,843 - WARNING - [MainThread] UM.VersionUpgradeManager.updateFilesData [433]: Unable to upgrade file of type preferences of version 7000000
2021-12-28 09:37:00,859 - INFO - [MainThread] UM.Logger.info [128]: Completed loading preferences.
2021-12-28 09:37:00,886 - INFO - [MainThread] UM.Logger.info [128]: Created system tray icon.
2021-12-28 09:37:01,822 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [522]: Loading metadata into container registry took 0.9257888793945312 seconds
2021-12-28 09:37:01,835 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2021-12-28 09:37:01,837 - INFO - [MainThread] cura.CuraApplication.run [803]: Initializing machine error checker
2021-12-28 09:37:01,839 - INFO - [MainThread] cura.CuraApplication.run [808]: Initializing machine manager
2021-12-28 09:37:01,841 - INFO - [MainThread] cura.CuraApplication.run [813]: Initializing container manager
2021-12-28 09:37:02,040 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2021-12-28 09:37:02,044 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [239]: Attempting to load the auth data from preferences.
2021-12-28 09:37:02,047 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2021-12-28 09:37:02,067 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2021-12-28 09:37:02,144 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [182]: Loading theme file: /tmp/.mount_UltimadnvoPm/usr/bin/resources/themes/cura-light/theme.json
2021-12-28 09:37:02,836 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [287]: Loaded theme /tmp/.mount_UltimadnvoPm/usr/bin/resources/themes/cura-light
2021-12-28 09:37:04,911 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [342]: Creating post processing plugin view.
2021-12-28 09:37:04,928 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ChangeAtZ
2021-12-28 09:37:04,930 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: ColorMix
2021-12-28 09:37:04,932 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: CreateThumbnail
2021-12-28 09:37:04,933 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2021-12-28 09:37:04,935 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: DisplayProgressOnLCD
2021-12-28 09:37:04,936 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: FilamentChange
2021-12-28 09:37:04,937 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: InsertAtLayerChange
2021-12-28 09:37:04,941 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: PauseAtHeight
2021-12-28 09:37:04,943 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: RetractContinue
2021-12-28 09:37:04,943 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: SearchAndReplace
2021-12-28 09:37:04,948 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: Stretch
2021-12-28 09:37:04,949 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: TimeLapse
2021-12-28 09:37:04,950 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [204]: Begin loading of script: UsePreviousProbeMeasurements
2021-12-28 09:37:04,950 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: /tmp/.mount_UltimadnvoPm/usr/bin/resources/scripts
2021-12-28 09:37:05,256 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [352]: Post processing view created.
2021-12-28 09:37:05,786 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getIcon [144]: The icon 'search' is deprecated. Please use icon 'Magnifier' instead.
2021-12-28 09:37:05,796 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-12-28 09:37:05,872 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///tmp/.mount_UltimadnvoPm/usr/bin/resources/qml/Settings/SettingView.qml:140:5: QML SettingVisibilityPresetsMenu: Binding loop detected for property "width"
2021-12-28 09:37:05,961 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-12-28 09:37:05,963 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
2021-12-28 09:37:06,025 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2021-12-28 09:37:06,213 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2021-12-28 09:37:06,225 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///tmp/.mount_UltimadnvoPm/usr/bin/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:171: TypeError: Cannot read property 'hasRemoteConnection' of null
2021-12-28 09:37:06,249 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [421]: file:///tmp/.mount_UltimadnvoPm/usr/bin/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
2021-12-28 09:37:06,350 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2021-12-28 09:37:06,395 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2021-12-28 09:37:06,408 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2021-12-28 09:37:06,409 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2021-12-28 09:37:06,525 - DEBUG - [MainThread] UM.Logger.debug [122]: Requesting updates metadata from server.
2021-12-28 09:37:06,527 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [133]: No auth data to retrieve the access_token from
2021-12-28 09:37:06,528 - DEBUG - [MainThread] UM.Logger.debug [122]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v7.8.0/packages/package-updates?installed_packages=UltimakerCPE:1.4.0&installed_packages=STLReader:1.0.1&installed_packages=SupportEraser:1.0.1&installed_packages=UpdateChecker:1.0.1&installed_packages=FileLogger:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=SimpleView:1.0.1&installed_packages=TranslateTool:1.0.1&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=GCodeReader:1.0.1&installed_packages=FABtotumNylon:1.4.0&installed_packages=UltimakerNylon:1.4.0&installed_packages=CuraProfileWriter:1.0.1&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=UltimakerPLA:1.4.0&installed_packages=DigitalLibrary:1.1.0&installed_packages=VersionUpgrade26to27:1.0.1&installed_packages=UltimakerTPU:1.4.0&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=SimulationView:1.0.1&installed_packages=SentryLogger:1.0.0&installed_packages=ScaleTool:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=SolidView:1.0.1&installed_packages=MonitorStage:1.0.1&installed_packages=GenericCFFCPE:1.4.0&installed_packages=GenericHIPS:1.4.0&installed_packages=UltimakerABS:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=VertexDeltaABS:1.4.0&installed_packages=CameraTool:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=PolyPlusPLA:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=Filo3DPLA:1.0.1&installed_packages=FABtotumABS:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=GenericCPEPlus:1.4.0&installed_packages=CuraDrive:1.2.0&installed_packages=GCodeGzReader:1.0.1&installed_packages=FABtotumPLA:1.4.0&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=PolyMaxPLA:1.0.1&installed_packages=UltimakerTPLA:1.4.0&installed_packages=Toolbox:1.0.1&installed_packages=XmlMaterialProfile:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=GenericPLA:1.4.0&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=FirmwareUpdater:1.0.1&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=AMFReader:1.0.0&installed_packages=CuraEngineBackend:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=GenericPC:1.4.0&installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=GenericGFFPA:1.4.0&installed_packages=GenericCFFPA:1.4.0&installed_packages=STLWriter:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=PrepareStage:1.0.1&installed_packages=GenericABS:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=GCodeProfileReader:1.0.1&installed_packages=UltimakerPC:1.4.0&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=LocalContainerProvider:1.0.1&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=FABtotumTPU:1.4.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=X3DReader:1.0.1&installed_packages=GenericCPE:1.4.0&installed_packages=GenericTPU:1.4.0&installed_packages=UFPReader:1.0.0&installed_packages=MirrorTool:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=LegacyProfileReader:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=UltimakerBAM:1.4.0&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=GenericPP:1.4.0&installed_packages=OBJWriter:1.0.1&installed_packages=UltimakerPP:1.4.0&installed_packages=XRayView:1.0.1&installed_packages=GenericPETG:1.4.0&installed_packages=UFPWriter:1.0.1&installed_packages=USBPrinting:1.0.2&installed_packages=GenericToughPLA:1.4.0&installed_packages=OBJReader:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=ImageReader:1.0.1&installed_packages=GenericNylon:1.4.0&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=3MFReader:1.0.1&installed_packages=GenericGFFCPE:1.4.0
2021-12-28 09:37:06,535 - DEBUG - [MainThread] cura.CuraApplication.run [857]: Booting Cura took 7.790196657180786 seconds
2021-12-28 09:37:06,537 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2021-12-28 09:37:06,539 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2021-12-28 09:37:06,546 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2021-12-28 09:37:06,547 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
2021-12-28 09:37:06,549 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2021-12-28 09:37:06,551 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [70]: No active GlobalStack, set quality profile model as empty.
2021-12-28 09:37:06,740 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
2021-12-28 09:37:06,753 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [112]: Initialized OpenGL subsystems.
2021-12-28 09:37:06,756 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [113]: OpenGL Version:  4.6 (Compatibility Profile) Mesa 21.0.3
2021-12-28 09:37:06,758 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: OpenGL Vendor:   Intel
2021-12-28 09:37:06,760 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Renderer: Mesa Intel(R) UHD Graphics 620 (WHL GT2)
2021-12-28 09:37:06,762 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: GLSL Version:    4.60.0
2021-12-28 09:37:06,764 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/tmp/.mount_UltimadnvoPm/usr/bin/resources/shaders/default.shader]...
2021-12-28 09:37:06,767 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/tmp/.mount_UltimadnvoPm/usr/bin/resources/shaders/selection.shader]...
2021-12-28 09:37:06,770 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/tmp/.mount_UltimadnvoPm/usr/bin/resources/shaders/select_face.shader]...
2021-12-28 09:37:06,772 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/tmp/.mount_UltimadnvoPm/usr/bin/resources/shaders/default.shader]...
2021-12-28 09:37:06,775 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [60]: Loading [/tmp/.mount_UltimadnvoPm/usr/bin/resources/shaders/composite.shader]...
fieldOfView commented 2 years ago

the problems occurs with both the snap and the app image.

Sorry, I missed that bit.

fvrmr commented 2 years ago

Hi @taDachs thank you for your report. I will bring this up for discussion. Keep you posted!

Ghostkeeper commented 2 years ago

I'm unable to reproduce this so far, neither from source nor with the AppImage.

The cyclic dependency it finds also doesn't really make sense. It's the same file. And in that file it doesn't refer to itself.

fvrmr commented 2 years ago

I have discussed this with the team and nobody of the team could reproduce this issue. So we will have to leave this issue open and hope for more info about this. I hope you understand.

kamitor commented 1 year ago

I have this issue too; Ubuntu 20.04 mate; Devault install Steps to reproduce; Download ultimate cura app-image 3.10 or 3.11 Give rights and premissions trough right-click the application and make it an executable. Start program, Program crashes. Start from Command line, Segmentation Fault.

MariMakes commented 11 months ago

Quick update from our side 👋

We are cleaning up our open issues, so we can focus on the most requested and needed features and bug fixes from our community and from UltiMaker, I was wondering if this is still an issue for you.

Could you try out our latest version of Cura and let us know if it's resolved? You can download it here: https://github.com/Ultimaker/Cura/releases/tag/5.5.0-beta.1

Thank you 🙏

taDachs commented 11 months ago

I switched distros so I don't have the same setup anymore, but I can check in one of my dev containers