-
- Posts: 48
- Joined: Fri Apr 08, 2016 1:10 pm
Why Sonic Pi wont run anymore.
When I first setup my Rp3 a few weeks ago Sonic Pi ran quite successfully but now when I select it from the menu it loads the title page then just sits there for some time then removes the page from the screen. No matter how much I click the mouse button on it nothing happens. Has anyone got a solution or can I somehow re-install it from somewhere..?
-
- Posts: 8
- Joined: Fri Oct 14, 2016 7:24 pm
Re: Why Sonic Pi wont run anymore.
Same here.
-
- Posts: 5
- Joined: Thu May 08, 2014 9:53 am
- Location: Noordwijk (ZH) The Netherlands
Re: Why Sonic Pi wont run anymore.
I have no idea, but i noticed the following;
on the new Pixel release, the Sonic Pi is version 2.1 on my older version of Raspbian, is see version 2.6.
Confusing...
can someone shed a lght on this?
on the new Pixel release, the Sonic Pi is version 2.1 on my older version of Raspbian, is see version 2.6.
Confusing...
can someone shed a lght on this?
Re: Why Sonic Pi wont run anymore.
The Raspbian Wheezy repositories currently contain Sonic-Pi version 2.6.
The Raspbian Jessie repositories currently contain Sonic-Pi version 2.10.
The Sonic-Pi web site shows the current version to be 2.11.
Raspbian Wheezy is no longer maintained, so i would not expect any change there.
Raspbian Jessie normally follows Debian Jessie. As Jessie is "stable", Debian only updates packages with bug fixes and security updates, so they may not update Sonic-Pi to version 2.11. As Sonic-Pi is featured on the Pi, it's possible that the Foundation will update the package on Raspbian Jessie at some point, I think they have done this before, just have to wait and see.
Hope this helps,
Dave.
The Raspbian Jessie repositories currently contain Sonic-Pi version 2.10.
The Sonic-Pi web site shows the current version to be 2.11.
Raspbian Wheezy is no longer maintained, so i would not expect any change there.
Raspbian Jessie normally follows Debian Jessie. As Jessie is "stable", Debian only updates packages with bug fixes and security updates, so they may not update Sonic-Pi to version 2.11. As Sonic-Pi is featured on the Pi, it's possible that the Foundation will update the package on Raspbian Jessie at some point, I think they have done this before, just have to wait and see.
Hope this helps,
Dave.
Re: Why Sonic Pi wont run anymore.
Hi there,
unfortunately Sonic Pi's development capacity isn't big enough to support all versions of Raspbian other than the absolute latest (which includes both the latest kernel in addition to the latest Raspbian packages).
Typically a and followed by should get you up to speed.
With respect to v2.11 - this has been packaged for Raspbian and is currently in the hands of RP Trading - hopefully it will be pushed out soon - but it's out of my hands at this stage. However, whilst we wait for the final release, you could always download the deb for v2.11 and install it manually (see: http://sonic-pi.net/#rp)
unfortunately Sonic Pi's development capacity isn't big enough to support all versions of Raspbian other than the absolute latest (which includes both the latest kernel in addition to the latest Raspbian packages).
Typically a
Code: Select all
sudo apt-get update
Code: Select all
sudo apt-get upgrade
Code: Select all
sudo rpi-update
With respect to v2.11 - this has been packaged for Raspbian and is currently in the hands of RP Trading - hopefully it will be pushed out soon - but it's out of my hands at this stage. However, whilst we wait for the final release, you could always download the deb for v2.11 and install it manually (see: http://sonic-pi.net/#rp)
Last edited by samaaron on Sun Nov 27, 2016 10:42 pm, edited 2 times in total.
- HawaiianPi
- Posts: 6145
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Why Sonic Pi wont run anymore.
You are confused because you don't know how software revision numbers work. It's not 2.1, it's 2.10 (two point ten, which is newer than two point six).oeroeboeroe wrote:I have no idea, but i noticed the following;
on the new Pixel release, the Sonic Pi is version 2.1 on my older version of Raspbian, is see version 2.6.
Confusing...
can someone shed a lght on this?
As for why Sonic Pi doesn't run on your system, I'm afraid I can't help. It runs on my Pi3 with fully upgraded Raspbian Jessie Pixel.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
-
- Posts: 5
- Joined: Thu May 08, 2014 9:53 am
- Location: Noordwijk (ZH) The Netherlands
Re: Why Sonic Pi wont run anymore.
Yes, it is 2.10..
i run it on a Pi 2B, with fully upgraded Raspbian Jessie Pixel...
i run it on a Pi 2B, with fully upgraded Raspbian Jessie Pixel...
Re: Why Sonic Pi wont run anymore.
Could you try an SD card with completely fresh Raspbian image - does that still freeze for you? That way we can rule out any hardware issues/incompatibilities.oeroeboeroe wrote:Yes, it is 2.10..
i run it on a Pi 2B, with fully upgraded Raspbian Jessie Pixel...
- HawaiianPi
- Posts: 6145
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Why Sonic Pi wont run anymore.
Just a word of caution regarding samaaron's post above. You should NOT run rpi-update unless you are willing to deal with the potential headaches of beta/test software.
The proper procedure for fully updating Raspbian is:Followed by a reboot.
Adding sudo rpi-update to that will load beta kernel/firmware still in testing, and while that might fix your issue, it could also break things. So unless you are willing to be a beta tester and troubleshoot problems, don't use rpi-update.
Sonic Pi (2.10) runs on my system without rpi-update, so it should not be necessary for anyone else either.
And if you ARE willing to be a beta tester, thanks (someone's gotta do it).
The proper procedure for fully updating Raspbian is:
Code: Select all
sudo apt-get update && sudo apt-get dist-upgrade -y
Adding sudo rpi-update to that will load beta kernel/firmware still in testing, and while that might fix your issue, it could also break things. So unless you are willing to be a beta tester and troubleshoot problems, don't use rpi-update.
Sonic Pi (2.10) runs on my system without rpi-update, so it should not be necessary for anyone else either.
And if you ARE willing to be a beta tester, thanks (someone's gotta do it).
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?