http://bugs.winehq.org/show_bug.cgi?id=33979
Bug #: 33979
Summary: Still Life 2 demo crashes without native d3dx9_36
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.fileplanet.com/198863/190000/fileinfo/Still
-Life-2-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45144
--> http://bugs.winehq.org/attachment.cgi?id=45144
log+d3dx
Clean wineprefix.
--
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=54522
Bug ID: 54522
Summary: SM1: source swizzles for dp* instructions are using
destination writemask
Product: vkd3d
Version: 1.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
I noticed that doing some unrelated testing. DP4 instructions are written out
as:
dp4 r2.x, r1.x, r0.x
after
https://source.winehq.org/git/vkd3d.git/commit/d01729921c18912708ac3fb75413…
Commenting out sm1_map_src_swizzle() in write_sm1_binary_op() for D3DSIO_DP4
produces expected:
dp4 r2.x, r1, r0
and fixes tests for me.
Francisco, could you take a look?
--
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=54390
Bug ID: 54390
Summary: Renegade Ops crashes on launch
Product: vkd3d
Version: 1.6
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: ---
Fatal DirectX error!
Code: 14
Result: 0x80004005: E_FAIL
07f8:fixme:d3d:wined3d_device_context_resolve_sub_resource Multisample resolve
is not fully supported for typeless formats (dst_format
WINED3DFMT_R8G8B8A8_TYPELESS, src_format WINED3DFMT_R8G8B8A8_TYPELESS, format
WINED3DFMT_R8G8B8A8_UNORM_SRGB).
07f8:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
07f8:err:d3dcompiler:D3DCompile2 Shader log:
07f8:err:d3dcompiler:D3DCompile2 <anonymous>:4:1: E5000: syntax error,
unexpected KW_TEXTURE2DMS
07f8:err:d3dcompiler:D3DCompile2
1.6-86-gf9e7cb63
--
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=54386
Bug ID: 54386
Summary: Call of Juarez crashes on level loading (needs "exp2"
handling)
Product: vkd3d
Version: 1.6
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: ---
0ab0:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0ab0:err:d3dcompiler:D3DCompile2 Shader log:
0ab0:err:d3dcompiler:D3DCompile2 <anonymous>:310:8: E5005: Function "exp2"
is not defined.
0ab0:err:d3dcompiler:D3DCompile2
1.6-73-g653cc02f
--
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=34106
Bug #: 34106
Summary: Bioshock demo needs native d3dx9_33 (purist)
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
After verifying that bug 23884 seems fixed, I tried running the game
after doing 'winetricks alldlls=builtin'.
It crashed after the first small splash screen, before the first logo movie,
with log:
err:d3dcompiler:compile_shader HLSL shader parsing failed.
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7dd73758).
Backtrace:
=>0 0x7dd73758 dump_exception_type+0xfb(type=0x685a180)
[dlls/msvcrt/except_i386.c:227]
...
9 0x7bc829d4 RtlRaiseException+0xb() in ntdll
10 0x00000001 (0x0073ac88)
11 0x7dd69f4d _CxxThrowException+0x47(object=<?>, type=<?>)
[dlls/msvcrt/cpp.c:1085] in msvcrt (0x0073acc8)
12 0x1091267f in bioshock (+0x1267e) (0x0073f760)
...
I'll attach a WINEDEBUG=+d3dcompiler log showing the shader compiler errors.
Setting d3dx9_33 to native rescued the game and let it launch and swim
to the initial entry hall.
--
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=54200
Bug ID: 54200
Summary: 227:11: E5005: Function "sqrt" is not defined.
Product: vkd3d
Version: 1.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: nostritius(a)googlemail.com
Distribution: ---
Created attachment 73732
--> https://bugs.winehq.org/attachment.cgi?id=73732
Mass Effect 1 Log with dxvk
I have tried to run the first Mass Effect Game from Steam with dxvk. As it can
be seen in the attached log, it fails with the message "227:11: E5005: Function
"sqrt" is not defined.". From what i can see, the hlsl part of vkd3d defines
some intrinsic functions (abs, clamp, min, max, ...), where the sqrt function
is searched for, maybe it is just a missing feature? The game works well when
disabling dxvk and running it in opengl mode.
--
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=54126
Bug ID: 54126
Summary: Zoria and the Cursed Land Demo: Error when starting a
new game.
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 73658
--> https://bugs.winehq.org/attachment.cgi?id=73658
Zoria and the Cursed Land Demo Wine 7.19 default terminal output
Hello,
Starting a game in Zoria and the Cursed Land Demo (Steam) results in an error:
--- Error transcript ---
FATAL ERROR in Vertex Shader compilation
ShaderName: sh_underwater
memory:68:25: E5005: Function "transpose" is not defined.
at gml_Object_oGameMasterController_Draw_74
--- end of transcript ---
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.
http://bugs.winehq.org/show_bug.cgi?id=34747
Bug #: 34747
Summary: Clive Barker's Jericho Demo intro movies are grayscale
(without native d3dcompiler_43 or d3dx9_36)
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_21174.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Intro movies without native d3dcompiler_43 or d3dx9_36 plays in grayscale
effect.
--
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=34233
Bug #: 34233
Summary: Rigs of Rods: D3D shader compilation fails
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 45548
--> http://bugs.winehq.org/attachment.cgi?id=45548
Terminal output
How to reproduce:
1. Install RoR
2. Run rorconfig (or check checkbox at the end of installation to launch the
game)
3. Press "Save and Play"
4. Wait until the game loads, press OK in the terrain selection dialog
5. See an error, screenshot of which I'll attach in next post
I attach full terminal log starting from the time I selected D3D9 as rendering
system (it contains game's logs as well as wine's).
--
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.