Millisecond Forums

Unknown Error

https://forums.millisecond.com/Topic28354.aspx

By Connorrr - 2/24/2020

Hi,

We recently encountered this error while running our task online:

Inquisit Error: Manager::instance()->prepare() failed, Line 2168, File Script.cpp.

If anyone can help me figure out what this is referring to I would really appreciate any help.

Kind Regards,

Connor
By Dave - 2/24/2020

Connorrr - 2/24/2020
Hi,

We recently encountered this error while running our task online:

Inquisit Error: Manager::instance()->prepare() failed, Line 2168, File Script.cpp.

If anyone can help me figure out what this is referring to I would really appreciate any help.

Kind Regards,

Connor

Would you please have the link to the respective web experiment? This impossible to figure out based on the error message alone. Thanks.
By Connorrr - 2/24/2020

Dave - 2/25/2020
Connorrr - 2/24/2020
Hi,

We recently encountered this error while running our task online:

Inquisit Error: Manager::instance()->prepare() failed, Line 2168, File Script.cpp.

If anyone can help me figure out what this is referring to I would really appreciate any help.

Kind Regards,

Connor

Would you please have the link to the respective web experiment? This impossible to figure out based on the error message alone. Thanks.

Hi Dave,  I have sent you a message with a link to the script.
By Dave - 2/24/2020

Connorrr - 2/25/2020
Dave - 2/25/2020
Connorrr - 2/24/2020
Hi,

We recently encountered this error while running our task online:

Inquisit Error: Manager::instance()->prepare() failed, Line 2168, File Script.cpp.

If anyone can help me figure out what this is referring to I would really appreciate any help.

Kind Regards,

Connor

Would you please have the link to the respective web experiment? This impossible to figure out based on the error message alone. Thanks.

Hi Dave,  I have sent you a message with a link to the script.

Thanks for the link. Since, unfortunately, logging has been disabled for that experiment, there's not much to go on for me here. Do you have any further information about how/when you encountered that error? I.e. during which part or parts of the procedure, under which operating system or systems, etc.
By Dave - 2/24/2020

Dave - 2/25/2020
Connorrr - 2/25/2020
Dave - 2/25/2020
Connorrr - 2/24/2020
Hi,

We recently encountered this error while running our task online:

Inquisit Error: Manager::instance()->prepare() failed, Line 2168, File Script.cpp.

If anyone can help me figure out what this is referring to I would really appreciate any help.

Kind Regards,

Connor

Would you please have the link to the respective web experiment? This impossible to figure out based on the error message alone. Thanks.

Hi Dave,  I have sent you a message with a link to the script.

Thanks for the link. Since, unfortunately, logging has been disabled for that experiment, there's not much to go on for me here. Do you have any further information about how/when you encountered that error? I.e. during which part or parts of the procedure, under which operating system or systems, etc.

To add: Typically such errors arise when you instruct the script to do something it can't. Specifically, if there are e.g. /branch conditions based on some value and the value takes on something not covered by the logic. (Think: a gap in the logic that makes e.g. values.N or values.i take on a value higher or lower than what the script is designed to cover.) Perhaps that gives you an idea of where to look / what to look for, since you're more familiar with the script than I am.