Move DXVK from troubleshooting to known issues

This commit is contained in:
Robbert van der Helm
2022-11-28 19:04:56 +01:00
parent 3ea6015f51
commit 1bdac0df9b
+7 -6
View File
@@ -457,6 +457,10 @@ include:
- If plugins have missing, invisible, or misaligned text, then installing - If plugins have missing, invisible, or misaligned text, then installing
`corefonts` or `allfonts` through `winetricks` may help. `corefonts` or `allfonts` through `winetricks` may help.
- If a plugin seems to work fine except for the fact that the GUI never seems to
update when you interact with it, then try installing
[DXVK](https://github.com/doitsujin/dxvk). Many recent JUCE-based plugins
don't redraw anymore when using WineD3D.
- **Serum** requires you to disable `d2d1.dll` in `winecfg` and to install - **Serum** requires you to disable `d2d1.dll` in `winecfg` and to install
`gdiplus` through `winetricks`. You may also want to disable the tooltips by `gdiplus` through `winetricks`. You may also want to disable the tooltips by
going to the global settings tab, unchecking 'Show help tooltips', and going to the global settings tab, unchecking 'Show help tooltips', and
@@ -588,7 +592,9 @@ implemented yet. See the [roadmap](./ROADMAP.md) for a list of future plans.
If your problem is not listed here, then feel free to post on the [issue If your problem is not listed here, then feel free to post on the [issue
tracker](https://github.com/robbert-vdh/yabridge/issues) or to ask about it in tracker](https://github.com/robbert-vdh/yabridge/issues) or to ask about it in
the yabridge [Discord](https://discord.gg/pyNeweqadf). the yabridge [Discord](https://discord.gg/pyNeweqadf). Also check the [known
issues and fixes](#known-issues-and-fixes) section above for help with
plugin-specific issues.
- Yabridge may not work correctly with Wine 7.21 and 7.22 depending on how - Yabridge may not work correctly with Wine 7.21 and 7.22 depending on how
yabridge was built because of Wine bug yabridge was built because of Wine bug
@@ -602,11 +608,6 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf).
plugin output to `~/.BitwigStudio/log/engine.log`, so you may need to look plugin output to `~/.BitwigStudio/log/engine.log`, so you may need to look
there instead. there instead.
- If a plugin seems to work fine except for the fact that the GUI never seems to
update when you interact with it, then try installing
[DXVK](https://github.com/doitsujin/dxvk). Many recent JUCE-based plugins
don't redraw anymore when using WineD3D.
- Try to use a clean Wine prefix when testing misbehaving plugins. Either - Try to use a clean Wine prefix when testing misbehaving plugins. Either
temporarily rename `~/.wine` to something else, or set the `WINEPREFIX` temporarily rename `~/.wine` to something else, or set the `WINEPREFIX`
environment variable to a directory path to have Wine use that as a prefix. environment variable to a directory path to have Wine use that as a prefix.