Dear developers!
Tell me please, do you test your glitches at all, or do your clients do it for you for free? I personally got tired of testing your raw software for 1.5 weeks for free! The wallet does not open. At all! After entering the password, the console closes!
I enter the password correctly!
Everything worked fine, then just broke everything. How was it possible? How was it possible to change the algorithm, even if elementary things do not work?
This is occurring because of Microsoft's use of ANSI & wide-set characters in their codepages, and not utf-8 like the rest of the world. As our entire codebase relies on unicode, things get particularly wonky on Windows, at times. If you research, Monero, and every other cryptonote coin also experienced this issue and others.... again, only on Windows. Linux Wallets and Mac wallets have never had errors like this. If you know a Windows developer, kindly, refer him or her our way
As for whether or not the software is tested for free... No, it is not, it is tested at the cost of my time and effort -- just the same as yours. Only, I don't test stringently on Windows because I have spent 5 months developing software for you to bash .... for free.
You will need to import your 25-word seed that was given to you with the wallet, when you created it. You should have this backed up. Open a Powershell and start with the flag
.\blur-wallet-cli.exe --restore-deterministic
and follow the prompts.