• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

SketchUp 7 frustrations

Scheduled Pinned Locked Moved SketchUp Discussions
sketchup
19 Posts 12 Posters 2.0k Views 12 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    Gaieus
    last edited by 20 Feb 2009, 18:07

    Well, it's windows here (like with Pete) but I don't have any problem with SU 7 at all. In fact, to me it is definitely faster (especially with rubies) than SU 6.

    There have been some problems with some Mac configurations afaik but cannot really remember the details.

    Gai...

    1 Reply Last reply Reply Quote 0
    • D Offline
      dale
      last edited by 20 Feb 2009, 18:37

      @solo said:

      If it's any conselation I too am experiancing a lot of crashes with version 7, to such an extent that I have reverted back to version 6, I will wait a little until the stability gets sorted out with an update before trying 7 again.
      I also found v7 to be slightly slower than 6 and the component browser just plain sucks.

      ...still love SU however.

      Well they will have to pry SU from my cold dead hands, but I'm thinking of following you back to SU6 which was absolutely reliable on my machines.
      I wanted to add also that it is happening on big geometry models (sandbox 3D site plans), and small residential renders, file size seems not to matter.
      I looked to see if my drivers were up to date, and apparently they are.

      Just monkeying around....like Monsanto

      1 Reply Last reply Reply Quote 0
      • C Offline
        Chris Fullmer
        last edited by 20 Feb 2009, 20:43

        I have no issues with 7 on the 2 windows machines I work on (1 Vista, one XP). But I hear lots of people with strange things going on, so seems like there could be something screwy going on in there. Especially for Macs, they seem to have all the threads in the bug forum.

        Chris

        Lately you've been tan, suspicious for the winter.
        All my Plugins I've written

        1 Reply Last reply Reply Quote 0
        • H Offline
          honoluludesktop
          last edited by 20 Feb 2009, 21:30

          In the jump from 6 to 7, production system, no problem; home system, graphic problems. Primary difference in machines are the graphic cards. In the home system, OK graphics in 6 became a problem in 7 (no driver update issued, but older chips so probably no support). In any case, for now, found a work around.

          1 Reply Last reply Reply Quote 0
          • T Offline
            thomthom
            last edited by 20 Feb 2009, 23:16

            On XP/Vista/Windows7 the experience of going from SU6 to SU7 has been that it's more stable. Maybe it's an Mac issue. Maybe related to graphic card drivers available?

            Thomas Thomassen — SketchUp Monkey & Coding addict
            List of my plugins and link to the CookieWare fund

            1 Reply Last reply Reply Quote 0
            • F Offline
              fossa
              last edited by 21 Feb 2009, 00:40

              I'm at about the 80% completion mark in my first real SU7 project, a small site plan showing the building on the lot, and will be rolling back to SU6 after it's done. Main, and so far the only real reason being the component browser losing it's back button. Good lord 'n' butter thats a headache to navigate thru now. Until its returned I'm in 6 to stay.

              No graphic problems, no speed decrease or increase, no stability problems. Just $100 dollars to have the back button removed.

              I hope that can be fixed with a patch.

              1 Reply Last reply Reply Quote 0
              • D Offline
                Daniel
                last edited by 21 Feb 2009, 01:00

                I have SU7 on three computers (XP Pro) and have had no problems so far. But, I agree that they screwed up on the components browser.

                My avatar is an anachronism.

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dale
                  last edited by 21 Feb 2009, 15:01

                  Maybe this is a Mac issue then. It does seem strange to me that you would need a different driver or video card from one version to another.
                  I haven't had a chance to develop dynamic components yet, or work with the new layout, but I'm thinking that if I do my main drawing work in 6, I can always export to 7 and take advantage of Layout, which I used a lot in 6 for presentation work.
                  I love this software, and the best answer for me (and so as not to become a SketchUp whiner) is to drop back to 6.

                  Just monkeying around....like Monsanto

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    remus
                    last edited by 21 Feb 2009, 15:13

                    @dale said:

                    Maybe this is a Mac issue then. It does seem strange to me that you would need a different driver or video card from one version to another.

                    it isnt really, if you know how openGL works.

                    openGL is basically a library of methods that can be called from a program to draw stuff on the screen. problems start happening when the program asks the video card to do something it doesnt know how to do, better known as a bad driver (i.e. it doesnt interpret the openGL correctly).

                    Relating this back to SU and your problems, if their have been any changes to the rendering pipeline in SU (what SU is asking the video card to do, and how it is asking it to do it) then this could cause your problems.

                    http://remusrendering.wordpress.com/

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dale
                      last edited by 21 Feb 2009, 16:02

                      @remus said:

                      openGL is basically a library of methods that can be called from a program to draw stuff on the screen. problems start happening when the program asks the video card to do something it doesnt know how to do, better known as a bad driver (i.e. it doesnt interpret the openGL correctly).

                      Relating this back to SU and your problems, if their have been any changes to the rendering pipeline in SU (what SU is asking the video card to do, and how it is asking it to do it) then this could cause your problems.

                      Thanks for explanation. So other than than toggling hardware acceleration, texture size, and fast feedback, is there any way of perhaps updating the "library of methods" or other tweaks you can do to get a better communication between the software and open GL ? (probably really showing how naive I am on the subject 😳 )

                      Just monkeying around....like Monsanto

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        remus
                        last edited by 21 Feb 2009, 16:07

                        Drivers are the main thing you can do, as theyre are the bit which takes the stuff from the programme and tell it to the graphics card.

                        Its worth trying past versions of drivers for your cards as well, as openGL support often changes between drivers (not always for the better.)

                        http://remusrendering.wordpress.com/

                        1 Reply Last reply Reply Quote 0
                        • B Offline
                          bellwells
                          last edited by 21 Feb 2009, 16:37

                          @remus said:

                          .....openGL is basically a library of methods that can be called from a program to draw stuff on the screen. problems start happening when the program asks the video card to do something it doesnt know how to do, better known as a bad driver (i.e. it doesnt interpret the openGL correctly).

                          Relating this back to SU and your problems, if their have been any changes to the rendering pipeline in SU (what SU is asking the video card to do, and how it is asking it to do it) then this could cause your problems.

                          Interesting, thanks. I think Google should address whether therewas in fact a change to the "rendering pipeline".

                          Ron

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dale
                            last edited by 21 Feb 2009, 16:54

                            I gleaned the following from the open Gl site. I was pretty sure that openGL updates came with regular system and firmware downloads on a Mac, and it appears it does.Thought I would post so others don't have to go googling.


                            Picture 4.jpg

                            Just monkeying around....like Monsanto

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              jrhartley
                              last edited by 19 Mar 2009, 15:11

                              yeah, just to echo the OPs comments re: instability of SU 7 on an alu imac. I'm really loving the massive white cursor square at the end of the pointer.
                              makes it SO easy to actually see what I'm doing against the white background....

                              back to SU 6 we go. Seems like a recurring theme of developers at the moment, release something that's useless as a purported 'update'

                              vista
                              leopard
                              vectorworks 2009
                              su7

                              guess its symptomatic of the world economy - if they think they can get away with it, they will try it on.

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                Chris Fullmer
                                last edited by 19 Mar 2009, 15:39

                                Generally the big wite cursor issue is a graphics issue. Try changing the setting within SU to turn off hardware acceleration or something like that. You might also update your drivers if Mac's let you do that kind of stuff.

                                Lately you've been tan, suspicious for the winter.
                                All my Plugins I've written

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post
                                Buy SketchPlus
                                Buy SUbD
                                Buy WrapR
                                Buy eBook
                                Buy Modelur
                                Buy Vertex Tools
                                Buy SketchCuisine
                                Buy FormFonts

                                Advertisement