http://bugs.winehq.org/show_bug.cgi?id=2067
Summary: "Could not map section"-error, because of no-exec mount Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: wine-debug AssignedTo: wine-bugs@winehq.org ReportedBy: winehqbugzilla@shiyee.lir.dk
Just wanted to let you know that if you try to wine a program that is mounted no-exec, wine responds with "Could not map section ... file probably truncated". Maybe a little note on that the problem might be a no-exec mount?
Anyway, I traced the error to "dlls/ntdll/virtual.c": ERR_(module)( "Could not map section %.8s, file probably truncated\n", sec->Name );