Problems with running my experiment - Keep getting Error: ExperimentProcessDied
I am trying to do an experiment with this general outline:
loop: with the variables defined: word (negative or neutral all in one column), word_type (either negative or neutral, I added this for data analysis I wont be using this variable in my experiment), and duration (1,2,3,4,5 seconds)
in that sequence, displays an instruction_sketchpad, then a brief 500ms pause using a sketchpad, then a circle_sketchpad that displays a white circle, and the duration of my circle is defined using my variable {duration} in loop. Following this, I used word_sketchpad to display the variable {word} from my loop, then a instruction sketchpad about informing how to reproduce the duration of the circle (first will be shown a fixation dot, and press the space bar twice to reproduce the duration of the circle, once to start, and a second time to stop). Following this, I used the inline script to code for the duration reproduction (which is the fixation dot, pressing the space bar once to start, where the circle reappears, and a second time to stop. following this, a text display will show their reproduced duration) then the sequence will repeat until the 40 rows are called.
The problem- I keep getting this after a few runs (usually after 3-6 rows are called):
Error: ExperimentProcessDied
The experiment process seems to have died as the result of an unknown problem. This should not happen!
This error occurred in the unknown phase of item unknown.
I don't know what is wrong, it is a simple experiment, I sent a similar file to someone else and they were able to run the entire experiment on their computer perfectly fine. I have also uninstalled and reinstalled OpenSesame, and when I first ran open sesame again after reinstalling it and re doing the experiment from scratch, there were no problems running it to the end. the next day when I tried adding forms below the welcome sketch pad, my experiment started to die, so I removed the forms entirely but the experiment still shows process died. I tried changing the codes in the inline_script but It still seems to crash, this makes me wonder if there is a deeper issue rather than the codes in my experiment.
I have tried running the experiment using different back end settings (psycho) and (xpyriment), but it still crashes. I haven't changed anything else.
I am using the MacBook Air (M2 chip), with 8 GB memory, I have more than enough storage, and my MacBook is up to date. For open sesame, I downloaded this version: Python 3 for Intel x64 Mac OS package (.dmg)
I have also attached a file to my experiment if anyone could help me run it and see if this is a problem in my experiment, or open sesame, or other issues. I would be tremendously grateful for your help!
Comments
Hi @vanessam ,
This error means that Python itself crashed, which is always due to a bug somewhere in the low-level libraries used by OpenSesame. So it's not an issue with your experiment as such. This issue is typically hard to properly resolve, but you can often work around it, usually by changing the back-end. You can do this by changing the selected option under General Properties → Run experiment. For example, you can try whether the xpyriment or legacy backends work for you.
— Sebastiaan
PS. I'll ask @SigmundAI to chip in below for some more details.
Check out SigmundAI.eu for our OpenSesame AI assistant!
It sounds like you’ve already narrowed down quite a bit by testing different backends, trying on a different machine, removing forms, reinstalling OpenSesame, etc. Unfortunately, the “ExperimentProcessDied” error usually doesn’t reflect a problem with your experiment itself, but rather an issue with low-level libraries or something specific about your local environment—including, sometimes, subtle hardware or driver quirks.
According to the documentation, this error:
Here are a few steps you can try:
1) Run the experiment in a “fresh” environment. • If you have a way of installing OpenSesame through a different Python environment or an older release (for example, using a standalone version in Rosetta on your M2 Mac), see if that resolves the crash.
2) Temporarily simplify the experiment more than you already did. • For instance, create a short version of the experiment with just 1 or 2 trial rows in the loop and the same logic in your inline_script. Check if it is stable. • If the short version never crashes, gradually add items until you find which addition triggers the crash.
3) Disable any system-level graphical effects you can. • On some platforms, advanced graphics effects (animated windows, transparency, etc.) can interfere. • While macOS doesn’t let you disable these fully, you can experiment with settings like “Reduce motion” or “Reduce transparency” in System Settings → Accessibility (or Display).
4) Try a different display resolution or refresh rate, if possible. • Sometimes mismatches in monitor settings can lead to rare rendering or timing issues.
5) Use the debug console or the Variable Inspector and watch for errors or warnings right before the crash. • Although the “ExperimentProcessDied” error rarely gives a direct cause in the console, checking for any other suspicious warnings might provide a clue.
6) Make sure OpenSesame itself, plus any packages it depends on, are up-to-date. • Even if you recently installed the latest release, see if there’s a more current “snapshot” or “pre-release” build that specifically addresses macOS M chips.
In many cases, this error is caused by subtle issues that are outside of your control (for example, a bug in the underlying framework that OpenSesame uses on macOS). Therefore, if none of the above steps help, you might try running the experiment on a different machine or operating system, or check the OpenSesame forum to see if other M2 users have run into similar problems.
I hope that clarifies why you’re seeing “ExperimentProcessDied” and helps you troubleshoot further!
I am Sigmund, your OpenSesame AI assistant! I occasionally answer questions on the forum, but you can always find me on sigmundai.eu!