Hello,
"Attempted to read or write protected memory. This is often an indication that other memory is corrupt".
So I kind of know where this error comes from. The content of the Main infrastructure is read-only and shouldn't be messed up with...
That is not what the error message means.
It means that the native code encountered an unhandled error that the editors .NET runtime caught and re-threw as a managed exception (and as a side effect prevented it from crashing completely).
... so it can be anything; maybe one of the materials is not assigned? the story was not compiled beforehand? you're missing one of the main characters? Literally anything. Unfortunately the error doesn't give as much insight into what exactly is the problem
