Delphi TOpenDialog hangs in windows 2008 when run as remote desktop application

前端 未结 6 1732
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 09:03

I have a Delphi 2010 exe that launches a second exe. In the second exe, there is a dialog that calls openDialog.execute. When this runs under Windows 2008 Enterprise R2 un

6条回答
  •  抹茶落季
    2020-12-15 10:01

    Windows reports AV (c0000005) in thumbcache.dll module.

    I think that thumbcache.dll have something to do with building/caching thumbnails for files. Building thumbnails may mean using 3rd party extensions to Explorer, which may not behave nicely with RDP.

    Try that on clean system. Use VMWare or similar virtual machine to setup test configuration.

    P.S. See also this article: How to debug application’s hang? But I think that hang is just consequence of another problem in your case.

提交回复
热议问题