This commit is contained in:
Manav Rathi 2024-05-11 22:01:13 +05:30
parent 92ded91868
commit 055af7335e
No known key found for this signature in database
3 changed files with 17 additions and 0 deletions

View file

@ -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",

View file

@ -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:
![Error when VC++ runtime is not installed](windows-vc.png){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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB