-
I receive the error upon loading after I've saved, closed, and reloaded, or whenever I click my mouse, or try to use a command.
ERROR:
NoMethodError
undefined method `active_interface' for nil:NilClass
BACKTRACE:
C:/PROGRA~1/Google/GOOGLE~2/Plugins/OpenStudio/lib/ModelManager.rb:418:in `selection_changed'...
2009-11-10 18:04:56 UTC by jlatio3
-
If a skp file is linked to an idf that is removed or corrupt, the user should be able to remove the link gracefully.
2009-11-03 19:28:02 UTC by macumber
-
Patch: https://sourceforge.net/tracker/?func=detail&aid=2888191&group_id=133018&atid=725737.
2009-10-28 19:18:53 UTC by stone_crest
-
This patch fixes the bug reported here:
http://sourceforge.net/tracker/?func=detail&aid=2884079&group_id=133018&atid=725735
The basic problem is that the is_subset_of? function in the Array class uses very simple logic that may not work correctly when one of the two arrays defines a convex polygon. This patch fixes these situations, provided that the arrays define either vertical or...
2009-10-28 19:18:28 UTC by stone_crest
-
macumber committed revision 86 to the OpenStudio SVN repository, changing 1 files.
2009-10-26 17:29:16 UTC by macumber
-
Deleting Sang before loading idf causes a crash. Probably due to referencing empty list of entities.
2009-10-22 21:30:00 UTC by macumber
-
Loading the attached IDF fails to completely render the building and gives the error: "At least three points needed to fit a plane". It appears that one of the walls becomes corrupt and is thought to have 2 vertices (even though it renders properly with 5 vertices) and then the above error occurs when checking if a window is on the same plane as the wall.
2009-10-22 17:48:48 UTC by stone_crest
-
The following error is found in the boot process into sketchup. There were other issues with the location of dropdown.rb. Here is the error code;
Error Loading File C:/Program Files/Google/Google SketchUp 7/Plugins/OpenStudio/lib/Startup.rb
undefined method `+' for nil:NilClassError Loading File OpenStudio.rb
undefined method `+' for nil:NilClass.
2009-10-15 19:50:26 UTC by majordad101
-
macumber committed revision 85 to the OpenStudio SVN repository, changing 6 files.
2009-10-08 21:40:06 UTC by macumber
-
macumber committed revision 84 to the OpenStudio SVN repository, changing 8 files.
2009-10-07 22:27:08 UTC by macumber