About Store Forum Documentation Contact



Post Reply 
Editor 2.0 error : Physx: Gu::ConvexMesh...
Author Message
gdalex Offline
Member

Post: #1
Editor 2.0 error : Physx: Gu::ConvexMesh...
Hello,

Since the last updates, I have an error while I'm using the editor within Win7 (x64) :

PhysX: Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe).

This pop-to came out as I was not doing anything particular concerning PhysX smile
12-23-2013 09:53 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Hi,

This is likely due to update to latest physx.
Could you please send me your project (or at least minimum required files) with steps to reproduce the problem?
12-23-2013 09:57 PM
Find all posts by this user Quote this message in a reply
gdalex Offline
Member

Post: #3
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Wow, now my project is ~1Go... grin
Do you know what kind of data could produce this ?

Map (pathfinding ?) ?
Mesh with physics properties ?

That you help to duplicate my projet and delete a lot of data without deleting the guilty files smile


Anyway, the bug happens without doing anything... I just imported/exported to SVN code files
12-23-2013 10:05 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
The error is about convex mesh, so I'm guessing it occurs when loading a physical body of an object.

You could write a Editor Network Interface program, that connects to your project, iterate through all of the objects, and load them one by one.
Object will load its PhysBody, and crash could occur on the one that fails to load.
Once you know which one is causing the issue, you could attach it here (the object and its phys body file)
12-24-2013 06:46 AM
Find all posts by this user Quote this message in a reply
gdalex Offline
Member

Post: #5
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Breaking news : it happens only when I am connected to a server with the editor !
01-07-2014 09:02 PM
Find all posts by this user Quote this message in a reply
gdalex Offline
Member

Post: #6
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Hi there, could you try to reproduce the error ?
01-19-2014 08:23 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Thank you, I was able to reproduce the error, will try to make it work.
01-20-2014 09:46 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Many thanks for providing the sample data.
I was able to make it work! smile
Should be OK in next release.
01-20-2014 10:09 AM
Find all posts by this user Quote this message in a reply
gdalex Offline
Member

Post: #9
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
You're the maaaaaaan !

\o/
01-21-2014 06:42 PM
Find all posts by this user Quote this message in a reply
Post Reply