Perchik71 / Creation-Kit-Platform-Extended

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit by Bethesda.
GNU General Public License v3.0
57 stars 8 forks source link

Crash with the quest window. #44

Closed robertgk2017 closed 4 months ago

robertgk2017 commented 4 months ago

Appears to be a concrete reproducible crash when you create a new quest in the ck, without hitting ok to confirm all the data

  1. Create New Quest
  2. Without clicking OK to save the quest, go to that quests's Aalias tab and make a new ref alias.
  3. Without clicking OK to save the quest, open that ref alias and attach a script to them. (Try DefaultSetStageOnDeathRefAlias)
  4. Open that new script's properties window.
  5. Click OK to save the quest

Seems like its crashing because the quest itself doesn't have a script yet and it just tried to attach a script to an alias that doesn't exist.

Can also cause the crash to occur if you try to attach a script to the quest itself, without clicking OK to save the quest.

CreationKit.exe_20240510_170618.zip CreationKit.exe_20240510_165519.zip

Perchik71 commented 4 months ago

Who does that? You don't have a Form. You are trying to edit something that is not there. The quest form is created in two stages. It's just a deliberate killing of the process. I would forbid doing anything at all without create. Any communication with the form occurs through a temporary form. So that you can click cancel.

Edit: It's funny that you also guessed to link other forms and even a script to the temporary form.