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=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=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.
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=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.