WineHQ

SketchUp

The new version developed by Trimble with 1 release, Pro that is paid.

Application Details:

Version: 2021
License: Subscription
URL: http://www.sketchup.com/produc...
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 6.10-staging

Maintainers: About Maintainership

Free Download https://www.sketchup.com/

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

The main program works fine.


What does not

Some web-browser based extensions  don't (Dynamic components for exemple)

Style Builder en LayOut not working (as always)

Workarounds

You need to download the .msi instead of the .exe, the exe will not work/install but the msi seems to work perfectly as stated before.

Here is the link to download the msi: https://www.sketchup.com/sketc...


Installation :
winetricks dotnet48 vcrun2017 corefonts
wine SketchUpPro-2021-1.msi


For NVIDIA users on proprietary drivers set the environment variable "__GL_MaxFramesAllowed=1" while launching the application to avoid the "one frame input lag" (https://forum.winehq.org/viewt...)

What was not tested

Nothing

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentLinux Mint 19.3 "Tricia"Jun 15 20216.10-stagingYes Yes YesSilverFloBEAUG 

Known Bugs

Bug # Description Status Resolution Other apps affected
37557 Multiple games and applications need 'mfc100.dll' ('winetricks -q mfc100' is a workaround) NEW View
53047 SketchUp 2021 installer quits with "IDS_ERROR_NO_WIZARD_PAGES" (native xmllite works around) NEW View

Show all bugs

Comments

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

EXE version
by Aerilius on Tuesday June 7th 2022, 8:30
For anyone not having the MSI version available but who wants to install from the EXE installer:
You can circumvent the failing messagebox using an additional command line option.

wine SketchUpPro-2021-1-332-116.exe /silent
Not working for me
by Janis Elmeris on Sunday September 5th 2021, 5:26
What I did:
* installed wine-6.16 (following instructions on wiki.winehq.org/Ubuntu);
* installed the latest winetricks manually from github.com/Winetricks/winetricks (the distro version was too old to install .NET 4.8
* installed `winetricks dotnet48 vcrun2017 corefonts`
* installed the MSI version: `wine SketchUpPro-2021-1.msi`
* installed `winbind` (running SketchUp, one of the messages was telling about something missing, that may be found in winbind package);
* updated NVIDIA driver to nvidia-driver-470 (from nvidia-driver-460).

Every time I run SketchUp by `wine SketchUp.exe` or `__GL_MaxFramesAllowed=1 wine SketchUp.exe`, it outputs a bunch of messages (not sure if there is an actual fatal error among them) until a Sketcup error reporting window appears (with no prepared report available).

I'm using Linux Mint 20.1, kernel 5.8.0.
RE: Not working for me
by Janis Elmeris on Sunday September 5th 2021, 6:05
And it's the same with kernel 5.11.0.
Run on the Intel HD Graphics 4000 / Optimus
by Monah Tuk on Sunday August 1st 2021, 21:10
Wine 6.13, Kernel 5.14-rc3, ThinkPad T530 / Intel Core i7-3940XM

SketchUp does not run on integrated Intel graphics. Intel/Mesa drviers provides only OpenGL 3.0 support, SketchUp requires 3.1 at least.

It is possible to run on discrete nVidia card using Nouveau driver (nouveau.freedesktop.org/Optimus.html) but main screen of the application stop updating.

Command to run:

DRI_PRIME=1 wine SketchUp.exe
Back