Today I compiled blender 2.69 with the vb25 patch.
Blender was downloaded by the site (not git).
Patch is the last version.
All the process goes right but when I launch blender it crashes immediately with this error:
"Fatal Python error: invalid callback slots 1".
Looking back to the messages of the patch program I've noticed this message for the vb30.patch:
Hunk #1 FAILED at 44.
1 out of 1 hunk FAILED -- saving rejects to file source/blender/python/intern/bpy_app_handlers.c.rej
I modified the file by hand: these two lines were rejected
{(char *)"object_update", (char *)"Callback list - on updating an object"},
{(char *)"object_data_update", (char *)"Callback list - on updating an object's data"},
then I recompiled all again and now it's all right.
Blender was downloaded by the site (not git).
Patch is the last version.
All the process goes right but when I launch blender it crashes immediately with this error:
"Fatal Python error: invalid callback slots 1".
Looking back to the messages of the patch program I've noticed this message for the vb30.patch:
Hunk #1 FAILED at 44.
1 out of 1 hunk FAILED -- saving rejects to file source/blender/python/intern/bpy_app_handlers.c.rej
I modified the file by hand: these two lines were rejected
{(char *)"object_update", (char *)"Callback list - on updating an object"},
{(char *)"object_data_update", (char *)"Callback list - on updating an object's data"},
then I recompiled all again and now it's all right.
Comment