Just installed FreeRIDE. Windows2003. Starting it using runw.bat file, it reports "I can't find the Ruby
interpreter..."
when I'm trying to specify path to Ruby interpeter in the Edit->Preferences->Debugger/Run , it allows to enter
the string in input box and raises errors when I'm trying to apply changes:
IndexError: combobox item index out of bounds
c:/Program Files/FreeRIDE/./plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb:108:in `getItemText'
c:/Program Files/FreeRIDE/./plugins/rubyide_tools_fox_debugger/fox_debugger_configurator.rb:108:in
`set_config_properties'
c:/Program Files/FreeRIDE/./plugins/rubyide_tools_fox_configurator/fox_configurator.rb:186:in `initialize'
c:/Program Files/FreeRIDE/./plugins/rubyide_tools_fox_configurator/fox_configurator.rb:183:in `call'
c:/Program Files/FreeRIDE/freeruby-win/lib/ruby/gems/1.8/gems/fxruby-1.2.5-mswin32/lib/fox12/responder2.rb:57:in
`onHandleMsg'
c:/Program Files/FreeRIDE/./plugins/rubyide_fox_gui/appframe.rb:51:in `run'
c:/Program Files/FreeRIDE/./plugins/rubyide_fox_gui/appframe.rb:51:in `start'
c:/Program Files/FreeRIDE/./plugins/rubyide_fox_gui/appframe.rb:49:in `call'
c:/Program Files/FreeRIDE/freebase/lib/freebase/databus.rb:949:in `call'
c:/Program Files/FreeRIDE/freebase/lib/freebase/databus.rb:559:in `call'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:69:in `initialize'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:68:in `initialize'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:68:in `new'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:68:in `initialize'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:35:in `new'
c:/Program Files/FreeRIDE/freebase/lib/freebase/core.rb:35:in `startup'
freeride.rb:77:in `startup'
freeride.rb:116
|