On 27 août 06, at 22:37, souvarine wrote:

The more I make experiment with Soya the more I have segfault problems,
and not only when I modify camera.back  :(
It only append on my Mac, not on my PC (both on Linux) so now I think
there must be something like an endian problem somewhere in the core of
Soya.
I would like to track it down. Do you know if I can use Pyrex with gdb ?

Souvarine.

could you please provide me some segfaulting code so I can test on mine ? More detail about the config of you mac may be cool too.

I try it on my mac and get a : ValueError: Cannot find a <class 'soya.World'> named level_demo!
a file must be missing on the svn :-/

yaptop:~src/soyaproject/soya/tutorial/ marmoute$ pythonw2.4 game_skel-5.py
* Soya * Initializing for MacOSX...
* Soya * Using 8 bits stencil buffer

* Soya * version 0.12
* Using OpenGL 1.5 ATI-1.4.18
*   - renderer : ATI Radeon 9600 XT OpenGL Engine
*   - vendor   : ATI Technologies Inc.
*   - maximum number of lights        : 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 8
*   - maximum texture size            : 2048 pixels

Traceback (most recent call last):
  File "game_skel-5.py", line 260, in ?
    level = soya.World.get("level_demo")
File "/Volumes/singe/Users/marmoute/src/soyaproject/soya/ __init__.py", line 282, in get return klass._alls.get(filename) or klass._alls.setdefault (filename, klass.load(filename)) File "/Volumes/singe/Users/marmoute/src/soyaproject/soya/ __init__.py", line 291, in load dirname = klass._get_directory_for_loading_and_check_export (filename) File "/Volumes/singe/Users/marmoute/src/soyaproject/soya/ __init__.py", line 217, in _get_directory_for_loading_and_check_export
    dirname = klass._get_directory_for_loading(filename, ext)
File "/Volumes/singe/Users/marmoute/src/soyaproject/soya/ __init__.py", line 195, in _get_directory_for_loading
    raise ValueError("Cannot find a %s named %s!" % (klass, filename))
ValueError: Cannot find a <class 'soya.World'> named level_demo!
* Soya3D * Quit..

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to