About Store Forum Documentation Contact



Post Reply 
[Error] [RESOLVED] Can't create actor.
Author Message
Morto Offline
Member

Post: #1
[Error] [RESOLVED] Can't create actor.
Hi,

after update today i get this error:
"Can't create actor:
Actor::create(capsule &capsule, Flt density, Vec *center, Boll kinematic);
capsule = Radius: ......
density = ....
kinematic = 0
"

i've tried loading the tutorials to see if it works, no luck same error.

i am using code editor, but if i open the code in VS2010 the error is the same.

thank you.

EDIT: Marked as [RESOLVED]
(This post was last modified: 04-27-2011 01:12 PM by Morto.)
04-22-2011 06:20 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [Error] Can't create actor.
Where Are You having these errors? What tutorials?
Try copying physx dll files from sdk installation physx to your exe folder
04-22-2011 07:35 PM
Find all posts by this user Quote this message in a reply
Morto Offline
Member

Post: #3
RE: [Error] Can't create actor.
Hi,

clearing things out.
i am using code editor.
EDIT: and i've update the nvidia drivers to the most recent, still same error.
the physx dll's are on the same location as the application exe that is ...\_C++ Build_\Application\(app and dll's)
the error is showing on the "03 - World with Character.cpp"


i can try other tut, but i've done some testing and it only happens when i load the world map, in this case its the sample.world

Thank you.
Hi,

Esenthel, sorry that i made you waste some time, problem solved.

as allways its the programer fault.

i've deleted all the dll's and re-updated, then copied the dll's again to the exe folder and it works.

it was the dll's.

thank you, and again sorry.
(This post was last modified: 04-22-2011 08:39 PM by Morto.)
04-22-2011 08:18 PM
Find all posts by this user Quote this message in a reply
Post Reply