Sandbox tools not working: plugin interference?
-
I've noticed that the sandbox tools don't work anymore; can it be an interference with some ruby plugin installed?
Have you encountered the some problem? If yes, please give me some hint before I check all hundred (less or more) rubies I've installed.
Thank you in advance.
/matteo
-
I had this problem some time ago. And found the offending ruby to be Set.rb.
Below copied from my previous email.
"Well I have found the offending ruby. After much trial and error, the ruby, Set.rb, if allowed to load will on my machine cause the sandbox tool not to work. If I don't let set.rb load, the sandbox tool works. Note, this is with Ver 6 and Ver 7.
I have copied part of the first section of this ruby. I don't know what it is controlling, I will do a search to find out where I got this ruby.
Now, what I don't know as of yet, what is not working now that I have stop Set.rb from loading.
Hope this helps any others that found the sandbox tool is not working."
-
Yep, that's it!
Thank you KenI'll use the as_pluginloader.rb to recall set.rb and svg.rb when I need to import some svg files.
Advertisement