https://bugs.winehq.org/show_bug.cgi?id=32092
--- Comment #74 from Paul Gofman gofmanp@gmail.com --- (In reply to S Boisvert from comment #71)
Is the patch really working ? How can I apply it ?
I too have this minimap/quest log problem, on PoL 1.9.6 and xUbuntu 14.04.
I tested it a bit in game and minimap works fine for me. The only way to apply the patch is to download wine source, apply the patch with 'patch -p1 < <patch_file>', build wine from this source (https://www.winehq.org/docs/wineusr-guide/installing-wine-source) and use your build for the game. If you will be doing so make sure you run that very version of Wine ('make install' will install it to /usr/local prefix and your default wine will still be the system one). What I always do when experiment with different configurations is 'lsof -p <pid>' for the running up to see it uses shared libraries from where I expect (in this case, the library under concern is wined3d.dll.so).