diasurgical / devilution

Diablo devolved - magic behind the 1996 computer game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building in VS2019: exe attempts to open crypto/rsa key file?

FellGleaming opened this issue · comments

Converted the sln to VS2019 and retargeted the SDK/MFC to the latest versions, then built diablo.exe. Upon running it, it faults and my AV software reports it attempted to open a file at the location:

c:/users/myusername/appddata/roaming/microsoft/crypto/RSA/(very-long-binary-filename)

AFAIK, this is a public/private keypair file, a very odd thing for diablo to be looking for. Any insights on this? Thanks.

You probably want to use https://github.com/diasurgical/devilutionX if you are planning on compiling for or on anything past Windows XP.

Devilution is simply the gold source where we strive to match the original bug for bug and so with more or less the same constraints. DevilutionX is where we modernize parts of the code and port it to various systems.