[Bug 34988] New: Fellowship One Check-In Application v2.5 needs IBackgroundCopyManager::GetJob method
http://bugs.winehq.org/show_bug.cgi?id=34988 Bug #: 34988 Summary: Fellowship One Check-In Application v2.5 needs IBackgroundCopyManager::GetJob method Product: Wine Version: 1.7.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: qmgr AssignedTo: wine-bugs(a)winehq.org ReportedBy: focht(a)gmx.net Classification: Unclassified Hello folks, as the summary says... Prerequisite: 'winetricks -q dotnet20' in clean 32-bit WINEPREFIX (Mono might work too) Additionally: http://bugs.winehq.org/attachment.cgi?id=46619 from bug 34983 (implements IBackgroundCopyJob::SetDescription method) --- snip --- $ pwd $ /home/focht/.wine/drive_c/Program Files/Fellowship Technologies/Fellowship One Check-in 2.5 $ wine ./AppStart.exe ... 000b:fixme:qmgr:BITS_IBackgroundCopyManager_GetJob Not implemented ... (2b.34): C++ EH exception - code e06d7363 (first chance) (2b.34): CLR exception - code e0434f4d (first chance) OS Thread Id: 0x34 (4) ESP EIP 03ade184 7b83a8ef [ComPlusMethodFrameGeneric: 03ade184] Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager.GetJob(System.Guid ByRef, Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob ByRef) 03ade198 038ba4be Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.GetJobStatus(System.Guid) 03ade208 038ba1f9 Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.CheckDownloadCompleteOrError() 03ade260 038b9e62 Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.IsPollerIntervalElapsed() 03ade2a8 038b40e3 Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.RunDownloader() 03ade2d4 793d7a7b System.Threading.ThreadHelper.ThreadStart_Context(System.Object) 03ade2dc 793683dd System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) 03ade2f4 793d7b5c System.Threading.ThreadHelper.ThreadStart() 03ade518 79e88f63 [GCFrame: 03ade518] [BITSDownloader.GetJobStatus] : The BITS downloader experienced an unexpected error. It may have been asked to check job status for a job ID that no longer exists, or a job that was canceled. The jobID was '6007e058-335b-41b7-a829-9d17c8b08bd7', the job name was '', and the description was ''. ERROR: The method or operation is not implemented. STACK: at Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager.GetJob(Guid& jobID, IBackgroundCopyJob& ppJob) at Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.GetJobStatus(Guid jobId) ... --- snip --- Source: http://source.winehq.org/git/wine.git/blob/a7449dbf598c009f4af62c04969dff0f7... --- snip --- 76 static HRESULT WINAPI BITS_IBackgroundCopyManager_GetJob(IBackgroundCopyManager *iface, 77 REFGUID jobID, IBackgroundCopyJob **ppJob) 78 { 79 FIXME("Not implemented\n"); 80 return E_NOTIMPL; 81 } --- snip --- $ sha1sum fellowshiponecheckin2_5.msi f038d88910bf3bc108901ff3768f92eb2cc58791 fellowshiponecheckin2_5.msi $ du -sh fellowshiponecheckin2_5.msi 508K fellowshiponecheckin2_5.msi $ wine --version wine-1.7.7-119-g3197262 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=34988 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |https://downloads.fellowshi | |pone.com/checkin/fellowship | |onecheckin2_5.msi Depends on| |34983 -- 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=34988 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-11-24 05:15:35 CST --- Ok, this looks trivial too. I'll make something for it. -- 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=34988 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-11-24 07:35:22 CST --- Created attachment 46627 --> http://bugs.winehq.org/attachment.cgi?id=46627 patch Please try this one. -- 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=34988 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-11-24 09:06:20 CST --- I just tried it myself. It doesn't work with mono, with .net 2.0 with this patch it claims to complete updating process successfully and application window shows up (which is quite ugly looking, control positions are messed up). -- 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=34988 Bug 34988 depends on bug 34983, which changed state. Bug 34983 Summary: Fellowship One Check-In Application v2.5 needs IBackgroundCopyJob::SetDescription method http://bugs.winehq.org/show_bug.cgi?id=34983 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- 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=34988 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |421a26a9a855b36f1f92bd30db8 | |92afcffced048 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2013-11-25 15:09:51 CST --- Hello folks, this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/421a26a9a855b36f1f92bd30db8... Thanks Nikolay 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=34988 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2013-12-06 13:44:37 CST --- Closing bugs fixed in 1.7.8. -- 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=34988 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.6.x -- 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=34988 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.6.x |--- --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Removing 1.6.x milestone from bugs included in 1.6.2. -- 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=34988 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://downloads.fellowshi |https://web.archive.org/web |pone.com/checkin/fellowship |/20210725190826/https://dow |onecheckin2_5.msi |nloads.fellowshipone.com/ch | |eckin/fellowshiponecheckin2 | |_5.msi -- 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