https://bugs.winehq.org/show_bug.cgi?id=47832
Bug ID: 47832
Summary: FindFirstFileExW believes every directory entry has
been read if NtQueryDirectoryFile underfills buffer
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
When using USVFS (through ModOrganizer 2), it will hook NtQueryDirectoryFile,
and its implementation will occasionally underfill the buffer, even if there
are more directory entries to be read.
Due to this check in FindFirstFileExW:
if (!has_wildcard || info->data_len < info->data_size - max_entry_size)
{
...
info->data_size = 0; /* we read everything */
}
It will stop FindNextFileW from reading more. Windows doesn't seem to exhibit
this behavior.
Removing the `info->data_len < info->data_size - max_entry_size` check allows
it to work properly.
Unfortunately I wasn't able to find any reference to why that check exists. My
best guess after looking through the source code is that it's an optimization,
as the code should still run fine if wine's NtQueryDirectoryFile implementation
underfills the buffer (therefore indicating that there are no more files needed
to be read).
So far I've tested many various applications with the check patched out, with
no obvious regressions.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=48445
Bug ID: 48445
Summary: Linux Mint Cinnamon
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henadzitru(a)yandex.ru
Distribution: ---
Created attachment 66225
--> https://bugs.winehq.org/attachment.cgi?id=66225
game
Crashes when you install the game World of Tanks
--
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.
https://bugs.winehq.org/show_bug.cgi?id=50040
Bug ID: 50040
Summary: crash of MSMoney
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fbmines(a)gmail.com
Distribution: ---
Created attachment 68488
--> https://bugs.winehq.org/attachment.cgi?id=68488
crash log
Hello, MsMoney run with Wine 3.0.4 and earlier versions crashed randomly but
quite frequently when calling a function of the Investment windows or a report,
specially the Historic values of the Investments statements.
Attached the log of the crash.
Thanks for your help,
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33679
Bug #: 33679
Summary: WordPerfect X6 trial does not install
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik(a)familiendam.dk
Classification: Unclassified
Created attachment 44584
--> http://bugs.winehq.org/attachment.cgi?id=44584
Trace result from the installation attempt.
Tried installing a trial version of WordPerfect Office X6 I downloaded from
Corel's homepage on 29-may-13. It unpacks the .msi files, but after this it
fails, getting no further. I first tried with wine 1.4.0 since that is what is
provided as default when you install wine on a Ubuntu 12.10 dist, subsequently
I updated it to 1.5.30, but, alas, to no avail - same result.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
https://bugs.winehq.org/show_bug.cgi?id=7106
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #29 from Anastasius Focht <focht(a)gmx.net> ---
Hello Igor,
--- quote ---
Wine 6.0 was released. Any updates?
--- quote ---
the bug is still marked as 'staged' which means the patch or another solution
has not been merged into mainline yet. Use Wine-Staging if you want to play
this game.
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7106
--- Comment #28 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> ---
Wine 6.0 was released. Any updates?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49497
Bug ID: 49497
Summary: WoW (World of Warcraft) crashes with multithreaded
modern renderer
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 67626
--> https://bugs.winehq.org/attachment.cgi?id=67626
D3d11 Modern Renderer Crashlog
Splitting it off from bug 49233 where the not implemented multi threaded
rendering caused slow fps.
d3d11_device_CreateDeferredContext1 was a stub in 5.9-staging
https://github.com/wine-staging/wine-staging/commit/
0db92c336fcea4c383a150560f1034cd9cf76366 extended that function and now we
moved on from being slow due to not being multi threaded to a
buffer overflow because the implementation is not complete.
--
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.