https://bugs.winehq.org/show_bug.cgi?id=56508
Bug ID: 56508
Summary: Wine 9.1-9.5 - vkd3d component fails to compile.
Product: vkd3d
Version: 1.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: ---
Attempting to compile Wine 9.1 up to 9.5 fails during vkd3d component. The
error is present regardless if staging patches are applied or not.
The issue wasn't up to Wine 9.0
I've tried GCC compilers 8.x up to 11.x but issue persists.
--
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=57069
Bug ID: 57069
Summary: Command & Conquer 3: Tiberium Wars (Retail 1.9) - font
regression since Wine 9.14
Product: Wine
Version: 9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i.r.e.c.c.a.k.u.n+bugs.winehq.org(a)gmail.com
Distribution: ---
Since Wine 9.14, the game uses system fonts instead of ingame fonts.
If I remove one used font from the system, it simply fallbacks to another
random font.
Tested Wine versions:
9.10 - ok.
9.11 - ok.
9.12 - ok.
9.13 - ok.
9.14 - affected.
9.15 - affected.
--
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=57035
Bug ID: 57035
Summary: syscalls taking absolute timeouts may resume
prematurely
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: lh_mouse(a)126.com
Distribution: ---
testcase:
```c
// x86_64-w64-mingw32-gcc test.c -Wall -Wextra -O2 -lntdll
#include <windows.h>
#include <winternl.h>
#include <stdio.h>
int
main(void)
{
LARGE_INTEGER t1, t2;
// Get current time and round up to a one-second boundary.
GetSystemTimeAsFileTime((FILETIME*) &t1);
t1.QuadPart /= 10000000;
t1.QuadPart *= 10000000;
t1.QuadPart += 20000000;
// Wait for the current process itself (effectively sleep).
printf("sleep until %lld\n", t1.QuadPart);
NtWaitForSingleObject((HANDLE) -1, FALSE, &t1);
// Check current time.
GetSystemTimeAsFileTime((FILETIME*) &t2);
printf("current time %lld\n", t2.QuadPart);
}
```
On Wine 9.0 the `NtWaitForSingleObject` syscall may resume before the timeout:
```
$ wine ./a.exe
sleep until 133673207280000000
current time 133673207279998808
$ wine --version
wine-9.0 (Ubuntu 9.0~repack-4build3)
```
This behavior was not observed on Wine 6.0 (Ubuntu "Jammy" 22.04 LTS), and is
not observed on any physical installation of Windows 10 on x86-64, nor on
Windows 11 on x86-64 or ARM64.
--
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=57054
Bug ID: 57054
Summary: Colin McRae : DiRT crashes on startup
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: utilisateur01gunner(a)gmail.com
Distribution: ---
Created attachment 76910
--> https://bugs.winehq.org/attachment.cgi?id=76910
backtrace when running with a 64 bit wineprefix
when launching DiRT trough wine (64 or 32 bit, no change) the game crashes
imediately.
CPU : Intel Core 2 Duo E7400
RAM : 4GB DDR2-1066
GPU : Nvidia GTX 750 Ti (official driver version 550.107.02)
Distribution : Linux mint 21.3 (kernel 5.15.0-91)
--
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=57060
Bug ID: 57060
Summary: Crashes when trying to access options in World of
Warships
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jose_ernesto_ruiz(a)live.com.ar
Distribution: ---
Created attachment 76925
--> https://bugs.winehq.org/attachment.cgi?id=76925
This is what it shows when the error occurs
The program crashes when trying to access options such as "armory" or "news"
--
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=39900
Bug ID: 39900
Summary: Flash Player 20 control panel applet does not load
Product: Wine
Version: 1.8
Hardware: x86
URL: https://get.adobe.com/flashplayer/otherversions/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64
Adobe Flash (NPAPI) 20.0.0.235
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0
Steps to reproduce:
1. Install Adobe Flash Player 20 NPAPI
(https://get.adobe.com/flashplayer/otherversions/)
2. Attempt to load the control panel applet via "wine control" or directly
with:
wine rundll32 shell32.dll,Control_RunDLL
…/drive_c/windows/system32/FlashPlayerCPLApp.cpl
3. Result: Exits silently. No Wine messages.
There is a "Settings Manager" (…/drive_c/windows/system32/FlashPlayerApp.exe)
that works normally. I don't know how its feature set compares to the applet.
--
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=57063
Bug ID: 57063
Summary: Programs in Wine do not trust self-signed Root CA in
system trust store
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asicosilomu(a)protonmail.com
Distribution: ---
Created attachment 76926
--> https://bugs.winehq.org/attachment.cgi?id=76926
Output of curl https://rfdext.net under Linux and Wine.
I will keep this introduction short as it does not serve much of a purpose.
I am trying to get some old Roblox clients to work on my local server, and they
insist on using HTTPS for the web APIs. I had modified them to use rfdext.net
as the domain name, it and all relevant subdomains redirected to 127.0.0.1 in
/etc/hosts.
I had issued a Root CA (with 274 years validity) to serve this purpose. Then, I
used this Root CA to sign the webserver certificate (valid for just as long).
The web certificate has rfdext.net, *.rfdext.net, localhost, *.localhost,
127.0.0.1 as the alternate names.
My setup consists of a PHP server on localhost:80, and socat listening on
localhost:443 (using the web cert) redirecting all requests to localhost:80. I
have also tried openssl s_server for testing the connection.
The actual issue is with getting the client to trust my CA.
I add the Root CA (rootca.crt, DER format) to the system trust store as you
would on Fedora. Drop into /etc/pki/ca-trust/source/anchors and run
update-ca-trust as root.
After a reboot, I can confirm it is trusted by the system. I can visit
https://rfdext.net (as well as localhost) in Firefox without any security
warnings. cURL on the command line does not complain either.
Trying the clients and... nothing. It appears as they are all unable to access
the required endpoints. Downloading curl for Windows from curl.se and doing the
same, and it complains about the Root CA being self-signed (see attachment 1).
It appears as if programs running under Wine do not trust my CA. No amount of
reboots fixed that.
The Root CA is listed in Control Panel > Internet Settings > Content >
Certificates... > Trusted Root Certification Authorities (under Wine).
Re-importing the certificate from that menu appears to succeed but is
completely useless. Under Linux, the certificate exists in the standard
location /etc/ssl/certs, as well as in /etc/ssl/certs/ca-certificates.crt and
/etc/ssl/certs/ca-bundle.crt.
I am using Fedora 40 and Wine 9.5 (staging), which might be worth mentioning.
--
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=57068
Bug ID: 57068
Summary: Application in wine only sees loopback interface
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)vongaisberg.de
Distribution: ---
Created attachment 76935
--> https://bugs.winehq.org/attachment.cgi?id=76935
trace of DMX-Workshop with +winsock
When running DMX-Workshop by Singularity, only the loopback device is
discovered.
ipconfig and other programs see all devices.
Attached is a trace with +winsock
--
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=57066
Bug ID: 57066
Summary: wine fail to find symlink correctly for termux android
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
https://github.com/trcrsired/wine-release/releaseshttps://github.com/trcrsired/llvm-releases/releases/tag/llvm20-20240811
if the llvm being put not in the .wine/drive_c but a normal path, it won't find
such file. The symlink handling is wrong for android
--
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=57065
Bug ID: 57065
Summary: Windows Live Messenger - Shell32 MenuBand
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: walter.verkerk(a)gmail.com
Distribution: ---
When I attempt to start Escargot Windows Live Messenger 14
https://escargot.chat/services/messenger/forums/110002000195640/installing-…
Following this guide, the application installs succesfully, it even goes to the
system tray, but will not open in Wine throwing out the following errors:
supayoshi@hostname:~$ env WINEPREFIX="/home/supayoshi/.wine-wlm" WINEARCH=win32
wine msnmsgr
002c:fixme:winediag:loader_init wine-staging 9.14 is a testing version
containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing
bug reports on winehq.org.
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ole:CoInitializeSecurity 009BFE54, -1, 00000000, 00000000, 6, 3,
00000000, 0, 00000000 stub
0120:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:msvcrt:_set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2821408-c59d-418f-ad3f-aa4e792aeb79}
0120:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0128:fixme:iphlpapi:NotifyRouteChange (Handle 01EEFEF8, overlapped 01EEFED4):
stub
0120:fixme:wtsapi:WTSQuerySessionInformationW returning 0 protocol type
0120:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010082 0x00000000
0090:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=00000000): stub
0120:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345}
not registered
0120:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345}
not registered
0120:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not
registered
0120:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0120:err:ole:com_get_class_object no class object
{4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x17
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently
supported.
0120:fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently
supported.
0058:fixme:mountmgr:enumerate_credentials not supported
0120:fixme:wininet:InternetSetOptionW Option 28 STUB
0120:fixme:wininet:InternetSetOptionW Option 29 STUB
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{c91abddb-a15e-4c67-b7c8-7cc416c5e623}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{f6a53b97-7372-4297-8609-6b74d4811585}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{6208136c-bd35-47b0-923f-3c5b88199877}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7d107a23-2cc2-4c61-b845-cb9b91035fa0}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{0b82e670-d75c-4f80-b673-5c9ccf161a8b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{98a01ded-68a4-436d-9118-e55ee227e83b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56aaa547-c2cc-4eef-9186-53399995ca15}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ea2427e4-f413-4363-befc-f5ba666530f8}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ae7d1ef7-d882-4f44-8435-c6335ac2f6cf}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5f6ec26b-93fb-4691-a71a-e7e0792b1d26}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{beef92b0-c562-4dcd-a6a1-338d8704ff28}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ec404aec-1435-41c9-9fa1-3ac9209bffa9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{d6e54d2e-8869-45df-bae8-6aeb31369574}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72749788-3603-4b28-88b9-c556c15cce35}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{31b304c3-bdaf-4154-ad2b-495236b67b83}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{a862040a-893b-48dc-be26-518547d9b951}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1a900155-8f69-4961-ab43-30aecb8eeab5}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{de4ccc69-8c26-491f-b7e4-d71c1c7418ec}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{8e820782-d7e8-40b9-a73d-2006c7762a9f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{6bb42248-83c7-415e-999e-f442f4f607a6}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e765dd4a-2c95-4467-9fb3-ff3352371ad6}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{d8cd678c-47ca-4ff2-a448-87c47fadff8c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e5f76777-af8b-41af-8f02-9f5d1c3c8d26}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{c94c080c-04e0-438a-b41f-eaaaa8960b3f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{fefcda53-3a1c-4a63-8c73-e5f70b5d974a}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{29278a8a-c4b8-49b0-b160-a90e4fb00706}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2bcf658d-91b4-4794-8a96-3603d1e4597f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b0}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{8077c604-4957-4345-aa33-61fbabf5cb63}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{dc40325d-1916-48c1-8488-856aac950384}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b1}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{4d0ab3c5-9412-45e0-af0d-6741c4cf58b9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1fed1b7d-8df3-4a5b-bb5a-139c4a1856d1}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1f947c47-4b05-4cfa-bbff-6aa47562343c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{96d9f6c5-1793-4338-92ba-0d576f68febd}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{282989a0-298f-429e-a32f-54dd7c11c54c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{eada29c6-9c4f-4fc9-bebc-355810898a85}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{f61f5b05-2853-4540-bd89-3dde7385fc54}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{3e90bd0e-68e1-4a81-a255-312aecdc4254}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b2}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{816422cc-217d-4481-bed4-8da423c06bc9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{816422cd-217d-4481-bed4-8da423c06bc9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{913483fb-23a2-41d4-aa91-c8f1fe5974ff}
0120:fixme:msvcrt:type_info_name_internal_method type_info_node parameter
ignored
0120:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
014c:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001009E 0x00000001
014c:fixme:d3d:wined3d_guess_card No card selector available for card vendor
0000 (using GL_RENDERER "llvmpipe (LLVM 15.0.6, 256 bits)").
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:surface_allocator_AllocateSurface Unhandled bit depth 24.
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:d3d:wined3d_guess_card No card selector available for card vendor
0000 (using GL_RENDERER "llvmpipe (LLVM 15.0.6, 256 bits)").
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:quartz:surface_allocator_AllocateSurface Unhandled bit depth 24.
0120:fixme:advapi:RegisterEventSourceW ((null),L"WindowsLiveMessenger"): stub
0120:fixme:ras:RasEnumConnectionsA (009BF4AC,009BF498,009BF4A0),stub!
0120:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
0120:err:ole:com_get_class_object class {5b4dae26-b807-11d0-9815-00c04fd91972}
not registered
0120:err:ole:com_get_class_object no class object
{5b4dae26-b807-11d0-9815-00c04fd91972} could be created for context 0x1
0120:fixme:ras:RasEnumConnectionsA (009BF074,009BF060,009BF068),stub!
0120:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
This happens when attempting to open msnmsgr (wlm14) Setting compatibility to
Windows7 or Higher or lower does not help.
--
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.