You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Expected results:
Cura should open
The text was updated successfully, but these errors were encountered: