I found a bug in the current version of AdditionalPluginFolders: On line 281 you call LibFredo6.log "True load: #{basename}" without checking whether LibFredo6 is installed. If it isn't you get an error when SketchUp starts up (if a file of the relevant type is being loaded). This line needs to be enclosed in an if defined?(LibFredo6.log) check.