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 won't open #1367

Closed
bbaumg opened this issue Jan 22, 2017 · 1 comment
Closed

Cura won't open #1367

bbaumg opened this issue Jan 22, 2017 · 1 comment
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@bbaumg
Copy link

bbaumg commented Jan 22, 2017

Application Version: 2.4.0
Platform: Ubuntu 16.10 (Default Install)

Steps to Reproduce:
Default install of Ubuntu 16.10 from ISO into a virtualbox instance.
Install Cura from PPA... All install commands below:
sudo apt-get update -y && sudo apt-get install -y vim openssh-server wget git-core htop && sudo apt-get upgrade -y && sudo add-apt-repository ppa:thopiekar/cura --yes && sudo apt-get update && sudo apt-get install cura -y && sudo apt-get install cura-extra-plugins-all -y && sudo apt-get autoremove -y && sudo reboot

Actual Results:

When cura attempts to open, the splash screen will show the following messages:
a. Loading machines...
b. Loading interface...
Sometimes Ubuntu will give a crash message, sometimes not. There is no other feedback and cura will not start.
When reviewing the log file /var/username/.local/share/cura/cura.log the final set of entries after machine related are:

2017-01-22 14:11:36,598 - DEBUG - UM.Backend.Backend._logSocketState [171]: Socket state changed to Connected
2017-01-22 14:11:36,599 - DEBUG - UM.Backend.Backend._onSocketStateChanged [161]: Backend connected on port 49674
2017-01-22 14:11:36,600 - DEBUG - UM.Controller.setActiveView [81]: Setting active view to SolidView
2017-01-22 14:11:37,208 - DEBUG - UM.Qt.Bindings.Theme.load [126]: Loading theme file: /usr/share/cura/resources/themes/cura/theme.json
2017-01-22 14:11:37,302 - DEBUG - UM.Qt.Bindings.Theme.load [186]: Loaded theme /usr/share/cura/resources/themes/cura
2017-01-22 14:11:37,403 - WARNING - cura.Settings.ContainerManager.getContainerMetaDataEntry [175]: Could not get metadata of container  because it was not found.

Expected results:
Cura should open

@Ghostkeeper Ghostkeeper added the Type: Bug The code does not produce the intended behavior. label Jan 22, 2017
@awhiemstra
Copy link
Contributor

This is a known issue. It is caused by Canonical manually patching the Qt packages for Ubuntu. See #1094 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

3 participants