Description: I have saved an user profile in a special directory to test. With the command (example) "c:\Program Files\7372M5\Program\soffice.exe" -env:UserInstallation=file:///"C:/Users/Régis Perdreau/test-marianne/user-profiles/user2/user" I have an error message that boostrap.ini is corrupted Steps to Reproduce: 1.Save an user profile with safemode (advanced option, archive user profile) 2.Open archive folder and unzip 3.Open terminal 4.Launch soffice.exe with a command like this according your installation : "c:\Program Files\7372M5\Program\soffice.exe" -env:UserInstallation=file:///"C:/Users/Régis Perdreau/test-marianne/user-profiles/user2/user" (of course paths should be adapted) Actual Results: Error message "boostrap.ini is corrupted" Expected Results: Perfect lauch of soffice.exe Reproducible: Always User Profile Reset: No Additional Info: https://wiki.documentfoundation.org/UserProfile
I have followed what is written at https://wiki.documentfoundation.org/UserProfile
(In reply to Regis Perdreau from comment #0) > "c:\Program Files\7372M5\Program\soffice.exe" -env:UserInstallation=file:///"C:/Users/Régis Perdreau/test-marianne/user-profiles/user2/user" UserInstallation expects an URL; and 'file:///"C:/Users/Régis Perdreau/test-marianne/user-profiles/user2/user"' isn't a proper URL. It should look like file:///C:/Users/Régis%20Perdreau/test-marianne/user-profiles/user2/user Or maybe é should be also UTF-6-percent-encoded, needs testing :-)
Ok, i have changed my path without space and accentued letter... works as expected...