You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
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