https://issues.apache.org/ooo/show_bug.cgi?id=120836
Priority: P3
Bug ID: 120836
Assignee: [email protected]
Summary: Crashes on startup if %AppData% is a redirected
network drive letter
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: Windows 7
Reporter: [email protected]
Hardware: PC
Status: UNCONFIRMED
Version: AOO 3.4.1
Component: ui
Product: framework
This was actually done to deal with older programs that cannot handle a
redirected AppData that is a UNC server address only
("\\Server\Share\username\AppData")
Network share is mapped to a drive letter:
P: mapped to "\file\data\accounts\teachers-el\profiles\kanderson"
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell
Folders
"AppData" = "P:\AppData"
When OO 3.41 starts up it just hangs, no UI appears, it is completely unusable.
=====================
I don't know if it helps but I see this using Microsoft Process Monitor:
1:08:27.2892140 PM soffice.bin 4576 CreateFile
\\;LanmanRedirector\;P:000000000005873d\file\data\accounts\teachers-el\profiles\kanderson\AppData\URE\types.rdb
PATH NOT FOUND Desired Access: Generic Read, Disposition: Open, Options:
Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read,
Write, AllocationSize: n/a
1:08:27.8632118 PM soffice.bin 4576 CreateFile
\\;LanmanRedirector\;P:000000000005873d\file\data\accounts\teachers-el\profiles\kanderson\AppData\URE\services.rdb
PATH NOT FOUND Desired Access: Generic Read, Disposition: Open, Options:
Synchronous IO Non-Alert, Non-Directory File, Attributes: n/a, ShareMode: Read,
Write, AllocationSize: n/a
--
You are receiving this mail because:
You are the assignee for the bug.