You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hate to use your time to help me, but this tool looks perfect for what I need! So heres my problem.
I fixed the build-custom.sh with the graceful_disconnect name switch, and got it to run... kinda. I was faced with this
wmemu.c: In function ‘wmemu_remove’: wmemu.c:34:41: warning: passing argument 2 of ‘btd_adapter_unregister_pin_cb’ from incompatible pointer type [-Wincompatible-pointer-types] 34 | btd_adapter_unregister_pin_cb(adapter, wmemu_pincb); | ^~~~~~~~~~~ | | | ssize_t (*)(struct btd_adapter *, struct btd_device *, char *, _Bool *, unsigned int) {aka int (*)(struct btd_adapter *, struct btd_device *, char *, _Bool *, unsigned int)}
hope that makes sense to you, cause it doesn't for me. Anyways, I ran ./wmemulator to see, and we make progress from last attempt. I was greeted with the commands overview and some nice drawings of remotes, but right under that are a few lines of errors...
Can't write new address Failed to set device address Device manufacturer: Broadcom Corporation (15) Failed to set device address Warning: device address must have a Nintendo OUI Can't write device name: Operation not permitted (1) Failed to set device name failed to set up Bluetooth device
I did go through everything in README, and I've also connected my wii controller through cwiid, and got its mac address (which also means my bluetooth should be working). I've also tried adding my MAC address like this ./wmemulator 00:00:00:00:00:00 but no luck (I also obviously used my real MAC address, just forgot it). Sorry for using your time, but I think this program is amazing, and I'd appreciate any help!
The text was updated successfully, but these errors were encountered:
It might not be mentioned in the docs, but IIRC, I had to run wmemulator as root (sudo), or it would fail to change the host's address, like you're seeing.
Hate to use your time to help me, but this tool looks perfect for what I need! So heres my problem.
I fixed the build-custom.sh with the graceful_disconnect name switch, and got it to run... kinda. I was faced with this
wmemu.c: In function ‘wmemu_remove’: wmemu.c:34:41: warning: passing argument 2 of ‘btd_adapter_unregister_pin_cb’ from incompatible pointer type [-Wincompatible-pointer-types] 34 | btd_adapter_unregister_pin_cb(adapter, wmemu_pincb); | ^~~~~~~~~~~ | | | ssize_t (*)(struct btd_adapter *, struct btd_device *, char *, _Bool *, unsigned int) {aka int (*)(struct btd_adapter *, struct btd_device *, char *, _Bool *, unsigned int)}
hope that makes sense to you, cause it doesn't for me. Anyways, I ran ./wmemulator to see, and we make progress from last attempt. I was greeted with the commands overview and some nice drawings of remotes, but right under that are a few lines of errors...
Can't write new address Failed to set device address Device manufacturer: Broadcom Corporation (15) Failed to set device address Warning: device address must have a Nintendo OUI Can't write device name: Operation not permitted (1) Failed to set device name failed to set up Bluetooth device
I did go through everything in README, and I've also connected my wii controller through cwiid, and got its mac address (which also means my bluetooth should be working). I've also tried adding my MAC address like this
./wmemulator 00:00:00:00:00:00
but no luck (I also obviously used my real MAC address, just forgot it). Sorry for using your time, but I think this program is amazing, and I'd appreciate any help!The text was updated successfully, but these errors were encountered: