gdalex
Member
|
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
|
|
12-23-2013 09:53 PM |
|
Esenthel
Administrator
|
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 |
|
gdalex
Member
|
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Wow, now my project is ~1Go...
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
Anyway, the bug happens without doing anything... I just imported/exported to SVN code files
|
|
12-23-2013 10:05 PM |
|
Esenthel
Administrator
|
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 |
|
gdalex
Member
|
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 |
|
gdalex
Member
|
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Hi there, could you try to reproduce the error ?
|
|
01-19-2014 08:23 PM |
|
Esenthel
Administrator
|
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 |
|
Esenthel
Administrator
|
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
Many thanks for providing the sample data.
I was able to make it work!
Should be OK in next release.
|
|
01-20-2014 10:09 AM |
|
gdalex
Member
|
RE: Editor 2.0 error : Physx: Gu::ConvexMesh...
You're the maaaaaaan !
\o/
|
|
01-21-2014 06:42 PM |
|