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.
http://bugs.winehq.org/show_bug.cgi?id=29556
Bug #: 29556
Summary: Tiny slider indicators in Audacity
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://audacity.googlecode.com/files/audacity-win-unic
ode-1.3.14.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Regression SHA1: 8a947065dc6cee4f53371346c5a49c63187c62ba
Created attachment 38291
--> http://bugs.winehq.org/attachment.cgi?id=38291
Good and bad screenshots
In Audacity, the slider indicators on some of the effect dialogs are much
smaller than they are on Windows. This is a regression:
8a947065dc6cee4f53371346c5a49c63187c62ba is the first bad commit
commit 8a947065dc6cee4f53371346c5a49c63187c62ba
Author: Bellengé Maxime <maxime.bellenge(a)gmail.com>
Date: Wed Jul 20 14:58:29 2011 +0200
comctl32: Don't reset trackbar thumb on a WM_SIZE message.
:040000 040000 6e5202265372678b3c2589688d8208f67283986a
a402ebe6f1f236d7f7356c679b9254181ec3e57d M dlls
Reverting the patch restored the expected display. No relevant terminal output.
Steps to reproduce:
1. Open an audio file
2. Go to effect -> change speed
--
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=47489
Bug ID: 47489
Summary: The appearance of configurable options in Audacity is
broken
Product: Wine
Version: 4.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 64870
--> https://bugs.winehq.org/attachment.cgi?id=64870
Audacity 2.3.2 preferences dialog
See the attached screenshot.
I'm not sure comctl32 is the right component but it might be it.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=50188
Bug ID: 50188
Summary: Audacity fails to start
Product: Wine
Version: 5.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
In Wine 5.22 Audacity fails to start. No messages are logged in console.
Even when I run it in winedbg I only see:
cont
Process of pid=00b4 has terminated
md5sum audacity-2.4.2.zip
2b5fa02187d6301448f4b9c9557a0900 audacity-2.4.2.zip
--
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.