I have no idea what I did. :(
It was working yesterday, but today it does not. I even tried a
reinstall/reboot, but that didn't help, either.
./freebase/readers.rb:55:in `read_slot': undefined method `keys' for nil
(NoMethodError)
from ./freebase/readers.rb:51:in `load'
from ./freebase/properties.rb:43:in `initialize'
from ./freebase/plugin.rb:103:in `new'
from ./freebase/plugin.rb:103:in `initialize'
from ./freebase/configuration.rb:305:in `new'
from ./freebase/configuration.rb:305:in `instance'
from ./freebase/configuration.rb:64:in `load_plugins'
from ./freebase/core.rb:61:in `initialize'
from ./freebase/core.rb:35:in `new'
from ./freebase/core.rb:35:in `startup'
from freeride.rb:53:in `startup'
from freeride.rb:66
After adding "puts plugin.name" to Configuration#load_plugins, I found that
it is having a problem with "rubyide_fox_gui-appframe". (BTW, I first tried
"p plugin", but that just hung--infinite loop. Is this a bug in inspect or
in the plugins?)
Anyway, instead of just reinstalling, I tried an uninstall first, and that
worked. Still, I have no idea what it was that became corrupted in the
first place (and I obviously don't have it any more). Some file FreeRIDE
generates, no doubt, since a simple reinstall didn't fix it.
Now I have to go fix the syntax coloring again...
Chris