jit.matrix.mxo broken in 5.1.4
hello,
since the 5.1.4 update. you can not read .jxf files
directly with an absolute path anymore.
(message: read myAbsolutepath/myMatrix.jxf)
you get the following error:
jit.matrix: can't find file myAbsolutepath/myMatrix.jxf
it works, if you use a read message and select
it manualy with the filechooser.
if i replace the 5.1.4 version of the jit.matrix.mxo
with the 5.1.3 version, everything works as expected.
tom
no ideas ?
here is a smal patch, which is a demonstration of the bug:
I can't reproduce this, it works ok for me in 42462 on Mac
strange ...
i am also at 42462. mac osx 10.5.8, MacBook Pro 15", MacBookPro2,2
i try to download the update again and install it ...
it is still not working on my machine.
creation date of the jit.matrix.mxo is 29th of may 2010.
no additional searchpath ...
this is definitly a bug !
i can confirm there's something strange.
the write message followed by a symbol works. but the read message followed by the same symbol does not. (in 42462)
it returns :
jit.matrix: can't find file /Users/G/Desktop/truc.jxf
print: read /Users/G/Desktop/truc.jxf -1
this is definitely a bug.
g
the mac version works now on my machine.
thanks a lot joshua for the fast fix !
tom
Thanks a lot for this fix. Was just going crazy trying to work out what was wrong with it.