Thanks Ric, yes from the jconsole front end. All my packages should be
up to date:
C:\Users\Joe Bogner>j64-804\bin\jconsole.exe
require 'pacman'
'search' jpkgv 'graphics/plot';'graphics/png'
+-------------+-------+-------+-------------+
|graphics/plot|1.0.165|1.0.165|Plot |
|graphics/png |1.0.17 |1.0.17 |png utilities|
+-------------+-------+-------+-------------+
I just downloaded the zip and installed from there from scratch into a
new directory. It's working now, but oddly qt.ijs was different
between the zip and what came from the installer. I had installed over
the previous version instead of a clean directory.
zip:
('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i i x *x *x
*x')&cd`0:@.IFQT 0;0;'';FHS;0;0;(foo=. ,_1);(hjdll=. ,_1);(pjst=. ,_1)
installer:
('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i x x')&cd`0:@.IFQT
0;0;'';FHS;0;0
The zip version works
Looks like my installer was out of date or didn't overwrite qt.ijs or
that didn't come down when I updated all packages. Either way, it
looks like it is fixed in the most recent
Thanks for the help
diff:
64a65,76
> Multiline=: (,each '01234'),;:'noun adverb conjunction verb monad dyad'
>
> ismultiline=: 3 : 0
> if. 0=#y do. 0 return. end.
> t=. ;: :: 0: y
> if. t-:0 do. 0 return. end.
> if. (<'Note') = {.t do. 1 return. end.
> n=. I. }: t e. Multiline
> if. 0=#n do. 0 return. end.
> if. (<'define') e. (n+1){t do. 1 return. end.
> (,each ':0') e. (n+/1 2){t,<''
> )
224c236
< ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i x
x')&cd`0:@.IFQT 0;0;'';FHS;0;0
---
> ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i i x *x *x
> *x')&cd`0:@.IFQT 0;0;'';FHS;0;0;(foo=. ,_1);(hjdll=. ,_1);(pjst=. ,_1)
335a348,352
>
> initjqt=: 3 : 0
> ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i i x x x x')&cd
> _100;0;'';0;0;0;0;0;0
> EMPTY
> )
347c364
< JQTREQ=: '1.4.4'
---
> JQTREQ=: '1.4.6'
On Tue, Oct 27, 2015 at 6:23 PM, Ric Sherlock <[email protected]> wrote:
> I take it from your JVERSION output that you are running from the jconsole
> front end?
> I don't get any crash on jconsole or jqt if I require 'plot' or
> 'graphics/png'. Are your addons up-to-date?
>
> JVERSION
> Engine: j803/2014-10-19-11:11:11
> Library: 8.04.13
> Platform: Win 64
> Installer: J804 install
> InstallPath: c:/program files/j64-804
> require 'pacman'
> 'search' jpkgv 'graphics/plot';'graphics/png'
> +-------------+-------+-------+-------------+
> |graphics/plot|1.0.165|1.0.165|Plot |
> |graphics/png |1.0.17 |1.0.17 |png utilities|
> +-------------+-------+-------+-------------+
>
> On Wed, Oct 28, 2015 at 10:01 AM, Joe Bogner <[email protected]> wrote:
>
>> require 'plot' or require 'graphics/png'
>>
>> is crashing for me under:
>>
>> JVERSION
>> Engine: j804/2015-09-19 10:06:31
>> Library: 8.04.13
>> Platform: Win 64
>> Installer: J804 install
>> InstallPath: c:/users/joe bogner/j64-804
>>
>>
>> I've isolated it to this call, which works fine on j803
>>
>> I've uninstalled and re-installed
>>
>> qapplication=: 3 : 0
>> if. (UNAME-:'Linux') *. (0;'') e.~ <2!:5 'DISPLAY' do. _1 return. end.
>> ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i x x')&cd`0:@.IFQT
>> 0;0;'';FHS;0;0
>> 0[IFQTC_z_=: 1
>> )
>> 3 : 0''
>> IFQTC=. (IFQTC"_)^:(0=4!:0<'IFQTC') (0)
>> (qapplication ::0:)^:(IFQT+:IFQTC) 0
>> EMPTY
>> )
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm