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

Settings fail to load when P4 Username contains '\' #13

Open
razaraz opened this issue Aug 1, 2023 · 0 comments
Open

Settings fail to load when P4 Username contains '\' #13

razaraz opened this issue Aug 1, 2023 · 0 comments

Comments

@razaraz
Copy link

razaraz commented Aug 1, 2023

The P4 users for our server use the AD names DomainName\ UserName. I never had settings persistence on P4V, and investigating this today, I found the culprit:

In LocalSettings.ini, there is an XML Node that is named: ActiveChangelist[Server][User][Workspace]. This node causes settings loading to throw an XmlException with the message:

The '\' character, hexadecimal value 0x5C, cannot be included in a name. Line 170, position 48.

This then prevents settings from being loaded, and a fresh empty settings file saved on top of it.

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

1 participant