https://bugs.winehq.org/show_bug.cgi?id=47940
--- Comment #30 from trymeout@tutanota.com --- Created attachment 65829 --> https://bugs.winehq.org/attachment.cgi?id=65829 log and symbol.c file
I got Wine built. What I did was the following...
I downloaded Wine 4.20 source code https://github.com/wine-mirror/wine/releases/tag/wine-4.20
I extracted the source code
I added the two patches to the ~/Downloads/wine-wine-4.20/wine-wine-4.20/dlls/dbghelp/symbol.c file
I open the terminal and entered the following commands
cd /home/cameron/Downloads/wine-wine-4.20/ ./configure prefix=/home/cameron/Downloads/wine4.20 && make make install
Then I ran Morrowind with this command
env WINEPREFIX="/home/cameron/PlayOnLinux's virtual drives/Morrowind" /home/cameron/Downloads/wine4.20/bin/wine "C:\windows\command\start.exe" /Unix "/home/cameron/PlayOnLinux's virtual drives/Morrowind/drive_c/Program Files/Bethesda Softworks/Morrowind/Morrowind Launcher.exe" &> mge.txt
But it did not seem to initialise MWSE into Morrowind. I have the wine log and I also included my symbol.c file so you can make sure I applied the patch correctly.