KirillTregubov / OverBuddy

A Windows desktop app to easily customize your Overwatchâ„¢ 2 in-game menu background. Built with Tauri (Rust) and React (TypeScript).
https://kirilltregubov.com/overbuddy
GNU General Public License v3.0
8 stars 0 forks source link

Can not download properly #7

Open 3sglue opened 2 months ago

3sglue commented 2 months ago

image

KirillTregubov commented 2 months ago

I'm sorry you ran into this! It seems your installation ran into an error while installing Microsoft's WebView2, which is needed to run this app.

If you are still interested in trying OverBuddy, you can try installing it directly from Microsoft at https://go.microsoft.com/fwlink/p/?LinkId=2124703, then re-installing the latest version of OverBuddy.

Let me know if this solved your issue!

smellysock69 commented 2 months ago

image_2024-06-30_175242925 im having the same issue

KirillTregubov commented 1 month ago

I'm sorry you're both running into this issue! I will look into adding a portable version of the app that doesn't require the installer.

If you're comfortable with running commands, you can help debug by sharing a log. This will help me diagnose the issue further. Please run the following command inside your Downloads folder (or wherever the installer is located), making sure the installer filename matches:

msiexec /i "OverBuddy_1.2.1_x64_en-US.msi" /L*V "Overbuddy.log"

When the installation fails, you'll find Overbuddy.log in the same folder. Please review it for any sensitive information. You can upload the log to a service like pastebin and share the link here.

Thanks for your help!