Experiment doesn`t work

jsPsych version (e.g. 7.3.1):
Hello,
can anybody help me please. What`s here the problem:

Running: C:\Users\huber\AppData\Local\Temp\Temp3_portfolio_task_2_experiment (1).zip\portfolio_task_2_experiment\portfolio_task_2_experiment_lastrun.py

17.4921 INFO Loaded monitor calibration from [‘2023_06_01 13:39’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. Contribute - pygame wiki
3.6817 ERROR Support for the sounddevice audio backend is not available this session. Please install psychopy-sounddevice and restart the session to enable support.
Traceback (most recent call last):
11.2319 WARNING User requested fullscreen with size [2048 1152], but screen is actually [1920, 1080]. Using actual size
15.2784 DEPRECATION Couldn’t find image instructions/01_instructions_task/Folie1.PNG; check path? (tried: C:\Users\huber\AppData\Local\Temp\Temp3_portfolio_task_2_experiment (1).zip\portfolio_task_2_experiment\instructions\01_instructions_task\Folie1.PNG)
1.3641 WARNING Monitor specification not found. Creating a temporary one…
File “C:\Users\huber\AppData\Local\Temp\Temp3_portfolio_task_2_experiment (1).zip\portfolio_task_2_experiment\portfolio_task_2_experiment_lastrun.py”, line 116, in
image_instructions_task = visual.ImageStim(
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\image.py”, line 100, in init
self.color = color
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\basevisual.py”, line 648, in color
self.foreColor = value
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\image.py”, line 244, in foreColor
self.setImage(self._imName, log=False)
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\image.py”, line 409, in setImage
setAttribute(self, ‘image’, value, log)
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\tools\attributetools.py”, line 134, in setAttribute
setattr(self, attrib, value)
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\tools\attributetools.py”, line 27, in set
newValue = self.func(obj, value)
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\image.py”, line 384, in image
self.isLumImage = self._createTexture(
File “C:\Users\huber\Desktop\lib\site-packages\psychopy\visual\basevisual.py”, line 1046, in _createTexture
raise IOError(msg % (tex, os.path.abspath(tex)))
OSError: Couldn’t find image instructions/01_instructions_task/Folie1.PNG; check path? (tried: C:\Users\huber\AppData\Local\Temp\Temp3_portfolio_task_2_experiment (1).zip\portfolio_task_2_experiment\instructions\01_instructions_task\Folie1.PNG)
################# Experiment ended with exit code 1 [pid:9020] #################
35.4093 INFO Loaded monitor calibration from [‘2023_06_01 13:39’]

Hi,

it appears that you are trying to start the experiment from within a zip container:

OSError: Couldn’t find image instructions/01_instructions_task/Folie1.PNG; check path? (tried: C:\Users\huber\AppData\Local\Temp\Temp3_portfolio_task_2_experiment (1).zip\portfolio_task_2_experiment\instructions\01_instructions_task\Folie1.PNG)

Close PsychoPy, right click on the zip folder named Temp3_portfolio_task_2_experiment (1).zip, select “extract all” and follow the instructions. A new, uncompressed folder will be created. In it, you will find the uncompressed psychopy experiment. Start this uncompressed version of the experiment instead of the one you are using right now.

Thanks a lot, I will try it!