Hi --
I have a model that continually crashes XSI when I try and export it. I have both frozen the modeling and triangulated it before export, but nothing helps. While I'm sure we will probably need to build this model differently, it would be helpful to know what the problem is. FYI -- the model is legal as far as XSI is concerned, and renders properly with both mental ray and OGL.
Sinbad -- I can email the model to you if you like, in order to help you debug the problem (it's a small file).
Model that crashes XSI on export
-
jemsio
- Gnoblar
- Posts: 4
- Joined: Sun Apr 24, 2005 4:08 pm
- Location: New York, New York
- Contact:
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
-
jemsio
- Gnoblar
- Posts: 4
- Joined: Sun Apr 24, 2005 4:08 pm
- Location: New York, New York
- Contact:
I downloaded the 1.0.2 version as I was still running 1.0.1c, uninstalled the old version and installed the new one. However the behavior is the same.
I did notice that the Change Log in the newly-installed exporter doc does not mention 1.0.2, and that the OGREXSIExporter.log file generated still references 1.0.1c. I've included the log below, if that helps:
12:25:54: OGRE Exporter Version 1.0.1c
12:26:27: Creating resource group General
12:26:27: Registering ResourceManager for type Mesh
12:26:27: Registering ResourceManager for type Skeleton
12:26:27: Registering ResourceManager for type Material
12:26:27: ** Begin OGRE Mesh Export **
12:26:27: -- Traversing P1Dirt
12:26:27: -- Queueing P1Dirt
12:26:51: Unregistering ResourceManager for type Material
12:26:51: Unregistering ResourceManager for type Skeleton
12:26:51: Unregistering ResourceManager for type Mesh
The OgreXSIExporter.dll file that is placed into Softimage\XSI_4.2\Application\Plugins has a date of 6/2/2005 at 9:43pm -- is that the correct version?
Thanks.
I did notice that the Change Log in the newly-installed exporter doc does not mention 1.0.2, and that the OGREXSIExporter.log file generated still references 1.0.1c. I've included the log below, if that helps:
12:25:54: OGRE Exporter Version 1.0.1c
12:26:27: Creating resource group General
12:26:27: Registering ResourceManager for type Mesh
12:26:27: Registering ResourceManager for type Skeleton
12:26:27: Registering ResourceManager for type Material
12:26:27: ** Begin OGRE Mesh Export **
12:26:27: -- Traversing P1Dirt
12:26:27: -- Queueing P1Dirt
12:26:51: Unregistering ResourceManager for type Material
12:26:51: Unregistering ResourceManager for type Skeleton
12:26:51: Unregistering ResourceManager for type Mesh
The OgreXSIExporter.dll file that is placed into Softimage\XSI_4.2\Application\Plugins has a date of 6/2/2005 at 9:43pm -- is that the correct version?
Thanks.
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
-
Slicky
- Bronze Sponsor

- Posts: 614
- Joined: Mon Apr 14, 2003 11:48 pm
- Location: Was LA now France
- x 26
I seem to have a simple model that crashes XSI on export. I think it might be the texture because it wasn't textured before. I applied a simple one pass texture. The log is:
That might not be enough info for you but like I said it might be the texture.18:13:15: OGRE Exporter Version 1.0.1
18:13:32: Creating resource group General
18:13:32: Registering ResourceManager for type Mesh
18:13:32: Registering ResourceManager for type Skeleton
18:13:32: ** Begin OGRE Mesh Export **
18:13:32: -- Traversing Mine
18:13:32: -- Queueing Mine
18:13:32: Calculating edge lists
18:13:32: MeshSerializer writing mesh data to C:\Files\VCNet\Tan Four\Media\Models\MineProx.mesh...
18:13:32: File header written.
18:13:32: Writing mesh data...
18:13:32: Writing submesh...
18:13:32: Submesh exported.
18:13:32: Exporting bounds information....
18:13:32: Bounds information exported.
18:13:32: Exporting submesh name table...
18:13:32: Submesh name table exported.
18:13:32: Exporting edge lists...
18:13:32: Edge lists exported
18:13:32: Mesh data exported.
18:13:32: MeshSerializer export successful.
18:13:32: ** OGRE Mesh Export Complete **
18:13:32: Unregistering ResourceManager for type Skeleton
18:13:32: Unregistering ResourceManager for type Mesh
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
Check the number of UV sets (open the clusters section of the polymesh and open the Texture_Coords_AUTO section - if there are lots you need to sort it out), and make sure the texture you're referencing is there.
In the CVS version you get a friendlier error for the former, and the latter was fixed in the 1.0.1c version.
In the CVS version you get a friendlier error for the former, and the latter was fixed in the 1.0.1c version.