Originally Posted By: mlord
player: permission fault on section, address=0xffffffd8, code 2

0xffffffd8 is -40


Oh, duh.. I just clued into what that means: -40 was probably an errno return from some function that normally returns a pointer on success.

So.. -40 = -ELOOP = "Too many levels of symbolic links".

Does that filesystem have a symbolic link that points at itself, or at the same directory that contains the link, or something ?