Save and load scene

Hi
I have a problem with save and load scene in PhysxSdk 2.8.4.4 .i have written a program
which in it i save & load my scene . i can run it in debug mode properly but i receive
a run time error when i run it in release and with out debugging mode .i recompile it
over and over but the problem so exist !!!

What run time errors are you seeing? Compare your code with the samples (SampleSceneExport).

Hi HaiLocLu
I receive an error which indicate to ntdll.dll and some times indicate to program self .
In the SampleSceneExport scene don t import joints but i have imported joints in to scene but i trust my code is true because it run on debug mode correctly .