[Bug 59833] New: RT Systems FT-2980 Programmer not working
http://bugs.winehq.org/show_bug.cgi?id=59833 Bug ID: 59833 Summary: RT Systems FT-2980 Programmer not working Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winelib Assignee: wine-bugs@list.winehq.org Reporter: worcester12345@yahoo.com Distribution: --- Created attachment 81109 --> http://bugs.winehq.org/attachment.cgi?id=81109 on screen error 1 Some details I left out earlier: Ubuntu 26.04 LTS 64-bit Gnome 50 Wayland Linux 7.0.0-22-generic Intel® Core™ i7-10700 × 16 32.0 GiB RAM WINE 11.10 The nature of the software is it allows the manipulation of data about ham radio stations. It is basically a simple spreadsheet with different values. The other half of it is it communicates through a USB to RJ45 cable to send the config to program the radio. There is another program, called Chirp, which does work through the WINE software, so it is not particular to the type of software use. The trouble is this particular model of Yaesu radio does not work with Chirp, but this RT Systems software is necessary for this particular radio model. I am very suspicious it has something to do with 32 vs. 64 bit. Thank you. https://forum.winehq.org/viewtopic.php?t=42881 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #1 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Created attachment 81110 --> http://bugs.winehq.org/attachment.cgi?id=81110 on screen error 2 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #2 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- See info from: https://forum.winehq.org/viewtopic.php?t=42881 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 worcester12345@yahoo.com <worcester12345@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware, integration, | |wow64 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 worcester12345@yahoo.com <worcester12345@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |worcester12345@yahoo.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 worcester12345@yahoo.com <worcester12345@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu Severity|normal |major -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #3 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Please let me know what I can do or provide in order to assist with this bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 Andrew Nguyen <arethusa26@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Component|winelib |-unknown --- Comment #4 from Andrew Nguyen <arethusa26@gmail.com> --- Please attach debug output from the application using the instructions from https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#how-can-i-get-a-debugging-lo.... Is there an available download to reproduce the issue? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 Stian Low <wineryyyyy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wineryyyyy@gmail.com --- Comment #5 from Stian Low <wineryyyyy@gmail.com> --- Created attachment 81115 --> http://bugs.winehq.org/attachment.cgi?id=81115 Screenshot of install/launcher errors and winetricks fixes for FT-2980 unofficial link for wine-11.10-b9f5aa42b15 This unofficial download may be similar enough to FT-2980 for fixing official version reported: https://www.m0lxq.com/g4hfq/download.html wintricks mfc42 fixes install error: 0158:err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\windows\\system32\\scom60.OCX") not found winetricks vb6run fixes launch popup error: Cannot find import; DLL may be missing, corrupt, or wrong version file msvbvm60.dll error 126 Based forum posts, reporter seems unfamiliar with winetricks: https://forum.winehq.org/viewtopic.php?t=42881 If not yet clear, winetricks is like a package manager for wine that pulls binaries/dlls from external sources such as Microsoft directly. Binaries/dlls that are pulled from sources like Microsoft are considered "native" vs "builtin" which is functionally equivalent to native but built via wine code. For example wine may run DirectX 11 via native d3d11.dll provided by Microsoft or builtin d3d11.dll that wine provides. Native packages are often required when builtin equivalents are still works-in-process or difficult to reproduce. In the case of FT-2980, mfc42.dll and msvbvm60.dll fall within the native category of missing components which may be conveniently retrieved via winetricks. winetricks is a script which may be downloaded via: https://github.com/Winetricks/winetricks/releases Run it for FT-2980 dependencies via: WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc42 vb6run Hopefully running winetricks will get you further than the splash screen and unsupported operation popup error and closer to the final screenshot of the spreadsheet-like app. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #6 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- 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. As part of this process, I will get the log from the installation first, in case there were any issues I missed. Once I have that all buttoned up, I will work on the log from trying to run the app. I will do that first, then try the WINETRICKS you suggest, and see what results we get. 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 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. Thank you. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #7 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Created attachment 81116 --> http://bugs.winehq.org/attachment.cgi?id=81116 log from installation -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #8 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Created attachment 81117 --> http://bugs.winehq.org/attachment.cgi?id=81117 attachment of log from this command: wine RadioEngine_V5.exe &> log.txt attachment of log from this command: wine RadioEngine_V5.exe &> log.txt -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #9 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- OK. This should do it for issues and logs. This is BEFORE running any of the WINETRICKS things. I wanted to make sure the ones that were expected to be the problem actually are the problem. Once we have ascertained this, I can do the next steps. Thank you. -- 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.
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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #11 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Should I uninstall the whole thing, THEN run the WINETRICKS thing, and then reinstall so it starts from scratch with all the proper pieces in place from the get-go on the installer. Sorry, but I am kind of OCD about that sort of thing. Why monkey around, when just doing things in the proper order is not much more difficult? Thank you. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #12 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #11)
Should I uninstall the whole thing, THEN run the WINETRICKS thing, and then reinstall so it starts from scratch with all the proper pieces in place from the get-go on the installer. Sorry, but I am kind of OCD about that sort of thing. Why monkey around, when just doing things in the proper order is not much more difficult? Thank you.
I just reran the installer after initial failure due to missing mfc42 which worked after winetricks without having to remove or uninstall anything. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #13 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- INEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc42 vb6run Executing cd /home/doug/Downloads/winetricks-20260125/src ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. ------------------------------------------------------ Using winetricks 20260125 - sha256sum: 431f82fc74000e6c864409f1d8fb495d696c03928808e3e8acffc45179312a7b with wine-11.10 and WINEARCH=win64 Executing w_do_call mfc42 Executing load_mfc42 Executing mkdir -p /home/doug/.cache/winetricks/vcrun6 Executing cd /home/doug/.cache/winetricks/vcrun6 Downloading https://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6Red... to /home/doug/.cache/winetricks/vcrun6 --2026-06-07 17:12:27-- https://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6Red... Resolving download.microsoft.com (download.microsoft.com)... 23.222.202.7, 2600:1408:c400:1680::317f, 2600:1408:c400:168a::317f Connecting to download.microsoft.com (download.microsoft.com)|23.222.202.7|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1837888 (1.8M) [application/octet-stream] Saving to: ‘VC6RedistSetup_deu.exe’ VC6RedistSetup_deu.exe 100%[====================================================================================================================>] 1.75M 6.85MB/s in 0.3s 2026-06-07 17:12:28 (6.85 MB/s) - ‘VC6RedistSetup_deu.exe’ saved [1837888/1837888] Executing cd /home/doug/.wine/drive_c/RT Systems V5/Yaesu/FT2980_V5 Executing wine /home/doug/.cache/winetricks/vcrun6/VC6RedistSetup_deu.exe /T:C:\windows\Temp\_mfc42 /c ------------------------------------------------------ warning: Cannot find cabextract. Please install it (e.g. 'sudo apt install cabextract' or 'sudo yum install cabextract'). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #14 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- So, a couple things. First, it looked like it was in German. I chose the "yes" and not the "nein" version here. Then, at the end, you will see it was asking me to install "cabextract". So I followed the directions, and here are those results: sudo apt install cabextract [sudo: authenticate] Password: Installing: cabextract Installing dependencies: libmspack0t64 Summary: Upgrading: 0, Installing: 2, Removing: 0, Not Upgrading: 0 Download size: 66.7 kB Space needed: 188 kB / 21.1 GB available Continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu resolute/main amd64 libmspack0t64 amd64 0.11-1.1build2 [41.6 kB] Get:2 http://us.archive.ubuntu.com/ubuntu resolute/universe amd64 cabextract amd64 1.11-2build1 [25.0 kB] Fetched 66.7 kB in 0s (215 kB/s) Selecting previously unselected package libmspack0t64:amd64. (Reading database… 269305 files and directories currently installed.) Preparing to unpack …/libmspack0t64_0.11-1.1build2_amd64.deb… Unpacking libmspack0t64:amd64 (0.11-1.1build2)… Selecting previously unselected package cabextract. Preparing to unpack …/cabextract_1.11-2build1_amd64.deb… Unpacking cabextract (1.11-2build1)… Setting up libmspack0t64:amd64 (0.11-1.1build2)… Setting up cabextract (1.11-2build1)… Processing triggers for man-db (2.13.1-1build1)… Processing triggers for libc-bin (2.43-2ubuntu2)… myname@mycomputer:~/.wine/drive_c/RT Systems V5/Yaesu/FT2980_V5$ WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc42 vb6run Executing cd /home/myname/Downloads/winetricks-20260125/src ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. ------------------------------------------------------ Using winetricks 20260125 - sha256sum: 431f82fc74000e6c864409f1d8fb495d696c03928808e3e8acffc45179312a7b with wine-11.10 and WINEARCH=win64 Executing w_do_call mfc42 Executing load_mfc42 Executing cabextract -q /home/myname/.cache/winetricks/vcrun6/vcredist.exe -d /home/myname/.wine/dosdevices/c:/windows/syswow64 -F mfc42*.dll Executing w_do_call vb6run Executing load_vb6run Executing mkdir -p /home/myname/.cache/winetricks/vb6run Executing cd /home/myname/.cache/winetricks/vb6run Downloading https://web.archive.org/web/20070204154430/https://download.microsoft.com/do... to /home/myname/.cache/winetricks/vb6run --2026-06-07 17:18:03-- https://web.archive.org/web/20070204154430/https://download.microsoft.com/do... Resolving web.archive.org (web.archive.org)... 207.241.237.3 Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1064736 (1.0M) [application/octet-stream] Saving to: ‘VB6.0-KB290887-X86.exe’ VB6.0-KB290887-X86.exe 100%[====================================================================================================================>] 1.01M 2.27MB/s in 0.4s 2026-06-07 17:18:04 (2.27 MB/s) - ‘VB6.0-KB290887-X86.exe’ saved [1064736/1064736] Executing cd /home/myname/.wine/drive_c/RT Systems V5/Yaesu/FT2980_V5 Executing wine /home/myname/.cache/winetricks/vb6run/VB6.0-KB290887-X86.exe /T:C:\windows\Temp\_vb6run /c 01dc:fixme:advapi:DecryptFileA ("C:\\windows\\Temp\\_vb6run\\", 00000000): stub Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/vbrun60sp6.exe /home/myname/.cache/winetricks/vb6run Executing cabextract -q -L /home/myname/.cache/winetricks/vb6run/vbrun60sp6.exe -d /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/asycfilt.dll /home/myname/.wine/dosdevices/c:/windows/syswow64 Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/comcat.dll /home/myname/.wine/dosdevices/c:/windows/syswow64 Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/msvbvm60.dll /home/myname/.wine/dosdevices/c:/windows/syswow64 Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/oleaut32.dll /home/myname/.wine/dosdevices/c:/windows/syswow64 Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/olepro32.dll /home/myname/.wine/dosdevices/c:/windows/syswow64 Executing mv /home/myname/.wine/dosdevices/c:/windows/temp/_vb6run/stdole2.tlb /home/myname/.wine/dosdevices/c:/windows/syswow64 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #15 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Still no dice. Same types of errors. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #16 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- I wonder if it needs a reboot. Be right back. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #17 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Rebooting did not fix anything. Any other ideas? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #18 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Just pointing these out, in case you missed them: warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. I don't think it makes much sense to go backwards to 32-bit at this point. Is there a 64-bit solution you would like to test with this? Thank you. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #19 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #18)
Just pointing these out, in case you missed them:
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this.
I don't think it makes much sense to go backwards to 32-bit at this point. Is there a 64-bit solution you would like to test with this?
Thank you.
Those messages may be ignored and are becoming more dated now that new wow64 mode is becoming more stable. It appears winetricks succeeded so you have the same dependencies fulfilled which fixes my version. Therefore your version may be missing other dependencies. Please attach logs.txt after running via command for your .exe to determine if you have other dependencies that still need to be fulfilled: WINEDEBUG=+module WINEPREFIX=~/.wine wine FTB2900.exe &> logs.txt -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #20 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- (In reply to Stian Low from comment #19)
(In reply to worcester12345@yahoo.com from comment #18)
Please attach logs.txt after running via command for your .exe to determine if you have other dependencies that still need to be fulfilled:
WINEDEBUG=+module WINEPREFIX=~/.wine wine FTB2900.exe &> logs.txt
This produced nothing. Looks different than the earlier one you gave me. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #21 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #20)
This produced nothing. Looks different than the earlier one you gave me.
I provided my .exe instead of yours. Please instead run: WINEDEBUG=+module WINEPREFIX=~/.wine wine RadioEngine_V5.exe &> logs_after_winetricks.txt -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #22 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- That one did not seem fruitful either. How about: WINEDEBUG=+module WINEPREFIX=~/.wine/drive_c/RT Systems V5/Yaesu/FT2980_VS/wine RadioEngine_V5.exe &> logs_after_winetricks.txt -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #23 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #22)
That one did not seem fruitful either.
How about: WINEDEBUG=+module WINEPREFIX=~/.wine/drive_c/RT Systems V5/Yaesu/FT2980_VS/wine RadioEngine_V5.exe &> logs_after_winetricks.txt
Indeed my previous suggestion implied running from install directory. Rather change directory to install location first: cd ~/.wine/drive_c/RT Systems V5/Yaesu/FT2980_VS/ Then rerun: WINEDEBUG=+module WINEPREFIX=~/.wine wine RadioEngine_V5.exe &> logs_after_winetricks.txt Some .exe do not properly find dependency files that exist within the same install directory when run from outside so I commonly run .exe files from install directory to be safe. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #24 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Well, a little closer. Still getting errors, and other stuff. However, now seeing a program window from the app, but did not attempt anything yet. Will wait until it opens error-free. Will attach log in a second. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #25 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Created attachment 81125 --> http://bugs.winehq.org/attachment.cgi?id=81125 "logs after winetricks" "logs after winetricks" -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #26 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #25)
Created attachment 81125 [details] "logs after winetricks"
"logs after winetricks"
At least two logs may need to be fixed: 0124:warn:module:find_builtin_dll cannot find builtin library for L"\\??\\C:\\RT Systems V5\\Yaesu\\FT2980_V5\\mfc100u.dll" mfc100u.dll is about another winetrick dependency that you can pull via: WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc100 Its probably worth rerunning the installer after winetricks mfc100 just in case it missed installing FTB2900.EXE for the other log: 0034:warn:module:find_builtin_dll cannot find builtin library for L"\\??\\C:\\Program Files (x86)\\FTB2900\\FTB2900.EXE" FTB2900.EXE matches the version that I downloaded from this unofficial link: https://www.m0lxq.com/g4hfq/download.html Unclear if FTB2900.EXE is supposed to be installed separate or part of your RadioEngine_V5.exe package. If the log is not resolved after rerunning the installer after winetricks mfc100 then it may indeed need to installed separate. Getting it from the official source that provides RadioEngine_V5.exe would be preferable. Otherwise unofficial source is available per extra risks. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #27 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc100 Results: $ WINEPREFIX=~/.wine ~/Downloads/winetricks-20260125/src/winetricks mfc100 Executing cd /home/myname/Downloads/winetricks-20260125/src ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ ------------------------------------------------------ warning: You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this. ------------------------------------------------------ Using winetricks 20260125 - sha256sum: 431f82fc74000e6c864409f1d8fb495d696c03928808e3e8acffc45179312a7b with wine-11.10 and WINEARCH=win64 Executing w_do_call mfc100 Executing load_mfc100 Executing mkdir -p /home/myname/.cache/winetricks/vcrun2010 Executing cd /home/myname/.cache/winetricks/vcrun2010 Downloading https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB8... to /home/myname/.cache/winetricks/vcrun2010 --2026-06-07 19:07:43-- https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB8... Resolving download.microsoft.com (download.microsoft.com)... 23.222.202.7, 2600:1408:c400:1680::317f, 2600:1408:c400:168a::317f Connecting to download.microsoft.com (download.microsoft.com)|23.222.202.7|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5076456 (4.8M) [application/octet-stream] Saving to: ‘vcredist_x86.exe’ vcredist_x86.exe 100%[======================================================================================================================>] 4.84M 8.24MB/s in 0.6s 2026-06-07 19:07:44 (8.24 MB/s) - ‘vcredist_x86.exe’ saved [5076456/5076456] Executing cd /home/myname/.wine/drive_c/RT Systems V5/Yaesu/FT2980_V5 Executing cabextract -q --directory=/home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32 /home/myname/.cache/winetricks/vcrun2010/vcredist_x86.exe -F *.cab Executing cabextract -q --directory=/home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32 /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/vc_red.cab /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/vc_red.cab: WARNING; possible 5944 extra bytes at end of file. Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/F_CENTRAL_mfc100_x86 /home/myname/.wine/dosdevices/c:/windows/syswow64/mfc100.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/F_CENTRAL_mfc100u_x86 /home/myname/.wine/dosdevices/c:/windows/syswow64/mfc100u.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/F_CENTRAL_mfcm100_x86 /home/myname/.wine/dosdevices/c:/windows/syswow64/mfcm100.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win32/F_CENTRAL_mfcm100u_x86 /home/myname/.wine/dosdevices/c:/windows/syswow64/mfcm100u.dll Executing cd /home/myname/.cache/winetricks/vcrun2010 Downloading https://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D... to /home/myname/.cache/winetricks/vcrun2010 --2026-06-07 19:07:44-- https://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D... Resolving download.microsoft.com (download.microsoft.com)... 23.222.202.7, 2600:1408:c400:1680::317f, 2600:1408:c400:168a::317f Connecting to download.microsoft.com (download.microsoft.com)|23.222.202.7|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5677032 (5.4M) [application/octet-stream] Saving to: ‘vcredist_x64.exe’ vcredist_x64.exe 100%[======================================================================================================================>] 5.41M 8.41MB/s in 0.6s 2026-06-07 19:07:45 (8.41 MB/s) - ‘vcredist_x64.exe’ saved [5677032/5677032] Executing cd /home/myname/.wine/drive_c/RT Systems V5/Yaesu/FT2980_V5 Executing cabextract -q --directory=/home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64 /home/myname/.cache/winetricks/vcrun2010/vcredist_x64.exe -F *.cab Executing cabextract -q --directory=/home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64 /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/vc_red.cab /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/vc_red.cab: WARNING; possible 5944 extra bytes at end of file. Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/F_CENTRAL_mfc100_x64 /home/myname/.wine/dosdevices/c:/windows/system32/mfc100.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/F_CENTRAL_mfc100u_x64 /home/myname/.wine/dosdevices/c:/windows/system32/mfc100u.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/F_CENTRAL_mfcm100_x64 /home/myname/.wine/dosdevices/c:/windows/system32/mfcm100.dll Executing cp -f /home/myname/.wine/dosdevices/c:/windows/temp/_mfc100/win64/F_CENTRAL_mfcm100u_x64 /home/myname/.wine/dosdevices/c:/windows/system32/mfcm100u.dll -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #28 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Installer and subsequent updater ran fine. Program looks to have opened OK. I have to go eat dinner now, but will check this out later. If it is not resolved yet, it sure seems to be getting close. Thank you for you kindness, patience, and expert help. Please keep this bug open until I am able to get back to you that the program is operating correctly. I'm curious about the drivers for the communications cable. Thanks again. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #29 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #28)
Installer and subsequent updater ran fine.
Program looks to have opened OK.
I have to go eat dinner now, but will check this out later. If it is not resolved yet, it sure seems to be getting close.
Thank you for you kindness, patience, and expert help.
Please keep this bug open until I am able to get back to you that the program is operating correctly. I'm curious about the drivers for the communications cable.
Thanks again.
You own the bug and I don't have permission to change any bugs other than my own so you have control over when it should be closed as fixed. You're welcome. Bon appétit. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|integration | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #30 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- Just curious. Why does this happen? Is it something missing in the main program, where these "WINETRICKS" need to be employed instead? Should I open a new bug for each instance needed here to get this working, so people don't have to go through this every time? Or, should that just be engaged in THIS bug, and followed, tested, and documented HERE? Just trying to help the community, and get this sorted out for myself, and hopefully help others at the same time. Thanks. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #31 from Rafał Mużyło <galtgendo@o2.pl> --- There are some libs, that aren't considered core Windows libs and therefore aren't reimplemented by wine. There are also components like Arial font, that are available as downloads either from MS or some third party, that can't be distributed by wine. For example, in the early Windows years VB libs were available as a redistributable download, so they weren't considered core libs. Those libs being not implemented isn't considered a wine bug. Also, in some cases, wine doesn't implement some things sufficiently correctly yet - for example, at this date sometimes wine-mono doesn't cut it and you need to get dotnet. In such cases, the status may eventually change - dmusic is an example: not that long ago, most of the time you needed the native set, but we eventually gotten to the point where it's mostly working on wine libs. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #32 from Stian Low <wineryyyyy@gmail.com> --- (In reply to worcester12345@yahoo.com from comment #30)
Or, should that just be engaged in THIS bug, and followed, tested, and documented HERE?
Just trying to help the community, and get this sorted out for myself, and hopefully help others at the same time.
Based on previous reports, this bug may be the "how to" for RT Systems: https://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bu... Searching wine bugs for "RT Systems" without quotes returns a lot of irrelevant results because "systems" is searched separately which is very common. Searching "radio" also returns a lot of irrelevant results. Therefore RT Systems users may have difficulty finding this report without using Bugzilla's more advanced search features. This report from a month or so ago hinted about winetricks for related RT Systems software: https://bugs.winehq.org/show_bug.cgi?id=59668 RT Systems should be added to WineHQ AppDB which tracks wine support for apps for various versions and those bugs should be linked to it. https://appdb.winehq.org AppDB approval process may discourage users from creating new entries but many bug reporters do not link to AppDB entries even when already created. AppDB creation and bug linking may need to be easier/more seamless for bug reporters so it better serves its purpose. If more reporters linked AppDB entries to their bugs then it would automate otherwise manual bug linking for AppDB. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com --- Comment #33 from Zeb Figura <z.figura12@gmail.com> --- (In reply to Rafał Mużyło from comment #31)
There are some libs, that aren't considered core Windows libs and therefore aren't reimplemented by wine. There are also components like Arial font, that are available as downloads either from MS or some third party, that can't be distributed by wine. For example, in the early Windows years VB libs were available as a redistributable download, so they weren't considered core libs.
Those libs being not implemented isn't considered a wine bug.
That's not true; it may have been true at some point but currently anything that Windows ships is considered in scope for Wine, including MFC, VB, and fonts. The problem is that all of these things take an enormous amount of effort to reimplement. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59833 --- Comment #34 from worcester12345@yahoo.com <worcester12345@yahoo.com> --- I think maybe an easy first step would be to just provide the actual "WINE TRICKS" installation. This would simplify the initial troubleshooting steps/tickets for everything by that one level. I'd say Arial font and this bug: https://bugs.winehq.org/show_bug.cgi?id=657 would be another couple good choices. Just think of it this way: Fixing this stuff up front, on the back end, will eliminate just how many new bug reports? Need to go for the low hanging fruit and bang for the buck here. I appreciate everything you do, and would be happy to help out, test, or review anything new in this regard. -- 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.
participants (1)
-
WineHQ Bugzilla