https://bugs.winehq.org/show_bug.cgi?id=48419
Bug ID: 48419
Summary: user32-rawinput-keyboard: can't use other programs
normally while a DirectX11 game is running (virtual
desktop mode)
Product: Wine-staging
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When user32-rawinput-keyboard is being used, it's problematic to send keys to
other X11 windows while a game is running.
In detail:
1. configure "virtual desktop" mode via winecfg
2. Start a game in Wine
3. alt-tab to another X11 window (e.g. Firefox)
4. type something (e.g. enter a url in Firefox)
When typing in Firefox, the keys also get send into the game. E.g. if "g" is
being pressed in Firefox, the action which is configured for "g" in the game
will also be triggered.
So when looking up something in Firefox, it will probably trigger some stupid
actions in the game and your spaceship will explode or whatever...
Workaround:
Use wine-staging without applying user32-rawinput-keyboard and without
winex11-key_translation (which is depending on user32-rawinput-keyboard).
./patches/patchinstall.sh DESTDIR=../wine-5.0-rc4 --all -W
user32-rawinput-keyboard -W winex11-key_translation
Tested Wine version: staging-5.0-rc4
Didn't test it, but this should also apply to wine-staging-5.0-rc3.
Tested game: Elite Dangerous (Fullscreen mode) on DXVK-1.5
(probably only affecting DirectX11 applications)
I know, this isn't a lot of technical information.
If the problem isn't immediately clear, don't hesitate to ask me for more
details!
--
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=1429
--- Comment #16 from Austin English <austinenglish(a)gmail.com> ---
I filed bug 49996 as a follow up.
--
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=44697
Bug ID: 44697
Summary: Dark Souls: Prepare to Die Edition 2.0 - Cinematics
Audio Drops Intermittently
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
Created attachment 60707
--> https://bugs.winehq.org/attachment.cgi?id=60707
Terminal Output (+tid)
While playing a video, such as the opening cinematics, the audio drops now and
then, but keeps in sync just fine.
--
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=49745
Bug ID: 49745
Summary: SHRunControlPanel implementation
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Distribution: ---
SHRunControlPanel is currently only a stub.
I propose an implementation based on ShellExecuteW :
[Shellord.c]
BOOL WINAPI SHRunControlPanel (LPCWSTR commandLine, HWND parent)
{
HINSTANCE hr;
TRACE("SHRunControlPanel(%s, %p)n", debugstr_w(commandLine), parent);
hr = ShellExecuteW(parent, NULL, commandLine, NULL, NULL, SW_NORMAL);
return ((int)hr > 32);
}
--
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=38227
Bug ID: 38227
Summary: wine crashes when running quotetracker
Product: Wine
Version: 1.7.38
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: rockman6112(a)yahoo.com
CC: rockman6112(a)yahoo.com
Distribution: ---
Created attachment 51029
--> https://bugs.winehq.org/attachment.cgi?id=51029
crash info given by wine
1. the crash is reproducible for both wine 1.7 and 1.6 on ubuntu 14.04.
2. the exact same quotetracker setup ran with wine 1.4 on unbuntu 10.04 for
several years without any issues.
3. this bug is timing related in multi-processes(threads):
a. if the application has two open windows, no crash is observed. if the
application has more than 10 windows openned, it usually will crash within 60
minutes.
b. with using +relay, no crash was observered even after more than 100GB
debugging data was logged from the command line output. In this case, the
application takes more cpu load due to the logging process.
4. no err from the debug logging(class ERR).
5. There is an overhead in the setup to reproduce the bug, especially it needs
to get real time stock quote streaming. But I can be a big helper on this: such
as turning on a given set of debug parameters, even things like getting
instrumented code from the developer and compile/install wine on my system. So
please feel free to contact me in the bug fixing process.
--
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=49980
Bug ID: 49980
Summary: Freeze at start when ran on X11 with
AllowNVIDIAGPUScreens
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.boccassi(a)gmail.com
Distribution: ---
Created attachment 68381
--> https://bugs.winehq.org/attachment.cgi?id=68381
winecfg log
When running wine on an optimus laptop set up to use prime - ie: X11 with
AllowNVIDIAGPUScreens enabled and the nvidia modules auto loaded - any
application ran with wine immediately freezes at startup, even winecfg.
You can't even interrupt with ctrl-c, until after half a minute or so when this
message is displayed:
0024:err:environ:run_wineboot boot event wait timed out
And then it's possible to interrupt.
This used to work until a couple of months back.
Last tested on Debian 10 Gnome, with wine-staging 5.19 from wine's repository,
kernel 5.6/5.7/5.8 from backports.
WINE_LOG_LEVEL=debug log attached.
Exact same setup, but running on Wayland without AllowNVIDIAGPUScreens, works
just fine. Even 3D applications via bumblebee work fine.
--
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=49942
Bug ID: 49942
Summary: Games on Battle.net refuse to launch using either
wine-5.18 or wine-staging-5.18
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nvaert1986(a)hotmail.com
Distribution: ---
After recently upgrading from wine-staging.5-0 to wine-staging-5.18 (tried
wine-5.18 too) all of my Battle.net games fail to launch. When pressing the
launch button, the games simply do nothing and sit there stating they're
running or state they're running for a few seconds and the message is gone.
I've tried running Warcraft 3: Reforged from the terminal and all I receive is
a failed to initialize ClientSdk.dll. Haven't tried this for other games.
I've tried a clean install but it gives the game result.
Whenever I revert back to wine-staging-5.0 the games start fine.
--
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=45124
Bug ID: 45124
Summary: Fortnite: crash when loading battle royal lobby
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ado92300(a)gmail.com
Distribution: ---
Created attachment 61306
--> https://bugs.winehq.org/attachment.cgi?id=61306
wine log of launching fortnite
As of Fortnite 4.0/for now, battle eye is not required to play fortnite and
when run through wine the launcher will set -nobe (no battleeye) and fortnite
launches with out this bug https://bugs.winehq.org/show_bug.cgi?id=41670. But
once you load the title screen and select battle royal it crashes without a
clear error (in wine output).
I included the log of wine64 (Wine 3.7 Staging) and the UE4 Log for fortnite
the only dll override set is shcore to disabled because the launcher wont load
with it
note: sometimes i can hear the battle royal intro video but never see it
--
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=12443
Summary: Multi-monitor handling in ddraw/d3d
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In bug 1347, I write:
I'm guessing slideshows in Picasa with multi-monitors is affected by this as
well. When starting the slideshow, the entire screen gets blanked. After the
slideshow ends, the screen that showed the slideshow gets restored, but the
secondary screen remains blank until it gets drawn over.
Stefan replied:
This could as well be a bug with multi-monitor handling in ddraw, as ddraw is
pretty ignorant to that.
Yes, a bug on d3d multi-monitor handling is a good idea I think.
Thus this bug serves as a reminder to look at multi-monitor handling issues in
ddraw/d3d.
--
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.