[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #23 from Mike Kaganski  ---
STR:

0. Configure LibreOffice to "Load during system start-up".
1. Make sure LibreOffice process (including quicklauncher) is not running.
2. Open system TEMP directory in file manager, to watch its content.
3. Open LibreOffice. See that quicklauncher is started.
4. Close LibreOffice. See that quicklauncher keeps running.
5. Try opening files in LibreOffice, see that succeeding.
6. In the system TEMP directory, see that there is an empty directory now,
named like lu11144d8wy4y.tmp, created when LibreOffice started at step #3.
Delete the directory.
7. Now try opening LibreOffice documents. See the problem.

Indeed, restarting LibreOffice process would resolve the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #22 from Mariusz  ---
Indeed, CCleaner should start first in the autostart but this is probably
impossible to set. I have currently disabled cleaning of the TEMP directory.
Until I discovered that it was the directory deletion that was causing the
problem, I thought it was a bug. Versions of LibreOffice before 7.4.0 did not
create this directory so I had no idea what was causing this error. By trial
and error, I managed to find the cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #21 from Mike Kaganski  ---
(In reply to Mariusz from comment #11)
> This error occurs after running CCleaner. Before version 7.4.0, this error
> did not occur after running CCleaner. I attach a video of the error
> occurring.

I watched the video, and see that the problem is the removal of the temporary
files *while the program that uses them is open* (the quicklauncher). And that
is plain wrong - to remove the temporary files of *running* applications.
Sorry, I didn't realize this bit of the problem before.

No matter if that happened to work, if it did then it only happened by chance.
And any application is free to decide to use different tempfile strategy. If a
user believes that tempfiles are created for a joke, they are mistaken.

Removal of all temporary files is a destructive process. It may only occur when
the user knows what they do. If done incorrectly, the refusal to open files
would be the least dangerous problem. Programs may crash, or save garbage to
files, or fail in any other thinkable way.

(In reply to Mariusz from comment #14)
> CCleaner starts in autostart. It cleans the system of junk, removes history,
> compacts browser databases.

And this is exactly the wrong way to clean temporary files. Because it competes
to do it before the programs start; and Windows will decide itself which of the
autostarted applications would start in which order. If quicklauncher happened
to already start, it already uses the files. Removing them is wrong.

Having said that, I can speculate that the program originated from some recent
work of Armin in bug 126742, specifically in commit
4a75df6d31ac6362957104f976c05e7c425cdc50. I suspect that now it's possible to
modify and remove files that are opened by LibreOffice on Windows, and that
allows CCleaner to destroy stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #20 from Mariusz  ---
(In reply to Stephan Bergmann from comment #19)
> (In reply to Mariusz from comment #18)
> > It is an empty folder lu12010126gv21.tmp. But each time it has a different
> > name (lu..tmp).
> 
> Please state the full path of that empty folder.

C:\Users\%USERPROFILE%\AppData\Local\Temp\lu..tmp

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Stephan Bergmann  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #19 from Stephan Bergmann  ---
(In reply to Mariusz from comment #18)
> It is an empty folder lu12010126gv21.tmp. But each time it has a different
> name (lu..tmp).

Please state the full path of that empty folder.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #18 from Mariusz  ---
(In reply to Buovjaga from comment #17)
> (In reply to Mariusz from comment #16)
> > (In reply to Buovjaga from comment #15)
> > > (In reply to Mariusz from comment #14)
> > > > (In reply to Buovjaga from comment #13)
> > > > > (In reply to Mariusz from comment #11)
> > > > > > This error occurs after running CCleaner. Before version 7.4.0, 
> > > > > > this error
> > > > > > did not occur after running CCleaner. I attach a video of the error
> > > > > > occurring.
> > > > > 
> > > > > But isn't that intentional sabotage, then?
> > > > 
> > > > CCleaner starts in autostart. It cleans the system of junk, removes 
> > > > history,
> > > > compacts browser databases. For me, it is indispensable.
> > > 
> > > Can you check what CCleaner removes that causes this?
> > 
> > It's cleaning up temporary files.
> 
> Please give the exact LibreOffice files that it cleans.

It is an empty folder lu12010126gv21.tmp. But each time it has a different name
(lu..tmp).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #17 from Buovjaga  ---
(In reply to Mariusz from comment #16)
> (In reply to Buovjaga from comment #15)
> > (In reply to Mariusz from comment #14)
> > > (In reply to Buovjaga from comment #13)
> > > > (In reply to Mariusz from comment #11)
> > > > > This error occurs after running CCleaner. Before version 7.4.0, this 
> > > > > error
> > > > > did not occur after running CCleaner. I attach a video of the error
> > > > > occurring.
> > > > 
> > > > But isn't that intentional sabotage, then?
> > > 
> > > CCleaner starts in autostart. It cleans the system of junk, removes 
> > > history,
> > > compacts browser databases. For me, it is indispensable.
> > 
> > Can you check what CCleaner removes that causes this?
> 
> It's cleaning up temporary files.

Please give the exact LibreOffice files that it cleans.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #16 from Mariusz  ---
(In reply to Buovjaga from comment #15)
> (In reply to Mariusz from comment #14)
> > (In reply to Buovjaga from comment #13)
> > > (In reply to Mariusz from comment #11)
> > > > This error occurs after running CCleaner. Before version 7.4.0, this 
> > > > error
> > > > did not occur after running CCleaner. I attach a video of the error
> > > > occurring.
> > > 
> > > But isn't that intentional sabotage, then?
> > 
> > CCleaner starts in autostart. It cleans the system of junk, removes history,
> > compacts browser databases. For me, it is indispensable.
> 
> Can you check what CCleaner removes that causes this?

It's cleaning up temporary files.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #15 from Buovjaga  ---
(In reply to Mariusz from comment #14)
> (In reply to Buovjaga from comment #13)
> > (In reply to Mariusz from comment #11)
> > > This error occurs after running CCleaner. Before version 7.4.0, this error
> > > did not occur after running CCleaner. I attach a video of the error
> > > occurring.
> > 
> > But isn't that intentional sabotage, then?
> 
> CCleaner starts in autostart. It cleans the system of junk, removes history,
> compacts browser databases. For me, it is indispensable.

Can you check what CCleaner removes that causes this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #14 from Mariusz  ---
(In reply to Buovjaga from comment #13)
> (In reply to Mariusz from comment #11)
> > This error occurs after running CCleaner. Before version 7.4.0, this error
> > did not occur after running CCleaner. I attach a video of the error
> > occurring.
> 
> But isn't that intentional sabotage, then?

CCleaner starts in autostart. It cleans the system of junk, removes history,
compacts browser databases. For me, it is indispensable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #13 from Buovjaga  ---
(In reply to Mariusz from comment #11)
> This error occurs after running CCleaner. Before version 7.4.0, this error
> did not occur after running CCleaner. I attach a video of the error
> occurring.

But isn't that intentional sabotage, then?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #12 from Mariusz  ---
Created attachment 186462
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186462&action=edit
Error after running CCleaner.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #11 from Mariusz  ---
This error occurs after running CCleaner. Before version 7.4.0, this error did
not occur after running CCleaner. I attach a video of the error occurring.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #10 from Mariusz  ---
I can send a video shot of how this error appears.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Mariusz  changed:

   What|Removed |Added

Version|7.4.2.3 release |7.4.0.3 release

--- Comment #9 from Mariusz  ---
On my Windows 7 x64 is 100% reproducible.
Maybe it also depends on the version of windows or installed add-ons or updates
in the system.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #8 from Buovjaga  ---
NEW per dupe

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Buovjaga  changed:

   What|Removed |Added

 CC||akt...@gmail.com

--- Comment #7 from Buovjaga  ---
*** Bug 153471 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
I can't repro it in current dev version

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 0bb90afaeb193181d7b98b79e962549d8a1dd85a
CPU threads: 16; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #5 from Vladislav  ---
(In reply to Roman Kuznetsov from comment #4)
> So, you didn't see the problem in 7.3 version?
Yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file." (Quickstarter related?)

2023-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

Summary|When opening files, the |When opening files, the
   |message "Write error.   |message "Write error.
   |Unable to write file."  |Unable to write file."
   ||(Quickstarter related?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

   Keywords||possibleRegression
 Blocks||111928

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
So, you didn't see the problem in 7.3 version?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111928
[Bug 111928] [META] Quickstarter-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #3 from Vladislav  ---
Created attachment 184965
  --> https://bugs.documentfoundation.org/attachment.cgi?id=184965&action=edit
Screenshot of the error

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

--- Comment #2 from Vladislav  ---
(In reply to Roman Kuznetsov from comment #1)
> This happens with different files? May be people uses some the same template?
> Could you try just disable "LO Quick Launch" for all people and then look if
> the problem will be still there?

1. Templates users do not use at all.
2. Disabling Quick Launch solves the problem, but is not an acceptable solution
because it causes each document to take a long time to open.
3. This problem remains in version 7.4.4.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||79045_79...@mail.ru

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
This happens with different files? May be people uses some the same template?
Could you try just disable "LO Quick Launch" for all people and then look if
the problem will be still there?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Julien Nabet  changed:

   What|Removed |Added

Version|7.4.3.2 release |7.4.2.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153087] When opening files, the message "Write error. Unable to write file."

2023-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153087

Julien Nabet  changed:

   What|Removed |Added

Version|7.4.2.3 release |7.4.3.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.