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

Errors when starting/closing BleachBit #118

Closed
timvandermeij opened this issue Jan 30, 2016 · 3 comments
Closed

Errors when starting/closing BleachBit #118

timvandermeij opened this issue Jan 30, 2016 · 3 comments

Comments

@timvandermeij
Copy link

I'm using BleachBit 1.10 on Windows 10 Pro x64. Every time I start or close BleachBit, a message box is shown saying:

Errors occurred

See the logfile 'C:\Program Files (x86)\BleachBit\bleachbit.exe.log' for details

The following section is placed in that log file for each time the message box appears:

exception when getting special folder path for music
Traceback (most recent call last):
  File "bleachbit\Windows.pyo", line 131, in csidl_to_environ
com_error: (-2147467259, 'Niet nader omschreven fout', None, None)

exception when getting special folder path for pictures
Traceback (most recent call last):
  File "bleachbit\Windows.pyo", line 131, in csidl_to_environ
com_error: (-2147467259, 'Niet nader omschreven fout', None, None)

exception when getting special folder path for video
Traceback (most recent call last):
  File "bleachbit\Windows.pyo", line 131, in csidl_to_environ
com_error: (-2147467259, 'Niet nader omschreven fout', None, None)

"Niet nader omschreven fout" is Dutch for "Unspecified error" (because I use the Dutch locale on Windows). I think BleachBit may not like the fact that I don't have Music/Pictures/Video folders in the Documents folder (I removed them because I don't use them), however that should cause any errors.

The errors are created at https://github.com/az0/bleachbit/blob/master/bleachbit/Windows.py#L133. Perhaps it should be changed such that it does not constantly show a message box about this (change logger.exception to logger.info?).

Do you have an idea on how to fix this? Aside from the message boxes BleachBit works as expected. If you need more information, feel free to let me know. Thank you for building this awesome piece of software!

@az0 az0 closed this as completed in 1f5a67d Jan 30, 2016
@az0
Copy link
Member

az0 commented Jan 30, 2016

Your analysis of the issue was correct. As an awkward workaround I think you can avoid the popup message by running bleachbit_console.exe instead of bleachbit.exe.

@timvandermeij
Copy link
Author

Awesome, thank you for fixing this so quickly! Just curious: do you already have an idea when the next release is planned that contains this fix?

@az0
Copy link
Member

az0 commented Jan 30, 2016

The plans are not yet clear, but I hope to release an alpha or beta version within a month. I've started working on a "nightly build" type of system too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants