Need Help with Exception error

Hey guys new to the forum.
I have an exception error that I am trying to work out and has me stump.

I’m guessing it’s trying to switch to frame too early.
This is the error I get ill post the code soon

the is a frame call menufrm, and it only happens every so often.

Hey guys new to the forum.
I have an exception error that I am trying to work out and has me stump.

I’m guessing it’s trying to switch to frame too early.

That seams possible, since it says no such frame.

the is a frame call menufrm, and it only happens every so often.

This also points to a timing issue. Sounds like something can run before
this frame is set up.

This is the error I get ill post the code soon

Please do not post screenshots. Instead copy/paste the code and/or
exception (with full traceback - the whole thing) as text between triple
backticks, eg:

```
your code or traceback here
```

This (a) lets everybody see it and (b) lets us copy/paste from it or
quote it in replies for context. Screenshots are not visible to those of
us on email (I visited the web forum, but that is slow and tedious) and
also of little use to the vision impaired. Just something for next time.

Cheers,
Cameron Simpson cs@cskk.id.au

Sorry @cameron I’ll remember that for next time and next time I get the error I’ll copy and paste it.
What’s weird also that its only Linux machines affected and not Windows and it’s only 2 machines that mainly does it.