ERROR: index out of range: Difference between revisions
From The DarkMod Wiki
Jump to navigationJump to search
Springheel (talk | contribs) New page: == ERROR: R_RangeCheckIndexes: index out of range == This error will cause the game to exit back to the main menu when trying to load a map. It means there is a problem with an md5mesh ... |
Springheel (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== ERROR: R_RangeCheckIndexes: index out of range == | == ERROR: R_RangeCheckIndexes: index out of range == | ||
This error will cause the game to exit back to the main menu when trying to load a map. It means there is a problem with an md5mesh in the map you are trying to load. This problem could be: | This error will cause the game to exit back to the main menu when trying to load a map. It means there is a problem with an md5mesh in the map you are trying to load. This problem could be: | ||
'''1. A vert is weighted to a non-existent bone ''(have not confirmed this)'' | '''1. A vert is weighted to a non-existent bone ''' ''(have not confirmed this)'' | ||
2. A vert from one layer is present on more than one uv-map | '''2. A vert from one layer is present on more than one uv-map''' | ||
3. A poly has less than 3 verts.''' | '''3. A poly has less than 3 verts.''' |
Latest revision as of 01:13, 2 March 2009
ERROR: R_RangeCheckIndexes: index out of range
This error will cause the game to exit back to the main menu when trying to load a map. It means there is a problem with an md5mesh in the map you are trying to load. This problem could be:
1. A vert is weighted to a non-existent bone (have not confirmed this)
2. A vert from one layer is present on more than one uv-map
3. A poly has less than 3 verts.