PDA

View Full Version : TSRW (V.2.0.0.0) - Hair Mesh ERROR: Index was out of range?


Ggoodolls
14th Jan 2012, 04:15 AM
When I import a hair mesh (custom mesh), under the mesh tab I click the three dots and I click under the drop down menu GEOM Vertices Editor and I get an error:

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Please help me fix this problem! Thank you! :P

And if I am doing anything wrong on the threads, feel free to tell me. :mod:

one
15th Jan 2012, 01:46 AM
I guess you'll have to reduce the number of vertexes since your mesh may be too large for the program to accept. What you simply do is to go to Tools>DirectX Mesh Tools in Milkshape 3D, drag that bar and it will reduce/compress the mesh. Doing a little won't hurt, since the appearence still stay almost the same. Hope it helps. =)

BloomsBase
15th Jan 2012, 04:56 PM
the error could be anything, i had it on textures aswell.

Yellow_fin
25th Apr 2012, 02:12 PM
its related to the programming and may be a syntax type error, bad tsr naughty! i have the same problem and it looks like its a bug to do with C++.

simsample
25th Apr 2012, 02:49 PM
You could ask about it on TSR, or report it here:
http://dino.drealm.info/den/denforum/index.php?board=26.0

Morphead
25th Apr 2012, 10:05 PM
That is a common error when your group names are not sequential, as well. TSRW actually reads them and if you go out of order (1, 0, 2, 3) Or don't start with zero or an non-numbered group it will err.