Skip to content

Commit 40f143b

Browse files
Create mgfx0001 error doc
* Create mgfx0001.md * Update mgfx0001.md * Patch to clean up header * Restructure so a folder is sufficient --------- Co-authored-by: Simon (Darkside) Jackson <darkside@zenithmoon.com>
1 parent ae70d6e commit 40f143b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

errors/mgfx0001/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: MonoGame error MGFX0001
3+
description: MGFX0001 error code
4+
---
5+
6+
## Example messages
7+
8+
```
9+
Error: MGFXC0001: MGFXC effect compiler requires a valid Wine installation to be able to compile shaders. Please visit https://docs.monogame.net/errors/mgfx0001?tab=macos for more details.
10+
```
11+
12+
```
13+
Error: MGFXC0001: MGFXC effect compiler requires a valid Wine installation to be able to compile shaders. Please visit https://docs.monogame.net/errors/mgfx0001?tab=linux for more details.
14+
```
15+
16+
## Issue
17+
18+
This error indicates that `Wine` is not installed on the development machine. `Wine` is currently required in order to compile `Effects` on both Linux and MacOS.
19+
20+
## Solution
21+
22+
You need to make sure you have installed `Wine` on your machine.
23+
Please look at the following [link](https://docs.monogame.net/articles/tutorials/building_2d_games/02_getting_started/?tabs=macos#setup-wine-for-effect-compilation-macos-and-linux-only) for detailed instructions on how to install `Wine` and configure it for use with MonoGame.

0 commit comments

Comments
 (0)