You are not logged in.
Hi.
These are the steps to get the segmentation fault:
- Open up Blender,
- Right click on the cube,
- Voila!
I tried a few forum suggestions: I created a video group (which already existed), I added my user to that group (which was already in that group), I copied /usr/share/blender to my ~/.blender. I still get this error. I'm using the Nouveau drivers and Openbox, by the way.
Here is my setup:
blender 1:2.58-1
openbox 3.4.11.2-2
xf86-video-nouveau 0.0.16_git20110531-1
kernel26 2.6.39.2-1
Offline
If you run blender from the console do you get any output other than "Segmentation fault" when the error occurs?
Offline
Unfortunately, no. But this is what I get when I do "blender -d":
blender -d
Blender 2.58 (sub 0)
argv[0] = blender
argv[1] = -d
read file
Version 257 sub 1 svn r0
ordered
OBCube
OBLamp
OBCamera
AL lib: pulseaudio.c:612: Context did not connect: Connection refused
swin 1 added
swin 2 added
swin 3 added
swin 4 added
swin 5 added
swin 6 added
swin 7 added
swin 8 added
swin 9 added
swin 10 added
swin 11 added
swin 12 added
set screen
SRNA Subclassed: 'Context'
SRNA Subclassed: 'Operator'
SRNA Subclassed: 'Menu'
time bl_operators 0.0213
SRNA Subclassed: 'Panel'
SRNA Subclassed: 'Bone'
SRNA Subclassed: 'EditBone'
SRNA Subclassed: 'PoseBone'
SRNA Subclassed: 'Mesh'
SRNA Subclassed: 'Object'
SRNA Subclassed: 'Texture'
SRNA Subclassed: 'Header'
time bl_ui 0.0698
SRNA Subclassed: 'KeyingSetInfo'
time keyingsets_builtins 0.0017
SRNA Subclassed: 'Operator'
addon_utils.enable io_anim_bvh
SRNA Subclassed: 'Operator'
addon_utils.enable io_curve_svg
SRNA Subclassed: 'Operator'
SRNA Subclassed: 'PropertyGroup'
addon_utils.enable io_mesh_ply
SRNA Subclassed: 'Operator'
addon_utils.enable io_mesh_stl
SRNA Subclassed: 'Operator'
addon_utils.enable io_mesh_uv_layout
SRNA Subclassed: 'Operator'
addon_utils.enable io_scene_3ds
SRNA Subclassed: 'Operator'
addon_utils.enable io_scene_fbx
SRNA Subclassed: 'Operator'
addon_utils.enable io_scene_obj
SRNA Subclassed: 'Operator'
addon_utils.enable io_scene_x3d
Python Script Load Time 0.1691
SRNA Subclassed: 'Group'
SRNA Subclassed: 'Header'
SRNA Subclassed: 'KeyingSetInfo'
SRNA Subclassed: 'Library'
SRNA Subclassed: 'Macro'
SRNA Subclassed: 'Menu'
SRNA Subclassed: 'MeshEdge'
SRNA Subclassed: 'MeshFace'
SRNA Subclassed: 'Operator'
SRNA Subclassed: 'Panel'
SRNA Subclassed: 'RenderEngine'
SRNA Subclassed: 'Text'
read file
Version 250 sub 0 svn r0
handle evt 0 win 0 op WM_OT_splash
swin 13 added
bpy.ops.wm.splash()
set drawable 1
ghost redraw
ghost redraw
recalcob Cube
recalcdata Cube
set screen
pass on evt 272 val 0
pass on evt 1 val 1
pass on evt 1 val 2
pass on evt 3 val 1
handle evt 3 win 12 op VIEW3D_OT_select
Segmentation faultLast edited by atomkarinca (2011-06-29 18:29:52)
Offline
OK, I have tried the svn version to no avail. Then I tried the nvidia drivers instead of the nouveau ones, and it worked. So I guess this has got something to do with the nouveau drivers. I should report a bug to the developers.
Well, this is a bummer, I really don't like to use the blob drivers but I guess I have to, at least for a while.
Offline
For anyone bumping into the same error, I finally have a workaround (I guess).
It seems that the default output of mplayer (I guess it's xv) messes up the X. Instead, I have found the gl or gl_nosw outputs to be better. So you can try this by adding the line
vo=glor
vo=gl_noswto your ~/.mplayer/config file.
Offline