WineHQ

SketchUp

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

Free Download Has to be downloaded from old software archives, as it is no longer available for download from official sources.

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

  • drawing
  • saving
  • loading

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:

  • GPU: AMD
  • Driver: open source

Additional Comments

  • minor rendering glitches, when selecting default measurement template at first start
  • other minor glitches in 3D render windows

These glitches seem to disappear after the camera is moved fro the first time, and do not seem to reappear afterwards.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentGentoo Linux x86_64Nov 17 20227.21Yes Yes YesGoldNotr Eal 

Known Bugs

Bug # Description Status Resolution Other apps affected
40192 Multiple games and applications need 'mfc80.dll' ('winetricks -q mfc80' is a workaround) NEW View

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

fixing mfc80u.dll
by Notr Eal on Friday November 18th 2022, 0:22
If someone knows a more elegant, wine-life solution for this problem, please feel free to correct.
Library overrides did not work, I'm not that versed in wine configuration to know how to elegantly fix this.
RE: fixing mfc80u.dll
by Bartosz Kosiorek on Friday November 18th 2022, 1:09
Please try:
winetricks -q mfc80
RE: fixing mfc80u.dll
by Notr Eal on Friday November 18th 2022, 1:31
can confirm, that this works:
winetricks -q mfc80
Back