[Bf-committers] Blender game file cannot be open if it has a controller

Alexandr Kuznetsov kuzsasha at gmail.com
Wed Jul 4 20:07:08 CEST 2012


Hi.

Did controller mechanism or loading of a file in GE changed in a past week
or two? (Swiss Cheese Branch)
On desktop it works fine, but it fails on android.

readfile.c:4120
 for (cont = ob->controllers.first; cont; cont = cont->next) {
for (a=0; a < cont->totlinks; a++)
 cont->links[a] = newglobadr(fd, cont->links[a]);  <--

Null pointer

Thank you,
Alex


More information about the Bf-committers mailing list