View Single Post
Old 09-06-11, 10:25 AM   #23
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

So what do these errors mean and how do you fix them?

********* C:\Program Files\Ubisoft\SilentHunterIII\data\Sea\BuV_Dock1\B uV_Dock1.eqp does not contain sequentially ordered entries (found duplicate [Equipment 119]) @ line number 810 *********

********* C:\Program Files\Ubisoft\SilentHunterIII\data\Sea\BuV_Dock2\B uV_Dock2.eqp does not contain sequentially ordered entries (found duplicate [Equipment 119]) @ line number 810 *********

Every .eqp and .sns file contains entries numbered in numerical order. The app checks to see if any duplicate entries are found and whether they are in numerical order or not. Here is an example of duplicate entries and non-numerical ordering:

[Equipment 1]
NodeName=M01
LinkName=3InchSingle
StartDate=19380101
EndDate=19451231

[Equipment 2]
NodeName=M02
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 2]
NodeName=M03
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 4]
NodeName=M04
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 5]
NodeName=M05
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 10]
NodeName=M06
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 7]
NodeName=M07
LinkName=4_7InchSingleT
StartDate=19380101
EndDate=19451231

[Equipment 8]
NodeName=S01
LinkName=37mmDouble
StartDate=19380101
EndDate=19451231

You'll notice that there are 2 [Equipment 2] entries. This is wrong! You'll also notice that [Equipment 10] is not in numerical order and [Equipment 6] is missing.
TheDarkWraith is offline   Reply With Quote