Hi there, I am on fedora which uses the Bluez stack if that is any context.
When I start the HCI bridge:
sudo bumble-hci-bridge android-netsim:_:8877,mode=controller usb:0
And then my emulator:
sudo HOME=/home/toast ~/Android/Sdk/emulator/emulator -cores 2 -memory 4096 -packet-streamer-endpoint localhost:8877 -avd Small_Phone
The emulator crashes with:
bad_function_call was thrown in -fno-exceptions mode[14738:14738:20250512,113128.296116:ERROR elf_dynamic_array_reader.h:64] tag not found
[14738:14738:20250512,113128.298663:ERROR elf_dynamic_array_reader.h:64] tag not found
//... repeats elf_dynamic_array_reader.h:64 error multiple times
[14738:14738:20250512,113128.306414:ERROR process_memory_range.cc:75] read out of range
[14738:14739:20250512,113128.323981:ERROR directory_reader_posix.cc:42] opendir /tmp/android-root/emu-crash-35.5.10.db/attachments/ae41c413-6661-4da4-86d4-1614a38e51ed: No such file or directory (2)
Aborted
And the HCI bridge says:
WARNING:bumble.transport.android_netsim:Unsupported chip type
I looked at bumble.transport.android_netsim and it isn't appearing as a BLUETOOTH chip type?
Not sure what's happening.
Hi there, I am on fedora which uses the Bluez stack if that is any context.
When I start the HCI bridge:
sudo bumble-hci-bridge android-netsim:_:8877,mode=controller usb:0And then my emulator:
sudo HOME=/home/toast ~/Android/Sdk/emulator/emulator -cores 2 -memory 4096 -packet-streamer-endpoint localhost:8877 -avd Small_PhoneThe emulator crashes with:
And the HCI bridge says:
WARNING:bumble.transport.android_netsim:Unsupported chip typeI looked at
bumble.transport.android_netsimand it isn't appearing as aBLUETOOTHchip type?Not sure what's happening.