http://bugs.winehq.org/show_bug.cgi?id=5038
Summary: Problem with 16 bit programs on FreeBSD Product: Wine Version: CVS Platform: Other OS/Version: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-dos AssignedTo: wine-bugs@winehq.org ReportedBy: asgard@etersoft.ru
Problem with wine on FreeBSD when running win 16-bit application. (see wine output in attachment) May be the problem in BSD mmap realisation, in limiting len argument...
From man mmap:
"The len argument is limited to 2GB. Mmapping slightly more than 2GB does not work, but it is possible to map a window of size (filesize % 2GB) for file sizes of slightly less than 2G, 4GB, 6GB and 8GB."