Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Easy to check. Make these changes to your skyrim.ini file in Documents > My Games > Skyrim. (Or in your ...Mod Organizer > Profiles >ProfileName.)
This will create a Papyrus log in to your C:\Users\<UserName>\Documents\My Games\Skyrim\Logs\Script folder, when you run the game. Play once again the part, where you fail to ride the dragon.
The Papyrus log is not a crash log. It monitors script behavior. We can use it to see, if game is dumping stacks due to script issues.
Edit: You can remove those edits in Skyrim.ini, once log has been created. They will just create extra stress to system, if left active.
Ok thanks made the log so what do I look for now what went wrong coz there is a lot written in there
Use search feature and look for dumping stacks. If that is present in the log, then game is trying to process too many script actions at once. This may happen due to presence of too many active scripts at once, or lack of script source (removed mod.)
If such line is present in Papyrus Log, then we know that scripts are not running correctly and that is preventing you from riding the dragon.
If not, then this might still be a skeleton issue, where one of the dragon skeleton.nif files got overlooked.
Reading errors is a bit of an form of art. Papyrus writes everything that is missing as an error. This happens for soft dependencies as well, so to know what is an actual error is a matter that just requires knowing what is a relevant error.
The important part was that there were no stacks getting dumped. That would mean that we are still likely dealing with a skeleton issue and Papyrus itself has not broken.
In short: your current game sounds like it is in playable state, once the problem gets solved. If Papyrus would have been dumping stacks, then I would have recommended starting a new game entirely. No need for that now.
Hmm... what the heck could be wrong then? Could you post your load order for us? We might spot a mod potentially causing the problem.