-
Notifications
You must be signed in to change notification settings - Fork 476
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
Windows client keeps crashing when connecting and updating memory elements for radio #656
Comments
So on somebody else's windows, the latest master seems to work with no issue... So probably it's related to whatever configuration my machine is in (although it worked before) |
So I've managed to dig in deeper and found out that my client crashes on these lines: crazyflie-clients-python/src/cfclient/ui/dialogs/cf2config.py Lines 76 to 81 in d8b9d1f
If I comment them out, I don't get crashes upon connecting anymore. This is a bit worrying, since this is depended on the cflib and the memory part of the crazyflie... But I haven't seen this happening before on linux so I'm not sure. |
@ataffanel mentioned that it might be the USB driver, however changing the zadig driver from libusb0 to libusbK didn't resolve the problem. |
Someone else came across this same issue in discussions: https://github.com/orgs/bitcraze/discussions/831. |
The mystery continues. I've tried to debug it with PDB but that even closes without an issue which makes me think that the issue is even more deeply rooted. It does sometimes connect without issues but upon reconnects it doesn't anymore. It is more often than not that it connects. I've at least determined that this happens in QT6.dll
|
At least it seems to 'crash less' with QT6... so that is at least a workable situation. Not ideal, but workable. |
So my client on windows 11 keeps crashing everytime I want to connect to a crazyflie. Usually things like that could be fixed by clearing out the config but I can't due to this issue: #618
The terminal gives no distinctive error why it is caused, other than the usual QT warning:
But this happens on Linux as well and there it connects just fine.
The text was updated successfully, but these errors were encountered: