[Bug 48508] Psi-Ops: The Mindgate Conspiracy freezing in stable Wine 5.0

WineHQ Bugzilla wine-bugs at winehq.org
Fri Apr 17 04:22:48 CDT 2020


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

--- Comment #36 from Chebanenko Igor <chebanenkoigor93 at gmail.com> ---
Created attachment 66930
  --> https://bugs.winehq.org/attachment.cgi?id=66930
Debug from Windows 7 (File System Debug)

Looks like when you launch Psi - Ops,system create game files (with
NtCreateFile function) with parameters:

FILE_READ_ATTRIBUTES | GENERIC_READ | SYNCHRONIZE, 0x0018f1a0, 0x0018f1e4,
NULL, FILE_ATTRIBUTE_NORMAL, FILE_SHARE_READ | FILE_SHARE_WRITE, FILE_OPEN,
FILE_NON_DIRECTORY_FILE | FILE_SEQUENTIAL_ONLY | FILE_SYNCHRONOUS_IO_NONALERT,
NULL, 0 )    STATUS_SUCCESS    


This is the most common parameters of the game.

But staring from string 1699 it create files with

FILE_READ_ATTRIBUTES | GENERIC_READ | SYNCHRONIZE, 0x0cb3fd64, 0x0cb3fda8,
NULL, 0, FILE_SHARE_READ | FILE_SHARE_WRITE, FILE_OPEN, FILE_NON_DIRECTORY_FILE
| FILE_NO_INTERMEDIATE_BUFFERING | FILE_SEQUENTIAL_ONLY |
FILE_SYNCHRONOUS_IO_NONALERT, NULL, 0 )

You can see that some of game's files add FILE_NO_INTERMEDIATE_BUFFERING
parameter in common parameters. Is that related with bug?

-- 
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