https://bugs.winehq.org/show_bug.cgi?id=40045
Bug ID: 40045
Summary: Thinking Worlds Player: Direct3D 9 application doesn't
display anything
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: zionnimchuk(a)gmail.com
Distribution: ---
Created attachment 53508
--> https://bugs.winehq.org/attachment.cgi?id=53508
Verbose error log warn+all
Wine runs the application, gets no significant errors, but nothing shows up. I
have to force quit (Ctrl-C) the application to close it.
Tested operating systems: 64-bit Arch Linux, 64-bit Ubuntu 15.10
Wine versions tested: 1.9.2, 1.9.1 (from Arch Linux package)
I initially posted this as a forum post. You can see it here:
https://forum.winehq.org/viewtopic.php?f=8&t=26045
Error log (normal output):
fixme:win:EnumDisplayDevicesW ((null),0,0x32f724,0x00000000), stub!
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event
If you look at the more verbose error log, you can see, on line 295-298 it
says:
warn:d3d_surface:surface_init Creating a lockable surface with a POOL of
DEFAULT, that doesn't specify DYNAMIC usage.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
Which I think is the problem.
You can view the verbose error log (warn+all) here:
http://paste.scratchbook.ch/view/ec9a60dc (same as 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.
https://bugs.winehq.org/show_bug.cgi?id=56496
Bug ID: 56496
Summary: BeamNG Techdemo 0.3 needs support for 'implicit
conversion from float3 to float4'
Product: vkd3d
Version: 1.11
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>:543:13: E5017: Aborting due to
not yet implemented feature: Prioritize between multiple compatible function
overloads.
0024:err:d3dcompiler:D3DCompile2 <anonymous>:543:13: E5002: Can't
implicitly convert from float3 to float4.
0024: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=55684
Bug ID: 55684
Summary: Null pointer dereference in failure path
Product: vkd3d
Version: 1.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
From Coverity report:
/home/akhaldi/wine/libs/vkd3d/libs/vkd3d-shader/dxil.c: 1793 in
sm6_parser_declare_function()
1787 return false;
1788 }
1789 ret_type = fn->type->u.function->ret_type;
1790
1791 if (!(fn->type = sm6_type_get_pointer_to_type(fn->type,
ADDRESS_SPACE_DEFAULT, sm6)))
1792 {
>>> CID 1546877: Null pointer dereferences (FORWARD_NULL)
>>> Dereferencing null pointer "fn->type".
1793 WARN("Failed to get pointer type for type %u.\n",
fn->type->class);
1794 return false;
1795 }
1796
1797 if (record->operands[1])
1798 WARN("Ignoring calling convention %#"PRIx64".\n",
record->operands[1]);
The issue is obviously in 'fn->type' being reused in a warning message.
--
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=56426
--- Comment #3 from zsolt.sandor(a)gmail.com ---
Hello,
It seems that the problem is that java changed how they access the network
interfaces and the API they call is not available in wine-stable (9.0) causing
the problem.
The change is however available in the wine-staging (9.8) [ubuntu package name]
and when tried to execute my test, it worked perfectly:
> Getting network interfaces
> 0198:fixme:iphlpapi:GetAnycastIpAddressTable (0, 000000000134F750) stub
> Done
How to move forward? Either backport the changes to stable, or mark as
non-relevant, use the staging / development 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=56637
Bug ID: 56637
Summary: Error opening Foxit Phantom portable executable
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aosd1996(a)gmail.com
Distribution: ---
Created attachment 76409
--> https://bugs.winehq.org/attachment.cgi?id=76409
this is the log file for the error report
I tried to open a Foxit Phantom portable executable using wine and it showed me
this error.
--
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=51606
Bug ID: 51606
Summary: Adobe Creative Cloud and apps like Photoshop CC need
Internet Explorer 11
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: msdobrescu(a)gmail.com
Distribution: ---
Created attachment 70459
--> https://bugs.winehq.org/attachment.cgi?id=70459
Popup appears in Photoshop at startup
Adobe software, mainly Creative Cloud related, like Photoshop CC, requires now
Internet Explorer 11.
I could not manage to install Internet Explorer, regardless the package used.
I have Windows 10, up to date (21H1 right now) and I have installed Photoshop
CC there and copied the files on my Linux for testing. This is because it is
not possible to install Adobe Creative Cloud either, due to missing Internet
Explorer 11.
After starting Photoshop, the attached popup appears, so no possibility to use
Photoshop CC, which is known to work in Wine (seemingly the tested versions of
Photoshop CC are cracked somehow to skip this step, but that is illegal and
dangerous for being know to bring malware).
A IE11 installation or a workaround are necessary.
--
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=56426
Bernhard Übelacker <bernhardu(a)mailbox.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bernhardu(a)mailbox.org
--- Comment #2 from Bernhard Übelacker <bernhardu(a)mailbox.org> ---
I tried to reproduce but it does not fail with wine-9.8,
with build 21.0.3+9-LTS.
So I I did a bisect which led me to this fixing commit:
commit 1bab7ea25e2c1e7bad6940c63c83ec0c1ef5c8f6
Author: Rastislav Stanik <gitlab(a)rastos.org>
Date: Thu Jan 25 21:14:20 2024 +0100
iphlpapi: Add stub for GetAnycastIpAddressTable().
This change adds an implementation of Win32 API function
GetAnycastIpAddressTable() that does not return real information, it
just says "no entries found".
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56065
Therefore is the issue for you resolved?
--
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=56613
Bug ID: 56613
Summary: Errors when building wine-9.4 with -Werror on Fedora
40
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 76370
--> https://bugs.winehq.org/attachment.cgi?id=76370
Errors when building wine-9.4 with -Werror on Fedora 40
Building wine-9.4 (no staging) with -Werror on Fedora 40 with gcc (GCC) 14.0.1
20240411 (Red Hat 14.0.1-0) results in some failures. See attachment. Please
let me know if you need more information. Thanks.
--
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=56584
Bug ID: 56584
Summary: InvokeShellLinker failed to extract icon
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Trying to run the installer for Creature from
https://bugs.winehq.org/show_bug.cgi?id=4713 results in an
055c:err:menubuilder:InvokeShellLinker failed to extract icon from
L"C:\\Program Files\\nvidia corporation\\nvidia
demos\\creature\\binaries\\creatureviewerdx7.exe"
Checking the binaries directory I notice that the exe is actually
CreatureViewerDX7.exe.
So it seems like InvokeShellLinker may be case sensitive?
--
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.