Removing WxSU
-
As has been discussed elsewhere on the forum, the WxSU plugins causes instability and crashes of Sketchup.
Different plugins keep different versions of WxSU inside their folder structure and there have been reports of Windows Search not being able to find the WxSU folders. The problem is users can be unaware they're loading a large amount of extra Ruby scripts that they're not using.
A sure fire way of finding where WxSU has been installed so you can remove it is to open the Ruby console and type:
WxSU.dir if defined?(WxSU)
If it prints 'nil' you're clear of WxSU, otherwise it will give you the path where its installed so you can remove it.
Advertisement