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
SketchUp Pro 2021 installation
SketchUp Pro 2021 installation
- Attachments
-
- log.zip
- (1.12 KiB) Downloaded 217 times
Re: SketchUp Pro 2021 installation
@olegzz
You can take a look at the AppDB entries for this application (if you haven't already): WineHQ AppDB: SketchUp / 2021
Suggests:
According to an entry for the 2020 release you need at least OpenGL 3.1 support:
Bob
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
So might want to check:SketchUp does not run on integrated Intel graphics. Intel/Mesa drviers provides only OpenGL 3.0 support, SketchUp requires 3.1 at least.
Code: Select all
glxinfo | grep '^OpenGL'