Application Details:
Version: | 2016 |
License: | Free to use |
URL: | http://www.sketchup.com/produc... |
Votes: | 1 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 5.0.1 |
Maintainers: About Maintainership
What works
SketchUp 2016 Make 64-bit
General offline editing
Saving/opening
Import/export functions
What does not
Online functions like embedded help and "Trimble Connect" (just opens Linux browser instead)
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Installed to a clean 64-bit wine prefix, have not tested it with 32-bit. Set OS version to "Windows 7" in winecfg before installing. "C:/windows/syswow64/mfc100u.dll" must be copied to "C:/windows/system32/mfc100u.dll" before running program -- winetricks should not be necessary.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | FreeBSD 12.1 x86_64 | Jul 01 2020 | 5.0.1 | Yes | Yes | Yes | Silver | Heavyjoost | |
Show | FreeBSD 11.1 amd64 | Jul 06 2018 | 3.0.2 | Yes | Yes | Yes | Silver | Heavyjoost | |
Current | openSUSE Tumbleweed (rolling release) | Oct 27 2016 | 1.9.20 | Yes | Yes | Silver | Karl Cheng | ||
Show | Debian GNU/Linux 9.x "Stretch" x86_64 | Jul 21 2016 | 1.9.10 | Yes | Yes | Silver | an anonymous user | ||
Show | Elementary OS Freya | May 10 2016 | 1.9.9 | Yes | Yes | Silver | an anonymous user |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Zack Friedman on Saturday July 1st 2017, 12:05
thanks in advance
by Ross on Sunday March 5th 2017, 2:14
"On my 64 bit Ubuntu 14.04, SketchUp 2014 hangs after choosing a template. This has been reported as a bug and seemed to be fixed in Wine 1.7.19. However, I still get this error."
by Karoly Negyesi on Tuesday November 1st 2016, 13:41
sudo pacman -S wine winetricks wine-mono wine_gecko
export WINEPREFIX=$HOME/.wine-sketchup
winecfg (Windows 7)
winetricks corefonts riched20 vcrun2005 vcrun2010
cd ~/wine-sketchup/drive_c
cp windows/system32/mfc100u.dll Program\ Files\ \(x86\)/SketchUp/SketchUp\ 2016
wine ~/.wine-sketchup/drive_c/Program\ Files\ \(x86\)/SketchUp/SketchUp\ 2016/SketchUp.exe
I am stuck at the license screen. Any ideas?
by Michael Uplawski on Friday August 12th 2016, 22:51
There will be a question further down.
I have defined the following magic numbers for the old version 8 and the current 1.6 release of SketchUp.
-----------
4 string \x53\x00\x6b\x00\x65\x00\x74\x00\x63\x00\x68\x00 SketchUp
>16 string \x55\x00\x70\x00\x20\x00\x4d\x00\x6f\x00\x64\x00\x65\x00\x6c\x00 Model
>38 string \x31\x00\x36 version 1.6
>38 string \x38\x00 version 8
-----------
I have put the same inquiry on LinuxQuestions.org but not received an answer for now:
(The man-page to magic is awfully complicated and after a few attempts I am no longer inclined to decrypt it)
What I want to know is, how I can extract version numbers directly from the “hexdump†of a SketchUp file (like the 1.6 and the 8, above) instead of repeating the number explicitly.
Also, if you knew of a way to discern the Trimble- from the Google-versions, it would help me a bunch. As nobody cares any more about magic, I consider it a possibility, that it will help only me, though... ;-)
Thanks anyway.
by Juan Carlos Estibariz on Sunday July 24th 2016, 13:12
export WINEPREFIX=$HOME/.wine-sketchup
winecfg (Set version to Windows 7)
winetricks corefonts
Copied mfc100u.dll into windows/system32 (see Julian Hapke's comment)
Web stuff doesn't work as reported by Roman Anikeev
by MOGhouse on Saturday March 26th 2016, 10:35
This will work: Dialog of extensions, Dynamic components, 2D grafics export .... just about everything will work.
Not working: Direct import from 3D Warehouse and Extension Warehouse, but download from a browser and install/import manually will work.
Fedora 23 with wine 1.9.5 Stagging (Fedora installs wine stagging by default, don't know if its needed).
You must have winetricks installed.
- Make a new and clean 32 bit prefix.
export WINEPREFIX=~/.sketchup
export WINEARCH=win32
wineboot
- Install ie8 AND ie7
winetricks ie8
winetricks ie7
- open winetricks in terminal:
winetricks
Make sure these DLL/components are installed:
comctl32ocx
gdiplus
gdiplus_winxp
msls31
msxml3
pngfilt
wininet
wsh56vb
xmllite
- Open Wine Configuration in terminal:
winecfg
Change OS to Windows 7 (from the default XP)
- Install Sketchup 2016 32bit (assuming you have the Sketchup installer in Home):
wine "sup_2016_en_x32.exe"
---- IMPORTANT NOTES
Do everything from the same terminal session, to make sure all changes are made to the new .sketchup prefix. If you start winetricks or wine configuration from your distro's menu system. changes will be made to the default .wine prefix - NOT what you want.
Trying to use Theme options in Wine Configuration will likely break Sketchup dialogs.
Hope this works for you too.
by C. Scott Ananian on Tuesday March 22nd 2016, 16:06
WINEPREFIX=$HOME/.wine-sketchup32 WINEARCH=win32 winecfg
-- at bottom of dialog, set windows version to Windows 7
WINEPREFIX=$HOME/.wine-sketchup32 WINEARCH=win32 winetricks corefonts
WINEPREFIX=$HOME/.wine-sketchup32 WINEARCH=win32 winetricks vcrun2010
WINEPREFIX=$HOME/.wine-sketchup32 WINEARCH=win32 winetricks dotnet40
WINEPREFIX=$HOME/.wine-sketchup32 WINEARCH=win32 wine SketchUpPro-en.exe
Note that this is the 32-bit version of SketchUp Pro, and that we are using a 32-bit windows configuration throughout.
Things seem to mostly work, but dialogs with web views are not integrated (the browser opens in a separate window, and the '' scheme used to communicate back with Sketchup doesn't work), some dialogs are blank white, and tooltips are truncated.
by Roman Anikeev on Tuesday February 16th 2016, 16:33
Everything related to web doesn't work.
Pages open in browser, not windows.
by Roman Anikeev on Wednesday February 17th 2016, 9:00
by Merlin@34 on Saturday April 22nd 2017, 14:31
by Julian Hapke on Tuesday January 19th 2016, 16:38
by Ron Playbook on Saturday February 6th 2016, 13:58
by Julian Hapke on Saturday February 6th 2016, 14:04
and just move it into the system32 of your wineprefix
by Ron Playbook on Monday February 8th 2016, 23:16
by Gary on Wednesday February 8th 2017, 10:10
by Dave Carlson on Wednesday February 8th 2017, 11:01
I found that it was easier to just install the 2016 32bit version of make. I didnt have to do anything it just worked but I still might be able to help you. I'm running Linux Mint 18.1 which is based onUbubtu 16.04 and Wine 2.0