Skyrim is full of crashes—most don't dare deny it! Some crashes occur once and once only. For these crashes, we'll call them Acute Crashes. Some crashes, like the ones documented on this page, however, can be easily reproduced. These shal be henceforth refered to as Recreatable Crashes. We'll further classify crashes into two types: No-Desktop Crashes (NDCs) and Crash to Desktops (CTDs)
This page also accepts lockups since, to the end user, they appear as NDCs.
A place where we all come together to scream at our computers and wonder why Bethesda's engine sucks as much as it does. A template can be found commented out in the Markdown.
The cause of this lockup has been fully determined and verified by neumerous contributors to the Creation Kit Wiki.
Using [RegisterForUpdateGameTime] could cause your game to freeze under [either] of the following conditions:
- afInterval is less than some number between 0.0244 and 0.0238. (1.0 / 41.0 and 1.0 / 42.0)
- afInterval is expressed as X / Y where X and Y are both integers (no decimal points) and evaluate to less than 1.
- Creation Kit Wiki, RegisterForUpdateGameTime - Form