FrostbiteModdingTool icon indicating copy to clipboard operation
FrostbiteModdingTool copied to clipboard

Dead Space Remake: Attempt to load object gives "Failed to load file with message One or more errors occurred. (Value cannot be null. (Parameter 'type'))"

Open jcoder58 opened this issue 1 year ago • 2 comments

I'm new to the Frostbite Modding Tool so I apologize for any errors here. I can open the Dead Space Remake exe fine and it shows a nested list of objcts in the right panel. However double-clicking on any of them gives the error in the title. The last line in the code executed is OpenFile.xaml.cs Line #353

 var ebxInstance2 = base.instances[i];
 Type objType = TypeLibrary.GetType(this.classGuids[ebxInstance2.ClassRef]);
 var instanceObj = TypeLibrary.CreateObject(objType);

instances only has 1 item and the class ref for that is 0.

It is 100% reproducible.

jcoder58 avatar Sep 19 '23 14:09 jcoder58