https://bugs.winehq.org/show_bug.cgi?id=44082
dmo2118@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED
--- Comment #2 from dmo2118@gmail.com --- Filesystem is vboxsf (VirtualBox shared folder).
Using mmap(2) gives me EINVAL. I guess it's supposed to be ENODEV when a filesystem doesn't support mmap(), but I guess that's a VirtualBox problem, not a Wine problem.
vboxsf doesn't support mmap...good to know. Ext4 and tmpfs work fine, though.