https://bugs.winehq.org/show_bug.cgi?id=54786
Bug ID: 54786
Summary: Lethe - Episode One needs 'log' support
Product: vkd3d
Version: 1.7
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: ---
0254:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
0254:err:d3dcompiler:D3DCompile2 Shader log:
0254:err:d3dcompiler:D3DCompile2 <anonymous>:336:8: E5017: Aborting due to
not yet implemented feature: Ternary operator.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:372:8: E5017: Aborting due to
not yet implemented feature: Prioritize between multiple compatible function
overloads.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:372:1: W5300: Implicit
truncation of vector type.
0254:err:d3dcompiler:D3DCompile2 <anonymous>:529:15: E5005: Function "log"
is not defined.
1.7-27-gd6d9aab3
--
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=54826
Bug ID: 54826
Summary: Add support for sign() intrinsic
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
Created attachment 74329
--> https://bugs.winehq.org/attachment.cgi?id=74329
sign() unit tests
This is used by MojoShader for the SGN and MOVA instructions.
I don't have a real-world test, but for something like this I imagine the unit
tests would be enough to work with, so I've attached them here.
--
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=54827
Bug ID: 54827
Summary: Add support for ddx(), ddy() intrinsics
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
As you might expect, these are used by MojoShader for DSX and DSY.
Unlike the other reports I don't have a test immediately available since I
don't think I've run into this one before, but I imagine this isn't much more
than a direct translation to a common binary operation.
This uncompiled effect file is the closest thing I have to a real-world case:
https://github.com/sq/Libraries/blob/master/Squared/RenderLib/Shaders/Gauss…
--
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=54849
Bug ID: 54849
Summary: Ubisoft Connect application shows only window frame
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://ubi.li/4vxt9
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0990:err:d3dcompiler:D3DCompile2 Shader log:
0990:err:d3dcompiler:D3DCompile2 C:\fakepath:51:38: E5005: Method
'SampleBias' is not defined on type 'Texture2D<float4>'.
0990:err:d3dcompiler:D3DCompile2
0978:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0978:err:d3dcompiler:D3DCompile2 Shader log:
0978:err:d3dcompiler:D3DCompile2 C:\fakepath:80:41: E5005: Identifier "t0"
is not declared.
1.7-70-g8ed74377
--
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=54887
Bug ID: 54887
Summary: Add support for SampleGrad() function
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
This is used by MojoShader's HLSL emitter for the TEXLDD instruction.
Amusingly, there's a test in vkd3d already, it's just in binary form only!
https://gitlab.winehq.org/wine/vkd3d/-/blob/b46df551eba19ccf45ad907bef0e622…
--
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=54907
Bug ID: 54907
Summary: S.T.A.L.K.E.R. - Call of Pripyat Benchmark needs
asfloat
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temp82(a)luukku.com
Distribution: ---
Created attachment 74414
--> https://bugs.winehq.org/attachment.cgi?id=74414
D3DCompile2
new 32bit prefix, installed the benchmark. download link from bug 24868. trying
to run it all default. I did not try to trace any channel. this log is from the
default run from the console.
--
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=54796
Bug ID: 54796
Summary: Add support for SV_IsFrontFace
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
Created attachment 74291
--> https://bugs.winehq.org/attachment.cgi?id=74291
Basic SV_IsFrontFace to VFACE example
Pulling this from #54736:
https://bugs.winehq.org/show_bug.cgi?id=54736
I don't seem to have a real-world sample readily available, so I just made a
quick sample and pushed it through MojoShader's HLSL emitter (see 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=52283
Bug ID: 52283
Summary: After loading roblox studio, some menus are shifted
and blinking
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: waldirio(a)gmail.com
Distribution: ---
Hi,
After loading the roblox studio via wine, I can see the main screen, all
templates, resize the window and no issue at all. However, when loading any
project, and here I'm using the Baseplate as example, some menus will be
shifted and blinking all the time, for example "Toolbox" or "Asset Manager".
The version in question wine-6.21-1.fc34.x86_64 over Fedora 34
---
$ cat /etc/redhat-release
Fedora release 34 (Thirty Four)
---
Attached I'm going to add some screenshots, via winecfg, I set "Windows 10" as
windows version and also added some different versions of direct.
I'm also adding the dxdiag screen, I can see some dll's are missing. I'm not
sure if they could be the root cause of this behavior.
Thank you in advance for your help.
Waldirio
--
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=16149
Summary: Star Wars Rebellion: tactical battle mode crashes game
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: appleshampooid(a)netscape.net
Created an attachment (id=17394)
--> (http://bugs.winehq.org/attachment.cgi?id=17394)
console output
Star Wars: Rebellion will crash when you try to enter tactical battle mode
(when two fleets meet over a planet). The fastest way to reproduce the bug is
to start a new game as the Rebellion and move your closest fleet to Coruscant,
then bump the game speed up to Fast and you'll get a battle alert within a
minute. Once you take control of the battle, you can issue orders while still
paused, although the starfield is blank and doesn't show any of the ships. As
soon as you unpause the battle or click in the starfield, the game will crash.
NOTE: I'm using the native DLLs for d3drm.dll and d3dxof.dll. The problem with
d3drm.dll is described in bug 8232, but it doesn't look like it's getting fixed
any time soon. From the console output, I'm pretty sure this bug would still
cause the game to crash even if the wine DLLs for those libraries worked (the
errors seem to be coming from other wine DLLs, not the native ones). Other
than those DLLs, I'm running it with a fresh .wine directory on 1.1.8.
Console output is attached, please let me know if you'd like me to enable any
other debug flags. Note that the error which is listed the first few times in
the file is pumped out constantly for the duration of the game, so I'm not sure
if its relevant. I've snipped off the top of the logfile until right before
you enter battle mode and it crashes.
Unfortunately I don't believe the game is available for free download. I'm
running Ubuntu 8.04. Thanks for taking a look.
--
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=12840
Summary: kernel32: change.ok test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12531)
--> (http://bugs.winehq.org/attachment.cgi?id=12531)
+file in git, bzip2 -9'ed
Change.ok is full of failures in PC-BSD:
change.c:82: Test failed: Missed notification
change.c:296: Test failed: should be ready
change.c:759: Test failed: ov.InternalHigh wrong
change.c:763: Test failed: action wrong
change.c:764: Test failed: len wrong
change.c:765: Test failed: name wrong
change.c:820: Test failed: Missed parent notification
Total of 53!
Attached is a +file log.
--
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.