searchndestroy Posted November 25, 2012 Share Posted November 25, 2012 Hey ladies and gents, When I try to make a merged patch on my game; I always get this about two-thirds of the way through: ....[01:03] Background Loader: [More Perks Update.esp] Building reference info.[01:03] Background Loader: Fatal: <EAssertionFailed: Found additional GRUP Cell Children of [CELL:32008882] (in NVDLC02ZionCanyonDUPLICATE000 "Zion Canyon" [WRLD:3200683B] at 0,0) for [CELL:32008882] (in NVDLC02ZionCanyonDUPLICATE000 "Zion Canyon" [WRLD:3200683B] at 0,0) (P:\BethWorkbench\wbImplementation.pas, line 7041)>[01:06] Background Loader: finishedThe only changes I made to More Perks were in changing the ingredients of some of the new chem recipes in the mod and adding Dixon's Jet as a recipe. Nothing more. Here's the excerpt of the exception log: *** Server started *** Time: [25387415] 25-Nov-12 6:17:21 PMExceptionInfo: nilException: EAssertionFailedMessage: Found additional GRUP Cell Children of [CELL:32008882] (in NVDLC02ZionCanyonDUPLICATE000 "Zion Canyon" [WRLD:3200683B] at 0,0) for [CELL:32008882] (in NVDLC02ZionCanyonDUPLICATE000 "Zion Canyon" [WRLD:3200683B] at 0,0) (P:\BethWorkbench\wbImplementation.pas, line 7041)Filesize: 6014976Filedate: 2011-06-15 20:13:10Computer: JOHN-PCUser: JohnThreadID: 5656ProcessID: 5500Version: 3.09 AWE EditionAWE Enabled: True--------------------------------------------------------------Callstack (Frames):[0056191F] wbImplementation.TwbMainRecord.SetChildGroup (Line 7041, "ZLIBEX.pas")[0040731A] System.@Assert[0056191F] wbImplementation.TwbMainRecord.SetChildGroup (Line 7041, "ZLIBEX.pas")[0056C861] wbImplementation.TwbGroupRecord.BuildRef (Line 9396, "ZLIBEX.pas")[00552787] wbImplementation.TwbContainer.BuildRef (Line 3216, "ZLIBEX.pas")[0056C7C0] wbImplementation.TwbGroupRecord.BuildRef (Line 9391, "ZLIBEX.pas")[00552787] wbImplementation.TwbContainer.BuildRef (Line 3216, "ZLIBEX.pas")[0056C7C0] wbImplementation.TwbGroupRecord.BuildRef (Line 9391, "ZLIBEX.pas")[00552787] wbImplementation.TwbContainer.BuildRef (Line 3216, "ZLIBEX.pas")[0083EC33] frmViewMain.TLoaderThread.Execute (Line 11645, "frmViewMain.pas")[0045DDD6] Classes.ThreadProc[00407358] System.ThreadWrapper============================================================== ***************************************** *** Fatal Exception Flag has been set *** ***************************************** What could be causing this? Any help and insight is much appreciated. Link to comment Share on other sites More sharing options...
Gribbleshnibit8 Posted November 26, 2012 Share Posted November 26, 2012 The failure is not in More Perks, it's in the Honest Hearts file (or a patch for that file) that edits the worldspace NVDLC02ZionCanyon. From what it says it looks like a mod (index of 32) in your load order has somehow managed to get a duplicate of the worldspace in it. This can happen if a mod has an ESP master that does not have the ESM flag set in its header. However, because it duplicated the NVDLC02ZionCanyon worldspace I'm not sure exactly. Make sure you're running the newest version of FNVEdit, and check your mod at index 32 for any issues. Unless that is your merged patch, in which case I'm not sure. Link to comment Share on other sites More sharing options...
searchndestroy Posted December 10, 2012 Author Share Posted December 10, 2012 The failure is not in More Perks, it's in the Honest Hearts file (or a patch for that file) that edits the worldspace NVDLC02ZionCanyon. From what it says it looks like a mod (index of 32) in your load order has somehow managed to get a duplicate of the worldspace in it. This can happen if a mod has an ESP master that does not have the ESM flag set in its header. However, because it duplicated the NVDLC02ZionCanyon worldspace I'm not sure exactly. Make sure you're running the newest version of FNVEdit, and check your mod at index 32 for any issues. Unless that is your merged patch, in which case I'm not sure. Sorry for the late response. I both reinstalling More Traits and Honest Hearts to no available. Is there anything more I can do? Link to comment Share on other sites More sharing options...
Recommended Posts