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

Alexandr Kuznetsov kuzsasha at gmail.com
Thu Jul 5 03:15:12 CEST 2012


I fixed it (at least I hope).

Turned out player's dna was outdated.

Alex

On Wed, Jul 4, 2012 at 2:07 PM, Alexandr Kuznetsov <kuzsasha at gmail.com>wrote:

> 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