https://bugs.freedesktop.org/show_bug.cgi?id=55138

             Bug #: 55138
           Summary: First start fails with message: Unhandeled exception
                    cannot open directory...
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.1.2 release
          Platform: x86 (IA32)
        OS/Version: Windows (All)
            Status: UNCONFIRMED
          Severity: critical
          Priority: medium
         Component: Libreoffice
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: klese...@gmail.com


Created attachment 67432
  --> https://bugs.freedesktop.org/attachment.cgi?id=67432
Screenshot error message

Hi,

I installed LibreOffice 3.6.1.2 on a Windows XP SP3 PC. This PC has been cloned
in 2 of our classrooms. The roaming profiles of the users have been cleaned. I
do a lot of redirections of the roaming profiles to a mounted networkdisk
labled H:\

Environment variable
APPDATA=\\ServerName\home$\teachers\INFOTEACHERS\TeacherName\appdata
or
APPDATA=\\ServerName\home$\students\class\StudentName\appdata

Now after the first startup I have the following error message:

Unhandeled exception:
cannot open directory
file://ServerName/home/teachers/INFOTEACHERS/TeacherName/appdata/LibreOffice/3/user/uno_packages/cache/registry/com.sun.star.comp.deployment.bundle.PackageRegistryBackend/registry

Fact is that the home file service is called home$. The $ is missing in the
error message saying that home does not exist (this is correct it does not
exist as on the server it is called home$). Is there a filtering which removes
the $ from a string.

Now i have a solution in changing the bootstrap.ini file (on all PC's)
Old bootstrap.ini
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.libreoffice.org
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOffice 3.6
UserInstallation=$SYSUSERCONFIG/LibreOffice/3

My new bootstrap.ini
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.libreoffice.org
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOffice 3.6
;UserInstallation=$SYSUSERCONFIG/LibreOffice/3
UserInstallation=file:///H:/AppData/LibreOffice/3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to