×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

joystick crash logitech f310

  • Posts: 22
  • Thank you received: 0
I added debuginfo for glibc and reran ekosdebugger. Hopefully this provides useful additional information. Log files attached.

File Attachment:

File Name: indi_debug...9-03.txt
File Size:2 KB

File Attachment:

File Name: indi_app_l...9-03.txt
File Size:2 KB
3 years 5 months ago #61771
Attachments:

Please Log in or Create an account to join the conversation.

So I see where the crash is occuring:
joystick_ev->type &= ~JS_EVENT_INIT;
        if (joystick_ev->type & JS_EVENT_BUTTON)
        {
            joystick_st->button[joystick_ev->number] = joystick_ev->value;
            buttonCallbackFunc(joystick_ev->number, joystick_ev->value);
        }

At joystick_st->button[joystick_ev->number] = joystick_ev->value, which suggest that joystick_ev->number is out of bounds for joystick_st->axis but not sure why. Should probably add an extra check there. Need to install QtCreator and then debug this carefully. If you can make Teamviewer available I can login remotely to investigate more.
3 years 5 months ago #61823

Please Log in or Create an account to join the conversation.

Please don't post teamviewer details in the public forum!! Send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. with the details.
3 years 5 months ago #61840

Please Log in or Create an account to join the conversation.

Time to create page: 0.186 seconds