To be clear, the install process that has recently worked for me on ubuntu 20.04 was only following the wiki install directions with wine-staging 5.10. The directory your modified imm32.dll.so needs to go may be different than stated in the guide. To figure out this path make sure to reboot if just installed a new version of Wine so the find command sees the new files it seems:
Code:
sudo find /usr imm32.dll.so | grep imm32.dll.so
Some versions of Wine I have found to not include an imm32.dll.so, that being the case I believe you will have try a different Wine version. The install wiki states specific versions of Wine that work though I have not had the same success.
Multiple imm32.dll.so have been detected for me so I usually just rename all the old ones imm32.dll.so-OLD and paste in two modified versions (sudo required) - imm32.dll.so-nasomi as a backup in case Wine updates and overwrites, and imm32.dll.so as the functional modified nasomi file. Updating Wine or installing a new version WILL overwrite this modified imm32.dll.so causing you need to repeat this process, I recommend writing a bash script to do this automatically or in some way become familiar so maybe bookmark affected directories so you can quickly fix the file.
Lastly I figure making sure the files are executable is best so
Code:
sudo chmod +x imm32.dll.so
Speaking of the modified imm32.dll.so, I have recently tried to find it here and only found broken links (maybe it come bundled with the main installer?) so I will upload it here linking it for you I hope this is a fine upload site, maybe this link will last awhile. Best of luck and again very curious to hear of success with an 18.04 ubuntu.
Download imm32.dll.so -- https://ufile.io/bteclkgm Simply make a copy of that imm32.dll.so_nasomi file and call it imm32.dll.so so it can functionally replace that same file that comes bundled with your Wine install.