[Bug 34897] New: Lego Mindstorms EV3 Home Edition needs msctf DocumentMgrSource_AdviseSink implementation
http://bugs.winehq.org/show_bug.cgi?id=34897 Bug #: 34897 Summary: Lego Mindstorms EV3 Home Edition needs msctf DocumentMgrSource_AdviseSink implementation Product: Wine Version: 1.7.6 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 folks, as the summary says... Prerequisites: 1) 'winetricks -q dotnet40' 2) 'winetricks -q vcrun2005' (missing mfc80.dll) 3) 'winetricks -q ie7' (embedded browser engine + silverlight 5, builtin mshtml/gecko not sufficient) Managed backtrace: --- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/LEGO Software/LEGO MINDSTORMS EV3 Home Edition $ wine ./MindstormsEV3.exe ... fixme:msctf:DocumentMgrSource_AdviseSink STUB:(0x189fb8) ... Unhandled Exception: System.NotImplementedException: The method or operation is not implemented. at MS.Win32.UnsafeNativeMethods.ITfSource.AdviseSink(Guid& riid, Object obj, Int32& cookie) at System.Windows.Input.TextServicesContext.StartTransitoryExtension() at System.Windows.Input.TextServicesContext.RegisterTextStore(DefaultTextStore defaultTextStore) at System.Windows.Input.DefaultTextStore.get_Current() at System.Windows.Input.TextServicesContext.SetFocusOnDefaultTextStore() at System.Windows.Input.InputMethod.EnableOrDisableInputMethod(Boolean bEnabled) at System.Windows.Input.TextServicesManager.Focus(DependencyObject focus) at System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp) at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(IInputElement element) at System.Windows.Interop.HwndKeyboardInputProvider.FilterMessage(IntPtr hwnd, WindowMessage message, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at NationalInstruments.X3.Launcher.SingleInstanceManager.ShowSplash() in c:\Builds\X3\X3.Launcher\SingleInstanceManager.cs:line 67 ... --- snip --- Source: http://source.winehq.org/git/wine.git/blob/ed4c7fa95fa5ee0b2fef95b73bc9ffd17... --- snip --- 301 static HRESULT WINAPI DocumentMgrSource_AdviseSink(ITfSource *iface, 302 REFIID riid, IUnknown *punk, DWORD *pdwCookie) 303 { 304 DocumentMgr *This = impl_from_ITfSource(iface); 305 FIXME("STUB:(%p)\n",This); 306 return E_NOTIMPL; 307 } --- snip --- $ sha1sum LMS-EV3-WIN32-ENUS-01-01-full-setup.exe d39216edfb0298e0876747a98e814c1ea7aa610e LMS-EV3-WIN32-ENUS-01-01-full-setup.exe $ du -sh LMS-EV3-WIN32-ENUS-01-01-full-setup.exe 591M LMS-EV3-WIN32-ENUS-01-01-full-setup.exe nexus4[~/Downloads] wine --version $ wine-1.7.6-136-gde0928a 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=34897 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://esd.lego.com.edgesui | |te.net/digitaldelivery/mind | |storms/6ecda7c2-1189-4816-b | |2dd-440e22d65814/public/LMS | |-EV3-WIN32-ENUS-01-01-full- | |setup.exe -- 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=34897 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-11-15 22:16:37 CST --- As I understand this it's supposed to provide support for ITfThreadMgrEventSink sink here. I'll take a look. -- 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=34897 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-11-18 03:52:51 CST --- I was wrong, it needs to support ITfTransitoryExtensionSink interface. I need to learn more about TSF before attempting to fix this. -- 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=34897 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com -- 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=34897 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Lego Mindstorms EV3 Home |Lego Mindstorms EV3 Home |Edition needs msctf |Edition (.NET 4.0 app) |DocumentMgrSource_AdviseSin |needs msctf |k implementation |DocumentMgrSource_AdviseSin | |k implementation --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, still present. $ wine --version wine-1.7.34-74-gcf92569 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=34897 Eric Zachmann <ewzachmann(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ewzachmann(a)hotmail.com -- 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=34897 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msctf -- 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=34897 Konstantin <gsm9147060855(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gsm9147060855(a)gmail.com --- Comment #4 from Konstantin <gsm9147060855(a)gmail.com> --- app-emulation/wine-1.7.39 wine ~/.wine/drive_c/Program\ Files/LEGO\ Software/LEGO\ MINDSTORMS\ EV3\ Home\ Edition/MindstormsEV3.exe fixme:winediag:start_process Wine Staging is a testing version containing experimental patches. fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org). fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:thread:SetThreadStackGuarantee (0x33fc04): stub fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000 err:ole:CoGetContextToken apartment not initialised fixme:nls:GetUserPreferredUILanguages stub: 0 0x33e344 (nil) 0x33e340 fixme:thread:GetThreadPreferredUILanguages 0, 0x33e344, (nil) 0x33e340 fixme:advapi:LsaOpenPolicy ((null),0x33f0b0,0x00000800,0x33f088) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33f000,0x00000800,0x33efd8) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:RegisterTraceGuidsW (0x550b9c5c, 0x5516e048, {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x566b12c, (null), (null), 0x5516e048): stub fixme:advapi:RegisterTraceGuidsW (0xb90a52, (nil), {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x566d07c, (null), (null), 0x566d084): stub fixme:advapi:RegisterTraceGuidsW (0xb90c1a, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x566cfc4, (null), (null), 0xf2be6c): stub fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2003e 0x00000000 fixme:msg:ChangeWindowMessageFilter c04f 00000001 fixme:advapi:RegisterTraceGuidsW (0x56216bfc, 0x56263028, {0635afbf-f587-4fe5-a020-edca759acbd9}, 1, 0x566d6b0, (null), (null), 0x56263028): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:advapi:RegisterTraceGuidsW (0x433ba7, 0x490008, {42d57191-f5a1-4dbe-9d61-2e14e45adb65}, 1, 0x8de808, (null), (null), 0x490008): stub fixme:driver:GdiEntry13 stub fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable. fixme:d3d:wined3d_check_device_format_conversion wined3d 0x1a8d30, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub! fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2005c 0x00000000 fixme:advapi:RegisterTraceGuidsA (0x7721212f, 0x7724bfc0, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x566b198, (null), (null), 0x7724bfc8): stub fixme:advapi:RegisterTraceGuidsA (0x7721212f, 0x7724bfe0, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x566b198, (null), (null), 0x7724bfe8): stub fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x7723dc30, (nil), 0x7724b738 fixme:msctf:DocumentMgrSource_AdviseSink STUB:(0x1c26f8) err:wineconsole:WCUSER_SetFont wrong font err:wineconsole:WCUSER_SetFont wrong font Unhandled Exception: System.NotImplementedException: The method or operation is not implemented. at MS.Win32.UnsafeNativeMethods.ITfSource.AdviseSink(Guid& riid, Object obj, Int32& cookie) at System.Windows.Input.TextServicesContext.StartTransitoryExtension() at System.Windows.Input.TextServicesContext.RegisterTextStore(DefaultTextStore defaultTextStore) at System.Windows.Input.DefaultTextStore.get_Current() at System.Windows.Input.TextServicesContext.SetFocusOnDefaultTextStore() at System.Windows.Input.InputMethod.EnableOrDisableInputMethod(Boolean bEnabled) at System.Windows.Input.TextServicesManager.Focus(DependencyObject focus) at System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp) at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(IInputElement element) at System.Windows.Interop.HwndKeyboardInputProvider.FilterMessage(IntPtr hwnd, WindowMessage message, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at NationalInstruments.X3.Launcher.SingleInstanceManager.ShowSplash() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() kott(a)kottobook ~ $ fixme:rpc:RpcServerUnregisterIfEx (IfSpec == (RPC_IF_HANDLE)^0x401c18, MgrTypeUuid == (null), RundownContextHandles == 1): stub fixme:advapi:UnregisterTraceGuids 0: stub -- 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=34897 Qian Hong <fracting(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting(a)gmail.com -- 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=34897 asdfghrbljzmkd(a)outlook.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd(a)outlook.com --- Comment #5 from asdfghrbljzmkd(a)outlook.com --- (In reply to Konstantin from comment #4)
app-emulation/wine-1.7.39
wine ~/.wine/drive_c/Program\ Files/LEGO\ Software/LEGO\ MINDSTORMS\ EV3\ Home\ Edition/MindstormsEV3.exe fixme:winediag:start_process Wine Staging is a testing version containing experimental patches. fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org). fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:thread:SetThreadStackGuarantee (0x33fc04): stub fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x10000000 err:ole:CoGetContextToken apartment not initialised fixme:nls:GetUserPreferredUILanguages stub: 0 0x33e344 (nil) 0x33e340 fixme:thread:GetThreadPreferredUILanguages 0, 0x33e344, (nil) 0x33e340 fixme:advapi:LsaOpenPolicy ((null),0x33f0b0,0x00000800,0x33f088) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x33f000,0x00000800,0x33efd8) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:RegisterTraceGuidsW (0x550b9c5c, 0x5516e048, {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x566b12c, (null), (null), 0x5516e048): stub fixme:advapi:RegisterTraceGuidsW (0xb90a52, (nil), {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x566d07c, (null), (null), 0x566d084): stub fixme:advapi:RegisterTraceGuidsW (0xb90c1a, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x566cfc4, (null), (null), 0xf2be6c): stub fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2003e 0x00000000 fixme:msg:ChangeWindowMessageFilter c04f 00000001 fixme:advapi:RegisterTraceGuidsW (0x56216bfc, 0x56263028, {0635afbf-f587-4fe5-a020-edca759acbd9}, 1, 0x566d6b0, (null), (null), 0x56263028): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:advapi:RegisterTraceGuidsW (0x433ba7, 0x490008, {42d57191-f5a1-4dbe-9d61-2e14e45adb65}, 1, 0x8de808, (null), (null), 0x490008): stub fixme:driver:GdiEntry13 stub fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable. fixme:d3d:wined3d_check_device_format_conversion wined3d 0x1a8d30, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub! fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2005c 0x00000000 fixme:advapi:RegisterTraceGuidsA (0x7721212f, 0x7724bfc0, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x566b198, (null), (null), 0x7724bfc8): stub fixme:advapi:RegisterTraceGuidsA (0x7721212f, 0x7724bfe0, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x566b198, (null), (null), 0x7724bfe8): stub fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x7723dc30, (nil), 0x7724b738 fixme:msctf:DocumentMgrSource_AdviseSink STUB:(0x1c26f8) err:wineconsole:WCUSER_SetFont wrong font err:wineconsole:WCUSER_SetFont wrong font
Unhandled Exception: System.NotImplementedException: The method or operation is not implemented. at MS.Win32.UnsafeNativeMethods.ITfSource.AdviseSink(Guid& riid, Object obj, Int32& cookie) at System.Windows.Input.TextServicesContext.StartTransitoryExtension() at System.Windows.Input.TextServicesContext.RegisterTextStore(DefaultTextStore defaultTextStore) at System.Windows.Input.DefaultTextStore.get_Current() at System.Windows.Input.TextServicesContext.SetFocusOnDefaultTextStore() at System.Windows.Input.InputMethod.EnableOrDisableInputMethod(Boolean bEnabled) at System.Windows.Input.TextServicesManager.Focus(DependencyObject focus) at System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp) at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed) at System.Windows.Input.KeyboardDevice.Focus(IInputElement element) at System.Windows.Interop.HwndKeyboardInputProvider.FilterMessage(IntPtr hwnd, WindowMessage message, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Window.ShowHelper(Object booleanBox) at System.Windows.Window.Show() at NationalInstruments.X3.Launcher.SingleInstanceManager.ShowSplash() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers. ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() kott(a)kottobook ~ $ fixme:rpc:RpcServerUnregisterIfEx (IfSpec == (RPC_IF_HANDLE)^0x401c18, MgrTypeUuid == (null), RundownContextHandles == 1): stub fixme:advapi:UnregisterTraceGuids 0: stub
The EV3 software works in Wine 1.8, can we close this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=33051 -- 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=34897 --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- (In reply to Qwerty Chouskie from comment #5)
The EV3 software works in Wine 1.8, can we close this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=33051
It doesn't work here. You're also using wine-staging, not plain wine, so the bug may be 'fixed' by one of its patchsets. -- 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=34897 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- I'm seeing this in 1.9.1 w/o any other patches. [austin(a)localhost LEGO MINDSTORMS EV3 Home Edition]$ sha1sum ~/LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe 855c914d9a3cf0f4793a046872658fd661389671 /home/austin/LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe [austin(a)localhost LEGO MINDSTORMS EV3 Home Edition]$ du -h ~/LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe 630M /home/austin/LMS-EV3-WIN32-ENUS-01-01-01-full-setup.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=34897 --- Comment #8 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to Austin English from comment #6)
(In reply to Qwerty Chouskie from comment #5)
The EV3 software works in Wine 1.8, can we close this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=33051
It doesn't work here. You're also using wine-staging, not plain wine, so the bug may be 'fixed' by one of its patchsets.
I am actually using the winehq-devel official package for Ubuntu. -- 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=34897 --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- (In reply to Qwerty Chouskie from comment #8)
(In reply to Austin English from comment #6)
(In reply to Qwerty Chouskie from comment #5)
The EV3 software works in Wine 1.8, can we close this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=33051
It doesn't work here. You're also using wine-staging, not plain wine, so the bug may be 'fixed' by one of its patchsets.
I am actually using the winehq-devel official package for Ubuntu.
Okay. You were using staging in earlier reports:
fixme:winediag:start_process Wine Staging is a testing version containing experimental patches. fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
-- 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=34897 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org -- 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=34897 --- Comment #10 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to Austin English from comment #9)
(In reply to Qwerty Chouskie from comment #8)
(In reply to Austin English from comment #6)
(In reply to Qwerty Chouskie from comment #5)
The EV3 software works in Wine 1.8, can we close this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=33051
It doesn't work here. You're also using wine-staging, not plain wine, so the bug may be 'fixed' by one of its patchsets.
I am actually using the winehq-devel official package for Ubuntu.
Okay. You were using staging in earlier reports:
fixme:winediag:start_process Wine Staging is a testing version containing experimental patches. fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
That wasn't my report, I just found this bug and thought it should be closed. -- 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=34897 --- Comment #11 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, --- quote --- That wasn't my report, I just found this bug and thought it should be closed. --- quote --- I suggest to leave those bugs alone unless you have the technical expertise to understand what they are about. The bug is of course still valid and can be reproduced with any recent Wine version, including Wine-Staging. $ wine --version wine-1.9.1-27-g0f67df6 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=34897 --- Comment #12 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to Anastasius Focht from comment #11)
Hello folks,
--- quote --- That wasn't my report, I just found this bug and thought it should be closed. --- quote ---
I suggest to leave those bugs alone unless you have the technical expertise to understand what they are about.
The bug is of course still valid and can be reproduced with any recent Wine version, including Wine-Staging.
$ wine --version wine-1.9.1-27-g0f67df6
Regards
Apparently KB2936068 fixes this problem, I guess I never made the connection between KB2936068 being needed for the software and this bug. Maybe it was actually a bug in IE8 itself all along. -- 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=34897 --- Comment #13 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Since KB2936068 fixes the problem, could this be closed as NOTOURBUG or maybe WONTFIX? -- 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=34897 --- Comment #14 from Austin English <austinenglish(a)gmail.com> --- (In reply to Qwerty Chouskie from comment #13)
Since KB2936068 fixes the problem, could this be closed as NOTOURBUG or maybe WONTFIX?
No, native dlls are not a fix. -- 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=34897 --- Comment #15 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to Austin English from comment #14)
(In reply to Qwerty Chouskie from comment #13)
Since KB2936068 fixes the problem, could this be closed as NOTOURBUG or maybe WONTFIX?
No, native dlls are not a fix.
The thing is, native DLLs are being used in the first place (dotnet40;vcrun2005;IE), and KB2936068 is updating those native DLLs to a newer version. Also, after installing KB2936068, msctf.dll never even gets called, as setting an override to disable it still allows the program to be launched, so KB2936068 is not just replacing msctf.dll. Also, from https://wiki.winehq.org/Bugs: When to report a bug You should report a bug when: Wine doesn't run a program the same way as Windows does (e.g. crashes) with the default Wine configuration (i.e. no dlls from Windows, or DllOverrides set). -- 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=34897 --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> --- Stub support for ITfTransitoryExtensionSink sink was added with http://source.winehq.org/git/wine.git/?a=commit;h=a9d4b0344b90e090a3a533082b.... Please retest. -- 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=34897 --- Comment #17 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to Nikolay Sivov from comment #16)
Stub support for ITfTransitoryExtensionSink sink was added with http://source.winehq.org/git/wine.git/?a=commit; h=a9d4b0344b90e090a3a533082b50c7a398994ec9. Please retest.
It works now. Should be able to be closed. -- 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=34897 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |a9d4b0344b90e090a3a533082b5 | |0c7a398994ec9 --- Comment #18 from Nikolay Sivov <bunglehead(a)gmail.com> --- Fixed with a9d4b0344b90e090a3a533082b50c7a398994ec9. -- 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=34897 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.12. -- 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=34897 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://esd.lego.com.edgesui |https://web.archive.org/web |te.net/digitaldelivery/mind |/20150406122146/http://esd. |storms/6ecda7c2-1189-4816-b |lego.com.edgesuite.net/digi |2dd-440e22d65814/public/LMS |taldelivery/mindstorms/6ecd |-EV3-WIN32-ENUS-01-01-full- |a7c2-1189-4816-b2dd-440e22d |setup.exe |65814/public/LMS-EV3-WIN32- | |ENUS-01-01-01-full-setup.ex | |e --- Comment #20 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, adding stable download link via Internet Archive for documentation. https://web.archive.org/web/20150406122146/http://esd.lego.com.edgesuite.net... https://www.virustotal.com/gui/file/a615315663db74eab783de605cf0333ea816092e... $ sha1sum LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe 855c914d9a3cf0f4793a046872658fd661389671 LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe $ du -sh LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe 630M LMS-EV3-WIN32-ENUS-01-01-01-full-setup.exe 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla