64-bit compilation in Wine

Raikia raikiasec at gmail.com
Tue Dec 29 19:39:14 UTC 2020


On Tuesday, 29 December 2020 at 18:09:55 UTC, Adam D. Ruppe wrote:
> On Tuesday, 29 December 2020 at 17:49:19 UTC, Raikia wrote:
>> "LLVM ERROR: Could not acquire a cryptographic context: 
>> Unknown error (0x80090017)
>
> I sometimes get this too, it seems to be a bug in wine.
>
> I actually kept an old version of wine around where it works, 
> and a new version side by side...
>
> My old wine-2.6 works fine. My newer wine-5.18 does not and 
> some web searches I did a while ago indicated this was a known 
> regression upstream with them.....

So interestingly, I actually got this to work by running "sudo 
wine" instead of just "wine".  No idea why wine needs root access 
on the underlying system for wine to operate properly but ok...



Now I'm running into an issue of not having libcmt in Wine so it 
dynamically links to msvcrt instead (and thus requires a dll on 
deployment).  Have you come across this before?


More information about the Digitalmars-d-learn mailing list