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

Artisan 1.3 crash on Raspbian #187

Closed
testabean opened this issue Apr 25, 2018 · 8 comments
Closed

Artisan 1.3 crash on Raspbian #187

testabean opened this issue Apr 25, 2018 · 8 comments
Labels

Comments

@testabean
Copy link

testabean commented Apr 25, 2018

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. Open Artisan

  2. make operations
    Save as
    Open
    Save Settings as

  3. Artisan crash completely

Specifications

  • Artisan Version: 1.3.0
  • Artisan Build (number in brackets shown in the about box):
  • Platform (Mac/Windows/Linux + OS version): Raspbian Stretch
  • Connected devices or roasting machine: any

Please attach your current Artisan settings file (as exported via menu Help >> Save Setings as *.aset) file.
!!! Can't do this. Artisan Crashing
Please attach any relevant Artisan *.alog profiles.

@MAKOMO
Copy link
Member

MAKOMO commented Apr 25, 2018

Which hardware are you running Stretch on?

@MAKOMO
Copy link
Member

MAKOMO commented Apr 25, 2018

Does "Save" work? Just asking as it is not in your list of crashing commands or is it crashing on all operations opening a file selector?

@testabean
Copy link
Author

Yes, crashing on all operations opening a file selector. It's a new raspberry Pi 3 B+

@testabean
Copy link
Author

Version 1.2.0 don't crashing. Works fine

@DavidFW1960
Copy link

Same. I was running the Jessie build on a Pi 3B and v1.2 worked fine no problems. 1.3 crashes when I edit alarms.
If I just start a roast with my previous alarms and settings it works fine.

@bigl00z3
Copy link

bigl00z3 commented May 3, 2018

I can confirm the same behaviour in 1.3 (and 1.3.1) on Stretch when:

  • saving settings
  • changing background graph

Artisan crashes (quit)

Moving back to version 1.2 solves the problem. Using 1.3 on OS X works without issues.

@MAKOMO MAKOMO added the RPi label May 7, 2018
@samtsai5212
Copy link

samtsai5212 commented May 8, 2018

Artisan 1.3 crashes probably because it tried to save something without permission. Try to run Artisan in terminal with root privilege:
sudo artisan

If you want to make it permanent, run the following:
sudo nano /usr/share/applications/artisan.desktop
find the line:
Exec=artisan %U
Change to:
Exec=sudo artisan %U
press ctrl+X then
press Y then enter

@MAKOMO
Copy link
Member

MAKOMO commented May 9, 2018

Thanks @samtsai5212 for this valid workaround which seems to work fine. We are investigating what the cause of this is and try to fix it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants