yozefx / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Blender 2.73a Gamekit error #343

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
steps:
1.Download GameKit-Linux64-r1119-20120724.tar.gz 
2.copy game_gamekit and data.py frome GameKit-Linux64-r1119-20120724.tar.gz  to 
/blender-2.73-linux-glibc211-x86_64/2.73/scripts/addons.
3.enable the addon in blender than change from blender render to Gamekit 
4.i click on start game then error
the error:
Traceback (most recent call last):
  File "/home/home/Desktop/Blender/blender-2.73-linux-glibc211-x86_64/2.73/scripts/addons/game_gamekit/operators.py", line 182, in invoke
    return self.execute(context)
  File "/home/home/Desktop/Blender/blender-2.73-linux-glibc211-x86_64/2.73/scripts/addons/game_gamekit/operators.py", line 147, in execute
    workingdir = assure_temp_dir(bpy.path.abspath(gks.gk_runtime_working_dir))
  File "/home/home/Desktop/Blender/blender-2.73-linux-glibc211-x86_64/2.73/scripts/addons/game_gamekit/operators.py", line 53, in assure_temp_dir
    if not tmpdir.endswith(os.sep):
AttributeError: 'NoneType' object has no attribute 'endswith'

location: <unknown location>:-1

I m using blender 2.73a 64 bits for linux and ubuntu 14.04 LTS 64 bits Desktop.
 help plzz

Original issue reported on code.google.com by Dahmoun....@gmail.com on 28 Mar 2015 at 1:30