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

Problems with Password after own build #185

Open
DevNr23 opened this issue Dec 27, 2023 · 1 comment
Open

Problems with Password after own build #185

DevNr23 opened this issue Dec 27, 2023 · 1 comment

Comments

@DevNr23
Copy link

DevNr23 commented Dec 27, 2023

Not sure if this is the right place for this question, but anyways:

I cloned ur repo and added an Option to sort by Alias to have a more custom way for sorting.

Then i builded the Project with the following commands:

msbuild /t:Restore
msbuild /t:Build /p:Configuration=Release
msbuild /t:Publish /p:Configuration=Release

Then i openend the generated .exe and tried to load my info.dat but this fails and give following error:

Error in XML-Dokument(1,1)

Then i let the program create a new info.dat without password and tried to set one afterwards in the settings but it keeps asking me for the password in an infinite loop.

Did i do something wrong in the build process?

@rex706
Copy link
Owner

rex706 commented Jan 4, 2024

This happens because the official release uses a different key with the password than custom builds. To use your old data you will need to open it with an official build, export the accounts, then reimport them into your custom build.

Feel free to raise a pull request with your filtering changes if you think it's worth having available to everyone.

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

2 participants