Bluetooth Gimx Doesn't Work (PS3)

Need help? Ask here and someone will help
Post Reply
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Bluetooth Gimx Doesn't Work (PS3)

Post 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
User avatar
LoneWolf81
Posts: 235
Joined: Sat Jun 15, 2019 11:49 am
Location: South Africa

Re: Bluetooth Gimx Doesn't Work (PS3)

Post 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 
Please Remember to Post your Log file in the support section , that way its easier and faster to start identifying the issue thus helping you to sort it out so you can enjoy GIMX :D .
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post 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
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post 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
Kairudesu
Posts: 4
Joined: Tue Aug 18, 2020 11:09 am

Re: Bluetooth Gimx Doesn't Work (PS3)

Post 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)"
User avatar
LoneWolf81
Posts: 235
Joined: Sat Jun 15, 2019 11:49 am
Location: South Africa

Re: Bluetooth Gimx Doesn't Work (PS3)

Post 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
Please Remember to Post your Log file in the support section , that way its easier and faster to start identifying the issue thus helping you to sort it out so you can enjoy GIMX :D .
Post Reply