https://bugs.winehq.org/show_bug.cgi?id=50027
Bug ID: 50027
Summary: Could you make it possible for WINE to extract only
the required components for a Windows program to
function correctly.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 49studebaker(a)gmail.com
Distribution: ---
The WINE package is 50mb. The uncompressed size is 500mb. Could you make it
possible for WINE to extract only the required components for a Windows program
to function correctly.
--
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=50001
Bug ID: 50001
Summary: Epic Battle Fantasy 4 glitchy / crackly sound
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: a10824a03cb7ad1a2a1987433c5ad832dcdf6962
Distribution: Debian
With bug 15437 fixed I tried Epic Battle Fantasy 4 again. Which in fact runs
without any workaround, hooray. Unfortunately the sound is... glitchy. Or
crackly. Sounds kind of like a vinyl record, if that makes sense. Whatever you
call it, regression test came up with this:
a10824a03cb7ad1a2a1987433c5ad832dcdf6962 is the first bad commit
commit a10824a03cb7ad1a2a1987433c5ad832dcdf6962
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Aug 17 10:38:18 2020 -0500
winepulse: Don't rely on pulseaudio callbacks for timing.
Contains contributions from Mark Harmstone and Zhiyi Zhang.
Some devices, especially USB devices, have very irregular timing or
very long periods. Some Windows applications (The Witcher 3) are built
to expect regular, short period times, and so would underrun when the
device timing didn't match their expectations. This patch decouples
the Windows-side timing from the OS-side timing so we can meet those
applications' requirements.
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 8a50da38b87968668b84c04a64aafeb27005c759
0cae2ea7b06cd444a0e11ffd26cbf7ca05f5738d M dlls
If you have the game available you only need to skip to the main menu with "new
game" as an option; the music will be glitchy.
--
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=47007
Bug ID: 47007
Summary: 1checker crash
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 13439402428(a)163.com
Distribution: ---
Created attachment 64167
--> https://bugs.winehq.org/attachment.cgi?id=64167
Log
Application name: 1checher.
Application crash when open it or try to login.
--
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=50061
Bug ID: 50061
Summary: winetricks -q quicktime76 hangs
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: pgofman(a)codeweavers.com
Regression SHA1: ec1ea1ea1b2469a526f4bbc38aab404b7a2b062c
Distribution: Gentoo
Regression, introduced by:
ec1ea1ea1b2469a526f4bbc38aab404b7a2b062c is the first bad commit
commit ec1ea1ea1b2469a526f4bbc38aab404b7a2b062c
Author: Paul Gofman <pgofman(a)codeweavers.com>
Date: Fri Oct 9 05:51:27 2020 +0300
ntdll: Call FLS callbacks.
Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/kernel32/tests/fiber.c | 24 +++++++++++---
dlls/kernel32/tests/loader.c | 79 ++++++++++++++++++++++++++++++++------------
dlls/ntdll/loader.c | 8 ++++-
dlls/ntdll/thread.c | 40 +++++++++++++++++++---
4 files changed, 119 insertions(+), 32 deletions(-)
winedbg starts, but never prints a backtrace and hangs. Disabling the
crashdialog first has no effect, still hangs and don't get a backtrace.
--
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=49576
Bug ID: 49576
Summary: used crossover to download windows version of steam
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: josephpinsky(a)icloud.com
Created attachment 67725
--> https://bugs.winehq.org/attachment.cgi?id=67725
not sure what this is but the error message told me to save and add to a bug
report
When i try and open steam on crossover it doesn't load properly and comes up
with a error message
--
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=47270
Bug ID: 47270
Summary: User shared data thread is always created
Product: Wine-staging
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Due to the changes to "Fake Dlls" patch set, specifically for the 64-bit
syscalls, the user_shared_data is accessed in every Wine process. While this is
not incorrect, it does represent a change from the original intentions of the
"user_shared_data" patch set, which was to only create this extra thread, and
the associated overhead, on programs that *need* to access user_shared_data.
If this new behavior is going to stay, then it would probably be a good idea to
revisit the "user_shared_data" patch set. For instance, one might simplify it
to always create the user shared data thread. Alternatively, if the new
behavior is undesirable, then we should find a way to prevent it.
(I am not personally convinced that the theoretical overhead is a problem.
There was a long discussion about this on the old wine-staging patch submission
website which no longer exists.)
--
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=44309
Bug ID: 44309
Summary: gta3.exe crashes when launched
Product: Wine
Version: 2.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: errqre(a)gmail.com
Distribution: ---
Created attachment 60146
--> https://bugs.winehq.org/attachment.cgi?id=60146
backtrace.txt from the crash
gta3.exe crashes immediately when launched - installed through steam
--
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=38159
Bug ID: 38159
Summary: NULL pointer dereferencing
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
File /dlls/krnl386.exe16/int2f.c
Lines 1026-1034
if (!driver_request) {
/* FIXME - to be deleted ?? */
ERR("ES:BX==0 ! SEGFAULT ?\n");
ERR("-->BX=0x%04x, ES=0x%04x, DS=0x%04x, CX=0x%04x\n",
BX_reg(context), context->SegEs, context->SegDs,
CX_reg(context));
driver_request[4] |= 0x80;
driver_request[3] = 5; /* bad request length */
return;
}
If driver_request == NULL then driver_request[4] will be NULL pointer
dereferencing.
--
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=29849
Bug #: 29849
Summary: oleaut32's OLEPictureImpl_Load fails when Stat()
method is missing
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.blumenkrantz(a)gmail.com
Classification: Unclassified
Created attachment 38772
--> http://bugs.winehq.org/attachment.cgi?id=38772
test case
Without a Stat() method, this function should only read the parts of a file
that are needed. Instead, it continues to read and eventually crashes.
Find attached a test case which takes an image file as an argument, then
crashes.
--
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=42055
Bug ID: 42055
Summary: Chessbase 13: Unhandled exception: page fault on
execute access to 0x4bda7b50 in 32-bit code
(0x4bda7b50).
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: twirpxacc91919(a)gmail.com
Created attachment 56542
--> https://bugs.winehq.org/attachment.cgi?id=56542
Program Error Details
The program gives a pop-up that it encountered a serious problem then says it
must shut down. It is very inconvenient and happened more than twenty times.
(I am not knowledgeable about any code or programming language, so sorry for my
ignorance.)
--
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.