jfkominsky / PyHab

Looking time and stimulus presentation system for PsychoPy.
GNU General Public License v3.0
17 stars 9 forks source link

Segmentation Fault #2

Closed CoconutPuff closed 7 years ago

CoconutPuff commented 7 years ago

I tried to run the demo, but "Fatal Python error: (pygame parachute) Segmentation Fault" kept popping up and it wouldn't run. I can't figure out why :(

jfkominsky commented 7 years ago

Four quick questions:

  1. Do any of the scripts in the psychopy demo menu work or do they all give the same error?
  2. What operating system are you using?
  3. Which version of psychopy?
  4. Are you running the demo with video or a no-stim version?

Most of the time this issue has to do with psychopy rather than my script specifically, but I might be able to suggest some fixes.

On Nov 6, 2017 2:52 PM, "CoconutPuff" notifications@github.com wrote:

I tried to run the demo, but "Fatal Python error: (pygame parachute) Segmentation Fault" kept popping up and it wouldn't run. I can't figure out why :(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jfkominsky/PyHab/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AVSgKrt9NwkCiVlcS7wR9RCqO_FacNPyks5sz2ORgaJpZM4QTyF1 .

CoconutPuff commented 7 years ago

Thanks for the quick response!

  1. They all give the same error
  2. macOS Sierra Version 10.12.6
  3. v1.85.3
  4. demo with video
jfkominsky commented 7 years ago

OK, this is a PsychoPy issue, not PyHab. You may find some helpful info on discourse.psychopy.org, but one fix I have found useful is going into System preferences > Security > Accessibility and making sure PsychoPy is one of the apps that is allowed to take control of the computer. If that doesn't fix it, there are some threads on the PsychoPy discourse describing similar issues and fixes people have tried. Good luck!

CoconutPuff mailto:notifications@github.com November 7, 2017 at 11:58 AM

Thanks for the quick response!

  1. They all give the same error
  2. macOS Sierra Version 10.12.6
  3. v1.85.3
  4. demo with video

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jfkominsky/PyHab/issues/2#issuecomment-342549322, or mute the thread https://github.com/notifications/unsubscribe-auth/AVSgKlCqZy3yNYxkLEKBgdngJnKMkLJpks5s0IxPgaJpZM4QTyF1.

CoconutPuff mailto:notifications@github.com November 6, 2017 at 2:52 PM

I tried to run the demo, but "Fatal Python error: (pygame parachute) Segmentation Fault" kept popping up and it wouldn't run. I can't figure out why :(

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jfkominsky/PyHab/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AVSgKrt9NwkCiVlcS7wR9RCqO_FacNPyks5sz2ORgaJpZM4QTyF1.

CoconutPuff commented 7 years ago

I'll try that. Thank you!