So Episodes 1-4 of season two pass quicktest but are failing randomtest specifically at “Seed 436”
*****Seed 436
RANDOMTEST FAILED: Error: line 268: No selectable options
Now I know what the error is but trying to troubleshoot it I run randomtest as a single iteration for “Seed 436” but that passes
Word count: 43214
RANDOMTEST PASSED
Time: 0.994s
I’ve tried to test 435 and 437 and they also pass.
This is very odd, has anyone else encountered this?
EDIT: This occurs in a seed every so often but each time they will pass individually so I’ m a but confused now. I can create a choice which bypasses the issue but I don’t like have a “bug fix” choice in the game.
You’ve got a problem on line 268 (an empty choice selection) which only triggers on specific run throughs of the game (i.e. seeds). Fix the the bug on 268 and randomtest won’t fail.
I would guess you have choices which have *if conditions which are triggering on some playthroughs but not others, or it’s a loop and you have options being hidden on repeat.
Hi I know what the issue is and can fix it with another choice. The thing that is confusing me is the fact randomtest tells me it fails at “Seed ##” but if I run that particular seed by itself it passes the test.