I have been able to reproduce the issue you mention where nothing happens when you click the "View Error Report" button; it is caused by javascript choking on a particular character sequence in the error message. Attached to this post is a zip file containing modified Ruby scripts for the Fire and Scene Manager windows; please download and unzip it, and use the files it contains to replace these files in your plugin installation:
- [SketchUp plugins]/maxwell/lib/ui/firewindow.rbs
- [SketchUp plugins]/maxwell/lib/ui/scenemanager.rbs
The location of the SketchUp plugins folder is different based on OS; you can find the precise location of these files by opening the Ruby Console (
Window > Ruby Console) and executing the following command:
Code: Select allSketchup.find_support_file("ui.rb", "plugins/maxwell/lib/ui")
"ui.rb" lives in the same directory as, and is responsible for loading, the two .rbs files we are replacing. And here is the zip:
maxwell-lib-ui.zip
This should not affect your original issue, but it will allow us to see what the error message from the render engine is saying.
You do not have the required permissions to view the files attached to this post.