Profile
Name: |
SSCrasher 1.0 |
ID: |
103227 |
Created on: |
Sat, 01/11/2020 - 12:57 |
Updated on: |
Sat, 01/11/2020 - 20:57 |
Description: |
Crashes the Foldit client by attempting to set the secondary structure of an invalid segment. |
Best For
Comments
|
| | |
|
Want to try?
Add to Cookbook!
To download recipes to your cookbook, you need to have the game client running.
| |
| | |
| | |
|
This recipe crashes the Windows client, buildid 20191029-32048a6a12-win_x86-devprev, on puzzle 1784.
Puzzle 1784 has 188 segments, and the recipe attempts to set the secondary structure for segment 189.
The recipe uses the xpcall function, and includes a cleanup routine. Normally, an error like specifying an invalid segment generates an exception, which is then caught by the cleanup routine if you're using xpcall. The usual approach is to then simply end the recipe. The recipe is done, but the client keeps running.
In this case, the cleanup routine is invoked, and reports the error as expected. The client also crashes after this, which is unexpected.
See feedback setting secondary structure of invalid segment crashes client.