[Bug 37338] RobloxPlayer crashes on startup (boost::interprocess needs 'NtQuerySection' for file-backed shared memory object implementation)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 7 23:42:21 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37338

Dmitry Timoshkov <dmitry at baikal.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49665|0                           |1
        is obsolete|                            |

--- Comment #9 from Dmitry Timoshkov <dmitry at baikal.ru> ---
Created attachment 49701
  --> https://bugs.winehq.org/attachment.cgi?id=49701
patch

Here is a slightly more complete version of NtQuerySection with tests.
(note: tools/make_requests must be executed after patching)

Added tests accidently revealed a bug in CreateFileMapping implementation
on the server side which doesn't like the absence of VPROT_COMMITTED flag
when a mapping is being created for an existing file object, but that's
a not related problem and left intact.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list