LS crash when clicking a desktop item Thread last updated on 2003-04-18 18:11:42

Posted by member 21999 on 2003-04-15 22:54:42

As the topic. It happens only intermittently, though when it happens, it usually does so many times in a row. I have windows 2000. I'm using a theme of my own, though its very rudimentary so it is possibly an error on my part. I have the latest stable indiestep (ILS-2003-02-09). Its loading shortcut2.dll, popup2.dll, systray2.dll, grdTransparent.dll, sysvwm.dll, desktop2.dll and taskbar3.dll. It also has died when I'm clicking on the vwm. theres nothing complex in any of the rc files. could anyone help me figure out how to locate whats causing this?

Litestep: Exception in main thread message loop; hWnd = 0xB090E; message = 0x23E1, classname = TApplication

Posted by member 7223 on 2003-04-16 09:46:52 link

- do you load modules threaded ?
- do you have a zero width or height module ?

Posted by member 21999 on 2003-04-16 09:58:12 link

I'm sorry, what do you mean load them threaded? And I don't have a zero width or height module.

Posted by member 21999 on 2003-04-16 10:51:52 link

No I've not been, I tried it threaded just now, and none of the controls responded. The shortcut didn't refresh, and the vwm, and taskbar just sat there and did nothing.

Posted by member 7 on 2003-04-16 11:28:55 link

0x23E1 is LM_LSSELECT, which *should* cause no harm... but apparently it does. The only modules that seem to use it are desktop2 and taskbar(3).dll. Try replacing one of them temporarily and see if it helps.

Posted by member 21999 on 2003-04-18 18:11:42 link

ah, you're right. It was taskbar3.dll. I found a newer build of it that fixed the problem. thanks! its nice and stable now, though slow sometimes refreshing the desktop.