https://bugs.winehq.org/show_bug.cgi?id=55219
Bug ID: 55219
Summary: Sample() method fails to compile for ps_2_0
Product: vkd3d
Version: 1.8
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: ---
Created attachment 74833
--> https://bugs.winehq.org/attachment.cgi?id=74833
test
Extracted from existing d3dcompiler tests:
---
1 sampler s;
2 Texture2D t;
3 float4 main() : COLOR
4 {
5 return t.Sample(s, float2(0.5, 0.5));
6 }
---
This fails to compile currently, on Windows this produces (combined?) s+t
definition at s0.
--
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=54339
Bug ID: 54339
Summary: Wine doesn't recognize RTX 3xxx and 4xxx
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kohen.d(a)gmail.com
Distribution: ---
Wine does not recognize RTX 30xx and 40xx Nvidia cards, it prevents games from
auto-configuring the performance.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wined3d/adapter_gl.c…
Tested on 3050, but should be on 3070, 3070, 3090, 4070, 4090...
--
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=56353
Bug ID: 56353
Summary: BeamNG Techdemo 0.3 needs support for 'Prioritize
between multiple compatible function overloads'
Product: vkd3d
Version: 1.10
Hardware: x86-64
URL: https://www.moddb.com/games/beamng/downloads/beamng-te
chdemo-03
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -5.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:638:17: E5017: Aborting due to
not yet implemented feature: Prioritize between multiple compatible function
overloads.
0024:err:d3dcompiler:D3DCompile2
wine: Unhandled page fault on read access to 00000000 at address 1043ADF5
(thread 0024), starting debugger...
--
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=54377
Bug ID: 54377
Summary: Rayman Origins has messed up rendering due to missing
'tan' handling
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: gijsvrm(a)gmail.com
Distribution: ---
0218:err:d3dcompiler:D3DCompile2 Shader log:
0218:err:d3dcompiler:D3DCompile2 <anonymous>:166:18: E5005: Function "tan"
is not defined.
0218:err:d3dcompiler:D3DCompile2
--
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=56894
Bug ID: 56894
Summary: Compile Error
Product: Wine-staging
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 0rtjiosoi3(a)pirolsnet.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When I compiled the wine-staging, I taken the following error;
include/config.h:847:9: warning: "_GNU_SOURCE" redefined
dlls/ntdll/unix/esync.c:183:38: error: passing argument 1 of
‘_InterlockedCompareExchange’ from incompatible pointer type
[-Wincompatible-pointer-types]
183 | if (!InterlockedCompareExchange( (int
*)&esync_list[entry][idx].type, type, 0 ))
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int *
dlls/ntdll/unix/esync.c:256:14: warning: format ‘%x’ expects argument of type
‘unsigned int’, but argument 6 has type ‘NTSTATUS’ {aka ‘long int’} [-Wformat=]
256 | WARN("Failed to retrieve fd for handle %p, status %#x.\n",
handle, ret);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
|
|
|
NTSTATUS {aka long int}
dlls/ntdll/unix/esync.c:275:33: error: passing argument 1 of
‘_InterlockedExchange’ from incompatible pointer type
[-Wincompatible-pointer-types]
275 | if (InterlockedExchange((int *)&esync_list[entry][idx].type,
0))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| int *
dlls/ntdll/unix/esync.c:939:51: error: passing argument 1 of
‘_InterlockedDecrement’ from incompatible pointer type
[-Wincompatible-pointer-types]
939 | InterlockedDecrement( &semaphore->count );
| ^~~~~~~~~~~~~~~~~
| |
| int *
--
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=56432
Bug ID: 56432
Summary: AutoCAD 2021: installation fails with error 120
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wasserprojekt(a)gmail.com
Distribution: ---
Created attachment 76193
--> https://bugs.winehq.org/attachment.cgi?id=76193
AutoCAD 2021 install winedbg Setup.exe
Installer starts normally, options are selected.
Fails when starting to install AutoCAD 2021 Core. Error message "Install error
120: call not implemented".
winedbg messages in attachment.
--
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=17258
Summary: M.A.X.2 : error "Screen init failed" when starting the
game
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jazzedupj0sh(a)gmail.com
Created an attachment (id=19245)
--> (http://bugs.winehq.org/attachment.cgi?id=19245)
Game does not start, instead shows this error
Installation works fine. This is a game meant for Windows 98. Not sure which
version of Directx it uses.
The game does not start, instead I get an error. The screenshot of the error is
attached.
--
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=55285
Bug ID: 55285
Summary: Wine 8.12 screws up CUPS-PDF print from Lotus Approach
Product: Wine-staging
Version: 8.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Fedora 38
Wine 8.12
cups-pdf-3.0.1-18.fc38.x86_64
Lotus Approach N99.8.0208.0800 (Smart Suite)
Wine 8.12 screws up cups-pdf print.
Two attachments:
1) a sample screwd up PDF
2) the results of
WINEDEBUG=seh,gdi,enhmetafile,winspool,localspl,psdrv wine approach.exe 2&>1 >
WinePrintError.txt
--
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=9418
Summary: Colasoft Mac Scanner 1.1 doesn't work
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.colasoft.com/mac_scanner/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained in
http://www.linuxforums.org/forum/wine/101536-problem-tcp-ip.html
"[Running colasoft mac scan in wine complains
Cannot find any valid ip address...]"
So I downloaded it and tried it.
It found my IP address right away, so that's fine.
But it wasn't able to actually scan for MAC addresses; it
had lots of
fixme:iphlpapi:SendARP (DestIP 0xda01a8c0, SrcIP 0x00000000, pMacAddr
0x7abcc808, PhyAddrLen 0x7abcc7fc): stub
messages. On Linux, at least, the way to do this is
probably to send the packet, wait a millisec, then do
ioctl SIOCGARP. (Or the command arp -n W.X.Y.Z. Or look in /proc/net/arp.)
It'd be cheesy beans to implement, if anybody cares to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.