Open ghost opened 2 months ago
@Cultmojo if you download and install the Microsoft Visual C++ Redistributable
from https://aka.ms/vs/17/release/vc_redist.x64.exe and restart the app, does it solve the problem?
@leet4tari That does solve the install issue.
After trying to bundle the Microsoft Visual C++ Redistributable
and running into a number of install problems, I think it might be easier and possible better, to do an register check if the VC redistributable is installed, and if not, open a dialog/popup that will have the link to download and install, instead of failing.
Key="SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64"
Name="Installed"
Value="1"
If the installer can query wmic to see if vc++ redist is installed or not, it would make it easier to validate the dependencies. If the vc++ versions are added to experimental "versions" it may be helpful. If it is not detected, have an info dialogue to download them via a link within Tari.
wmic product where "Name like '%%Visual C++%%'" get Name, Version
Microsoft Visual C++ 2022 X86 Minimum Runtime - 14.40.33810 14.40.33810 Microsoft Visual C++ 2022 X86 Additional Runtime - 14.40.33810 14.40.33810 Microsoft Visual C++ 2022 X64 Minimum Runtime - 14.40.33810 14.40.33810 Microsoft Visual C++ 2022 X64 Additional Runtime - 14.40.33810 14.40.33810
Some corner cases covered #750 , still a little bit of work to complete.
Describe the bug After using the workaround to the bug here: https://github.com/tari-project/universe/issues/131 , I got the Tari Universe app to install but running it was blocked by an error. It was never able to start.
To Reproduce Steps to reproduce the behavior: See the workaround for issue https://github.com/tari-project/universe/issues/131 . I had to use the workaround to get to the point where Tari Universe was installed and trying to Complete is own download prior to mining.
I got this error after the app opened and tried to start its initialization:
Desktop (please complete the following information):