Page 1 of 1

Bluetooth Gimx Doesn't Work (PS3)

Posted: Tue Aug 18, 2020 11:15 am
by Kairudesu
I am quite new to this gimx stuff however I acquired a bluetooth dongle that has a csr8510 chip and yet the bluetooth dongle cannot be paired and the error shows "an assertion failed!"

/usr/include/wx-3.0/wx/arrstr.h(178): assert "nIndex < m_nCount" failed in Item(): wxArrayString: index out of bounds

pls help me

Re: Bluetooth Gimx Doesn't Work (PS3)

Posted: Tue Aug 18, 2020 11:25 am
by LoneWolf81
Hi

Can you give us more information on your setup as the Linux version you are using and what version of GIMX ?

Try installing wxWidgets Headers package and try again type the following in a terminal window

Code: Select all

sudo apt install wx3.0-headers 

Re: Bluetooth Gimx Doesn't Work (PS3)

Posted: Tue Aug 18, 2020 12:36 pm
by Kairudesu
LoneWolf81 wrote: Tue Aug 18, 2020 11:25 am Hi

Can you give us more information on your setup as the Linux version you are using and what version of GIMX ?

Try installing wxWidgets Headers package and try again type the following in a terminal window

Code: Select all

sudo apt install wx3.0-headers 
I'm currently using Ubuntu 18.04 and im using GIMX v8

Re: Bluetooth Gimx Doesn't Work (PS3)

Posted: Tue Aug 18, 2020 12:40 pm
by Kairudesu
i tried installing wxWidgets Headers and still the same result

ASSERT INFO:
/usr/include/wx-3.0/wx/arrstr.h(178): assert "nIndex < m_nCount" failed in Item(): wxArrayString: index out of bounds

BACKTRACE:
[1] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[2] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[3] wxEvtHandler::TryHereOnly(wxEvent&)
[4] wxEvtHandler::ProcessEventLocally(wxEvent&)
[5] wxEvtHandler::ProcessEvent(wxEvent&)
[6] wxWindowBase::TryAfter(wxEvent&)
[7] wxWindowBase::TryAfter(wxEvent&)
[8] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[9] wxControlWithItemsBase::SendSelectionChangedEvent(int)
[10] g_closure_invoke
[11] g_signal_emit_valist
[12] g_signal_emit
[13] gtk_combo_box_set_active_iter
[14] g_closure_invoke
[15] g_signal_emit_valist
[16] g_signal_emit
[17] gtk_widget_activate
[18] gtk_menu_shell_activate_item
[19] g_closure_invoke
[20] g_signal_emit_valist
[21] g_signal_emit
[22] gtk_propagate_event
[23] gtk_main_do_event
[24] g_main_context_dispatch
[25] g_main_loop_run
[26] gtk_main
[27] wxGUIEventLoop::DoRun()
[28] wxEventLoopBase::Run()
[29] wxAppConsoleBase::MainLoop()
[30] wxEntry(int&, wchar_t**)
[31] __libc_start_main

Re: Bluetooth Gimx Doesn't Work (PS3)

Posted: Tue Aug 18, 2020 12:42 pm
by Kairudesu
one thing i also notice is an error whenever i type "hciconfig -a" at terminal, in the bottom it says:

"Can't read local name on hci0: Connection timed out (110)"

Re: Bluetooth Gimx Doesn't Work (PS3)

Posted: Wed Aug 19, 2020 6:32 am
by LoneWolf81
Can you post the output of the following commands here, running them one at a time. Also I just want to confirm you are not running a virtual machine right ?

Code: Select all

lsusb
modprobe bluetooth
dmesg | grep Bluetooth
rfkill list