Difference between revisions of "Error 101"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with 'The StringID you requested (%d) is already used. This generally occurs when you are doing a Builder to Builder Load having selected the Use Theirs option for String IDs. Basical...')
 
(Category:Error messages)
 
Line 10: Line 10:
 
Import 'creature1' with String ID 10001 with 'Use Theirs'
 
Import 'creature1' with String ID 10001 with 'Use Theirs'
 
* Error 101 - Since 'creature1' in your DB is using ID 99 we try to create a string with ID 10001, but it already exists, so the error is thrown.
 
* Error 101 - Since 'creature1' in your DB is using ID 99 we try to create a string with ID 10001, but it already exists, so the error is thrown.
 +
 +
[[Category:Error messages]]

Latest revision as of 19:37, 3 December 2009

The StringID you requested (%d) is already used.

This generally occurs when you are doing a Builder to Builder Load having selected the Use Theirs option for String IDs. Basically what has happened in this case is that the String ID in the package already exists in your database and isn't controlled in your database by the existing resource that you are importing.

Example: Import 'creature1' with String ID 10001 with 'Use Theirs'

  • In your DB 'creature1' now references ID 10001.

Import 'creature1' with String ID 10001 with 'Create New'

  • In your DB 'creature1' now references ID 99. String ID 10001 is orphaned.

Import 'creature1' with String ID 10001 with 'Use Theirs'

  • Error 101 - Since 'creature1' in your DB is using ID 99 we try to create a string with ID 10001, but it already exists, so the error is thrown.