https://bugs.winehq.org/show_bug.cgi?id=50318
Bug ID: 50318
Summary: 'HKLM\System\CurrentControlSet\Services\Tcpip\Paramete
rs\DataBasePath' registry entry has non-standard value
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
related to bug 12076 but a preceding registry issue.
Stable download link to 3ds Max 9 trial version via Internet Archive:
https://web.archive.org/web/20150724061434/http://files.modacity.net/softwa…
--- snip ---
$ WINEDEBUG=+seh,+relay,+loaddll,+msi wine msiexec -i 3dsmax9_win32.msi
>>log.txt 2>&1
...
0118:trace:msi:ACTION_CustomAction Handling custom action L"MRSetService" (1
L"Callcustom" L"MRSetService")
...
0118:trace:msi:HANDLE_CustomType1 Calling function L"MRSetService" from
L"C:\\users\\focht\\Temp\\msi9e65.tmp"
...
07d0:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=017e033f
07d0:Ret PE DLL (proc=017EEF6D,module=017B0000
L"msi9e65.tmp",reason=PROCESS_ATTACH,res=00000000) retval=1
...
07d0:Ret KERNEL32.LoadLibraryW() retval=017b0000 ret=100210f6
07d0:Call KERNEL32.GetProcAddress(017b0000,0017eae0 "MRSetService")
ret=1002110a
07d0:Ret KERNEL32.GetProcAddress() retval=017c1c80 ret=1002110a
...
07d0:Call advapi32.RegOpenKeyExA(80000002,01808614
"SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters",00000000,0002001f,014df034)
ret=017c1b81
07d0:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=017c1b81
07d0:Call advapi32.RegQueryValueExA(000000d4,01808604
"DataBasePath",00000000,014df01c,014df03c,014df020) ret=017c0561
07d0:Ret advapi32.RegQueryValueExA() retval=00000000 ret=017c0561
07d0:Call KERNEL32.ExpandEnvironmentStringsA(014df03c
"C:\\windows\\system32\\drivers",014df43c,00000400) ret=017c1bfd
07d0:Ret KERNEL32.ExpandEnvironmentStringsA() retval=0000001c ret=017c1bfd
...
07d0:Call KERNEL32.GetFullPathNameA(019a0ea8
"C:\\windows\\system32\\drivers\\services",00000104,014df688,014df4f8)
ret=017de351
...
07d0:Ret KERNEL32.GetFullPathNameA() retval=00000024 ret=017de351
...
07d0:Call KERNEL32.FindFirstFileA(019a0ea8
"C:\\windows\\system32\\drivers\\services",014df50c) ret=017de3f1
...
07d0:Ret KERNEL32.FindFirstFileA() retval=ffffffff ret=017de3f1
....
07d0:Call KERNEL32.CreateFileA(019a0ea8
"C:\\windows\\system32\\drivers\\services",80000000,00000000,014df670,00000003,00000080,00000000)
ret=017de5f4
...
07d0:Ret KERNEL32.CreateFileA() retval=ffffffff ret=017de5f4
07d0:Call KERNEL32.GetLastError() ret=017de2cf
07d0:Ret KERNEL32.GetLastError() retval=00000002 ret=017de2cf
...
07d0:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,014df770)
ret=017eec32
07d0:Call ntdll.memcpy(014df6c8,014df770,0000000c) ret=7b00ff18
07d0:Ret ntdll.memcpy() retval=014df6c8 ret=7b00ff18
07d0:trace:seh:dispatch_exception code=e06d7363 flags=1 addr=7B00FF28
ip=7b00ff28 tid=07d0
07d0:trace:seh:dispatch_exception info[0]=19930520
07d0:trace:seh:dispatch_exception info[1]=014df7a0
07d0:trace:seh:dispatch_exception info[2]=01811c9c
07d0:trace:seh:dispatch_exception eax=014df6b4 ebx=0017ea01 ecx=014df770
edx=0000000c esi=00000003 edi=014df720
07d0:trace:seh:dispatch_exception ebp=014df708 esp=014df6b4 cs=7bc50023
ds=14d002b es=7bc3002b fs=14d0063 gs=006b flags=00000216
07d0:trace:seh:call_vectored_handlers calling handler at 7B00F270 code=e06d7363
flags=1
07d0:trace:seh:call_vectored_handlers handler at 7B00F270 returned 0
07d0:trace:seh:call_stack_handlers calling handler at 01805E2E code=e06d7363
flags=1
...
07d0:Call user32.MessageBoxA(00000000,0181d368 "Runtime Error!\n\nProgram:
C:\\windows\\system32\\msiexec.exe\n\n\r\nThis application has requested the
Runtime to terminate it in an unusual way.\nPlease contact the application's
support team for more information.\r\n",0180b7b8 "Microsoft Visual C++ Runtime
Library",00012010) ret=017fdfa1
...
--- snip ---
The custom action dll appends 'services' to the path queried from registry and
tries to access the file.
'C:\\windows\\system32\\drivers\\services'
This obviously can't work because file doesn't exist -> bug 12076
But the installer is supposed to access
'C:\\windows\\system32\\drivers\\etc\\services' here. Wine uses a non-standard
path here.
Wine registry:
--- snip ---
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters]
"DataBasePath"="C:\\windows\\system32\\drivers"
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/3acb0b3326c4120ea0c4c6076bd03c9…
--- snip ---
3947
HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters","DataBasePath",2,"%11%\drivers"
--- snip ---
According to Microsoft docs:
https://support.microsoft.com/en-us/help/314053/tcp-ip-and-nbt-configuratio…
--- quote ---
DatabasePath
Key: Tcpip\Parameters
Value Type: REG_EXPAND_SZ - Character string
Valid Range: A valid Windows NT file path
Default: %SystemRoot%\System32\Drivers\Etc
Description: This parameter specifies the path of the standard Internet
database files (HOSTS, LMHOSTS, NETWORKS, PROTOCOLS). It is used by the Windows
Sockets interface.
--- quote ---
The custom action dll also calls 'ExpandEnvironmentStringsA' afterwards which
suggests this key is indeed of 'REG_EXPAND_SZ' type.
Autodesk KB:
https://knowledge.autodesk.com/search-result/caas/sfdcarticles/sfdcarticles…
--- quote ---
Issue: 3DS Max installs will fail. The log shows CustomAction MRSetService
returned actual error code 1603
Causes: Mental Ray Satallite service cannot be created
Solution:
One known cause of this error is a missing "Services" file from
C:\Windows\System32\drivers\etc.
If that file is missing it can be recovered with a windows OS repair or by
simply copying it over from a system that still has the file.
Workaround:
If the user will not be using Mental Ray for rendering you can remove the
Mental Ray service from the installation. Steps below
1.) Download and install orca msi editing tool
http://www.technipages.com/download-orca-msi-editor
2.) Copy the install media for 3ds max to a local drive or navigate to the
downloaded installer directory. Find the install msi for 3ds Max, usually
x64/max/3dsmax.msi
3.) Right click the msi and choose edit in orca
4.) In "Custom Actions" Search for the line MRSetService and delete it. Close
Orca and save the changes.
5.) Run the 3ds Max install again.
--- quote ---
It seems the key was added with bug 45821 ("Metasploit Console won't start due
to missing registry value
HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath") but with
non-standard value.
https://source.winehq.org/git/wine.git/commitdiff/bfe48889aeda69cac81e46b1d…
No idea where Alex got the key value from.
After the fix, the installer will still abort but now trying the proper
non-existing file path.
This will match what the Wine-Staging patchset from bug 12076 does: creating
the missing files in 'C:\\windows\\system32\\drivers\\etc\\' directory.
https://github.com/wine-staging/wine-staging/blob/master/patches/wineboot-d…
$ sha1sum 3dsmax9.zip
d04eeb0eeabbb7cedaf536170fb6879b2faf1a25 3dsmax9.zip
$ du -sh 3dsmax9.zip
590M 3dsmax9.zip
$ wine --version
wine-6.0-rc2
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.
https://bugs.winehq.org/show_bug.cgi?id=51035
Bug ID: 51035
Summary: Alacritty v0.7.2 portable crashes
Product: Wine
Version: 6.6
Hardware: x86-64
URL: https://web.archive.org/web/20210420101639/https://github.com/alacritty/alacritty/releases/download/v0.7.2/A
lacritty-v0.7.2-portable.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Alacritty is a cross-platform, OpenGL terminal emulator. Related to WSL.
Source: https://github.com/alacritty/alacritty
[Windows] ConPTY support (Windows 10 version 1809 or higher)
Alacritty doesn't create the config file for you, but it looks for one in the
following locations
%APPDATA%\alacritty\alacritty.yml
https://web.archive.org/web/20210420102248/https://github.com/alacritty/ala…
0110:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x2100 for device
0.
0110:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x2100 for device
1.
010c:Call KERNEL32.SetEnvironmentVariableW(001979b0
L"DESKTOP_STARTUP_ID",00000000) ret=1400514ff
010c:Call ntdll.RtlInitUnicodeString(0011bf60,001979b0 L"DESKTOP_STARTUP_ID")
ret=7b04f9ec
010c:Call user32.MessageBoxW(00000000,001a14e0 L"panicked at 'failed to remove
environment variable `\"DESKTOP_STARTUP_ID\"`: Environment variable not found.
(os error 203)', library\\std\\src\\env.rs:365:29\n\nPress Ctrl-C to
Copy",00197830 L"Alacritty: Runtime Error",00012010) ret=1400b2c1c
Related to PR: https://github.com/alacritty/alacritty/pull/2525
// Prevent child processes from inheriting startup notification env.
env::remove_var("DESKTOP_STARTUP_ID");
sha1sum Alacritty-v0.7.2-portable.exe
ab6b11090f355b3d0711423f4076ff06d048a5e1 Alacritty-v0.7.2-portable.exe
du -sh Alacritty-v0.7.2-portable.exe
3.9M Alacritty-v0.7.2-portable.exe
Various WSL tools list: https://github.com/sirredbeard/Awesome-WSL
--
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=50492
Bug ID: 50492
Summary: Amazon Chime 4.x (.NET 4.5 app) reports 'Failed to
InjectErrorHandlingScript, Unable to cast COM object
of type 'System.__ComObject' to interface type
'mshtml.HTMLHeadElement''
Product: Wine
Version: 6.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says. Extracted from bug 48474
Stable download link via Internet Archive:
https://web.archive.org/web/20200117134752/https://clients.chime.aws/win/re…
Prerequisite: 'winetricks -q dotnet452'
---
Managed exception happens after clicking 'Join meeting without account':
Chime logs 'trace-2021-01-12.log':
--- snip ----
BibaSource Information 0 [1] 01/12/2021 16:25:33.002427:
*****************
BibaSource Information 0 [1] 01/12/2021 16:25:33.141427: Starting
Amazon Chime...
BibaSource Information 0 [1] 01/12/2021 16:25:33.142427: Current
Working Directory: C:\users\***\Application Data\Chime
BibaSource Information 0 [1] 01/12/2021 16:25:33.142427: Enabling TLS
1.2
BibaSource Error 2 [3] 01/12/2021 16:25:33.158427: Failed to handle
dump files,Could not find a part of the path 'C:\users\***\Application
Data\Chime\dumpfiles'.
BibaSource Information 0 [1] 01/12/2021 16:25:33.478429: .NET
framework detected: 4.5 - Release #379893
BibaSource Information 0 [1] 01/12/2021 16:25:33.484429: Registering
to Events
BibaSource Information 0 [1] 01/12/2021 16:25:33.624429: Registering
Windows
BibaSource Information 0 [1] 01/12/2021 16:25:33.983431: Combined
Identifier:
258989E2-A020-4BC9-A7B1-78F80C83DDF0-0-BFEBFBFF000306C3-Samsung-SSD-860-EVO-2TB-S3YVNX0N403389X
BibaSource Error 2 [1] 01/12/2021 16:25:34.008431: Failed to get the
hardware information from Win32_ComputerSystem
Error: Error code: 0x80041002
BibaSource Error 2 [1] 01/12/2021 16:25:34.034431: Failed to get the
hardware information from Win32_ComputerSystem
Error: Error code: 0x80041002
BibaSource Error 2 [1] 01/12/2021 16:25:34.069431: Failed to get the
hardware information from Win32_OperatingSystem
Error: Error code: 0x80041002
Native library pre-loader is trying to load native SQLite library
"C:\users\***\Application Data\Chime\x86\SQLite.Interop.dll"...
BibaSource Information 0 [1] 01/12/2021 16:25:35.010435:
MetricsManager::SendCustomEvent type: App Active
BibaSource Information 0 [1] 01/12/2021 16:25:35.017435: App:: user
config directory = C:\users\***\Local Settings\Application
Data\Amazon\Chime.exe_Url_ekajjg3kle30m4k4edurcaufrxkea4tf\4.28.9164.0
BibaSource Information 0 [1] 01/12/2021 16:25:35.098435: Trying to
create identity session from saved config.
BibaSource Error 2 [1] 01/12/2021 16:25:35.105435: Login failed with
saved credentials : Credential is invalid
BibaSource Information 0 [1] 01/12/2021 16:25:35.109435: Create task
bar icon
BibaSource Information 0 [1] 01/12/2021 16:25:35.357436:
WindowManager::ShowModalWindow:: Displaying the view IdentityLoginView
BibaSource Information 0 [1] 01/12/2021 16:25:36.362440: web browser
IE version = 6.0.2800.1106
BibaSource Information 0 [1] 01/12/2021 16:25:36.362440: subscribe to
webbrowser's NavigateError
BibaSource Information 0 [1] 01/12/2021 16:25:36.379440: Navigating
to: https://signin.id.ue1.app.chime.aws/
BibaSource Error 2 [1] 01/12/2021 16:25:59.223533: Failed to
InjectErrorHandlingScript,Unable to cast COM object of type
'System.__ComObject' to interface type 'mshtml.HTMLHeadElement'. This operation
failed because the QueryInterface call on the COM component for the interface
with IID '{3050F561-98B5-11CF-BB82-00AA00BDCE0B}' failed due to the following
error: Exception from HRESULT: 0x80004002 (E_NOINTERFACE).
...
--- snip ---
It's non-fatal as the application wraps that part in exception handler.
Nevertheless this shouldn't happen.
--- snip ---
(dc.e0): CLR exception - code e0434352 (first chance)
Exception object: 0297cdd0
Exception type: System.InvalidCastException
Message: Unable to cast COM object of type 'System.__ComObject' to
interface type 'mshtml.HTMLHeadElement'. This operation failed because the
QueryInterface call on the COM component for the interface with IID
'{3050F561-98B5-11CF-BB82-00AA00BDCE0B}' failed due to the following error:
Exception from HRESULT: 0x80004002 (E_NOINTERFACE).
InnerException: <none>
StackTrace (generated):
<none>
StackTraceString: <none>
HResult: 80004002
OS Thread Id: 0xe0 (0)
Child SP IP Call Site
0031dd94 7b00ff28 [HelperMethodFrame_1OBJ: 0031dd94]
0031de18 0cc5ac40
BibaApplication.Views.IdentityLoginView.InjectErrorHandlingScript()
0031de44 0cc5aab2
BibaApplication.Views.IdentityLoginView.WebBrowserNavigated(System.Object,
System.Windows.Forms.WebBrowserNavigatedEventArgs)
0031de74 078c18d9
System.Windows.Forms.WebBrowser.OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs)
0031de78 06fcde76
System.Windows.Forms.WebBrowser+WebBrowserEvent.NavigateComplete2(System.Object,
System.Object ByRef)
0031e1c4 01892552 [DebuggerU2MCatchHandlerFrame: 0031e1c4]
0031df70 01892552 [HelperMethodFrame_PROTECTOBJ: 0031df70]
System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[],
System.Signature, Boolean)
0031e244 79a044bd
System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object,
System.Object[], System.Object[])
0031e268 79a0294c System.Reflection.RuntimeMethodInfo.Invoke(System.Object,
System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[],
System.Globalization.CultureInfo)
0031ecdc 01892552 [DebuggerU2MCatchHandlerFrame: 0031ecdc]
0031ecac 01892552 [GCFrame: 0031ecac]
0031ec90 01892552 [GCFrame: 0031ec90]
0031f3d8 01892552 [InlinedCallFrame: 0031f3d8]
0031f3d4 05043b34
DomainBoundILStubClass.IL_STUB_PInvoke(System.Windows.Interop.MSG ByRef)
0031f3d8 0502630d [InlinedCallFrame: 0031f3d8]
MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
0031f40c 0502630d
System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
0031f458 05026009
System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
0031f464 0501cf2f System.Windows.Threading.Dispatcher.Run()
0031f474 56878bdf System.Windows.Application.RunDispatcher(System.Object)
0031f480 5687885f System.Windows.Application.RunInternal(System.Windows.Window)
0031f4a4 5687861a System.Windows.Application.Run(System.Windows.Window)
0031f4b4 063e0084 BibaApplication.App.Main()
0031f638 01892552 [GCFrame: 0031f638]
BibaSource Error: 2 : [1] 01/12/2021 16:35:44.393064: Failed to
InjectErrorHandlingScript,Unable to cast COM object of type
'System.__ComObject' to interface type 'mshtml.HTMLHeadElement'. This operation
failed because the QueryInterface call on the COM component for the interface
with IID '{3050F561-98B5-11CF-BB82-00AA00BDCE0B}' failed due to the following
error: Exception from HRESULT: 0x80004002 (E_NOINTERFACE).
--- snip ---
Relevant part of .NET app assembly, decompiled:
--- snip ---
...
public void onError(object arg1, object arg2, object arg3)
{
LogManager.Instance.LogError(string.Format("IdentityLoginView javascript
error: msg={0}, document={1}, lineNumber={2}", arg1, arg2, arg3));
}
private void InjectErrorHandlingScript()
{
string str = " function noError(errorMsg, document, lineNumber) \r\n
{\r\n
window.external.onError(errorMsg, document, lineNumber);\r\n
return true;\r\n
} \r\n\r\n
window.onerror = noError;";
HTMLDocument domDocument = (HTMLDocument)
this.myWebBrowser.Document.DomDocument;
if (domDocument == null)
return;
IHTMLScriptElement element = (IHTMLScriptElement)
domDocument.createElement("SCRIPT");
element.type = "text/javascript";
element.text = str;
foreach (DispHTMLHeadElement dispHtmlHeadElement in
domDocument.getElementsByTagName("head"))
dispHtmlHeadElement.appendChild((mshtml.IHTMLDOMNode) element);
}
private void WebBrowserNavigated(object sender, WebBrowserNavigatedEventArgs e)
{
try
{
this.InjectErrorHandlingScript();
}
catch (Exception ex)
{
LogManager.Instance.LogError("Failed to InjectErrorHandlingScript," +
ex.Message);
}
if (!(e.Url != (Uri) null))
return;
IEventManager instance = BibaApplication.Managers.EventManager.Instance;
WebBrowserNavigatedEvent message = new WebBrowserNavigatedEvent();
message.Url = e.Url.ToString();
message.DocText = this.myWebBrowser.DocumentText;
instance.Send<WebBrowserNavigatedEvent>(message);
}
...
--- snip ---
$ sha1sum Chime.4.28.9164.exe
505934bfaa22843788a880cdfd3bc04ece9a3728 Chime.4.28.9164.exe
$ du -sh Chime.4.28.9164.exe
53M Chime.4.28.9164.exe
$ wine --version
wine-6.0-rc6
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.
https://bugs.winehq.org/show_bug.cgi?id=50362
Bug ID: 50362
Summary: Fl Studio 20.8 crashes on startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: John.kinigos(a)gmail.com
Distribution: ---
Created attachment 68968
--> https://bugs.winehq.org/attachment.cgi?id=68968
The patch
After version 20.8 on all versions of wine Fl Studio Crashes on startup with a
list out of bounds error. After we did some debugging work on the Fl Studio
forum (Thanks Praash), we discovered that the error occurs exactly after the
program trying to use CompareString function with a flag that isn't supported
by wine (SORT_DIGITSASNUMBERS). I managed to make a patch (by adding that flag)
that made the program work and didn't break anything else. I already submitted
the patch at upstream but that admittedly wasn't the best course of action
cause I am not really a developer resulting to it being ignored. However the
patch works great and I even managed to make a small test for it. So my
question is: could we probably include this in wine-staging since it breaks one
of the biggest programs running in wine and affects a lot of users. Thank you
in advance
--
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=50725
Bug ID: 50725
Summary: FrameView needs tdh.dll.TdhLoadManifestFromBinary
Product: Wine
Version: 6.2
Hardware: x86-64
URL: https://images.nvidia.com/content/geforce/technologies
/frameview/FrameView_1.2.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 69480
--> https://bugs.winehq.org/attachment.cgi?id=69480
log
winecfg # Windows 10
NVIDIA FrameView requires Windows 10 or later
Unhandled exception: unimplemented function tdh.dll.TdhLoadManifestFromBinary
called in 64-bit code (0x000000007b0117fd).
https://docs.microsoft.com/en-us/windows/win32/api/tdh/nf-tdh-tdhloadmanife…
FrameView_1.2.zip
sha1sum FrameView_1.2.zip
710c9ebfc5075dcd0553ee48b0f27cc522eef1ec FrameView_1.2.zip
du -sh FrameView_1.2.zip
60M FrameView_1.2.zip
--
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=48123
Bug ID: 48123
Summary: Word 97 crashes after calling stub
URLMoniker_ComposeWith
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: magiblot(a)hotmail.com
Distribution: ---
Created attachment 65715
--> https://bugs.winehq.org/attachment.cgi?id=65715
Backtrace generated by the Wine debugger
This function is used by Word 97's Web browsing features. Clicking on an
hyperlink or using the Web toolbar triggers this function and the program
crashes shortly afterwards.
The following warnings are printed when clicking on an hyperlink:
> 002c:fixme:hlink:IHlinkBC_Register (00A9D9E0)->(0 009B02BC 00A9DA00 00986A3C)
> 002c:fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which is possibly wrong.
> 002c:fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty string which is possibly wrong.
> 002c:fixme:urlmon:URLMoniker_ComposeWith (009EA280)->(00A9E3C0,1,0032F0D8): stub
> wine: Unhandled page fault on read access to 00000000 at address 7E39398D (thread 002c), starting debugger...
I am not absolutely sure URLMoniker_ComposeWith is responsible for the crash,
but it is certainly suspicious. The crash actually happens in
CreateGenericComposite from ole32.
--
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=47296
Bug ID: 47296
Summary: just a crash in google grive
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: richardherist(a)outlook.com
Distribution: ---
Created attachment 64595
--> https://bugs.winehq.org/attachment.cgi?id=64595
what error stated
I installed drive and get this error before signing in
--
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=50960
Bug ID: 50960
Summary: unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprin
tf_p
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: michele.dionisio(a)gmail.com
Distribution: ---
Hi,
I'm testing dotnet core application working under wine.
Everything works quite well except the intaller that is based on innosetup that
check if .netcore in installing using the next microsoft tools
// download netcorecheck.exe: https://go.microsoft.com/fwlink/?linkid=2135256
// download netcorecheck_x64.exe:
https://go.microsoft.com/fwlink/?linkid=2135504
I think the source code is:
https://github.com/dotnet/deployment-tools/tree/main/src/clickonce/native/p…
both crash if executed with:
wine netcorecheck_x64.exe Microsoft.NETCore.App 5.0.3
for an unimplemented function.
wine: Call from 000000007B01180E to unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p, aborting
wine: Unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p called at address
000000007B01180E (thread 0024), starting debugger...
00f8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0100:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
Unhandled exception: unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfwprintf_p called in 64-bit
code (0x000000007b01180e).
Register dump:
rip:000000007b01180e rsp:000000000019f360 rbp:000000000019f650 eflags:00000206
( - -- I - -P- )
rax:000000000019f3a0 rbx:000000007b60e728 rcx:000000000019f380 rdx:00000000000
--
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=50811
Bug ID: 50811
Summary: Bad options passed to wrc, gdi32.res not created
Product: Wine-staging
Version: 6.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)cchtml.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
My 6.4 build of wine-staging is failing:
winegcc: File does not exist: dlls/gdi32/gdi32.res
make: *** [Makefile:53880: dlls/gdi32/gdi32.dll] Error 2
I traced the problem to "-pthread" being added to the wrc command.
tools/wrc/wrc -u -o dlls/gdi32/gdi32.res -m64 --nostdinc --po-dir=po
-Idlls/gdi32 -Iinclude -Iinclude/msvcrt \
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz
-I/usr/include/glib-2.0 \
-I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2
-D__WINESRC__ \
-pthread -D_GDI32_ -D_UCRT dlls/gdi32/gdi32.rc
...
<wrc usage output here>
...
tools/wrc/wrc: invalid option -- 'p'
tools/wrc/wrc: invalid option -- 't'
--
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=12457
Summary: SharpDevelop 2.2 crashes with NotImplementedException at
IWebBrowser2.get_LocationName()
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.icsharpcode.net/OpenSource/SD/Download/#Sharp
Develop22
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://lists.ximian.com/pipermail/mono-devel-list/2008-March/027227.html
was asking how to install SharpDevelop 2 under Wine, so I
gave it a try. "winetricks dotnet20" was enough to get it
to install and start, but after it put up the GUI, it
aborted with
fixme:shdocvw:WebBrowser_QueryInterface
(0x1af830)->({00000144-0000-0000-c000-000000000046} 0x33e800) interface not
supported
...
FATAL- System.NotImplementedException: The method or operation is not
implemented.
at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.get_LocationName()
at System.Windows.Forms.WebBrowser.get_DocumentTitle()
--
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=51631
Bug ID: 51631
Summary: winhttp:winhttp fails because echo.websocket.org is
out of comission
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
winhttp:winhttp depends on echo.websocket.org for some test_head_request()
tests:
https://source.winehq.org/git/wine.git/?a=blob;f=dlls/winhttp/tests/winhttp…
However that server stopped responding on 2021-08-16 or 17, thus causing
failures:
winhttp.c:3314: Test failed: got 404
winhttp.c:3317: Test failed: got 4317
winhttp.c:3320: Test failed: got 6
...
http://winetest.dolphin/data/patterns.html#winhttp:winhttp
It is not yet known if echo.websocket.org will be back or when. If it does not
go back online we will need a replacement.
--
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=48412
Bug ID: 48412
Summary: Call of Duty: Modern Warfare 2 lighting issue and
textures blinking
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 54edd5b220116febe704ecef8b3fb86621793ebe
Distribution: ---
Created attachment 66183
--> https://bugs.winehq.org/attachment.cgi?id=66183
screenshot
Blinking happens periodically.
--
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=29903
Bug #: 29903
Summary: Microsoft Visual Studio 2005: enumeration of processes
fails due to wtsapi32.WTSEnumerateProcessesW() being a
stub ( "attach to process" menu))
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
clicking "attach to process" menu item with default "local transport" leads to
an error message stating "Operation not supported. Unknown error: 0x8007000e".
The process list (listview) is empty due to WTSEnumerateProcessesW() API being
a stub.
Prerequisite: 'winetricks -q dotnet20 mfc42'
--- snip ---
...
0024:Call
wtsapi32.WTSEnumerateProcessesW(00000000,00000000,00000001,0032e828,0032e824)
ret=54bc508e
0024:fixme:wtsapi:WTSEnumerateProcessesW Stub (nil) 0x00000000 0x00000001
0x32e828 0x32e824
0024:Ret wtsapi32.WTSEnumerateProcessesW() retval=00000001 ret=54bc508e
0024:Call KERNEL32.GetProcAddress(7d910000,54cb3b3c "WTSFreeMemory")
ret=54bb97d2
0024:Ret KERNEL32.GetProcAddress() retval=7d914fc8 ret=54bb97d2
0024:Call wtsapi32.WTSFreeMemory(00000000) ret=54bc51b9
0024:fixme:wtsapi:WTSFreeMemory Stub (nil)
0024:Ret wtsapi32.WTSFreeMemory() retval=0000002b ret=54bc51b9
...
0024:Call oleaut32.SysAllocString(011722a8 L"Unable to connect to the Microsoft
Visual Studio Remote Debugging Monitor named 'nexus4'. Operation not
supported. Unknown error: 0x8007000e.") ret=54ba4f0c
...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383831.aspx
Stub source:
http://source.winehq.org/git/wine.git/blob/fddbf3b99d6582c50ede10dfddd8d438…
--- snip ---
--- snip ---
105 BOOL WINAPI WTSEnumerateProcessesW(HANDLE hServer, DWORD Reserved, DWORD
Version,
106 PWTS_PROCESS_INFOW* ppProcessInfo, DWORD* pCount)
107 {
108 FIXME("Stub %p 0x%08x 0x%08x %p %p\n", hServer, Reserved, Version,
109 ppProcessInfo, pCount);
110
111 if (!ppProcessInfo || !pCount) return FALSE;
112
113 *pCount = 0;
114 *ppProcessInfo = NULL;
115
116 return TRUE;
117 }
--- snip ---
$ wine --version
wine-1.4-rc3-65-g98f0be8
Regards
--
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=19756
Summary: TaskCoach: Cannot add new task with a due date
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.taskcoach.org/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jekwas(a)gmail.com
Created an attachment (id=23126)
--> (http://bugs.winehq.org/attachment.cgi?id=23126)
taskcoach.exe.log
I ran across this while testing for 8322. Task Coach is unable to add a new
task if a Due Date is specified.
To reproduce, click "New task" in the main window. Go to the Dates tab and add
a due date. Press OK, and nothing will happen. When you close Task Coach, it
will alert you of logged errors.
I have attached such a log. (Wine doesn't output with any problems when trying
to add a task)
--
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=49663
Bug ID: 49663
Summary: Performance regression in TrackMania Nations Forever
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: phatboi1337(a)gmail.com
Regression SHA1: f02193738c88bea8fefb3f8d2e79c5e9941f6b5a
Distribution: ArchLinux
Hi there!
As of f02193738c88bea8fefb3f8d2e79c5e9941f6b5a, performance in TrackMania
Nations Forever has dropped from ~250 fps to ~72 fps on the A01-Race map.
The issue only seems to be present when DXVK is being used. WineD3D performance
seems to be unchanged, running at ~120 fps.
The game is available for free, either from Steam or the official website
(http://trackmaniaforever.com/nations/).
--
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=12076
Summary: Database app refused to install unless
system32/drivers/etc/{services,host} exist
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user's informix-based app refused to install until
the empty files c:/windows/system32/drivers/etc/{services,host}
were created, see
http://winehq.org/pipermail/wine-users/2008-March/030256.html
I looked around a bit for other system32/drivers/etc files.
http://support.microsoft.com/kb/130024 describes hosts, services, and protocols
http://support.microsoft.com/kb/105997 describes lmhosts
It looks like some apps find that directory by looking at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
and MSN Messenger 7.5 f*cks up by changing that variable's type, see
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6343068
Getting this all right would be a lot of work. Just creating
two empty files might be reasonable, though, since it
allows the user's app to install.
--
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=51076
Bug ID: 51076
Summary: demangle_datatype in ucrtbase crash in vc2019 x86 mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: nightwend(a)163.com
Distribution: ---
Created attachment 69939
--> https://bugs.winehq.org/attachment.cgi?id=69939
missed null check
demangle_datatype in ucrtbase crash in vc2019 x86 mode when compile some cpp
files
THe root cause is a missed null check.
--
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=50854
Bug ID: 50854
Summary: Elgato Stream Deck 4.9.3 (.NET 4.5 app) installer
reports 'This application is only supported on Windows
10 Anniversary Update (1511) or higher.'
('advapi32.dll' version must be >= 6.3.10000.0)
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 50849 with native .NET Framework 4.5 as workaround.
Even with Windows version set to 'Windows 10' the installer reports 'This
application is only supported on Windows 10 Anniversary Update (1511) or
higher.'. It uses version resource check.
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi,+loaddll \
wine msiexec -i Stream_Deck_4.9.3.13222.msi >>log.txt 2>&1
...
0100:trace:msi:ITERATE_AppSearch L"WIN10FOUND" L"searchFile"
0100:trace:msi:get_signature package 0019C498, sig 0033F6C0
...
0100:trace:msi:get_signature Found file name L"advapi32.dll" for Signature_
L"searchFile";
0100:trace:msi:get_signature MinVersion is 6.3.10000.0
0100:trace:msi:get_signature MaxVersion is 0.0.0.0
0100:trace:msi:get_signature MinSize is 0, MaxSize is 0;
0100:trace:msi:get_signature Languages is (null)
...
0100:trace:msi:recurse_search_directory Searching directory
L"C:\\windows\\syswow64\\" for file L"advapi32.dll", depth 0
...
0100:Call version.GetFileVersionInfoW(0021ed98
L"C:\\windows\\syswow64\\advapi32.dll",00000000,000006c4,0021f588) ret=100338bb
...
0100:Ret version.GetFileVersionInfoW() retval=00000001 ret=100338bb
...
0100:Call version.VerQueryValueW(0021f588,1008b938 L"\\",0033eff0,0033efe0)
ret=10016227
...
0100:Ret version.VerQueryValueW() retval=00000001 ret=10016227
0100:trace:msi:file_version_matches comparing file version 5.1.2600.2180:
0100:trace:msi:file_version_matches less than minimum version 6.3.10000.0
01
...
0100:trace:msi:msi_get_property property L"WIN10FOUND" not found
...
0100:trace:msi:MSI_EvaluateConditionW 1 <- L"NOT WIN10FOUND"
...
0100:trace:msi:ACTION_PerformAction Performing action (L"NotWin10Error")
...
0100:trace:msi:ACTION_CustomAction Handling custom action L"NotWin10Error" (13
(null) L"This application is only supported on Windows 10 Anniversary Update
(1511) or higher.")
...
0100:Call user32.MessageBoxW(00000000,0021f9f0 L"This application is only
supported on Windows 10 Anniversary Update (1511) or
higher.",00000000,00000000) ret=100228bd
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/d1764a45cfd12f8c5699fd7428cf90f…
--- snip ---
19 #define WINE_FILEDESCRIPTION_STR "Wine advapi32 dll"
20 #define WINE_FILENAME_STR "advapi32.dll"
21 #define WINE_FILEVERSION 5,1,2600,2180
22 #define WINE_FILEVERSION_STR "5.1.2600.2180"
23 #define WINE_PRODUCTVERSION 5,1,2600,2180
24 #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
--- snip ---
$ sha1sum Stream_Deck_4.9.3.13222.msi
d54a6df51519c5028eeb27b8f1a577d50a62e375 Stream_Deck_4.9.3.13222.msi
$ du -sh Stream_Deck_4.9.3.13222.msi
96M Stream_Deck_4.9.3.13222.msi
$ wine --version
wine-6.4
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.
https://bugs.winehq.org/show_bug.cgi?id=50829
Bug ID: 50829
Summary: Process Hacker 2.38 crashes on unimplemented function
dbghelp.dll.SymFromNameW
Product: Wine
Version: 6.4
Hardware: x86-64
URL: https://github.com/processhacker/processhacker/release
s/download/v2.38/processhacker-2.38-bin.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
1. Run ProcessHacker.exe
2. Select System information
3. Click on Memory graph to view more details
wine: Call from 000000007B01182D to unimplemented function
dbghelp.dll.SymFromNameW, aborting
https://github.com/processhacker/processhacker/search?q=SymFromNameWhttps://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-symfr…
sha1sum processhacker-2.38-bin.zip
f9ae9036e657393599d3282dddda4ccbb33ae11b processhacker-2.38-bin.zip
du -sh processhacker-2.38-bin.zip
3.3M processhacker-2.38-bin.zip
--
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=50119
Bug ID: 50119
Summary: Dark Souls II: Scholar of the First Sin shows a white
screen with vulkan renderer
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0580:err:d3d:wined3d_swapchain_vk_blit Present returned vr
VK_ERROR_OUT_OF_DATE_KHR.
0580:err:d3d:wined3d_swapchain_vk_destroy_vulkan_swapchain Failed to wait on
queue, vr VK_ERROR_DEVICE_LOST.
and lots of:
0580:err:d3d:wined3d_context_vk_submit_command_buffer Failed to submit command
buffer 0x7f7fbc1b0e28, vr VK_ERROR_DEVICE_LOST.
wine-5.21-69-gb940c5e7c91
--
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=48507
Bug ID: 48507
Summary: osu! icons in the setting and music player are not
being rendered
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: huupoke12(a)gmail.com
Distribution: ---
Created attachment 66308
--> https://bugs.winehq.org/attachment.cgi?id=66308
Icons in the setting and the music player are not being drawn/rendered
Icons in the setting and the music player are not being drawn/rendered. I can
still click on the setting and it jumps to that section. But I can't click on
the music player (nothing happen).
--
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=46817
Bug ID: 46817
Summary: Steam Big Picture needs
d3d11_device_CreateDeviceContextState
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Split from bug 44120.
Big picture currently errors with
> Assertion Failed: No D2D device created, possible no GPU supporting D3D10_FEATURE_LEVEL_9_1 or higher was found? Can't create surface
The problem is fixed by adding a stub like
##########
static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeviceContextState(...)
{
*chosen_feature_level = feature_levels[0];
return S_OK;
}
##########
This makes big picture mode open, but you still have a blackscreen due to
missing d3d10 effects support. But judging from the sounds, it atleast works
instead of crashing.
--
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=51041
Bug ID: 51041
Summary: Wine does not enumerate all fonts
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.kokovic(a)gmail.com
Distribution: ---
I have regularly installed 3 TTF fonts for my needs and when I wanted to use
them, I saw wine not offer all 3 but only one of them.
As all 3 are necessary, to determine what it is about, I wrote the test program
that uses EnumFontFamiliesExW.
The problem is probably the fact that 2 fonts that are not displayed in the
font list, that they are OpenType fonts.
The result of that program in Windows10:
Terminal vk INSTALLED.
Less Perfect DOS VGA INSTALLED.
More Perfect DOS VGA INSTALLED.
The result of that program in Wine:
Terminal vk INSTALLED.
Less Perfect DOS VGA NOT INSTALLED.
More Perfect DOS VGA NOT INSTALLED.
If necessary, I will also provide the test program and fonts.
Vladimir Koković, DP senior(70),
Serbia, Belgrade, 22.April 2021
--
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=50952
Bug ID: 50952
Summary: Regression: Legends of Runeterra crashes at launch
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dt(a)zeroitlab.com
Distribution: ---
Continuing from #47970
This is probably related to hooking of LdrInitializeThunk or other thread start
related logic. I'll try to investigate.
Regressed since 5.10
According to a previous bisect by Daniel Bomar, first bad commit is
be0eb9c92eb7a4fcd9d0d48568c8ed5e8326ef0b: ntdll: Move the thread startup code
to the Unix library
--
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.