https://bugs.winehq.org/show_bug.cgi?id=55849
Bug ID: 55849
Summary: Wine sends WM_(SYS)KEYUP event twice for Alt (and
such) key if Fcitx/iBus daemon is running
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: emuser20140816(a)gmail.com
Distribution: ---
Created attachment 75355
--> https://bugs.winehq.org/attachment.cgi?id=75355
A test application
I've attached an example application that reproduces this issue
(win32-syskey-test.exe).
The expected behavior of this application is to toggle background color
(red/green) by pressing Alt (VK_MENU) key.
This application behaves correctly on Windows, and behaves correctly on Wine
too but only when the Fcitx/iBus daemon (with XIM integration enabled) is *not*
running:
WM_SYSKEYDOWN: wParam: 18, lParam: 0x20380001
WM_SYSKEYUP: wParam: 18, lParam: 0xc0380001
However, the application behaves differently on Wine if Fcitx/iBus daemon is
running:
WM_SYSKEYDOWN: wParam: 18, lParam: 0x20380001
WM_SYSKEYUP: wParam: 18, lParam: 0xc0380001
WM_KEYUP: wParam: 18, lParam: 0xc0380001
and the toggle switch no longer works.
(This affects every application that takes a similar approach, i.e. an
application that uses Alt, Ctrl or Shift key to toggle something on
WM_(SYS)KEYUP event.)
The workaround for this issue is either quit the Fcitx/iBus daemon (which makes
IME unusable for this application) or revert the commit
https://gitlab.winehq.org/wine/wine/-/commit/a4a5a2ec121eeb2a7cd4ffbb5ba7b2…
(which requires complete rebuild from wine source tree).
--
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=53994
Bug ID: 53994
Summary: Internet Explorer 11: Install fails due to lack of
DISM.exe implementation
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: masterbuilder102(a)gmail.com
Distribution: ---
Created attachment 73579
--> https://bugs.winehq.org/attachment.cgi?id=73579
Log of IE11. (Contains two duplicate install attempts).
Info:
Debian 11, 32 bit wine prefix.
Workarounds: Need to use native version of inseng.dll
Download Link for IE11 32 bit:
https://web.archive.org/web/20210701100535/http://download.microsoft.com/do…
When installing IE11, it checks for a few files
d3d11.dll
api-ms-win-downlevel-user32-l1-1-0.dll
Ntoskrnl.exe
api-ms-win-security-base-l1-1-0.dll
conhost.exe
segoeui.ttf
taskhost.exe
tcpip.sys
tdh.dll
Wine lacks taskhost.exe, tcpip.sys, tdh.dll and segoeui.ttf, manually copying
these files over will cause the installer to not manually install it, except
for segoeui.ttf which fails regardless if the file is present.
In my log I have all these files copied over already which is why they all say
(True).
Based on Bug 43509 I believe the issue is that the wine implementation of
dism.exe is incomplete, but I also think it is possible to get IE11 working if
the segoeui.ttf check can be done.
--
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=24684
Summary: SMP problems with Source games
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pitlicek(a)gmail.com
Some games with latest Source engine (Alien Swarm, Left for Dead 2) has
sometimes grayed out "Enable multicore rendering" in options menu. But when
It's not grayed out, and I enable it, it works like it's supposed to, giving me
notable fps boost and using both my CPU cores.
But I'm using virtual desktop, to still be able to communicate with my friend
using IM. But sometimes, when I leave virtual desktop and want to return back,
the VD is not redrawing. I can still hear music, game sounds, even blindly open
in-game console nad write quit to exit the game properly. This is not happening
if multicore is disabled in game.
--
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=54249
Bug ID: 54249
Summary: Temple of Elemental Evil Demo Backtrace
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73802
--> https://bugs.winehq.org/attachment.cgi?id=73802
Backtrace 8.0-rc2 (Slackware 15.0)
Hello everyone,
I was revisiting bug 9304 and did a fresh install from:
https://www.fileplanet.com/archive/p-12410/The-Temple-of-Elemental-Evil-Demo
sha256sum ToEE_Demo.exe
827a280487c3615ae4be0185daefbb63098a93c71f6a21409446040969e8c6a9 ToEE_Demo.exe
I ran into the problem that now a backtrace is thrown in 8.0-rc2
--
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=43461
Bug ID: 43461
Summary: NoLimits2 crashes on startup
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: alt.stephan(a)web.de
Distribution: ---
Created attachment 58835
--> https://bugs.winehq.org/attachment.cgi?id=58835
Wine console messages
While initializing, the program quits with a fatal error: The application
failed with: D3DXAssembleShader return with an unexpected error. (see
crash.png)
Wine console log (crash.log) attached below, as well as the wine "crash
detected" log (err_report.log).
I tried with both UseGLSL enabled and disabled.
--
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=23150
Summary: Mass Effect 2: No audio in menus/videos/game
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=28791)
--> (http://bugs.winehq.org/attachment.cgi?id=28791)
terminal output
The only place you can get sound is in the launcher. Everything else is silent.
I have OpenAL installed, and ~/.alsoftrc contains:
austin@midna:~$ cat .alsoftrc
drivers = alsa
I've tried disabling mmdevapi in winecfg, changing windows version to vista/7,
using hardware emulation, using OSS instead of ALSA, etc., but have yet to get
any sound out.
The AppDB suggests installing foobar2000, then:
"Use foobar2000 to set the playback device and then select the Direct Analog
version in MassEffect2Config.exe."
though in the configuration tool's audio tab, the sound devices list is empty,
for me (with/without foobar2000).
Terminal output attached, though there's nothing obvious there.
--
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=57172
Bug ID: 57172
Summary: Installing winehq-stable 9.0 in Ubuntu 24.04 LTS does
not offer to install Mono or Gecko
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: david.l.bridges(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
When installing winehq-stable in Ubuntu 24.04 LTS, neither Wine Mono nor Wine
Gecko are offered (as they should be according to
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono and
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono. Installation of
winehq-stable completes without error, but executing $ wine uninstaller shows
that Wine Mono is not present, and executing $ wine iexplore fails for lack of
Wine Gecko.
Both winehq-devel and winehq-staging offer Mono and Gecko, and those are
installed and functional.
The winehq-stable installation has been a problem for a few days, at least.
I rated Severity as Major on the grounds that the absence of Mono and Gecko
will cause many Windows apps to fail if installed with Wine Stable. In
addition, the problem affects all Ubuntu flavors and other distros based on
Ubuntu 24.04.
Many thanks for your attention to this issue.
--
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=29947
Bug #: 29947
Summary: Option to set virtual desktops to the current
resolution
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
At default the option "Emulate a virtual desktop" is set to 800x600 in winecfg.
What about an option that sets the desktop size for virtual desktops
automatically to the resolution of the system?
--
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=57161
Bug ID: 57161
Summary: when starting captvty, it stops saying it has
encontered a problem
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick.pochard(a)free.fr
Distribution: ---
Created attachment 77064
--> https://bugs.winehq.org/attachment.cgi?id=77064
backtrace available when the pb occurs
captvty stops saying the is a problem
captvty 2.10.8.2
wine 9.0
os linux mint 22
I tried to install 9.15 & 9.16 but the is a dependency issue libx11-dev:i386
and could not find a solution
--
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=57170
Bug ID: 57170
Summary: Apex Legends game crash without IPv6 kernel module
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
Distribution: ---
Apex Legends game crash without IPv6 kernel module.
0054:trace:iphlpapi:GetIfTable2 table 00007FFFFEA1F830
0054:trace:iphlpapi:GetIfTable2Ex level 0, table 00007FFFFEA1F830
0054:trace:iphlpapi:FreeMibTable (00007FFFFF4455C0)
01b8:trace:iphlpapi:GetAdaptersInfo info 00007FFFFE8AF350, size
00007FFFFE8AF658
01b8:trace:iphlpapi:GetAdaptersInfo info 00007F524ACD0010, size
00007FFFFE8AF658
01b8:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr
0x1412a9ab1
Loading a kernel module to support IPv6 solves the problem: sudo modprobe ipv6
--
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.