http://bugs.winehq.org/show_bug.cgi?id=4648
------- Additional Comments From ead1234@hotmail.com 2006-01-05 19:31 ------- I've found the problem to this. The thumbnail is actually displaying but windows doesn't like the zero height and width being output by the appdb so it displays it 0 pixels by 0 pixels literally.
<a href="./appimage.php?id=56" onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer" width="" height=""></a>
where this works in internet explorer
<a href="./appimage.php?id=56" onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer"></a>
The problem lies in include/screenshot.php
oThumbnailImage is spelled wrong