https://bugs.winehq.org/show_bug.cgi?id=48496
Bug ID: 48496
Summary: TimeShift demo crashes on startup with builtin
d3dcompiler_47 or d3dx9_34
Product: Wine
Version: 5.0
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-56060/TimeShift-D
emo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 66291
--> https://bugs.winehq.org/attachment.cgi?id=66291
d3dcompiler+d3dx
Demo launches when libraries set to 'native,builtin'. Anyway when shaders
building done it hangs pointing to bug 46301.
--
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=30237
Bug #: 30237
Summary: Nuclear Strike fails to start
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Game fails to start. Will post console output and +all log. Game is an old 98
application and I can see a VXD in the game directory it must be trying to load
(been a while since Ive seen one of those).
--
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=45868
Bug ID: 45868
Summary: Windower 5 beta (FF XI tool) crash:
System.ArgumentNullException: Value cannot be null.
Parameter name: icon at
System.Windows.Interop.Imaging.CreateBitmapSourceFromH
Icon() at Windower.UI.StockIcons.GetStockIcon()
Product: Wine
Version: 3.16
Hardware: x86
URL: http://files.windower.net/5/core/test/windower.portabl
e.zip
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62366
--> https://bugs.winehq.org/attachment.cgi?id=62366
crashlog
Steps:
- winetricks -q dotnet45
- winetricks win7
unzip ~/Downloads/windower.portable.zip
WINEDLLOVERRIDES=dwmapi,dbghelp=d wine windower.exe
(disable dwmapi to workaround 45832, disable dbghelp to get clear crash,
otherwise crashhandler is invoked that hides the real problem)
sha1sum windower.portable.zip
96e8492fd229175557b376e030a96f9d50641ded windower.portable.zip
Hack to get around this bug (showing the problem is in SHGetStockIconInfo most
likely):
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 837abd3fec..dc7ed03d7c 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -400,7 +400,7 @@
@ stdcall SHGetSpecialFolderLocation(long long ptr)
@ stdcall SHGetSpecialFolderPathA(long ptr long long)
@ stdcall SHGetSpecialFolderPathW(long ptr long long)
-@ stdcall SHGetStockIconInfo(long long ptr)
+#@ stdcall SHGetStockIconInfo(long long ptr)
@ stdcall SHHelpShortcuts_RunDLL(long long long long) SHHelpShortcuts_RunDLLA
@ stdcall SHHelpShortcuts_RunDLLA(long long long long)
@ stdcall SHHelpShortcuts_RunDLLW(long long long long)
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=49031
Bug ID: 49031
Summary: Photoshop Elements 2020 - Installer hangs with blank
screen
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 67008
--> https://bugs.winehq.org/attachment.cgi?id=67008
Console Output (gzipped - wine 5.6)
Hello everyone,
I tried "Photoshop Elements 2020" (German installer) with wine 5.6:
The installer window opens up, presents a blank white window and that's pretty
much it.
Console output is attached in gzip-Format as it got quite huge.
sha256sum PhotoshopElements_2020_LS30_win64.exe
a1a0fe081daa133547f9db5cd4a69a942e72efef0dc798cac75b044990855c5c
PhotoshopElements_2020_LS30_win64.exe
Download URL I got the package from is at:
https://helpx.adobe.com/de/download-install/using/download-install-photosho…
--
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=45858
Bug ID: 45858
Summary: Setup program for leaked Winamp 5.8 beta crashes after
first screen.
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryan.farmer.android(a)gmail.com
Distribution: ---
Created attachment 62346
--> https://bugs.winehq.org/attachment.cgi?id=62346
Backtrace of setup program crash
Setup program for leaked Winamp 5.8 beta crashes after first screen.
1. Download leaked Winamp 5.8 beta.
https://anonfile.com/c4Wf2eh3b4/winamp58_3653_beta_full_en-us_exe
2. Open with Wine.
3. Click Next on the setup program.
4. Setup program crashes.
Tested on Wine 3.16 as provided by Fedora 29.
--
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=48537
Bug ID: 48537
Summary: Prezzie Hunt fails to launch
Product: Wine
Version: 5.0
Hardware: x86
URL: http://www.skylinesoftware.co.uk/PHDL/PH8.zip
OS: Linux
Status: NEW
Keywords: download, patch
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
When clicking "Game" -> "Start New Game" from the menu, a message box is
displayed saying "Go failed, seterrorcode oldest: 71 newest: 87, DDERR:
D3DERR_TEXTURE_LOAD_FAILED". The linked Staging patch fixes it.
--
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=57053
Bug ID: 57053
Summary: Photoshop CS6: Toggling Fullscreen breaks the UI
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: monovar(a)protonmail.com
Distribution: ---
Starting from wine-staging 9.12 onwards, toggling fullscreen in Photoshop CS6
causes the UI to break and become invisible and unresponsive. It works fine in
9.9, 9.10, 9.11.
--
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=53900
Bug ID: 53900
Summary: MLM Easy Money halted at Step 29 (MSGHOO32.OCX
Component or dependency missing) MFC40
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfc
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73444
--> https://bugs.winehq.org/attachment.cgi?id=73444
Console output (wine-7.20 on Slackware64/Multilib)
I am trying a very old program demo which is no longer being offered for sale
but archive.org has a copy of the demo:
https://web.archive.org/web/20060528111217/http://www.mlmeasymoney.com/down…
bash-5.1$ sha1sum emv9demo.exe
a202b1304452cde6f78bfbaba3a7bc02b8f28f52 emv9demo.exe
At first glance this might be the relevant part of console output. I have
attached the full log.
0024:err:module:import_dll Library MFC40.DLL (which is needed by
L"C:\\windows\\system32\\MSGHOO32.OCX") not found
bash-5.1$ wine --version
wine-7.20
--
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=57043
Bug ID: 57043
Summary: support for Control Panel applets CPL in NE 16bits
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Distribution: ---
Windows 3.1x support CPL in NE format (16bits)
Windows 98 support CPL in NE format (16bits) [also support CPL in PE32]
Support for NE CPL is drop in Windows XP
Some old old software (win3.1) include Control Panel items in CPL NE format
--
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=43218
Bug ID: 43218
Summary: Paint Shop Pro X9 Installer doesn't download anything
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58505
--> https://bugs.winehq.org/attachment.cgi?id=58505
Console output wine 2.10 (non-staging)
Hello everyone,
in the past I already submitted some bug reports for the Corel installation
routine of Paint Shop Pro and there has been some progress.
It is now possible to accept the EULA and the installation window also shows up
but the downloader doesn't download anything.
I am attaching my console output for further information.
--
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=57052
Bug ID: 57052
Summary: Corel Paint Shop Pro X7 installer shows up strange
error message with PAPP PVENDOR and PGUID
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: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 76908
--> https://bugs.winehq.org/attachment.cgi?id=76908
wine 9.14 (non staging) console output
Hello everyone,
when revisiting one of my previously reported bugs with a later wine version I
tried reinstalling the "Paint Shop Pro X7" installation routine.
I had a copy of the installer on my Network Drive with the following specs:
bash-5.1$ sha256sum PSPX7_TBYB30.exe
507b11367b9d6e1393f182b0d7af87e9eb0c0e8c143042e2c20addea2a032ba3
PSPX7_TBYB30.exe
This time a different Windows message:
>SetupNew/setup.cpp (143)
PAPP:
PVENDOR:
PGUID:
$
@Windows Vista Service Pack 0 (9600)
IE Version: 9.11.9600.18746
Console output is 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=57051
Bug ID: 57051
Summary: Opera Neon installs fine but installer itself doesn't
show up
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: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 76907
--> https://bugs.winehq.org/attachment.cgi?id=76907
wine 9.14 (non staging) console output
Hello everyone,
I am not sure if this is a bug or not but the application "Opera Neon" installs
fine but doesn't display anything.
The installed can be downloaded from the following site:
https://www.opera.com/computer/thanks?ni=stable_neon&os=windows
The neon.exe file gets installed in:
/home/mwagner/WineApps/OperaNeon/drive_c/users/mwagner/AppData/Local/Opera
Software/Opera Neon/Application
bash-5.1$ sha256sum OperaNeonSetup.exe
76d998a47c34e89447eb6ca177ea3d563abbf3c1153184f7c47923d0249abd00
OperaNeonSetup.exe
--
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=57033
Bug ID: 57033
Summary: ChessBase 17 crashes after splash screen again
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: winehq(a)brobston.com
CC: rbernon(a)codeweavers.com
Regression SHA1: c2d46eaa1ef07a2921e5711212e9c5c354f58112
Distribution: Ubuntu
Created attachment 76881
--> https://bugs.winehq.org/attachment.cgi?id=76881
Log from launching ChessBase 17 at the first bad commit
ChessBase 17 once again crashes after its splash screen.
https://bugs.winehq.org/show_bug.cgi?id=56958 was fixed, but the problem has
returned. Log (with WINEDEBUG=warn+all) from the first bad revision is
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=56811
Bug ID: 56811
Summary: Jade Empire configuration tool fails to show up
(either in fullscreen or virtual desktop mode)
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 4573910acc2783a3f678a428aa313377b09a04e8
Distribution: ArchLinux
Created attachment 76614
--> https://bugs.winehq.org/attachment.cgi?id=76614
WINEDEBUG=+vulkan,+system,+driver,+explorer
The configuration tool for Jade Empire: Special Edition doesn't show up, I can
only see the empty background of the virtual desktop.
JadeEmpireConfig.exe and wineserver are both using 50-50% CPU, but nothing
happens.
First this occurred after
commit 4573910acc2783a3f678a428aa313377b09a04e8
win32u: Move D3DKMT vulkan implementation out of winex11.
Beginning with that commit only virtual desktop mode was affected, the
application still worked in Wine's full screen mode.
Then came commit 6b8cdda502a5fd726529af0cdb14c57467cde14b (which fixed bug
#56764). Since then the application doesn't work either in full screen or
virtual desktop mode.
AFAIK no demo version exists. I tested with the GOG.com version of the game.
wine-9.10-164-g7eb72b7bb3d
X.Org X Server 1.21.1.13
Nvidia binary drivers 550.40.63.
XFCE 4.18
--
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.