Mikail Plotzky
Mikail Plotzky
Hi, I also stumbled upon this issue and fixed it by installing the 2013 C++ redistribution from [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2013-vc-120). I also reinstalled the NuGet packages. More info on how I solved...
Hi, I got this issue popping up too. My tauri info says I have WebView2 and if I try to install WebView2, the installer says that it's already installed. My...
@simc I have the same error and I can reproduce it with this code: config.dart: ```dart Future getConfig() async { final Isar isar = await Isar.open( [ConfigSchema], directory: (await getDataDir()).toString(),...
You can use [BootInfo::rsdp_addr](https://docs.rs/bootloader_api/latest/bootloader_api/info/struct.BootInfo.html#structfield.rsdp_addr) if you want to find out what "mode" the kernel is running in.
> I think you misread the documentation of `rsdp_addr`. > > > This field is None if no RSDP was found (for BIOS) or reported (for UEFI). > > In...
what?