mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Renaming error #11701
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#11701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CptGuapo on GitHub (Feb 4, 2021).
Originally assigned to: @glassez on GitHub.
Please provide the following information
qBittorrent version and Operating System
4.3.3 on Windows 10x64
If on linux, libtorrent-rasterbar and Qt version
type here
What is the problem
The program doesn't accept renaming files or folders keeping the same name switching lower to upper case letters and vice-versa, because it is apparently locked case insensitive. That is, it is not recognizing the difference among e.g. "CD", "cd", "Cd" or "cD" returning a message informing such file or folder still exists.
What is the expected behavior
It should distinguish folder/file names case sensitive.
Steps to reproduce
Add a .torrent file to download stuff and in the main window with the list of files and folders, try to rename any of them, keeping essentially the same word, but replacing lower case letters to upper case letters and vice-versa. For example "sing" to "Sing" or the other way around. That could cause the error.
Extra info(if any)
If you try to rename changing the name, adding or deleting letters, making a distinct name from the previous one, the process will run fine.
@Chocobo1 commented on GitHub (Feb 5, 2021):
Confirmed, doesn't happen in v4.3.2 on Windows. I recall I handled such issues before, this must be a regression introduced recently.
@glassez ping.
@CptGuapo commented on GitHub (Feb 5, 2021):
Yeah, in the previous versions this didn't happen.
Anyway, thanks a lot for confirming.
Cheers.