http://bugs.winehq.org/show_bug.cgi?id=32842
Bug #: 32842 Summary: TurboTax 2012 needs shlwapi.dll IsInternetESCEnabled stub Product: Wine Version: 1.5.22 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: shlwapi AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
just a bug to cover the missing stub.
Prerequisite: 'winetricks corefonts d3d9=disabled dotnet40'
WinVer = win2k3 (bug 32758)
Managed backtrace:
--- snip --- Type: System.TypeInitializationException TypeName: Intuit.Spc.Esd.WinClient.Api.Updates.UpdateManagerUX Message: The type initializer for 'Intuit.Spc.Esd.WinClient.Api.Updates.UpdateManagerUX' threw an exception. InnerException: System.EntryPointNotFoundException: Unable to find an entry point named 'IsInternetESCEnabled' in DLL 'shlwapi.dll'. at Intuit.Spc.Esd.Core.Specific.Native.ShlwapiNativeMethods.IsInternetESCEnabled() at Intuit.Spc.Esd.Client.Common.Utilities.InternetSecurityManager.IsInternetExplorerEnhancedSecurityEnabled() at Intuit.Spc.Esd.WinClient.Api.Updates.UpdateManagerUX..cctor() TargetSite: Void .ctor(System.String) StackTrace: at Intuit.Spc.Esd.WinClient.Api.Updates.UpdateManagerUX..ctor(String applicationId) at Intuit.Ctg.Wte.Service.Delivery.eDelivery.Initialize() at Intuit.Ctg.Wte.Service.Delivery.eDelivery.Startup(IWin32Window parentDialog) at Intuit.Ctg.Wte.UseCase.Startup.StartupUseCaseController.Run(InitializeMainHandler initializeMain, Window splashWindow, Action`1 updateSplashStatus) at TurboTax.ViewModel.MainViewModel.Initialize(Window splashWindow, Action`1 updateSplashText) at TurboTax.MainWin..ctor(String[] cmdLineArgs, Window splashWindow, Action`1 updateSplashStatus, Action closeSplash) at TurboTax.App.Application_Startup(Object sender, StartupEventArgs e) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1(Object unused) 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) HelpLink: [null] Source: Intuit.Spc.Esd.WinClient.Api.Net --- snip ---
Regards