Skip to content
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

explorer crashing due to mass windows notifications #8934

Closed
babut85 opened this issue May 15, 2018 · 4 comments
Closed

explorer crashing due to mass windows notifications #8934

babut85 opened this issue May 15, 2018 · 4 comments

Comments

@babut85
Copy link

babut85 commented May 15, 2018

Please provide the following information

qBittorrent version and Operating System

4.1 and minimum one version before. windows 10 x64

If on linux, libtorrent and Qt version

(type here)

What is the problem

mass notifications about i/o error

What is the expected behavior

new option for complete disable notifications and reduce number of notifications per second

Steps to reproduce

i have no idea

Extra info(if any)

disabling the show of the qbittorent's notifications does not solve the problem

@DaniGTA
Copy link

DaniGTA commented May 17, 2018

Reproduce:
Remove folder permission for qBittorrent.

then you get spammed instead of a info that qBittorrent is not able too write data to the folder. Had this too i had over 1000 Notifications but my explorer survived it with no problems.

@babut85
Copy link
Author

babut85 commented May 17, 2018

oh, rly? lets see what i have now:

#find "Downloads" c:\Users\BABUT\AppData\Roaming\qBittorrent\qBittorrent.ini
---------- C:\USERS\BABUT\APPDATA\ROAMING\QBITTORRENT\QBITTORRENT.INI
Downloads\TempPathEnabled=true
Downloads\NewAdditionDialogFront=true
Downloads\DblClOnTorDl=0
Downloads\SavePath=D:/Downloads/
Downloads\NewAdditionDialog=false
Downloads\TempPath=D:/Downloads/
Downloads\PreAllocation=false
Downloads\TorrentExportDir=C:/Programs/qBittorrent/torrents
Downloads\UseIncompleteExtension=true
Downloads\ScanDirsV2=@variant(\0\0\0\x1c\0\0\0\0)
Downloads\StartInPause=false
Downloads\DblClOnTorFn=1
Downloads\DiskWriteCacheSize=0
MainWindowLastDir=D:/Users/BABUT/Downloads

dir /a:d /q d:\

..
26.04.2018 20:40 BUILTIN\Administrators Downloads [??\d:\Users\BABUT\Downloads]
..

cacls d:\downloads

d:\Downloads BUILTIN\Administrators:(OI)(CI)F
NT AUTHORITY\SYSTEM:(OI)(CI)F
Everyone:(OI)(CI)F

cacls d:\Users\BABUT\Downloads

d:\Users\BABUT\Downloads SHELLY\BABUT:(OI)(CI)F
BUILTIN\Administrators:(OI)(CI)F
NT AUTHORITY\SYSTEM:(OI)(CI)F

tasklist /v /fi "imagename eq qbittorrent.exe"

Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title
========================= ======== ================ =========== ============ =============== ================================================== ============ ========================================================================
qbittorrent.exe 9296 Console 1 72 500 K Running SHELLY\BABUT 0:00:04 qBittorrent v4.1.0

..and my explorer is crashing and i have i/o errors. what i doing wrong? i just updated version of the qbittorent and got the problem

@babut85
Copy link
Author

babut85 commented May 17, 2018

and i have no i/o errors with new downloads, only with already finished. its a magic?

@babut85
Copy link
Author

babut85 commented May 19, 2018

i found version 4.0.4 and have no the problem.
"Remove folder permission for qBittorrent"- lol

sledgehammer999 added a commit to sledgehammer999/qBittorrent that referenced this issue May 22, 2018
When a file error happens libtorrent spews a ton of `file_error_alert`
which result in log floods and notification balloon floods. The later
might render the program inaccessible because the constant
notifications prevent the user from interacting with the tray icon.

Closes qbittorrent#8934
sledgehammer999 added a commit that referenced this issue May 27, 2018
When a file error happens libtorrent spews a ton of `file_error_alert`
which result in log floods and notification balloon floods. The later
might render the program inaccessible because the constant
notifications prevent the user from interacting with the tray icon.

Closes #8934
@qbittorrent qbittorrent locked and limited conversation to collaborators Feb 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants