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
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:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Linux Mint 19.3 "Tricia" | Jun 15 2021 | 6.10-staging | Yes | Yes | Yes | Silver | FloBEAUG |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Aerilius on Tuesday June 7th 2022, 8:30
You can circumvent the failing messagebox using an additional command line option.
wine SketchUpPro-2021-1-332-116.exe /silent
by Janis Elmeris on Sunday September 5th 2021, 5:26
* 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.
by Janis Elmeris on Sunday September 5th 2021, 6:05
by Monah Tuk on Sunday August 1st 2021, 21:10
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