http://bugs.winehq.org/show_bug.cgi?id=21736
Summary: Quicken 2004 Premier Ctrl+F is not recognized on
application launch.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When launching Quicken the keyboard shortcut Ctrl+F (Find) does nothing ...
reliably nothing. However, if you traverse the Quicken menus Edit | Find &
Replace | Find ... then the Find request and operation proceeds normally.
Interestingly enough after this is done then the Ctrl+F keyboard shortcut is
recognized.
--
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=20636
Summary: Can't get a COM-object's properties (App: Cardiris),
workaround: winetricks dcom98
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld(a)gardschwingdoazah.de
Created an attachment (id=24614)
--> (http://bugs.winehq.org/attachment.cgi?id=24614)
Debug trace of failed run; failing property is "CodePage"
This is a problem with the application Cardiris v3.5 by I.R.I.S. (business card
recognition).
The application itself (interactive) runs well, the problem is only with the
COM API. I'm accessing it through a piece of plain C code.
The code *works* on Windows XP,
*works* on wine 1.1.32 with dcom98 installed through winetricks,
but *doesn't work* with wine 1.1.32 with builtin dcom.
The COM works in general, I can create an application object and call methods
on it, but on another object (returned by a method call), access to any
property results in the following error:
Object doesn't support this property or method: 'CodePage'
(Note: Property name is spelled correctly, any other property doesn't work
either.)
Attaching a debug trace with WINEDEBUG=+comcat,+ole (hope that combination
makes sense), but I will gladly produce any other required debug trace -- just
let me know which WINEDEBUG setting you need.
--
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=32333
Bug #: 32333
Summary: Crystal Report don't show numeric formulas rigth
justify
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuel(a)e-macrobase.com
Classification: Unclassified
When i have a formula in a Crystal Reports report and is right justify, the
value doesn't show up. If i left justify the formula then show up.
Please help me.
--
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=34938
Bug #: 34938
Summary: 64-bit cl.exe is failed with error code 2 when using
long decorated name
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loentar(a)gmail.com
Classification: Unclassified
Created attachment 46556
--> http://bugs.winehq.org/attachment.cgi?id=46556
test source file
64-bit cl.exe (on 64-bit wineprefix) finishes instantly (without any warnings
or errors) with error code 2 when source code contain long decorated name.
Other source files is compiled fine.
When compiling the same source code with 32-bit cl.exe (on 32-bit wineprefix)
it show warnings "decorated name length exceeded" and compiles fine.
on 64-bit (doesn't work):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
>echo %ERRORLEVEL%
2
>dir /B decorated-test.obj
File not found.
on 32-bit (works):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
C:\Program Files\Microsoft Visual Studio 10.0\VC\\include\xmemory(212) :
warning C4503: 'std::_Tree<_Traits>::erase' : decorated name length exceeded,
name was truncated
.....
>echo %ERRORLEVEL%
0
>dir /B decorated-test.obj
decorated-test.obj
--
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=34577
Bug #: 34577
Summary: MS Access 97 crashes when browsing object library
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
After opening the dialog to browse the libraries attached to MS Access it
eventually crashes after a few seconds. Time based, it seems. No navigation
action required for it to crash.
--
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=34426
Bug #: 34426
Summary: Visual C++ 2010 Express claims it can't find
MSBuild.exe
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 32568, the IDE started up,
and I could load a trivial project. But building, even
of a single file, failed with message
error MSB4014: The build stopped unexpectedly because of an internal failure.
Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled.
MSBuild.exe could not be launched as a child node as it could not be found at
the location \"C:\\windows\\Microsoft.NET\\Framework"...
but the executable is at the specified location, and even runs if run via the
commadline.
--
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=34134
Bug #: 34134
Summary: "open file" dialog does not shrink after switching to
"use adobe dialog" and back to system dialog
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Classification: Unclassified
If you press "use adobe dialog" button in "open file" dialog, it grows.
If you press "use os dialog" after it, window does not shrink back.
--
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=34088
Bug #: 34088
Summary: Symantec Antivirus 10.1 (64-bit) installer very slow
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer, performance
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45324
--> http://bugs.winehq.org/attachment.cgi?id=45324
wine-1.6-rc4 console output
Towards the end of the installation for Symantec Antivirus 10.1 for Win64 the
installer appears to hang. Left long enough it does complete.
Lots of these:
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0072, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0075, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0076, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0077, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0078, blocked by 0071, retrying (60
sec)
Running with a +heap trace causes an assertion failure and the installer
crashes.
Running with an +msi,+msiexec,+msidb trace and the installer completes as
normal but much faster.
Workarounds: Bug 22009, Bug 34082 and Bug 34083.
--
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=34082
Bug #: 34082
Summary: Symantec Antivirus 10.x installer fails in custom
action
AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45311
--> http://bugs.winehq.org/attachment.cgi?id=45311
wine-1.6-rc4 console output
Working around Bug 22009 the installer for Symantec Antivirus 10.1 (32-bit)
fails in a custom action AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA.
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not
implemented: period 86400 msg (null) cmd (null)
err:msi:ITERATE_Actions Execution halted, action
L"AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA" returned 1603
Removing the custom action from the .msi allows the installer to continue.
--
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=34071
Bug #: 34071
Summary: Create an application for verifying embedded digital
signatures
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Currently there's no way to verify a digital signature of Windows applications
(EXE and MSI) that you download from the Internet.
That would be great to have a way to see if the file is indeed digitally signed
(so there's a lesser chance that it's malware).
--
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.