Rank: Administration
Groups: Administrators, Beta Testers Posts: 3,086 Location: Auburn, GA Thanks: 994 times Was thanked: 495 time(s) in 410 post(s)
|
Just updating this in case the issue comes up again. I finally figured out what is going on.
lockwindowupdate is not actually part of LOGic, but is built into windows. It freezes a window so Windows can paint the window in the background without the window updates appearing in real-time. It makes for a smoother-looking window paint.
This error happens because an unrelated error occurs early in LOGic's startup, before lockwindowupdate gets registered. An example of what will cause this is attempting to start LOGic in a directory in other than where it was installed, or an incomplete or corrupted installation is missing some other file. The error handling routine calls lockwindowupdate before it gets declared, hence the error. Ignore the "lockwindowupdate.prg does not exist" to see the underlying error.
This has been fixed in 9.20.5.
|