https://bugs.winehq.org/show_bug.cgi?id=43786
Bug ID: 43786
Summary: The Witcher 3: textures disappear in some places when
you move
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 59299
--> https://bugs.winehq.org/attachment.cgi?id=59299
The Witcher 3: Velen cave save with disappearing texture
In some areas when you move, textures toggle, disappearing and appearing back.
But they don't leave a transparent area, but rather just untextured surface
when that happens. So I'm not sure if it's the same as other missing texture
bugs or not.
I attach a save in Velen cave where that happens, as well as a video capture of
that texture toggling.
Graphics:
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10 / DRM 3.15.0
/ 4.12.0-2-amd64, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.3.0-devel
(git-3e54493265)
--
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=43861
Bug ID: 43861
Summary: The Witcher: Movement problems
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: const1993(a)gmail.com
Distribution: ---
The movement keys do not work right away, the character can continue to run for
another 15 seconds after I stop moving
--
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=50722
Bug ID: 50722
Summary: State of Decay 2: Juggernaut Edition icons rendering
is wrong with OpenGL renderer
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69472
--> https://bugs.winehq.org/attachment.cgi?id=69472
example
wine-6.2-320-gee4e33ed9ac
--
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=42953
Bug ID: 42953
Summary: ffxiv dx11 fixme:d3d11:d3d11_device_CreateBlendState
Per-rendertarget blend not implemented.
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
unhandled dx11
--
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=30400
Bug #: 30400
Summary: Final Fantasy 7 in the first fight scene
Product: Wine
Version: 1.5.1
Platform: x86
URL: http://download.cnet.com/Final-Fantasy-VII-demo/3000-7
538_4-10020419.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 39739
--> http://bugs.winehq.org/attachment.cgi?id=39739
terminal output
Bug 9220 is fixed, so this is the next crash.
Get the game from
http://download.cnet.com/Final-Fantasy-VII-demo/3000-7538_4-10020419.html
austin@aw21 ~ $ sha1sum ff7demo.zip
79a555cd1874410a93952486e511bb8492e82a56 ff7demo.zip
unzip/run. Bug 9220 would crash it once Cloud swung his sword. This no longer
happens, the fight scene starts, then about 15 seconds later => crash.
--
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=54517
Bug ID: 54517
Summary: riched20:editor - KDE? Clipboard interference causes
test_EM_SETUNDOLIMIT() failures
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
riched20:editor - KDE? Clipboard interference causes test_EM_SETUNDOLIMIT()
failures:
editor.c:3667: Test failed: EM_SETUNDOLIMIT didn't allow the first undo with
UNDOLIMIT set to 2
editor.c:3670: Test failed: EM_SETUNDOLIMIT didn't allow a second undo with
UNDOLIMIT set to 2
See https://test.winehq.org/data/patterns.html#riched20:editor
These failures mostly happen on my desktop, fg-deb64, though they did happen a
few times on on master and lastestmaster (sic) too (latestmaster did not have
that issue).
* My desktop is Debian 11 + KDE.
* master and lastestmaster are Linux Mint 21 (desktop environment unknown)
On my desktop, whenever Wine modifies the clipboard, some non-Wine process
accesses it and sometimes causes the clipboard content to be lost. Whether that
has an impact on the tests depends on whether the test is done with the
clipboard content by the time that access happens, i.e. there is a race
condition.
test_EM_SETUNDOLIMIT() does multiple pastes in a row (101 + 3), each of which
accesses the clipboard, which leaves time for that other process to cause the
clipboard content to be lost. This results in some pastes not happening so that
there are fewer pastes to undo than expected. Hence the failures above.
The test could be modified to check the length of the text field as a way to
verify that it got the expected number of successful pastes. If not, it could
either limit undos to however many pastes succeeded, or redo a copy plus more
pastes to reach the target number.
But I don't remember losing the clipboard content outside of Wine. Of course,
unlike Wine's tests I never perform hundreds of copy/pastes per second so maybe
that's why. Anyway, there may be something wrong in Wine and then fixing that
would be a better approach.
Or it may be a bug in some other component on my desktop that mishandles the
clipboard.
Also, even if the clipboard content is not lost, the WM_PASTE handling does a
simple OpenClipboard() which would fail if winex11 is already accessing it to
handle a query from some other process in the system. That seems too fragile
and would also cause missing undos. I don't know how Windows behaves in that
case though : Does the WM_PASTE simply fail? Is the OpenClipboard() operation
repeated indefinitely? Just a few times?
--
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=54007
Bug ID: 54007
Summary: in kde plasma fullscreen videogames cause gap between
taskbar and bottom edge of the screen
Product: Wine-staging
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HarlanStaggs(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73586
--> https://bugs.winehq.org/attachment.cgi?id=73586
this is how it looks with and without launched game
characteristics:
Operating System: Nobara Linux 36
KDE Plasma Version: 5.26.3
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.10-201.fc36.x86_64 (64-bit)
Graphics Platform: X11
how to reproduce:
1) launch some fullscreen videogame (personally i do it with lutris from
flathub, maybe its important)
2) alt+tab to another non-fullscreen window
3) put cursor in bottom edge of the screen
4) try to switch windows with mouse wheel
5) notice small (several pixels height) gap between bottom edge of the screen
and taskbar, and also between taskbar and current non-fullscreen window in
focus.
6) close fullscreen videogame
7) everything is normal, taskbar is adjacent to the bottom edge of the screen
without gaps
this started to happen after update to wine-7.22 (Staging), i've never seen
this before, so i assume this bug occurs in this particular version.
--
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=48046
Bug ID: 48046
Summary: Resident Evil 4 (Steam): Frame rate issues when
clicking the left mouse button
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skidrowa(a)gmail.com
Distribution: ---
The game's frame rate tanks when you click the left mouse button and can go as
low as 5 FPS if you hold click and move the mouse at the same time. The cursor
also flickers between it's current position and the middle of the screen,
making it virtually impossible to play using keyboard and mouse.
--
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=51372
Bug ID: 51372
Summary: Resident Evil 4 (2007) Sometimes crashes at startup.
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Created attachment 70229
--> https://bugs.winehq.org/attachment.cgi?id=70229
RE4Terminal.txt
Resident Evil 4 (2007) Sometimes crashes at startup. I see a few error messages
about xrandr. I have attach the terminal messages.
Tested in a wine prefix just d3dx9_30 installed by winetricks.
--
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=51325
Bug ID: 51325
Summary: Resident Evil 4 (2007) Hangs usually within 15-30
minutes.
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Resident Evil 4 (2007) Ver.1.1.0 DVD Hangs usually within 15-30 minutes. Most
times i see a message box of Microsoft Visual C++ Runtime Error
"This application has requested the Runtime to terminate in an unusual way.
Please contact the applications support team for more information."
I tested this in a wine prefix with d3dx9 installed via winetricks because the
game will not boot up with it.
I tried WINEDEBUG=+msgbox but, every time i did the game would just hang and
not show anything related to the message box. I did however get this message on
the
terminal.
01e4:fixme:d3d9:Direct3DShaderValidatorCreate9 Returning stub validator
67C9E028.
0454:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8007000e
0454:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8007000e
0454:err:gstreamer:gstdemux_init_stream Failed to commit allocator, hr
0x8007000e.
radeon: mmap failed, errno: 12
radeon: mmap failed, errno: 12
0174:err:d3d:wined3d_debug_callback 0x8f4a328: "GL_OUT_OF_MEMORY in
glTexSubImage".
This err message was only displayed once in the many times that the game
hanged.
--
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.