Running 0.5-final in WinXP Pro I get the following error:
C:\Programmi\FreeRIDE\freeride>freeruby-win\bin\ruby.exe freeride.rb
…/plugins/rubyide_fox_gui/fxscintilla/scintilla.rb:456:in
initialize': Invalid argument - "C:\\Programmi\\FreeRIDE\\freeride\\\" \"" (Errno::EINVAL) from ./plugins/rubyide_fox_gui/fxscintilla/scintilla.rb:456:in
open’
from ./plugins/rubyide_fox_gui/fxscintilla/scintilla.rb:456:in
save' from ./plugins/rubyide_fox_gui/editpane.rb:188:in
save’
from freebase/lib/freebase/databus.rb:930:in call' from freebase/lib/freebase/databus.rb:930:in
call’
from freebase/lib/freebase/databus.rb:560:in invoke' from ./plugins/rubyide_gui/editpane.rb:198:in
save_as’
from ./plugins/rubyide_commands/core_commands.rb:147:in
start' ... 20 levels... from freebase/lib/freebase/core.rb:35:in
new’
from freebase/lib/freebase/core.rb:35:in startup' from freeride.rb:55:in
startup’
from freeride.rb:68
if I put the " caharacter in the save window.
Actually , I tryed to save a file as " " but I can see the whole
freeride crashing with one of:
"
?
···
:
I suppose that this is related to NTFS not allowing such characters,
but a rescue statement could easily avoid the crash…
Moreover, trying to save a file as
;
,
&
$
%
’
freeride works, but I can’t see these file in the fileChooser
having one of this characters in a file such as
my;file.log
Hide the file even if they can be opened, saved etc…
Oh, and BTW, why you’re shipping
ruby 1.7.3 (2002-09-21) [i386-mswin32]
instead of 1.8 or 1.6.8 ?