I guess I'd start by looking at what process explorer could tell me
about that jqt instance.

https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer

For example: when you right click on the jqt process, do the windows
controls work? Or are they greyed out? Does changing process priority
help or hurt? How much cpu is the process getting? When you open
properties for the jqt process and look at the threads, are any of
them getting cpu? If so, are those threads running in your graphics
driver or somewhere else? (Updating your machine's graphics driver
might be worth doing...) Etc.

That said, one possibility here is that you have an aggressive
interaction with some virus checking program. If that's the issue, you
might want to switch to something else. (I've recently encountered
recommendations for sentinelone from a friend, for example, though
I've not gone there myself, yet.) I don't know how I'd detect that
with process explorer, but if you're not getting any cpu during
startup that would be a hint.

I hope this helps,

-- 
Raul

On Sun, Jul 16, 2023 at 5:46 AM 'Michael Day' via Programming
<programm...@jsoftware.com> wrote:
>
> I've recently been suffering a problem starting JQt under Windows 11 on
> this laptop.
> Dr Google had suggested assigning administrator status to the startup a
> few months ago;
> the problem seemed to have wandered off.  Lately the JQt terminal window
> has come
> to life after perhaps 10 minutes,  so I've kept J open throughout the
> life of the Windows
> session,  including the laptop's times in sleep/hibernation.
>
> But today it's not appearing at all.  My latest attempt to start was at
> 10:10 am - it's now
> 10:33.
>
> Task manager shows it's running:
> ┌───────┬─────┬───────┬────────┬───┬──────┬────┬────────────┬───────────┐
> │Name   │PID  │Status │Username│CPU│Memory│(..)│Architecture│Description│
> ├───────┼─────┼───────┼────────┼───┼──────┼────┼────────────┼───────────┤
> │jqt.exe│15540│Running│mike_   │00 │18,912│K   │x64 │J          │
> └───────┴─────┴───────┴────────┴───┴──────┴────┴────────────┴───────────┘
>
> (Sorry if this doesn't display well but you should get the idea!)
>
> This is the version info:
>     JVERSION
> Engine: j9.5.0-beta4/j64avx2/windows
> Build: commercial/2023-07-07T22:38:55/clang-15-0-7/SLEEF=1
> Library: 9.5.1
> Platform: Win 64
> Installer: j9.5 install
> InstallPath: c:/d/j9.5
> Contact: www.jsoftware.com
>
> Quasi-immediate start up for the console & JHS versions,  which I hardly
> use unfortunately!
>
> Thanks in advance,
>
> Mike
> PS - it hasnt opened yet @10:64am !
> ----------------------------------------------------------------------
> 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