-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
#322
Comments
Same on Fedora 36, building from source at 9967dec EDIT: The crash only occurs on Wayland, on Xorg everything is fine. Stacktrace:
|
Furthermore, the crash on wayland can be avoided by |
Below a simple patch which works around the issue (too lazy to make a PR, sorry, perhaps someone else is motivated)
|
Setting GDK_BACKEND=x11 just forces aft to run under xwayland, you should instead set |
Hello,
I am getting this error when I run
android-file-transfer
, built at commit5ae0221
, tagcontinuous
, version 4.3.0. I am running Ubuntu 22.04.1 LTS. It is trying to connect to a Motorola "Moto G (3rd Generation)", Android version 6.0.1.An UI window opens with the text: "Could not open MTP session: vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)"
And I get the terminal output:
Running
aft-mtp-cli
gives:The text was updated successfully, but these errors were encountered: