Skip to content

Commit 925333c

Browse files
committed
📝 Add known windows error
1 parent 04bbeec commit 925333c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

src/assets/img/windows-error.png

28.3 KB
Loading

src/content/docs/installation-on-windows.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import { Steps, Icon } from '@astrojs/starlight/components';
1616
import { Icon as AstroIcon } from 'astro-icon/components';
1717
import { YouTube } from '@astro-community/astro-embed-youtube';
1818
import Intro from '../../components/Intro.astro';
19+
import {Image} from 'astro:assets';
20+
21+
import errorDialog from '../../assets/img/windows-error.png';
1922

2023
<YouTube id="T4iC99HM5bo" />
2124

@@ -83,4 +86,13 @@ The zip archive is the standalone version of Kando. You can also download it fro
8386

8487
3. You can now start using Kando! Just press <kbd>Ctrl</kbd> + <kbd>Space</kbd> to open the example menu!
8588

86-
</Steps>
89+
</Steps>
90+
91+
## <AstroIcon name="solar:bug-bold-duotone" class="inline-icon" /> Known Issues
92+
93+
Sometimes, Kando may not start correctly on Windows.
94+
If you see the following error dialog telling **"Error: The specified module could not be found"** and that `NativeWin32.node` is missing, you can fix this by installing the latest version of the [Visual C++ Redistributable from Microsoft](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
95+
96+
<center>
97+
<Image src={errorDialog} alt="error dialog" class="shadow"/>
98+
</center>

src/styles/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ img {
129129
&.shadow {
130130
mask-image: none;
131131
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
132+
border-radius: 8px;
132133
}
133134

134135
&.no-mask {

0 commit comments

Comments
 (0)