I use wine 1.3.7 dev (but the problem is present also in 1.2.1 stable) and I'm not able to use iso of my games in wine. I've tried initially with mounts GUI (furiusISOmount, acetoneiso, mount via kde, mount via gnome) that mount the iso but are unrecognized from wine (I go in winecfg>drives>add drive D:>set it to cd-rom but not work). Then I tried to mount it by terminal in these paths: Code: sudo mount <nameofiso>.iso /media/cdrom -o loop Code: sudo mount -t iso9660 -o ro,loop <nameofiso>.iso /mnt/cd nothing...what can I try? :)