bluebomb icon indicating copy to clipboard operation
bluebomb copied to clipboard

Error binding to l2cap socket: Address already in use

Open Kabinet0 opened this issue 3 years ago • 3 comments

I tried running bluebomb on my wii Mini and the first time I tried it, It made it to the part where it was waiting to accept. Unfortunately, it was not able to get it to function. So I closed the terminal and opened it back up. When I tried to run the script again It would unfailingly respond with this error: Error binding to l2cap socket: Address already in use. So clearly something is occupying that port, I tried disabling and re-enabling my Bluetooth to no avail. Is there something I am doing wrong?

Console:


* Executing BlueBomb...
sudo ./bluebomb-x64 ./stage0/MINI_SM_NTSC.bin stage1.bin
Bluebomb v1.5
Detected system menu
App settings:
	L2CB: 0x811725E0
	payload_addr: 0x80004000
Opening raw handle for device hci0
Opening control handle for device hci0
Configuring device
Powering on device
Setting device connectable
Setting device bondable
Setting device discoverable
Setting device local name
Setting IAC LAP
HCI_WRITE_CURRENT_IAC_LAP_COMMAND received
Enabling Inquiry+Page scanning
HCI_WRITE_SCAN_ENABLE_COMMAND received
Error binding to l2cap socket: Address already in use


If BlueBomb failed to run, say no to the following question, and run 
the script again. Be persistent, it may take multiple attempts to get working.


Do you wish to re-enable the Bluetooth service? [yes/no]: 


Kabinet0 avatar Mar 21 '21 19:03 Kabinet0

Try manually disabling the bluetooth service

ozzyisgreat avatar Jul 17 '21 14:07 ozzyisgreat

I'm stuck on this really annoying error too... I've tried disabling the Bluetooth service, stopping the Bluetooth service and nothing has worked.

SpencerDring avatar Aug 27 '21 08:08 SpencerDring

You're not supposed to re-enable the Bluetooth service. Leave it disabled before running it.

WiiExpertise avatar Sep 13 '21 20:09 WiiExpertise