http://bugs.winehq.org/show_bug.cgi?id=34983
Bug #: 34983
Summary: Fellowship One Check-In Application needs
IBackgroundCopyJob::SetDescription 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)
Trace log doesn't really give it away but running the .NET app with managed
debugger does ...
--- snip ---
$ pwd
$ /home/focht/.wine/drive_c/Program Files/Fellowship Technologies/Fellowship
One Check-in 2.5
$ wine ./AppStart.exe
...
000b:fixme:qmgr:BITS_IBackgroundCopyJob_SetDescription Not implemented
(2a.37): C++ EH exception - code e06d7363 (first chance)
(2a.37): CLR exception - code e0434f4d (first chance)
...
OS Thread Id: 0x37 (4)
ESP EIP
03ade188 7b83a8ef [ComPlusMethodFrameStandaloneCleanup: 03ade188]
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob.SetDescription(System.String)
03ade198 038b68ff
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.CreateCopyJob(Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager
ByRef,
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob
ByRef, System.Guid ByRef, System.String, System.String)
03ade1f0 038b6217
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.Download(System.String,
System.String, System.TimeSpan)
03ade25c 038b47f7
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.IsServerManifestDownloaded()
03ade2a8 038b4050
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.CreateCopyJob] :
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
'8fe9ce5b-4708-466f-944c-9576252dfb18', the job name was 'Updater job.', and
the description was 'Updater: Download the Server XML File.'.
ERROR: The method or operation is not implemented.
STACK: at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob.SetDescription(String
Val)
at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.CreateCopyJob(IBackgroundCopyManager&
copyManager, IBackgroundCopyJob& copyJob, Guid& jobID, String jobNameKey,
String jobDescriptionKey)
...
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/53e25cb4f60bd2d760a9b2fe8b83de37…
--- snip ---
324 static HRESULT WINAPI BITS_IBackgroundCopyJob_SetDescription(
325 IBackgroundCopyJob2 *iface,
326 LPCWSTR Val)
327 {
328 FIXME("Not implemented\n");
329 return E_NOTIMPL;
330 }
--- 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
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/a7449dbf598c009f4af62c04969dff0f…
--- 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=25746
Summary: Drag & Drop not functioning with Format Factory
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Reece.vanburen(a)gmail.com
Drag & Drop feature not functioning with Format Factory, otherwise the app is
running well.
--
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=38354
Bug ID: 38354
Summary: Audacity 2.1.0 can't find function in its included
msvcr120
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgerard(a)gmail.com
Distribution: ---
Created attachment 51198
--> https://bugs.winehq.org/attachment.cgi?id=51198
full command line log from attempting to run Audacity 2.1.0
Audacity 2.1.0 for Windows installs under Wine, but cannot launch. Relevant
lines from command line (after running wine audacity.exe inside the Audacity
directory):
wine: Call from 0x7b83b6ae to unimplemented function msvcr120.dll._except1,
aborting
wine: Unimplemented function msvcr120.dll._except1 called at address 0x7b83b6ae
(thread 0009), starting debugger...
msvcr120.dll is in fact packaged with Audacity, and I've confirmed it's got the
same md5sum as the version with the official Microsoft vcredist_x86.exe.
I am using the Ubuntu Wine PPA version 1.7.38, under Xubuntu 14.04 amd64.
--
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=33582
Bug #: 33582
Summary: Audacity 2.0.3 Unhandled exception; assertion failed
in 32-bit code (0xf7714425)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcgraw5058(a)bellsouth.net
Classification: Unclassified
Created attachment 44460
--> http://bugs.winehq.org/attachment.cgi?id=44460
Backtrace details for Audacity 2.0.3 crash.
Audacity stopped working with recent build(s) of wine. Program crashes and
displays error dialog with details.
System Info:
Wine build: wine-1.5.29
Platform: i386 (WOW64)
Host system: Linux
Host version: 3.5.0-17-generic
--
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=27258
Summary: audacity 1.3.12 run time error r6034
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34860)
--> (http://bugs.winehq.org/attachment.cgi?id=34860)
Log: audacity runtime error r6034
http://sourceforge.net/projects/audacity/files/audacity-beta/1.3.13/audacit…
$ sha1sum audacity-win-1.3.13.exe
25178e7320ba9f93961fe666dadbc609bc3ed909 audacity-win-1.3.13.exe
audacity is open source, code is available at http://audacity.sourceforge.net/
install audacity and start with wine, then a message box says r6034.
winetricks vcrun2005 works around 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=13214
Summary: No icons on control buttons with Audacity 1.2.6
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.strich.b(a)web.de
Created an attachment (id=13050)
--> (http://bugs.winehq.org/attachment.cgi?id=13050)
console log for start and emmidiate quit of Audacity, warn+all, fixme+all
For Audacity 1.2.6 run under Wine, there are no icons on the control buttons of
the main window, rendering the interface unusable.
--
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.