http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #10 from Stian Low <wineryyyyy@gmail.com> --- Based on your logs we're probably using very similar versions so winetricks will likely to solve your version same as the one I tested. (In reply to worcester12345@yahoo.com from comment #6)
The "install" seemed to go OK, as well as the app's check for and automatic update. It was when I went to run the app that I ran into problems.
Based on your logs your install may indeed require mfc42 via winetricks to be considered successful similar to the version that I tested: myname@mycomputer:~/Documents/ham radio related/Yaesu Folder/Yaesu 2980/RT Systems software$ 0170:err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\windows\\syswow64\\fpspru80.ocx") not found
To be clear, I will need to download this WINETRICKS thing, and run it like this: WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc42 vb6run
Indeed. Winetricks is sponsored by internal wine team to provide common workarounds for cases like FT-2980 requiring missing wine compontents such as mfc42 and vb6run which may be downloaded from official Microsoft sites.
Do I need to open the terminal session from the directory where the WINETRICKS downloaded to? I believe that is what you alluded to here.
`~/Downloads/winetricks-20260125/src/winetricks` is a full path call to winetricks script that was extracted from the zip file provided by the link to my ~/Downloads directory: https://github.com/Winetricks/winetricks/releases (Either: Source code (zip) or Source code (tar.gz)) You may add `~/Downloads/winetricks-20260125/src` (or wherever you extract it) to your PATH variable to run it via `winetricks` without fullpath. I just tend to prefer runing apps in a very explicit manner. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.