Menu

#249 Duplicate entries in the LO

Current
closed
nobody
None
7
2014-05-31
2013-02-20
No

There are (sometimes) duplicate entries in the LO saved by Bash (verified in Oblivion for DLCShiveringIsles.esp - don't know if relevant) - this resulted in bogus "this mod has the same LO as another mod" warnings. On closer inspection on the mods tab you can notice gaps in the LO see this pic from this post- I added the lines :

~~~~
@@@ -11773,6 -11773,6 +11773,9 @@@ class Mods_LoadList
def GetItems(self):
items = self.data.keys()
items.sort(lambda a,b: cmp(a.lower(),b.lower()))
++# for lon, lo in self.data.items():
++# print lon
++# print lo
return items

  def SortWindow(self):

~~~~~
and got the printouts reported here in the edit - which I attach

In this I have duplicate entries for DLCShiveringIlses.esp

Some posts below another user reported the same error on a much smaller load order. See discussion in the posts following ("There is one thing I dont understand, when I post my load order here, DLC Orrery - Unofficial Patch has the 14, but If I look into Wyre Bash DLC Orrery - Unofficial Patch has as Load Order number 15 and there is no 14.") and especially the pic here. Seeing his issue had to do with DLCs again I'd suggest starting to look from there (the DLCs get in the LO from 2 places ?)

I consider this high priority as the LO handling should be extra reliable - also I have problems in restoring LOs (reported in the same post) and not sure if this blocks it

1 Attachments

Discussion

  • Mr_and_Mrs_D

    Mr_and_Mrs_D - 2013-03-31

    And another report - now it seems to hit Oblivion.esm - so probably the ones that are hardcoded ?

     

    Last edit: Mr_and_Mrs_D 2013-03-31
  • Mr_and_Mrs_D

    Mr_and_Mrs_D - 2014-05-31
    • status: open --> closed

    MOVED TO GITHUB

     

    Last edit: Mr_and_Mrs_D 2014-05-31

Log in to post a comment.