You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the application can only handle updating existing Microsoft Visual C++ packages if an older version is already installed. However, if no version is installed, the application crashes. A solution has been done by including the Visual C++ Redistributable in the installer(#897), as suggested by Bartek. This approach ensures that the necessary dependencies are installed during the setup process, preventing crashes due to missing DLLs, since it won't be possible after installation.
Describe the bug
Tari Universe is crashing when system doesn't have
Microsoft Visual C++ Redistributable
installed.We handled this issue before, I believe it's because of upgrade to Tauri v2. Missing dependecy checker is triggered too late.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This error should be handled by us, we should prevent from the app crash.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: