Randomtest errors

When I try to test my game in Randomtest, it says the URI is malformed. Does anyone know how I can fix this?? Thanks for the help :slight_smile:

What text editor and browser are you using? Also, how do you run randomtest, via .bat or .html file?

Is this the full name of the error?

the same here.

RANDOMTEST FAILED: SyntaxError: The URI is malformed.

This is an old thread, so I bet you all already know this answer now, but in case anyone else runs into the same problem as you all did and I did this morning, the problem is you are using:

*finish

at the end of your game file.

It needs to be:

*ending

Hope that helps!

This topic was automatically closed after 10 hours. If you want to reopen your WiP, contact the moderators.