flathub / com.ultimaker.cura

https://flathub.org/apps/details/com.ultimaker.cura
6 stars 5 forks source link

Cura 5.6.0. does not start on SteamOS #31

Closed Knochi closed 9 months ago

Knochi commented 9 months ago

From one day to the other stopped working... not sure if an update of cura or system was installed in the meantime I did some python stuff in between but used virtualenvironments.. so don't think thats the reason.. and well.. it's a flatpak right?

PyInstaller/loader/pyimod02_importers.py:352: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
Cyclic dependency detected between "file:///app/cura/share/cura/resources/qml/Actions.qml" and "file:///app/cura/share/cura/resources/qml/Actions.qml"
QQmlApplicationEngine failed to load component
Tim453 commented 9 months ago

Your logs look normal. Maybe try to delete the cache: rm -r ~/.var/app/com.ultimaker.cura/cache/

Knochi commented 9 months ago

Ok, so this error messages are normal??

I reinstalled Cura and it’s running again. So I guess deleting the cache file could have worked as well.