http://bugs.winehq.org/show_bug.cgi?id=2795
------- Additional Comments From sirhamacker@vidy.com.br 2005-11-05 11:29 ------- This bugs the are only with Delphi Applications that can Use TAnimation component (Win32 Delphi palhete). This component TAnimation use comctl32.dll (or maybe commctrl.dll, shell32.dll) to show some builtin animations on win32 api like : FindFolder, FindFile, FindComputer, CopyFiles,CopyFile, RecycleFile, EmptyRecycle, DeleteFile
When TAnimation is played (TAnimation.Active:=true) in delphi aplication but any animations is found in resource (win32api) then aplication halt with this message "Cannot open AVI"
I will submit pascal (delphi source) that is responsable by this error. Some tests with previous version of wine like wine-20040505, this problem (cannot open avi) does not exists.
Any workaround for this bug ?