https://bugs.winehq.org/show_bug.cgi?id=38060
--- Comment #17 from Sam masterofquebec@rocksplash.com --- (In reply to Anastasius Focht from comment #16)
Hello Sam,
looks more like your 32-bit Wine wasn't built with large filesystems support. You need check your configure/build logs specifically for '_FILE_OFFSET_BITS' (which is obviously not 64 on your 32-bit build).
Also the example shows a comment, stating Wine 1.6.2 is used? Setting version field accordingly.
Regards
Thanks a lot for the info.
As I currently use the default Debian Jessie build I will have to make my own. It should be done during the next few days. I will make sure FILE_OFFSET_BITS=64 and post the results.