rex706/SAM

Problems with Password after own build

DevNr23 opened this issue · 1 comments

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 commented

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.