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
38 stars 4 forks source link

Opening DialogView then Crashing #33

Closed zenthesize closed 3 months ago

zenthesize commented 3 months ago

I have done everything from it trying to crash, i done the stuff in the FAQ. Like Delete the DialogViews folder in Data and run the Creation Kit as an administrator. i thought i fixed it but opening a pre-extisting dialogue view topic crashed the Creation kit. I am going to put my dump file as it compressed and not touched. so someone can help me, i appriecate it. thank you

CreationKit.exe_20240402_124949.zip

Perchik71 commented 3 months ago

Well, it's not the fault of Dialog View. You are falling for the internal TESForm function. Literally to check the flag whether the form is deleted or not. RAX - The memory of the form, it contains a non-zero pointer, but at the same time it is not memory. I assume that the plugin that you open contains an incorrect set of forms in the dialogs. 2024-04-02_23-38-56 There is no point in editing something in this function. 2024-04-02_23-42-46

Perchik71 commented 3 months ago

this is bug new editor... 2024-04-03_00-05-05 2024-04-03_00-03-02 maybe i'll fix

zenthesize commented 3 months ago

so how do i fix this or get around it, i have no idea what any of that means, i havent even touched the dialogue that much, i just started on it. making a simple custom follower mod with maybe like 6 dungeons and thats it. i can give you the plugin if u want, but i have no idea. i just want to use the dialogue view tab, its easier. any suggestions? ( would deleting the extended platform creationkit fix it? and would switching to Ck Fixes and update fix, fix this? or OG Creation do it?) I am sorry for asking so many questions, i just don't understand all the ones and zeros, of the code.

Perchik71 commented 3 months ago

You do not need to give anything, the problem has been found, it remains to work out a solution. Edit: In the form of a patch of course. Edit2: This is a problem for CK 1.6.1130, you can use the old one.

zenthesize commented 3 months ago

So basically downgrade the creation kit and use extended platform, and it should be good? ( how exactly would i use an older version if you don't mind?)