https://bugs.winehq.org/show_bug.cgi?id=35252
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
the app expectedly still fails with 'IEnumWorkItems::Reset' now needed.
Do you prefer to resolve here and create new bugs per method stub impl or just keep it open until the few missing interface methods are implemented?
--- snip --- System.NotImplementedException The method or operation is not implemented. Stack Trace: at Microsoft.Win32.TaskScheduler.V1Interop.IEnumWorkItems.Reset() at Microsoft.Win32.TaskScheduler.TaskCollection.V1TaskEnumerator..ctor(TaskService svc, Regex filter) at Microsoft.Win32.TaskScheduler.TaskCollection.GetEnumerator() at Quest.Toad.Util.Migration.ProcessTaskFolder(TaskFolder folder, List`1 tasks) at Quest.Toad.Util.Migration.CheckScheduledTasks(Boolean force) at Quest.Toad.Util.Migration.MigrateSettings() at Quest.Toad.Gui.MainForm.runFirstEverExecution() at Quest.Toad.Gui.MainForm.MainForm_Shown(Object sender, EventArgs e) at System.Windows.Forms.Form.OnShown(EventArgs e) at System.Windows.Forms.Form.CallShownEvent() at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) 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.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks() --- snip ---
$ wine --version wine-1.7.40-29-gc1c108f
Regards