wails icon indicating copy to clipboard operation
wails copied to clipboard

Bug of Webview2

Open Ingeniir opened this issue 7 months ago • 1 comments

Description

I have a problem with WebView2, i.e. when I run the wails dev command after a while it tells me that the version must be lower than the one I have.

To Reproduce

  1. I run this command "wails init -n myproject -t react-ts"
  2. and run "wails dev"
  3. and here's the error

Expected behaviour

I'd like to know how to solve the problem so that I can render the application.

Screenshots

Image

Image

Attempted Fixes

No response

System Details

# Wails
Version | v2.10.1


# System
┌─────────────────────────────────────────────────────────────────────────────────────────────────┐
| OS           | Windows 10 Home                                                                  |
| Version      | 2009 (Build: 26100)                                                              |
| ID           | 24H2                                                                             |
| Go Version   | go1.24.1                                                                         |
| Platform     | windows                                                                          |
| Architecture | 386                                                                              |
| CPU          | AMD Ryzen 5 5500U with Radeon Graphics                                           |
| GPU          | AMD Radeon(TM) Graphics (Advanced Micro Devices, Inc.) - Driver: 31.0.12044.8005 |
| Memory       | 8GB                                                                              |
└─────────────────────────────────────────────────────────────────────────────────────────────────┘

# Dependencies
┌───────────────────────────────────────────────────────┐
| Dependency | Package Name | Status    | Version       |
| WebView2   | N/A          | Installed | 134.0.3124.85 |
| Nodejs     | N/A          | Installed | 22.11.0       |
| npm        | N/A          | Installed | 11.2.0        |
| *upx       | N/A          | Available |               |
| *nsis      | N/A          | Available |               |
|                                                       |
└─────────────── * - Optional Dependency ───────────────┘

# Diagnosis
Optional package(s) installation details:
  - upx : Available at https://upx.github.io/
  - nsis : More info at https://wails.io/docs/guides/windows-installer/

Additional context

No response

Ingeniir avatar Mar 27 '25 09:03 Ingeniir