https://bugs.winehq.org/show_bug.cgi?id=56855
Bug ID: 56855
Summary: Rainbow Six: Lockdown needs 'Cast on the LHS' support
Product: vkd3d
Version: 1.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0808:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
0808:err:d3dcompiler:D3DCompile2 Shader log:
0808:err:d3dcompiler:D3DCompile2 c:/program files
(x86)/steam/steamapps/common/rainbow six
lockdown/data/shaders/vssafetyglassdynlit.hlsl:148:8: W5300: Implicit
truncation of vector type.
0808:err:d3dcompiler:D3DCompile2 c:/program files
(x86)/steam/steamapps/common/rainbow six
lockdown/data/shaders/vssafetyglassdynlit.hlsl:149:8: W5300: Implicit
truncation of vector type.
0808:err:d3dcompiler:D3DCompile2 c:/program files
(x86)/steam/steamapps/common/rainbow six
lockdown/data/shaders/vssafetyglassdynlit.hlsl:219:24: W5300: Implicit
truncation of vector type.
0808:err:d3dcompiler:D3DCompile2 c:/program files
(x86)/steam/steamapps/common/rainbow six
lockdown/data/shaders/vssafetyglassdynlit.hlsl:239:24: W5300: Implicit
truncation of vector type.
0808:err:d3dcompiler:D3DCompile2 c:/program files
(x86)/steam/steamapps/common/rainbow six
lockdown/data/shaders/vssafetyglassdynlit.hlsl:289:117: E5017: Aborting due to
not yet implemented feature: Cast on the LHS.
1.12-52-gacc9d79f
--
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=24063
Summary: World in conflict fails to start in DX10 mode
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30246)
--> (http://bugs.winehq.org/attachment.cgi?id=30246)
Log +d3d10
World in Conflict is unable to start in DX10 mode. Native dxdiagn.dll was used
to avoid http://bugs.winehq.org/show_bug.cgi?id=11114 and sh winetricks d3dx10
was run too.
I uploaded a +d3d10 log. If you need other debug channels, please ask.
--
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=55268
Bug ID: 55268
Summary: user32:cursoricon - LoadImageA() fails in
test_monochrome_icon() on Windows 8+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:cursoricon - LoadImageA() fails in test_monochrome_icon() on Windows 8+:
cursoricon.c:2853: monochrome, bitmap info
cursoricon.c:2917: Test failed: LoadImage() failed with 0.
See https://test.winehq.org/data/patterns.html#user32:cursoricon
The call below has been failing systematically on Windows 8+ for more than 8
months:
handle = LoadImageA(NULL, "icon.ico", IMAGE_ICON, 0, 0,
LR_LOADFROMFILE);
ok(handle != NULL ||
broken(use_core_info && handle == NULL), /* Win 8, 10 */
"LoadImage() failed with %lu.\n", GetLastError());
So on Windows 8+ we expect to get NULL only if use_core_info is true but in
fact we get NULL even if it is false. That makes this test pretty pointless.
--
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=51285
Bug ID: 51285
Summary: The bmpcoreimage test in user32:cursoricon fails on
most Windows versions
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The bmpcoreimage test in user32:cursoricon fails on most Windows versions.
The failure is either:
cursoricon.c:1217: Test failed: BMP (coreinfo): IMAGE_BITMAP failed.
or cursoricon.c:1162: Test failed: BMP (coreinfo): Pixel is 0x00000000
https://test.winehq.org/data/patterns.html#user32:cursoricon
A given Windows version can have different results.
The result seems to depend on the user32.dll version, as if Microsoft issued a
security fix that changed the handling of this bitmap and progressively
converged on the "Pixel is 0" result. Here's the detailed result per platform
and user32 version:
vista 6.0.6002.18005 ok
vistau64 6.0.6002.18005 ok
w2008 6.0.6002.19714 ok
w7pro64 6.1.7601.23594 ok
w7u 6.1.7601.24546 Pixel is 0x00000000
w8 6.3.9600.17031 ok
w864 6.3.9600.17031 ok
w8.gtx 6.3.9600.17415 ok
w8.rx 6.3.9600.19920 Pixel is 0x00000000
w1507 10.0.10240.16384 ok
w1507.gtx 10.0.10240.16384 ok
w1507.rx 10.0.10240.16384 ok
w1607 10.0.14393.0 ok
w1709.rx 10.0.16299.15 ok
w1709 10.0.16299.125 ok
w1709.gtx 10.0.16299.125 ok
w1809.gtx 10.0.17763.168 ok
w1809.rx 10.0.17763.168 ok
w1809 10.0.17763.1339 IMAGE_BITMAP failed
w1909.gtx 10.0.18362.719 IMAGE_BITMAP failed
w1909.rx 10.0.18362.719 IMAGE_BITMAP failed
w1909 10.0.18362.1110 Pixel is 0x00000000
w2004 10.0.19041.388 IMAGE_BITMAP failed
w2009.fg 10.0.19041.610 Pixel is 0x00000000
w2009 10.0.19041.685 Pixel is 0x00000000
w2009.gtx 10.0.19041.906 Pixel is 0x00000000
w2009.rx 10.0.19041.906 Pixel is 0x00000000
Note that w1507, w1607 and w1709 may be missing updates (but installing them
without upgrading to the next Windows version would be hard), which may be why
they don't fail.
So either this test should be removed, or it should be changed to expect 'pixel
== 0' and allow for broken results (which does not fit with the way
test_LoadImageFile() is currently implemented).
We may also want to update Wine's BITMAP_Load() implementation to match the
current Windows behavior.
For reference this test bitmap was introduced in the commit below:
commit 0dfedd50c38356c8049aef48e69b630204de0f79
Author: Wolfram Sang <wolfram(a)the-dreams.de>
AuthorDate: Sat Jun 5 05:57:19 2010 +0200
user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
--
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=19471
Summary: Earthworm Jim 3D: Extensive graphics errors
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=22632)
--> (http://bugs.winehq.org/attachment.cgi?id=22632)
Terminal output.
While running Earthworm Jim 3D the background to the title screen and intro
video/scene are black and during the game there are various graphics errors
including: missing textures, corrupt textures, low quality textures.
There are also quite a few 3D model animation errors.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10845
Summary: Application Menu doesn't work
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gizmo.gentoo(a)gmx.de
In Propellerheads Reason 3.0 and 4.0 the application menu doesn' work. This
affects, in my experience, all versions >wine-0.9.46 or 0.9.47.
The problem is that i can't give you log files or something else, because
there's no error message. It's just that u click on the menu and nothing
happens.
You can download a demo version from the software here:
http://www.propellerheads.se/download/index.cfm?fuseaction=download_reason_…
Let me know if i can do something to provide more information.
thanks,
marc
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57424
Bug ID: 57424
Summary: msys2-64/cygwin64: mintty.exe not able to show
bash.exe output.
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Cygwin in version 3.5.4 or later relies in having the WriteQuotaAvailable
member of a NtQueryInformationFile(FilePipeLocalInformation) query
to be non-zero.
This causes mintty.exe not being able to show the bash.exe output
when running in wine.
A bisect of cygwin1.dll led to this cygwin commit:
49018bf5774fc90ddddc762a8462030c5d528643 is the first broken commit
commit 49018bf5774fc90ddddc762a8462030c5d528643
Author: Takashi Yano <takashi.yano(a)nifty.ne.jp>
Date: Mon Jul 1 17:44:53 2024 +0900
Cygwin: pty: Avoid client deadlock when pty master stops to read.
https://www.cygwin.com/cgit/newlib-cygwin/commit/?h=cygwin-3_5-branch&id=49…https://www.cygwin.com/cgit/newlib-cygwin/commit/?id=c4fb5da2787693ea3bf20b…
Installing cygwin/msys2 or reproducing this issue
might need several other patches from this tree:
https://gitlab.winehq.org/bernhardu/wine/-/commits/msys2-cygwin_2024-11-16/…
--
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=53290
Bug ID: 53290
Summary: app is installed but doenst appear
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steurgo(a)gmail.com
Distribution: ---
Created attachment 72655
--> https://bugs.winehq.org/attachment.cgi?id=72655
it shows the error message
downloaded the app from your website and followe all the steps. now if i check
in the ubuntu softwere it says its installed, but doesnt appear in the app
list. when i try to uninstall if from ubuntu softwere it says there are no
files to delete
--
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=56693
Bug ID: 56693
Summary: Ubuntu 24.04 installation problem
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: addmlbx(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 76475
--> https://bugs.winehq.org/attachment.cgi?id=76475
Output of apt when trying to install winehq-stable on Ubuntu 24.04
Package winehq-stable is not located by the apt when being installed on Ubuntu
24.04. On the other hand, winehq-staging and winehq-devel can be installed
without any problem (installation steps for all 3 packages were made according
to the instruction on the https://wiki.winehq.org/Ubuntu)
--
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=46976
Bug ID: 46976
Summary: All games suffer from moderated to severe stuttering
with mouse polling ~1000
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: zeioth(a)hotmail.com
Distribution: ---
Description: Any game running over Wine will stutter under the next conditions:
How to reproduce:
* Use a mouse with a polling rate of 1000.
* Open any game with wine, using any frametimes measurement tool.
* Move the camera quickly in circles. You will experience severe stuttering
and frametimes spikes.
* The issue is solved when the mouse use a polling rate of 125hz
This issue DOESN'T affect linux native games. This fact has been tested with
the games:
* Bioshock: Infinite
* Portal 1
This issue DOES Affect the next Wine (non DXVK) games:
* Doom 2016
This issue DOES affect the next wine games:
* Sekiro
* Quake Champions
* The witcher 3
* Quake Champions
* Paladins
* And every other game I've tested
Wine versions tested:
* 3.16 stating + dxvk 0.61 (Can reproduce)
* 3.18 stating + dxvk 0.61 (Can reproduce)
* 3.20 tkg + dxvk 0.61 (Can reproduce)
* 4.0 + dxvk 0.61 (Can reproduce)
* 4.5 + dxvk 0.61 (Can reproduce)
* 4.5 + dxvk 1.0.2 (Can reproduce)
* 4.5 (Can reproduce) -> Pure wine on command line, no lutris, dxvk... etc.
* esync-staging-pba-3.16 + dxvk 0.61 -> This build doesn't present FPS
drops when the player move the camera. In sekiro, the camera jiggers instead.
All other games run without camera stuttering.
Video demostration: https://youtu.be/5dAHbvSS-P8
To find more details about this issue, please read:
* https://github.com/ValveSoftware/Proton/issues/2455#issuecomment-480502473
* https://forum.winehq.org/viewtopic.php?f=8&t=32235
Personal notes:
Feel free to ask me anything you need. I'm willing to help as much as I can.
Regards.
--
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.