Huh... you are right. I was getting that error and assumed that that error was because the files did not exist.
Maybe it's an OSX specific bug. I should try running this on a Windows, or Linux version of J or something. But I should also go out for a walk, and eat breakfast. I'll probably give that a higher priority for now. Thanks, -- Raul On Sun, Jun 14, 2015 at 11:02 AM, Brian Schott <[email protected]> wrote: > Raul, > > I think you are referring to an error I get also, but I seem to have the > image files in my ~temp directory. I think they are created by the viewmat > commands. > > blendcolor_run'' > |set : set image cannot load image /users/brian/j64-803-user/temp/PLUS.png > : wd > | (LF,~wd ::(''"_)'qer') (13!:8)3 > > > From my console I can see that file. > > server:~ brian$ ls -l /users/brian/j64-803-user/temp/PLUS.png > -rw-r--r-- 1 brian staff 19468 Jun 14 10:53 > /users/brian/j64-803-user/temp/PLUS.png > server:~ brian$ > > From jconsole I get the following. > > jpath '~temp/PLUS.png' > /users/brian/j64-803-user/temp/PLUS.png > JVERSION > Engine: j803/2014-10-19-11:11:11 > Library: 8.03.13 > Platform: Darwin 64 > Installer: J803 install > InstallPath: /users/brian/j64-803 > > > On Sun, Jun 14, 2015 at 10:18 AM, Raul Miller <[email protected]> wrote: > >> I do not have your image files (PLUS.png, TOP.png, SIDE.png, >> BLEND.png) so this does not work for me. >> >> I guess this is a generic problem with coding - you get something to >> work and you show it to someone else and then you realize they need >> something else to get it to run (or, worse, you don't realize that >> until later when someone shows you it's broken). >> >> We try to solve this problem in various ways (type systems and logging >> and error handling an so on), but ultimately we can't evade the fact >> that (a) sometimes we make mistakes, and (b) we need to keep on trying >> on until we get things right. (Or not, I guess - though that can be a >> serious problem.) >> >> Thanks, >> >> -- >> Raul >> >> -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
