-
Notifications
You must be signed in to change notification settings - Fork 209
Description
First and foremost, thank you for your interest in making qFlipper better by reporting bugs!
Describe the bug
What were you trying to do?
Trying to open QFlipper application via downloaded AppImage file
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Download file qFlipper-x86_64-1.3.3.AppImage
Run: chmod +x ./qFlipper-x86_64-1.3.3.AppImage to make executable
Launch QFlipper via
./qFlipper-x86_64-1.3.3.AppImage gui
Errors are shown in the terminal window, but the actual application never opens.
202 [APP] qFlipper version 1.3.3 commit bfce851d 2023-11-10T02:40:31
202 [APP] OS info: Ubuntu 25.10 25.10 6.17.0-8-generic Qt 6.4.3
204 [USB] Failed to open device: Access denied (insufficient permissions)
224 [USB] Failed to open device: Access denied (insufficient permissions)
244 [USB] Failed to open device: Access denied (insufficient permissions)
264 [USB] Failed to open device: Access denied (insufficient permissions)
284 [USB] Failed to open device: Access denied (insufficient permissions)
304 [USB] Failed to open device: Access denied (insufficient permissions)
325 [USB] Failed to open device: Access denied (insufficient permissions)
345 [USB] Failed to open device: Access denied (insufficient permissions)
365 [USB] Failed to open device: Access denied (insufficient permissions)
385 [USB] Failed to open device: Access denied (insufficient permissions)
405 [USB] Failed to open device: Access denied (insufficient permissions)
425 [USB] Failed to open device: Access denied (insufficient permissions)
445 [USB] Failed to open device: Access denied (insufficient permissions)
465 [USB] Failed to open device: Access denied (insufficient permissions)
485 [USB] Failed to open device: Access denied (insufficient permissions)
505 [USB] Failed to open device: Access denied (insufficient permissions)
525 [USB] Failed to open device: Access denied (insufficient permissions)
545 [USB] Failed to open device: Access denied (insufficient permissions)
565 [USB] Failed to open device: Access denied (insufficient permissions)
586 [USB] Failed to open device: Access denied (insufficient permissions)
606 [REG] Incomplete device info: VID_0x483:PID_0x5740
765 [UPD] Fetched update information from https://update.flipperzero.one/qFlipper/directory.json
777 [UPD] Fetched update information from https://update.flipperzero.one/firmware/directory.json
Verified that Flipper Zero is connected by examining lsusb output:
Bus 001 Device 016: ID 0483:5740 STMicroelectronics Virtual COM Port
Expected behavior
A clear and concise description of what you expected to happen.
QFlipper should open.
Actual behavior
A clear and concise description of what happened instead.
QFlipper does not open at all
Additional troubleshooting
- Does the issue persist if you try multiple times?
Yes
- Does reconnecting/rebooting Flipper solve it?
No
The report must also include at least one of the following:
-
A FULL LOG of this application run. (see below).
See above -
A screenshot of the application window (if it is a graphical issue).
Additional context
You are free to add any other context about the problem you deem helpful here.
IMPORTANT - Getting the full log
Normally, the application log is shown upon pressing the "LOGS" button in the bottom left corner of the window.
Despite it having some value already, there is a more detailed version saved each time qFlipper is run.
In order to access it, follow these steps:
- Click the "LOGS" button to open the log window.
- Right click on the log window.
- In the context menu, select "Browse all logs...".
- A folder containing several log files should open.
- Find the most recent file, this is it!
Warning! The log will contain your Flipper's unique name. If you wish not to disclose it, search/replace
all its occurrences before attaching the file.