https://bugs.winehq.org/show_bug.cgi?id=56804
Bug ID: 56804
Summary: Can't access b/c o/ something to do with 32-Bits
Product: Wine-staging
Version: unspecified
Hardware: Other
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesseluketagud(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Created attachment 76607
--> https://bugs.winehq.org/attachment.cgi?id=76607
Can't access in wow64 32-Bit code
I don't know how all of this stuff works, but when I tried to access Undertale.
it said I couldn't because of some wow64 32-bit code. It was working perfectly
in the beginning but I stopped using it for a week and now it stopped working.
--
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=57056
Bug ID: 57056
Summary: Wine-staging build fails in i586 Debian Testing
Product: Wine-staging
Version: 9.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76918
--> https://bugs.winehq.org/attachment.cgi?id=76918
OBS log of build failure
The i586 Debian Testing wine-staging 9.15 build failed with incompatible
pointer type errors in dlls/ntdll/unix/esync.c. Log from the OBS is attached.
--
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=56104
Bug ID: 56104
Summary: Combobox - list shall not close when a key is pressed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Combobox - list shall not close when a key is pressed. It should put selection
to the first entry of the list starting by this letter (then moving to the
next, etc...) but NOT automatically close the list
Fix : in COMBO_WindowProc, if list is dropped (CBF_DROPPED) and a key is
pressed, then the "no roll up" (CBF_NOROLLUP) shall be set
case WM_CHAR:
case WM_IME_CHAR:
{
HWND hwndTarget;
/* This is the fix */
if (lphc->wState & CBF_DROPPED)
lphc->wState |= CBF_NOROLLUP;
/* End of the fix */
if ( lphc->wState & CBF_EDIT )
hwndTarget = lphc->hWndEdit;
else
hwndTarget = lphc->hWndLBox;
return SendMessageW(hwndTarget, message, wParam, lParam);
}
--
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=33759
Bug #: 33759
Summary: Some applications reset the X color profile
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Classification: Unclassified
Some applications tend to reset the X color profile when they start. This
profile is set by xcalib and shouldn't be mindlessly messed with.
I could not determinate a pattern as to which programs do this. It seems games
are especially prone.
A simple test case:
Get xcalib, and use it to set some random color profile, such as with
xcalib -a -gc 5
Get CPU-Z. There is a simple no-installation zip available. Click away the
initial error message and then watch as it resets the profile as it loads
--
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=39164
Bug ID: 39164
Summary: Starcraft 2: broken after alt-tab
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: m4rkusxxl(a)web.de
Distribution: ---
I play starcraft 2 in kde4 with desktop effects enabled.
When I alt-tab to get back to the desktop it works fine. But I dont get back
into the game.
When I try to, I see the game but the screen never changes (no animations,
nothing happens when clicking buttons). The mouse cursor is not catched as
well.
When I disable desktop effects in kde (shift+alt+f12) I can still get back into
the game and it is redrawn 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=49094
Bug ID: 49094
Summary: "err:ntdll:RtlpWaitForCriticalSection" racy hang when
starting/running StarCraft 2
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bat.misc(a)batbytes.com
Distribution: ---
Created attachment 67060
--> https://bugs.winehq.org/attachment.cgi?id=67060
wine stdout/stderr
When starting StarCraft 2, I get this error message:
[code]00d8:err:ntdll:RtlpWaitForCriticalSection section 0xe76344 "?" wait timed
out in thread 00d8, blocked by 00d0, retrying (60 sec)[/code]
It is a racy hang. It sometimes happens during startup or when starting an
custom game.
The version used is from the master branch,
d1f858e03da732c621504f90e349d5170ca3336e from April 30th.
This is with debugging and unstripped executables but I'm unsure where to dig
into this with gdb to give more helpful information. Please let me know if I
can help provide better information.
--
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=52244
Bug ID: 52244
Summary: starcraft2 crashes while loading arcade game
e_gfxErrorShaderCompileFailed
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 71352
--> https://bugs.winehq.org/attachment.cgi?id=71352
console messages
[cedric@cedric ~]$ wine --version
wine-6.23
[cedric@cedric ~]$ uname -a
Linux cedric 5.15.8-arch1-1 #1 SMP PREEMPT Tue, 14 Dec 2021 12:28:02 +0000
x86_64 GNU/Linux
[cedric@cedric ~]$ rm -rf ~/.wine
[cedric@cedric ~]$ wineboot
[cedric@cedric ~]$ wine ~/.wine-sc2-ok/drive_c/Program\ Files\
\(x86\)/StarCraft\ II/StarCraft\ II.exe
Install battle.net (it finds starcraft2), close
click Play
choose custom -> arcade. Type in "coop" into the search field, and click on
"Wings of liberty coop 1. Liberation day", and click create lobby, and then
click "start game".
After the countdown, the loading screen shows up, and the progress bar goes
about to half full. Then this error dialog shows up:
"Starcraft II
e_gfxErrorShaderCompileFailed
To help us identify the problem, please describe what you were doing when the
error occurred.
Please use the Report ID below when communicating with Blizzard about the
issue.
DF97FB56-8356-44A6-A960-5BEA033C44DA
[X] Send to Blizzard [Reopen] [Close]"
--
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=29384
Bug #: 29384
Summary: Voobly fails to launch Age of Empires II multiplayer
game (DirectPlay)
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lapommegolden(a)gmail.com
Classification: Unclassified
Instead of entering AOE II's brown multiplayer game screen, game will now be
automatically aborted & cancelled unrated instead.
--
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=53970
Bug ID: 53970
Summary: Purchases in StarCraft II do not work
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: kohen.d(a)gmail.com
Distribution: ---
Created attachment 73560
--> https://bugs.winehq.org/attachment.cgi?id=73560
log of a purchase attempt
An attempt to buy Legacy of the Void campaign outputs a blank window.
I suspect it's in wininet from the logs
--
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=57449
Bug ID: 57449
Summary: Please stop collecting ppd's
Product: Wine-staging
Version: 9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Dear Wine Staging,
Fedora 41
wine-9.15-1.fc41.x86_64
wine-9.15-1.fc41.i686
I installed a new Brother HL-L2300D printer. At first I used the Brother RPM
and it worked fine. Then I upgrades to the OWN drives. Everything was fine
until I tried to print envelopes. The OWN ppd is missing envelope definitions.
So I removed it and reinstalled the Brother ppd. Install and removal of
printers was done with https://127.0.0.1:631 (CUPS web interface).
The Linux side was completely happy with the process. But Wine was not. I
could not get rid of the OWN drivers in Wine.
Searching my drive for ppd's for the HL-L2300D, I found that Wine was
collecting them. Erasing them and restarting "Envelope Printer" and happy
camping returned.
Please stop collecting ppd's. Only import what CUPS has configured. And
remove what is no longer in CUPS.
By the way, the "Brother_HL_L2300D_series_rn6.en.ppd" was the correct ppd from
Brother. You will note it does not appear on the WINE list.
# find / -iname \*.ppd\* | grep -i brother | grep -i 2300 | grep -i wine
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm64/3/Brother_HL-L2300D_series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm64/3/Brother_HL_L2300D_series_rn6.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm64/3/Brother-HL-L2300D-series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm/3/Brother_HL-L2300D_series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm/3/Brother_HL_L2300D_series_rn6.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/arm/3/Brother-HL-L2300D-series.ppd
home/todd/.wine/drive_c/windows/system32/spool/drivers/win40/0/Brother_HL-L2300D_series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/win40/0/Brother_HL_L2300D_series_rn6.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/win40/0/Brother-HL-L2300D-series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/w32x86/3/Brother_HL-L2300D_series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/w32x86/3/Brother_HL_L2300D_series_rn6.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/w32x86/3/Brother-HL-L2300D-series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/x64/3/Brother_HL-L2300D_series.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/x64/3/Brother_HL_L2300D_series_rn6.ppd
/home/todd/.wine/drive_c/windows/system32/spool/drivers/x64/3/Brother-HL-L2300D-series.ppd
--
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.