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.