Difference between revisions of "Wine (Linux)"
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| + | == Black Boxes Visual Bug == | ||
[[File:WineIssue BlackBoxes.png|thumb|Figure 1. Visual bug of Black Boxes while running Wine]] | [[File:WineIssue BlackBoxes.png|thumb|Figure 1. Visual bug of Black Boxes while running Wine]] | ||
You might be getting this black box visual bug over your screen (see Figure 1.) while playing [[Aether Story]] on Linux while using Wine. | You might be getting this black box visual bug over your screen (see Figure 1.) while playing [[Aether Story]] on Linux while using Wine. | ||
| + | You will notice this issue when entities (you or monsters) attempt to walk through grass. | ||
| + | This is a result of not having the GLSL setting enabled in wine, which enables shaders. | ||
| + | |||
| + | [[File:Winetricks fix.png|thumb|Figure 2. glsl=enabled in Winetricks]] | ||
| + | Here are the steps to enable GLSL in Wine: | ||
| − | + | *Install winetricks (if you haven't already) with <code>sudo apt install winetricks</code> | |
| − | + | *Run winetricks with : <code>winetricks</code> | |
| − | *Install winetricks (if you haven't already) with | ||
| − | *Run winetricks with : | ||
*If you used the GUI, you might get a warning which you can safely ignore. | *If you used the GUI, you might get a warning which you can safely ignore. | ||
| − | *Select the : | + | *Select the : "Select the default wineprefix" Option. |
| − | *Select : | + | *Select : "Change settings" |
| − | *Scroll down till you see : | + | *Scroll down till you see : "glsl=enabled". (See Figure 2.) |
| + | *Select the checkbox | ||
*Exit out and you'll be good to go! | *Exit out and you'll be good to go! | ||
Latest revision as of 04:11, 27 July 2021
Black Boxes Visual Bug[edit]
You might be getting this black box visual bug over your screen (see Figure 1.) while playing Aether Story on Linux while using Wine. You will notice this issue when entities (you or monsters) attempt to walk through grass. This is a result of not having the GLSL setting enabled in wine, which enables shaders.
Here are the steps to enable GLSL in Wine:
- Install winetricks (if you haven't already) with
sudo apt install winetricks - Run winetricks with :
winetricks - If you used the GUI, you might get a warning which you can safely ignore.
- Select the : "Select the default wineprefix" Option.
- Select : "Change settings"
- Scroll down till you see : "glsl=enabled". (See Figure 2.)
- Select the checkbox
- Exit out and you'll be good to go!