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

FO4 - crash when sorting by Last Combined in Cell View #29

Closed emiral85 closed 5 months ago

emiral85 commented 6 months ago

I am pretty sure this was also an issue in CK Fixes (and probably CK). Interior Worldspace is fine, but attempting to sort exterior Worldspaces like Commonwealth or NukaWorld, you can sort by other columns, but attempting to sort by Last Combined will crash CK every time. 2024-03-15 17_56_16-Cell View

emiral85 commented 6 months ago

I forgot to add, but this was using build 734.

Perchik71 commented 6 months ago

It would be nice if you attached a dump, since my sorting is still fine. 2024-03-22_01-49-18

emiral85 commented 6 months ago

Your example shows Interiors, which sorts without issue. Try switching to Commonwealth and sorting by Last Combined.

I just tested again with Fallout.esm and all DLC, but nothing else. Created empty test plugin within CK, loaded it, and then tried to sort. Interiors sorted fine, but Commonwealth crashed when sorting by Last Combined.

CreationKit.exe_20240401_201318.zip

Perchik71 commented 6 months ago

This is just a function of comparing two forms, one of the forms is null ptr. That is, it simply does not exist. And when comparing, get an error. Well, I'll look into it this month.