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

ScratchGPIO7 is crashing on latest Raspberry Pi #10

Open
jeffreyschw opened this issue Mar 22, 2015 · 6 comments
Open

ScratchGPIO7 is crashing on latest Raspberry Pi #10

jeffreyschw opened this issue Mar 22, 2015 · 6 comments

Comments

@jeffreyschw
Copy link

Here are the repro steps:
Get the latest NOOBS installer and choose the default (I installed on 3/21/2015)
Install ScratchGPIO 7 (which is awesome when it works)
Build the following script:

  • when Sprite1 clicked
  • broadcast "pin7high"
  • play sound "meow"
    Click on the sprite
    • At this point Scratch disappears *

Watching Scratch under gdb shows that it is failing with a signal SIGIO and exited
Watching the Python script under gdb shows the process tearing down... with no obvious hints

I may look a bit deeper into this, but I wanted to file this issue now.

@jeffreyschw
Copy link
Author

I forgot to mention... this is a Raspberry Pi B+ and Scratch is v 1.4 (14-Jan-15)

@mattvenn
Copy link
Collaborator

did you mean to close this?

@cymplecy
Copy link
Owner

No
On 23 Mar 2015 13:16, "mattvenn" [email protected] wrote:

did you mean to close this?


Reply to this email directly or view it on GitHub
#10 (comment)
.

@cymplecy cymplecy reopened this Mar 23, 2015
@cymplecy
Copy link
Owner

See here for Scratch sound issues - I believe that this is the underlying problem and not really a ScratchGPIO isssue http://www.raspberrypi.org/forums/viewtopic.php?f=77&t=70204&sid=c8306bf67bf39cc3924265e5418b3847

@mattvenn
Copy link
Collaborator

Yes, if you take the sound block out does it still crash?

On 23 March 2015 at 20:57, cymplecy [email protected] wrote:

See here for Scratch sound issues - I believe that this is the underlying
problem and not really a ScratchGPIO isssue
http://www.raspberrypi.org/forums/viewtopic.php?f=77&t=70204&sid=c8306bf67bf39cc3924265e5418b3847


Reply to this email directly or view it on GitHub
#10 (comment)
.

Matthew Venn
mattvenn.net

@jeffreyschw
Copy link
Author

Sorry for the delay - and thanks for the quick replies. No I did not mean to close it. We are able to interact with Scratch with Scounds and independently with Broadcast's, but not together. I am brand new to the interaction of the two models, but there is definitely a chain effect of what is crashing. From what I can see Scratch dies, because the python script dies. Are their other players involved that I can attached and catch the fault?

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

No branches or pull requests

3 participants