Skip to content

Commit c5b70f0

Browse files
authored
Create mgfx0001.md
1 parent ae70d6e commit c5b70f0

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

errors/mgfx0001.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: MonoGame error MGFX0001
3+
description: MGFX0001 error code
4+
ms.date: 04/11/2025
5+
---
6+
# MonoGame error MGFX0001
7+
8+
## Example messages
9+
10+
```
11+
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.
12+
```
13+
14+
```
15+
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.
16+
```
17+
18+
## Issue
19+
20+
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.
21+
22+
## Solution
23+
24+
You need to make sure you have installed `Wine` on your machine.
25+
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)