Rank: Administration
Groups: Administrators, Beta Testers Posts: 3,099 Location: Auburn, GA Thanks: 1001 times Was thanked: 497 time(s) in 412 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.
|