haxifix / PlugY

PlugY updated to Diablo II v1.14d
GNU General Public License v3.0
109 stars 20 forks source link

error - vcruntime140.dll required #20

Open Tom-Shorter opened 3 years ago

Tom-Shorter commented 3 years ago

Hi,

I've tried installing this but when I try running plugy an error comes up saying it cant find vcruntime140.dll and needs it to start. This isn't needed if I just run vanilla d2.

I have added the vcruntime140.dll to the folder and when opening plugy after it does start the game but plugy doesn't start.

I've attached the blizzard crash reports

Crash.txt D2201101.txt

can anyone let me know if they've had this issue and how they resolved it?

ChaosMarc commented 3 years ago

see: https://github.com/haxifix/PlugY/issues/19

you need Visual C++ Redistributable for Visual Studio 2015 from here https://www.microsoft.com/en-us/download/details.aspx?id=48145

ZangXian commented 3 years ago

I installed Visual C++ Redistributable for Visual Studio 2015 and it still saying cant find vcruntime140.dll ?

ChaosMarc commented 3 years ago

You have to install the correct "bit"-version fitting your OS. perhaps you installed x86 but needed x64

ZangXian commented 3 years ago

My os is x64,but when i installed the x86 Visual C++ ,PlugY can run .

ghost commented 3 years ago

Can you use Dependency Walker to see if vcruntime140.dll is there. image

ZangXian commented 3 years ago

On Fri, Nov 13, 2020 at 14:26 Mark Mohr notifications@github.com wrote:

Can you use Dependency Walker to see if vcruntime140.dll is there. [image: image] https://user-images.githubusercontent.com/6216490/99036195-3793a880-254f-11eb-846b-17290be88745.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haxifix/PlugY/issues/20#issuecomment-726549804, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGM35YILKENKBWEY4GFCISTSPTGRNANCNFSM4TGSBDHA .

sorry,that beyond my ability

ChaosMarc commented 3 years ago

but good to know that the x86 version is required. Thanks for the feedback. I will try compiling the next release of plugy in another fashion so that this dependency is not needed

ZangXian commented 3 years ago

On Fri, Nov 13, 2020 at 18:06 ChaosMarc notifications@github.com wrote:

but good to know that the x86 version is required. Thanks for the feedback. I will try compiling the next release of plugy in another fashion so that this dependency is not needed

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haxifix/PlugY/issues/20#issuecomment-726672689, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGM35YIOOHVJXP7RKHW3EVTSPUAJ3ANCNFSM4TGSBDHA .

You are welcome!