Pavlovia, initializing the experiment

Hi There,

When you hit the ‘initializing’ page follow the instructions here Pavlovia stuck on initializing

From looking at your project I see an error with the following line:

null = new visual.TextStim({
win: psychoJS.window,
name: ‘null’,
text: ‘Ég spila ekki tölvuleiki’,
font: ‘Arial’,
units: undefined,
pos: [0, 0.15], height: 0.04, wrapWidth: undefined, ori: 0,
color: new util.Color(‘white’), opacity: 1,
depth: -7.0
});

is that component missing input in the ‘name’ field?

Becca