> Apparently wine 9.0 rc2 includes bcryptprimitives.dll now (I tested on it
> and it did work).
Thanks for the hint, it apparently works with 8.19 (wine-development in
Debian).
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from
Apparently wine 9.0 rc2 includes bcryptprimitives.dll now (I tested on it
and it did work). So I guess it sorted itself.
-Bruno
On Sun, Dec 17, 2023 at 2:31 PM Juliusz Chroboczek wrote:
> > Apparently the change below broke Windows apps when running under Wine as
> > it made bcryptprimitives.d
> Apparently the change below broke Windows apps when running under Wine as
> it made bcryptprimitives.dll a hard requirement now and this dll is not
> bundled with Wine. This is true even for programs that do not use it all
> (like a simple "hello world" program).
>
> https://github.com/golang/go/