Check out my post about "SketchyPhysics not Working on PowerPC"
I think it is the dl.bundle
Posts made by KSJ100
-
RE: SketchyPhysics 3.2 Need bug reports!
-
RE: Does any SketchyPhysics Mac user exist ???
I use SketchyPhysics (at least I tried to) on mac and I fixed the joints and now the toolbar doesn't show up!!! Also I use a PowerPC Mac!
-
RE: LightUp v2.1
When I try to register to the site I cant because it says the passwords don't mach every time!
-
RE: SketchyPhysics3 FAQ.
Only SketchySolids works for me!! I have a mac PowerPC 10.5.8 mac!!!!!
the ruby consle says thisFirst click potentialParent #<Sketchup;;Drawingelement;0xc9d77c0> Error; #<NoMethodError; undefined method `getKeyState' for #<MSketchyPhysics3;;CreateJointTool;0xc9d8b70>> /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432;in `onLButtonDown' /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432 First click potentialParent #<Sketchup;;Drawingelement;0xc9d77c0> Error; #<NoMethodError; undefined method `getKeyState' for #<MSketchyPhysics3;;CreateJointTool;0xc9c26f4>> /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432;in `onLButtonDown' /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432
-
RE: SketchyPhysics3 FAQ.
Only SketchySolids works for me!! I have a mac PowerPC 10.5.8 mac!!!!!
the ruby consle says this [img]Picture%201.png[/img]First click potentialParent #<Sketchup;;Drawingelement;0xc9d77c0> Error; #<NoMethodError; undefined method `getKeyState' for #<MSketchyPhysics3;;CreateJointTool;0xc9d8b70>> /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432;in `onLButtonDown' /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432 First click potentialParent #<Sketchup;;Drawingelement;0xc9d77c0> Error; #<NoMethodError; undefined method `getKeyState' for #<MSketchyPhysics3;;CreateJointTool;0xc9c26f4>> /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432;in `onLButtonDown' /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb;432
-
RE: Sketchyphysics not working on PowerPC!!
There is no VLK_LOPTION in JointTool.rb! And also getKeyState (the method on lines 85 and 416) is for Windows!!!!
if(getKeyState(VK_LOPTION) && ( ent.class==Sketchup::Group || ent.class==Sketchup::ComponentInstance) ) puts "potentialParent "+ent.to_s @potentialParent=ent else
-
RE: Sketchyphysics not working on PowerPC!!
I've got some universal ruby code. Here it is:
Abaddon:ruby-1.9.1-p0 justin$ export CFLAGS="-O3 -g -isysroot
/Developer/SDKs/MacOSX10.5u.sdk -arch i386 -arch ppc
-mmacosx-version-min=10.4"
Abaddon:ruby-1.9.1-p0 justin$ export LDFLAGS="-arch i386 -arch ppc"
Abaddon:ruby-1.9.1-p0 justin$ ./configure --prefix=~/bleed -
RE: Sketchyphysics not working on PowerPC!!
now i get these error messages:
undefined method `GetString' for nil:NilClassError Loading File SketchyPhysics.rb
/Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb:1: unterminated string meets end of file
can't convert nil into String
Error Loading File sketchyphysics.rb
/Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/SketchyPhysics3/JointTool.rb:1: unterminated string meets end of file -
RE: Sketchyphysics not working on PowerPC!!
I've only seen 1 youtube video of sketchyphysics on a mac. I tried what you said before I asked the question! I hope my computer is not
-
Sketchyphysics not working on PowerPC!!
Sketchyphysics doesn't work on my PowerPC Mac OS X 10.5.8 I get this error message: undefined method `GetString' for nil:NilClassError Loading File Newton - Copy.rb
Failed to load /Users/justin/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/dl.bundleError Loading File PrimsTool.rb
can't convert nil into StringError Loading File sketchyphysics.rb
no such file to load -- SketchyPhysics3/ClassExtensions.rb
And that's pretty much it!!