alex4401
alex4401
> I'm a bit perplexed that you've encountered a number of bugs that nobody else has reported before... you're not overclocking, are you? Or otherwise have dodgy hardware? I've also...
I've got the 980s from Samsung, which do not have a Samsung-provided NVMe driver.
I did the same mistake a while ago. If you know the volume's GUID (as assigned by Windows), you can use Powershell: ```Get-WmiObject -class Win32_Volume | where-object {$_.DeviceID -Like "\\?\Volume{VOLUME...
Seems to be happening almost every time the filesystem is going through a high write load and is committing (or deleting lots of files). I've been experiencing this while compiling...
About halfway through a clean UE compilation and haven't encountered a lockup yet, while there's been at least 2 at this point with the previous driver version. Looks promising so...
Getting hangs on a specific partition during high activity (seems to happen regardless of whether it's reads or writes). It might be safer for you not to upgrade to Windows...
The warnings here so far refer to 22000.51, which is the Windows 11 build. Masamune3210's and my comments both state the latest Windows 10 devbuild was fine. I think it...
Got a similar problem with one machine out of three. 22000.160, two BTRFS partitions. One's around 80 gigabytes, second's well around 700. Survives first few boots, then stops booting soon...
For a bare minimum install, I create a 32-bit prefix, install .NET 4.0 and corefonts with winetricks, then set the version to Windows 7, and then I install .NET 4.7.2...
My instruction is now slightly out of date as ASB has been updated onto .NET 4.8, but I did run some tests and submitted an entry into WINE's AppDB: https://appdb.winehq.org/objectManager.php?sClass=version&iId=39498...