rfdiazpr / sketchyphysics

Automatically exported from code.google.com/p/sketchyphysics
1 stars 0 forks source link

Will not work AT ALL #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
open up sketchup

What is the expected output? What do you see instead?
Error Loading File SketchyPhysics.rb
undefined method `file_loaded?' for main:Object

that stuff above is the error code
all you can do is click OK or X out

What version of the product are you using? On what operating system?
usued the newest old version (sketchyphysics1)
windows XP home

Please provide any additional information below.
well i already had sketchyphysics i was wondering if the sketchyphysics2
was out and it was... so I downloaded it and it didnt work (i forgot what
it said) so i got the other old one installed it... didnt work so i deleted
all of the plugins folder and got the old one again.  didnt work so AGAIN i
deleted all of the plugins folder got the second version of sketchyphysics
installed it.  didnt work...  and then i went to the add or remove programs
and uninstalled sketchyPHYSICS2 and (ur still reading?!?) got the old
version and yea... not working

and that jpg file is a pic from whenever i start up sketchup

Original issue reported on code.google.com by NsWill...@gmail.com on 20 Feb 2008 at 2:37

Attachments:

GoogleCodeExporter commented 8 years ago
OH YEA and im using SketchUp version 6.4.112 if that helps anyone

Original comment by NsWill...@gmail.com on 20 Feb 2008 at 2:43

GoogleCodeExporter commented 8 years ago
it seys it can not convert nil to thred

Original comment by BenCNug...@gmail.com on 21 Feb 2008 at 12:38

GoogleCodeExporter commented 8 years ago
k its working now i just re-installed sketchup its working now i gotta remove 
this issue
and note to self: dont download sketchyphysics2

Original comment by NsWill...@gmail.com on 22 Feb 2008 at 11:40

GoogleCodeExporter commented 8 years ago
you can download sketchup 7 maybe it helps.

http://sketchup.google.com/download/gsu.html

Original comment by sasja.de...@gmail.com on 8 Jan 2009 at 7:49

GoogleCodeExporter commented 8 years ago
you have to reinstall sketchup 

Original comment by jake....@gmail.com on 11 Feb 2009 at 2:30

GoogleCodeExporter commented 8 years ago
Try SketchUp 7.1

Original comment by phillipq...@yahoo.com on 7 Oct 2009 at 2:30

GoogleCodeExporter commented 8 years ago
Try this hack, I copied from fernandogalin's post in issue 9:

* copy sketchup.rb from Tools folder to Plugins folder
* edit sketchyphysics.rb from Plugins folder and add this line at the begining 
of the
file: load "sketchup.rb"

It worked for me!

Original comment by rebekah....@gmail.com on 10 Dec 2009 at 9:44

GoogleCodeExporter commented 8 years ago
Another potential fix, if the above solutions don't work for you:

Edit sketchyphysics.rb in any plain text editor.

Move the line (~106):
SketchyPhysics.doLoad(SketchyPhysics.getLoadVersion())

to immediately above the line (~65):
 if(not file_loaded?("SketchyPhysics.rb") )

This seems to work fine with SketchUp 7.1 & SP3X on Mac OSX, though it's 
possible it introduces problems I have not noticed yet.

Original comment by grant.sk...@gmail.com on 28 Jun 2010 at 5:51