https://bugs.winehq.org/show_bug.cgi?id=56711
Bug ID: 56711
Summary: Vampire: The Masquerade - Bloodlines crashes on launch
(regression)
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: accounts.winehq.org(a)vv221.fr
Distribution: ---
Created attachment 76493
--> https://bugs.winehq.org/attachment.cgi?id=76493
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7b68df75).
With WINE 9.0, Vampire: The Masquerade - Bloodlines crashes on launch with the
attached trace.
This crash does not happen when reverting to WINE 8.0. I will run a bisect in
the coming days to try to spot a faulty commit.
--
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=56767
Bug ID: 56767
Summary: ERRO SOFTWARE JAVA , JLINK (SEGGER), HASLERAIL
Product: Wine-staging
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: estebanjosemiliano(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
"I'm trying to use the HasleRail's EVA2 program and I encounter the following
issues: in the Windows X64 version, it works, but the graphical interface looks
bad with black color on the icons. It reminds me of a .NET Framework issue I
experienced before. In the x86 version, the program closes on its own upon
opening.
Another problem I encountered is trying to use the SEGGER JLink program. In the
x86 version, it installs two out of the three required drivers, and in the x64
version, it only installs 1 out of the 3 necessary ones. Besides, I tried in
every way to make it recognize the ttyACM0 port, but I couldn't get it to work
in any way."
"I have a program to use with Java. In the x64 Wine version, it's impossible to
install. Now, in the x86 version, it's complicated but it can be installed.
First, running it is a bit tricky, and after installation, it gives an error if
you don't have IE8 installed."
--
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=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.