Work around issue with invalid plugin paths #2

I'm not sure what would be causing this in some cases.
This commit is contained in:
Robbert van der Helm
2020-05-06 18:30:38 +02:00
parent 8a094dacb5
commit f79115992b
2 changed files with 22 additions and 5 deletions
+2
View File
@@ -26,6 +26,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Fixed plugins failing to load on certain Debian based distros because of paths
starting with two forward slashes.
- Redirect the output from the Wine host process earlier in the startup.
Otherwise errors printed startup won't be visible, making it very hard to
diagnose problems.