atauenis / webone

HTTP 1.x proxy that makes old web browsers usable again in the Web 2.0 world.
Other
518 stars 18 forks source link

windows 10 #130

Closed my05 closed 5 months ago

my05 commented 5 months ago

Hi, as i did not want to mix the raspberry5 issues with W10 issues i opened a new ticket.

i started the win64 process on my w10 machine and it worked perfectly well at first, but when i tried to access wikipedia from the IE 6 installation on my retro machine, the W10 process shows this in the console:

Idle process killed <done (connection close). etc

Meanwhile a dialogue pops up saying:

'convert.exe'

The code execution cannot proceed because VCOMP140.DLL was not found. Reinstalling the program may fix this problem

tomrow commented 5 months ago

You are missing a component from the Microsoft Visual C++ runtime; you will need to install it for the ImageMagick convert.exe tool to work. You can get a copy from here: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

atauenis commented 5 months ago

Yes, ImageMagick is requiring VC++ 2022 Redistributable to work. Added to FAQ: https://github.com/atauenis/webone/wiki/Windows-installation#troubleshooting