SketchUp Pro 2021 installation

Questions about Wine on Linux
Locked
olegzz
Newbie
Newbie
Posts: 1
Joined: Wed Nov 10, 2021 3:08 pm

SketchUp Pro 2021 installation

Post by olegzz »

Hi,
I try to install last version of SketchUp Pro in Wine in Ubuntu 18.04.

I've got Wine last version:
$ wine --version
wine-6.20 (Staging)

$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic

I tried two version of SketchUp Pro - 2021 and 2020, neither of them works.

I got an error: "IDS_ERROR_NO_WIZARD_PAGES"
with "/silent" option is the same error.

It seems that start from version 2020 they have changed the installer.

Please advise.

Kind regards,
Oleg
Attachments
log.zip
(1.12 KiB) Downloaded 217 times
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: SketchUp Pro 2021 installation

Post by Bob Wya »

@olegzz

You can take a look at the AppDB entries for this application (if you haven't already): WineHQ AppDB: SketchUp / 2021

Suggests:

Code: Select all

winetricks -q dotnet48 vcrun2017 corefonts
According to an entry for the 2020 release you need at least OpenGL 3.1 support:
SketchUp does not run on integrated Intel graphics. Intel/Mesa drviers provides only OpenGL 3.0 support, SketchUp requires 3.1 at least.
So might want to check:

Code: Select all

glxinfo | grep '^OpenGL'
Bob
Locked