Devon,

Have you tried this on a new install?

Also, you might try temporarily renaming your ~addons/ide/qt folder. I see
this in jzplot which triggers it to load it:

if. 0 < #1!:0 jpath '~addons/ide/qt/console.ijs' do.
      require '~addons/ide/qt/qt.ijs'
      require '~addons/ide/qt/console.ijs'


I'm able to plot from jconsole without having an addons/ide/qt folder

That may be a temporary workaround if the problem is in qt.ijs or it may
help narrow down the problem

hth,

Joe



On Sat, Apr 11, 2015 at 2:06 PM, Devon McCormick <devon...@gmail.com> wrote:

> Hi -
>
> Thanks for the feedback.  Bill - I usually run jconsole under emacs but if
> I invoke it by clicking on the jconsole icon, the same problem occurs.
>
> It behaves slightly differently under emacs on my Windows 7 at home (the
> other was Windows 7 at work): it freezes after I enter "load  'plot'" and,
> when I break out of the freeze w/"C-c C-\" (emacs break sequence), I get
> this message:
> Object::killTimers: timers cannot be stopped from another thread
>
> But this hard-break exits the J session, so I have no other information
> available.
>
> The 32-bit version of J8 allows me to load plot without incident, as do the
> J7 versions.
>
> Any ideas on where I should be looking to figure this out?
>
> Thanks,
>
> Devon
>
>
> On Fri, Apr 10, 2015 at 7:07 PM, Mike Day <mike_liz....@tiscali.co.uk>
> wrote:
>
> > OK for me too,  same engine and library as Kenneth,
> > assuming you mean "does load'plot' work?"
> >
> > Mike
> >
> >
> > On 10/04/2015 21:47, Kenneth Lettow wrote:
> >
> >> Hi Devon,
> >>
> >> Plot works for me under jconsole.  The only difference is the engine
> (see
> >> below).
> >>
> >>     JVERSION
> >> Engine: j803/2014-10-19-11:11:11
> >> Library: 8.03.13
> >> Platform: Win 64
> >> Installer: J803 install
> >> InstallPath: c:/users/lettoke/j64-803
> >>
> >>
> >>
> >> On Fri, Apr 10, 2015 at 4:31 PM, Devon McCormick <devon...@gmail.com>
> >> wrote:
> >>
> >>  Hi -
> >>>
> >>> Just recently, loading "plot" under J8 (64-bit) locks up my jconsole
> >>> session and I have to kill it.
> >>>
> >>> The offending line seems to be this one:
> >>> ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i x x')&cd`0:@.IFQT
> >>> 0;0;'';FHS;0;0
> >>>
> >>> in "qapplication" from "qt.ijs". which appears to be loaded by
> "jzplot".
> >>>
> >>>
> >>>     JVERSION
> >>> Engine: j701/2011-01-10/11:25
> >>> Library: 8.03.13
> >>> Platform: Win 64
> >>> Installer: J803 install
> >>> InstallPath: c:/users/devon_mccormick/j64-803
> >>>
> >>> Anyone else see this?
> >>>
> >>> Thanks,
> >>>
> >>> Devon
> >>>
> >>> --
> >>> Devon McCormick, CFA
> >>> ----------------------------------------------------------------------
> >>> For information about J forums see http://www.jsoftware.com/forums.htm
> >>>
> >>>  ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >>
> >
> > ---
> > This email has been checked for viruses by Avast antivirus software.
> > http://www.avast.com
> >
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
>
>
>
> --
> Devon McCormick, CFA
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to