https://bugs.winehq.org/show_bug.cgi?id=47883
Bug ID: 47883 Summary: Enable explicit large address aware override Product: Wine Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: shtetldik@gmail.com Distribution: ---
Some 32-bit games like Dragon Age: Origins start without sound in recent Wine versions (see for example bug 43685), due to running out of 2 GB memory limitations. One workaround is to use a patcher on the binary to enable large address aware bit.
Such as: https://github.com/randomstuff/pe-set-laa
This is cumbersome however.
Please enable some explicit workaround (like some Wine environment variable for example), to avoid using patching on the binaries.