a question

when i run my game,suddenly when i go from one scene to another,an error comes up: blender publisher has caused and error on BLENDERPUBLISHER.exe and blender crashes.i want to know if i’m doing something wrong on my game(wich i can’t find) or if that’s one of the many features blender has LOL :wink: :S

Somewhere you have an add-object actuator that is trying to add an object that doesn’t exist in the new scene. This could happen if you duplicated the scene, or if you linked an object from one scene to another and then made one of the objects single-user.

Go through all your add-object actuators in the new scene and make sure the object name in the actuator is correct for the copy of that object that exists in that scene.

e.g. If the original object’s name was “object” the name of the object in the duplicated scene would be “object.001,” but the name in the add-object actuator might still be “object,” which only exists in the original scene. If that actuator tries to add the object from another scene, it will cause Blender to crash.

ok.thanx wiseman :smiley: