The last version to be released by Google.
Application Details:
Version: | 8.0.16846 |
License: | Free to use |
URL: | http://www.sketchup.com/produc... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 7.21 |
Maintainers: About Maintainership
What works
What does not
Even after installing vcrun2006, the application struggled to find mfc80u.dll:
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFC" (8.0.50727.6195) 0024:err:module:import_dll Library MFC80U.DLL (which is needed by L"C:\\SketchUp\\SketchUp.exe") not found
The file is actually installed in windows:
C:\windows\winsxs\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_deadbeef\mfc80u.dll
Workarounds
Installation:
WINEARCH=win32 wine google-sketchup-8-0-16846-SketchUpWEN.exe
Install requirements:
WINEARCH=win32 winetricks -q corefonts vcrun6 vcrun2005
Manually create a symbolic in the installation directory, pointing to mfc80u.dll, to fix the error:
ln -s -T ~/.wine/drive_c/windows/winsxs/x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_deadbeef/mfc80u.dll ~/.wine/drive_c/[SKETCHUP_INSTALL_PATH]/mfc80u.dll
Run the application:
WINEARCH=win32 wine SketchUp.exe
What was not tested
Advanced application functions.
Hardware tested
Graphics:
Additional Comments
These glitches seem to disappear after the camera is moved fro the first time, and do not seem to reappear afterwards.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Gentoo Linux x86_64 | Nov 17 2022 | 7.21 | Yes | Yes | Yes | Gold | Notr Eal |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Notr Eal on Friday November 18th 2022, 0:22
Library overrides did not work, I'm not that versed in wine configuration to know how to elegantly fix this.
by Bartosz Kosiorek on Friday November 18th 2022, 1:09
winetricks -q mfc80
by Notr Eal on Friday November 18th 2022, 1:31
winetricks -q mfc80