http://bugs.winehq.org/show_bug.cgi?id=6691
------- Additional Comments From marsliu2000@hotmail.com 2007-20-06 23:02 ------- You guys are not alone, :D. I have an Chinese MMORPG having the similar problem. It can't find the file it downloaded so it keeps downloading the same file. I looked at the +=ntdll channel, it looks like the file is downloaded in the internet temp folder. After the download is finish, before the file gets deleted, nothing happened! There is not such a function call to copy the file from the temp folder to the target folder. That is why the program can't find the file. The file is just downloaded, and gets deleted immediately... So I don't understand here. Who should control the movement of the file in this case, the application or Wine?