Search the web
Sign In
New User? Sign Up
dancedev · DANCE software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
3DS, OBJ and WRL import   Message List  
Reply | Forward Message #75 of 253 |
When I import a 3DS or OBJ model it will show up, but as soon as I
check the "Geometry Affected" check box in the "ODECollision" tab
(generated by the ODECollision plugin) and run the simulation, I get
the generic error:

"dance.exe has encountered a problem and needs to close. We are
sorrry for the inconvenience."

If I debug the error in Visual Studio 2005, I see:

"Unhandled exception at 0x057148ed in dance.exe: 0xC0000005: Access
violation reading location 0x00000000."

And it takes me to this code in a_map.c:

/* allocate enough space for wide chars */
inwbuffer = (wchar_t *)_calloca( inbuff_size, sizeof(wchar_t) );
if ( inwbuffer == NULL ) {
return 0;
}

I tried a WRL file, but the model never showed up. Am I doing
something wrong?

Thanks,
Dave




Wed Aug 1, 2007 1:19 pm

djchandlerman
Offline Offline
Send Email Send Email

Forward
Message #75 of 253 |
Expand Messages Author Sort by Date

When I import a 3DS or OBJ model it will show up, but as soon as I check the "Geometry Affected" check box in the "ODECollision" tab (generated by the...
Dave
djchandlerman
Offline Send Email
Aug 1, 2007
1:20 pm

Dave, It looks like a bug in the collision code. If you have access to the code, you can add to the file dance_v3/actuators/ODECollision/ODECollision.cxx at...
shapiroari
Online Now Send Email
Aug 2, 2007
5:29 am

Thanks so much for the info! I think I will wait for the next release. Dave ... sizeof(wchar_t) );...
Dave
djchandlerman
Offline Send Email
Aug 9, 2007
6:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help