vcpp
This commit is contained in:
parent
92ded91868
commit
055af7335e
3 changed files with 17 additions and 0 deletions
|
@ -123,6 +123,10 @@ export const sidebar = [
|
|||
text: "Troubleshooting",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: "Desktop install",
|
||||
link: "/photos/troubleshooting/desktop-install/",
|
||||
},
|
||||
{
|
||||
text: "Files not uploading",
|
||||
link: "/photos/troubleshooting/files-not-uploading",
|
||||
|
|
|
@ -38,3 +38,16 @@ tl;dr; for example, on Ubuntu,
|
|||
```sh
|
||||
sudo apt install libfuse2
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
If the app stops with an "A JavaScript error occurred in the main process - The
|
||||
specified module could not be found" error on your Windows machine when you
|
||||
start it, then you might need to install the VC++ runtime from Microsoft.
|
||||
|
||||
This is what the error looks like:
|
||||
|
||||
{width=500px}
|
||||
|
||||
You can install the Microsoft VC++ redistributable runtime from here:<br/>
|
||||
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
|
BIN
docs/docs/photos/troubleshooting/desktop-install/windows-vc.png
Normal file
BIN
docs/docs/photos/troubleshooting/desktop-install/windows-vc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Reference in a new issue