btcpayserver / BTCPayServer.Vault

Sign with software or hardware wallets
MIT License
163 stars 75 forks source link

Vault 2.0.3 does not start in Windows 11 #48

Closed zeddy1 closed 2 years ago

zeddy1 commented 2 years ago

Describe the bug

Your BTCPay Environment (please complete the following information):

Your local environment (please complete the following information):

Your hardware wallet details (please complete the following information):

Additional context

v2.0.3 installs fine, but fails to start in Windows 11. No pop-up box or error message.

Uninstalled, installed v2.0.2, which works as intended.

NicolasDorier commented 2 years ago

you are right, will check

NicolasDorier commented 2 years ago

Fixed in 2.0.4, it was caused by binary trimming that is a bit aggressive in .net6.0. The binaries are a bit bigger now. Will try to put it back later.