-
Since v5.9.03742, any upgrades from v5.9.0371 breaks wwivd.
Launch fails at Set signal handlers
Rolling wwivd back to 5.9.0371 fixes issue.
Have tried updating to the latest VCredist. no luck…
-
Reproduced on Windows 21H2 (OS build 20348.2159)
`coder server` fails to start with the error:
```
Error: Failed to start built-in PostgreSQL. Optionally, specify an external deployment with --…
-
```
The Windows setup packages all require you to install vcredist_x86.
Either change or document.
```
Original issue reported on code.google.com by `erik.myl...@gmail.com` on 28 Jul 2009 at 6:14
-
```
The Windows setup packages all require you to install vcredist_x86.
Either change or document.
```
Original issue reported on code.google.com by `erik.myl...@gmail.com` on 28 Jul 2009 at 6:14
-
```
The Windows setup packages all require you to install vcredist_x86.
Either change or document.
```
Original issue reported on code.google.com by `erik.myl...@gmail.com` on 28 Jul 2009 at 6:14
-
### Describe the bug
Dependencies can **never** be installed in newly created Bottles without restarting Bottles first.
Update: See first comment below this. I found more details to track down t…
-
# Expected Behavior
Any of the following should install the current VcRedists:
Get-VcList | Install-VcRedist
{$VcList = Get-VcList
Install-VcRedist -VcL…
-
When trying to upload a unsupported version "2008" to Intune it errors out, no error with 2010
Command:
$VcList = Get-VcList -Export Unsupported |Where-Object { $_.Release -in "2008"} | Save-V…
-
vcredist bundled with games create a lot of accumulated wasted space. They are stored in each game's prefix directory. Not all games have them. In addition, folks will change the name of the SD Cards …
-
As recommended by https://docs.microsoft.com/en-US/cpp/windows/redistributing-visual-cpp-files,
you should install the package, rather than including the DLLs in the application directory.
Not re…