fzalfa: I just tested blender on an R5k O2 and it works (as long as there is a ~/.B.blend). What is the exact error you are getting?
greetings,
sgefant
greetings,
sgefant
tbcpp wrote: . What's does python -V show on your system? On the dev machine it shows "Python 2.5.2" which is the same as my custom compiled python. You may have an older version of python. I am also using Nekoware python so maybe you need to upgrade?
Code: Select all
fewel 5% ./blender
guessing './blender' == '/usr/people/wacko/irix6/./blender'
Compiled with Python version 2.5.2.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Bus error
hamei wrote: edit :
upped Python to 2.52
Irix 6.5.30
Fuel
Code: Select all
fewel 5% ./blender
guessing './blender' == '/usr/people/wacko/irix6/./blender'
Compiled with Python version 2.5.2.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Bus error
No .B.blend and I don't have one lying around. A placebo .B.blend makes no difference
Code: Select all
export NAN_PYTHON_VERSION=2.4
export NAN_PYTHON=/usr/nekoware
export NAN_NO_PLUGIN=true
export WITH_BF_WEBPLUGIN=false
export WITH_BF_BLENDERPLAYER=false
export IRIX_USE_GCC=true
tbcpp wrote: The issue seems to be related only with some blends or the gui, as you can render fine from the commandline.
hamei wrote: Now that I think about it, there's a switch to make it start up at less than fullscreen size, I believe ?
hamei wrote: edit :
upped Python to 2.52
Irix 6.5.30
Fuel
Code: Select all
fewel 5% ./blender
guessing './blender' == '/usr/people/wacko/irix6/./blender'
Compiled with Python version 2.5.2.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Bus error
stopped on signal SIGBUS: Bus error (default) at [cast_pointer:745 ,0x106f08f8]
Source (of /usr/people/tbcpp/blender2/blender/source/blender/blenloader/intern/genfile.c) not available for Process 11556
ka0s wrote: But in this case I've put the default Blender startup in .sgidefaults as blender -w -d &
Try this and who knows the -d will give you more info in the shell.
Code: Select all
fool 10% blender -w -d
guessing 'blender' == './blender'
Blender 2.48 (sub 1) Build
argv[0] = blender
argv[1] = -w
argv[2] = -d
Compiled with Python version 2.5.2.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Color depth r 10 g 10 b 10
Aux buffers: 0
read file
Version 247 sub 5
Bus error