Hi all, my game is arriving to the stage when I want my friends to test it, but I encountered some problems. When I use the ‘save as runtime’ add-on, I get this message:
Traceback (most recent call last):
File “C:\Users\Kinoko\AppData\Roaming\Blender Foundation\Blender\2.57\scripts
addons\game_engine_save_as_runtime.py”, line 192, in execute
self.copy_dlls)
File “C:\Users\Kinoko\AppData\Roaming\Blender Foundation\Blender\2.57\scripts
addons\game_engine_save_as_runtime.py”, line 93, in WriteRuntime
bpy.ops.wm.save_as_mainfile(filepath=blend_path, compress=False, copy=True)
File “C:\Users\Kinoko\AppData\Roaming\Blender Foundation\Blender\2.57\scripts
modules\bpy\ops.py”, line 179, in call
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Can’t open file C__Program_Files_Blender_Foundation_Blender
[email protected] for writing: Permission denied.location:<unknown location>:-1
(Using Windows 7.)
When I try running it with blenderplayer, most of the objects do not appear at all, but they are there because they contribute to the phyisics. Anyone having similar problem, possibly solution?