http://bugs.winehq.org/show_bug.cgi?id=6613
------- Additional Comments From mike@codeweavers.com 2006-29-11 21:24 -------
Alexandre discovered that the installer wants . and .. to be returned as the first two entries from FindFirstFile.
Using ext3 directory hashing (tune2fs -O dir_index) make dirents() return . and .. in a different order, thus trouble. A workaround would be to turn off ext3 directory hashing.
Thanks to those that helped triage this problem.