Activity for Randy Rossi

  • Randy Rossi Randy Rossi modified a comment on ticket #1168

    Okay, the problem is trivial to fix. Around line 740 in userport.c, the statement current = current->next is missing! Changing the code to look like this works: while (current) { detach_resource_list[i++] = current->device->resource; current = current->next; }

  • Randy Rossi Randy Rossi posted a comment on ticket #1168

    Okay, the problem is trivial to fix. Around line 740 in userport.c, the statement current = current->next is missing! Changing the code to look like this works: while (current) { detach_resource_list[i++] = current->device->resource; current = current->next; }

  • Randy Rossi Randy Rossi posted a comment on ticket #1168

    Note: If userport joystick is initially off and you try to load a snapshot that has it turned on, it will load the first time. But then that turns on the option and subsequent attempts to load that snapshot loads will crash.

  • Randy Rossi Randy Rossi created ticket #1168

    Load snapshot after Userport Joysticks enabled causes SIGSEGV

1