Character Problem (0.9)

ANdys

15-05-2007 07:07:29

I have a strange error.Whan I use Release Mode to run program, and running with VS2005's debug. The program can work .
But if i run this program wihtout VS2005's debug (just click the exe). it always show a message show the program has stopped working.

4 state:
Debug Mode with VS2005's debug           program can work
Debug Mode wihtout VS2005's debug(Run exe)    program can work
Release Mode with VS2005's debug         program can work
Release Mode wihtout VS2005's debug(Run exe)  Error!!


the error just happened when I use "createCharacter".

player=mScene->createCharacter("chr", Vector3(5,5,7), "type: box, dimensions: 1 2 1");

If i remove the code ,the program can work wihtout VS2005's debug.
I can run the program with other code except "createCharacter"



this is some infomation from vista
Problem signature:
Problem Event Name: APPCRASH
Application Name: Demo_SkyDome.exe
Application Version: 0.0.0.0
Application Timestamp: 46493ee7
Fault Module Name: PhysXCore.dll
Fault Module Version: 2.7.0.3
Fault Module Timestamp: 45a7d060
Exception Code: c0000005
Exception Offset: 001cfab8
OS Version: 6.0.5744.2.0.0.256.1
Locale ID: 1028
Additional Information 1: da4c
Additional Information 2: 06a21be64cd0d2831664f9caaa931c66
Additional Information 3: e527
Additional Information 4: a58d97c74007940e1d70c9f67789a06b

betajaen

15-05-2007 09:28:02

I've found a bug with the Character class and some uninitialised variables, I expect we have the same problem. I've fixed it and it'll be in the next SVN commit.

ANdys

15-05-2007 10:07:20

I've found a bug with the Character class and some uninitialised variables, I expect we have the same problem. I've fixed it and it'll be in the next SVN commit.

I also found a error when I RayCaster a Character ,perhaps it has same problem.

betajaen

15-05-2007 10:14:26

No that's a different problem, which has also been fixed.