rfdiazpr / sketchyphysics

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

Displays error messages #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make compatible model
2. Press play
OR
1. Make compatible model
2. Press play
3. Press stop and go to beginning

What is the expected output? What do you see instead?
It should play and stop instead of displaying error messages

What version of the product are you using? On what operating system?
3.1 on mac osx 10.7

Please provide any additional information below.

Original issue reported on code.google.com by dmelc...@gmail.com on 22 Feb 2012 at 1:32

GoogleCodeExporter commented 8 years ago
Says something like the following:

Error resetting the simulation: : Error in onend Script:
Neither MIDIator::Interface nor NilClass has a 'control_change' method.  
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1347:in 
`resetSimulation'

Original comment by dmelc...@gmail.com on 22 Feb 2012 at 1:35

GoogleCodeExporter commented 8 years ago
I have the same problem.

Original comment by c...@djchix.co.uk on 12 Mar 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Same problem:

Error resetting the simulation: : Error in onend Script:
Neither MIDIator::Interface nor NilClass has a 'control_change' method.  
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1347:in 
`resetSimulation'

Original comment by nicholas...@gmail.com on 22 Mar 2012 at 3:17

GoogleCodeExporter commented 8 years ago
I tried this on a friends computer and it worked fine (he has windows)
Maybe the developers worked harder on the windows version because even though 
it isn't as good, it is way cheaper so more people use it.

Original comment by dmelc...@gmail.com on 22 Mar 2012 at 11:11

GoogleCodeExporter commented 8 years ago
i have same this problem How i can do for correct

Original comment by ncl.p...@gmail.com on 26 Apr 2012 at 8:59

GoogleCodeExporter commented 8 years ago
I have sketchyphysics 3.2 running on Sketchup 8 on a windows 7 computer. With a 
little bit of a complicated model it displays this error below.

Original comment by austinth...@gmail.com on 28 Apr 2012 at 3:14

Attachments:

GoogleCodeExporter commented 8 years ago
This error is so stupid!

Original comment by austinth...@gmail.com on 28 Apr 2012 at 3:15

GoogleCodeExporter commented 8 years ago
Just do like this, works fine for me, no more error : 

http://code.google.com/p/sketchyphysics/issues/detail?id=90#c5

On mac quit Sketchup and edit the file :
/Library/Application Support/Google SketchUp 
8/SketchUp/Plugins/SketchyPhysics3/midiator/lib/midiator/drivers/dls_synth.rb

under
dlload 
'/System/Library/Frameworks/AudioToolbox.framework/Versions/Current/AudioToolbox
'
add 
dlload 
'/System/Library/Frameworks/AudioUnit.framework/Versions/Current/AudioUnit'

launch Sketchup.

Et voilà.

Original comment by he...@bursztyn.fr on 19 May 2012 at 3:32

GoogleCodeExporter commented 8 years ago
Thank you! it works.
If anyone has this issue, see comment #8.

Original comment by dmelc...@gmail.com on 19 May 2012 at 4:57

Attachments: