Sketchup 7 Installer

SketchUp Make 2017 Free. Google SketchUp 7.0.8660. I.e. Siemens Hipath 3000 Manager E here. , install SketchUp 2016 M1 over your existing version of SketchUp 2016 M0.
What works Installation. (Requires OpenGl hardware Ok registry tweak detailed elsewhere.) Most conventional 3D CAD operations. What does not 2D file export produces blank (transparent) or all black files. (This appears to be a regression since Wine 1.5.4 where the earlier issue was fixed. Current Wine stable (1.6.2) and development (1.7.30) both show the issue.) Reported as a bug.
Because graphic file output is an essential function for a CAD drawing and Illustration tool like the free version of SketchUp 7, I am rating it as Bronze at this time with current versions of Wine. (I would rate the program as Gold under older Wine 1.5.4.) Workarounds What was not tested Sketchup 7 Pro features (free version tested), Extended capabilities like Google Earth/Maps Hardware tested Graphics: • GPU: • Driver: Additional Comments.
Bug # Description Status Resolution Other apps affected.lnk file is created on the desktop together with the program icon. NEW Google SketchUp 7/8 'Component Options' window empty (embedded browser control) NEW Google SketchUp 8 'Share Model' shows empty 'Sign in' dialog window and opens external browser NEW Google SketchUp 7/8 one mouse event behind with binary drivers from Nvidia REOPENED Google SketchUp 8 crashes on startup with OpenGL hardware acceleration disabled ('HW_OK=0' setting in registry) NEW Google Sketchup 8 Layout crashes on startup with Mono NEW Google Sketchup 8 shows graphics artifacts with 'Nouveau' driver when dragging items UNCONFIRMED. • []: If you get the error 'SketchUp was unable to initialize OpenGL!' , run regedit, open HKEY_CURRENT_USER Software Google SketchUp6 GLConfig Display, and change HW_OK to 1.
• If you have an nvidia card: you probably need nvidia's proprietary graphics driver. The open-source nv driver isn't good enough yet.
(So, on Ubuntu, go to System / Administer / Hardware Drivers, and select the latest proprietary driver. But be sure to turn off Compiz, i.e. Go to System / Preferences / Appearance / Visual Effects, and select None.) • If you're having trouble with an older version of Wine, use the latest Wine (currently 1.1.28); you can get it from • []: If it crashes in the 'Welcome to Sketchup' dialog when you click 'Start Using Sketchup', uncheck the box 'show at startup'. • []: To use the Ruby scripts you'll need to convert them from DOS format to Unix format. Sudo apt-get install tofromdos; dos2unix -f parametric.rb windows.rb). I spent a few hours looking for a fix / workaround and really got it working.
It looks like some ruby problems with this script Go to the Sketchup plugins folder like: /home/user/.wine/drive_c/Program Files/Google/Google SketchUp 8/Plugins Here i use Sketchup 8, but the problem and fix are the same Edit vfs.rb Replace (not working) if(notfile_loaded?('vfs.rb')) puts'vfs.rbloaded' require'sketchup.rb' require'extensions.rb' WITH: puts'vfs.rbloaded' require'sketchup.rb' require'extensions.rb' if(notfile_loaded?('vfs.rb')) I don't know why the original script was giving this error (i am not a developer) but i found this fix at some message board, and really works good:). It works very well, but I had 2 issues that I think is important to know how to fix them: 1 - In first time installation with Sketchup 7 setup I got an error message that says I have no Windows Installer? I tried to install windows installer 3.1 and 4.5 but after that installation I got same error message.
My Ubuntu installation is an upgrade from 2 or 3 versions before, so I removed all.wine and.winetrick.cache folders from my home directory. After remove.wine: Sketchup Installed successful with new.wine configuration generated automatically! 2 - In first time run of Sketchup 7: I got this error message saying It couldn't found OpenGL, but workarround above fixed it! Google SketchUp 7 works almost perfectly. Window resizing is a bit wonky, but works.
Installation was pretty easy. Installed Wine from.deb package (wine1.2_1.1.42-0ubuntu4_amd64.deb). I obviously am running it on Ubuntu (10.04 beta 2) 64-bit. Got 'OpenGL couldn't be initialized' message, but solution above fixed it. Got black screen, but followed instructions.