http://bugs.winehq.org/show_bug.cgi?id=22883
Summary: implement dbghelp.SymMatchStringA/W (needed by
"Debugging Tools for Windows")
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.microsoft.com/whdc/devtools/debugging/defau
lt.mspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while writing some scripts for cdb from "Debugging Tools for Windows"
toolsuite, the following insufficiency is encountered:
--- snip ---
...
wine: Call from 0x7b835a02 to unimplemented function
dbghelp.dll.SymMatchStringW, aborting
wine: Unimplemented function dbghelp.dll.SymMatchStringW called at address
0x7b835a02 (thread 0034), starting debugger...
--- snip ---
Native dbghelp works around.
It seems there is already an ansi version "SymMatchString" present and exported
(without "A" suffix).
--- snip dlls/dbghelp/symbol.c ---
/******************************************************************
* SymMatchString (DBGHELP.@)
*
*/
BOOL WINAPI SymMatchString(PCSTR string, PCSTR re, BOOL _case)
{
regex_t preg;
BOOL ret;
TRACE("%s %s %c\n", string, re, _case ? 'Y' : 'N');
compile_regex(re, -1, &preg, _case);
ret = match_regexp(&preg, string);
regfree(&preg);
return ret;
}
...
--- snip dlls/dbghelp/symbol.c ---
--- snip dlls/dbghelp/dbghelp.spec ---
...
@ stdcall SymMatchString(str str long)
@ stub SymMatchStringA
@ stub SymMatchStringW
...
--- snip dlls/dbghelp/dbghelp.spec ---
SymMatchStringA -> SymMatchString
It would be nice if the wide character variant SymMatchStringW() could be also
supported.
AFAIK standard POSIX.2 regex lib doesn't support wide character interface, you
have to convert to multibyte string and use ansi version.
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=25894
Summary: Free serial port monitor: Reports that I don't have
the required rights to launch the application
Product: Wine
Version: 1.2.2
Platform: x86
URL: http://www.hhdsoftware.com/Download/serial-monitor.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garywb2002(a)yahoo.com
Program installs but reports errors that it can not start the Device Monitor
Helper Driver and that I don't have the required rights to launch the
application. The help function works if enabled separately via the menu item in
Ubuntu.
--
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=10515
Summary: Muvee autoproducer fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.muvee.com/en/products/ap/ap6_free_trial
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, another "garbage app" sent into the appdb: the installer fails with a
messagebox : Error Number: 0x80020006
Quote from the person who sent it in:
Installshield warns about missing Quicktime and Media player components (it
does that on Windows too unless they're installed but will install and run
without them),then runs through the initial license confirmation and
destination directory selection.
It then aborts with MessageBox:
Error Number: 0x80020006
There was one msi-related fixme message in the console, that appeared when the
messagebox appeared:
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"version", clsid
{000c1090-0000-0000-c000-000000000046}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26524
Summary: Muvee Reveal 8, execution from folder causes crash
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fcole90(a)gmail.com
Created an attachment (id=33782)
--> (http://bugs.winehq.org/attachment.cgi?id=33782)
log of the application
I made this test trying to run the app from a Windows previus installation,
then I copied the folder on my Wine folder and launched the app.
The applications shows many dialog boxes to report many errors:
1st dialog box)
Application has generated an exception that could not be handed.
Process ID=0x8 (8), Thread ID=0x9 (9).
Click OK to terminate the application.
Click CANCEL to debug the application.
#I click CANCEL
2nd dialog box)
No registered JIT debugger was specified.
Click on Retry to have the process wait while attaching a debugger manually.
Click on Cancel to abort the JIT debug request.
#If I click Retry the dialog appears again or crashes.
#If I press abort the app abort.
--
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=26507
Summary: Muvee Reveal finds a problem and doesn't install
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fcole90(a)gmail.com
Created an attachment (id=33746)
--> (http://bugs.winehq.org/attachment.cgi?id=33746)
Various fixme on win, advapi and an error on cabinet
I'm not able to run the installer of the application. I tried using native
libraries for: advapi32, cabinet and wininet.
When the installer runs just stops after a screen reporting that found a
critical problem that caused the app 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=27944
Summary: DVR CMS SW freezes
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maurelioc(a)astrotec.com.br
The SW attached is a CMS for controlling and viewing images on a DVR (Digital
Video Recording). This type of equipment is very common now in video
surveillance.
The DVRs maybe operated/viewed from a SW in cellular phones, Internet Explorer
with an activex loaded from the DVR and from installable SW called CMS for
Windows OS.
I would apreciate if someone could make it run on Wine.
It installs without error , but when trying to execute the SW freezes.
I can make available a DVR with cameras connected to internet to make tests.
There are other packages to convert videos, play videos , install activex etc.
All chinese made and with minimum documentation. I may send if needed or asked.
Thanks.
Marco Aurelio
--
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=9628
Summary: msiexec command line parsing incorrect
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.ht
ml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In bug 9615, the reporter mentioned running the setup program to install the
game does not work.
When running SetupMenu.exe, press the "Install RPG Maker XP" button should
launch the installer. In Wine 0.9.33, pressing that button runs:
msiexec /i c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
In Wine 0.9.34, pressing that button runs:
msiexec c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
The regression is caused by:
commit 54c7b7e81b5542f015dc6e71fc6030ba3919f5d3
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Mar 22 08:20:16 2007 -0500
Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of
process_args to reduce code duplication.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22658
Summary: Movie Magic Screenwriter 2000 crashes when selecting
Program Options
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=27882)
--> (http://bugs.winehq.org/attachment.cgi?id=27882)
Movie Magic Screenwriter 2000 crash in wine-1.1.44-104-g25d8616
I'm setting the Wine version to 1.1.39 because that's where the regression test
identified the bad patch, but the bug is still present in today's git
(wine-1.1.44-104-g25d8616).
Movie Magic Screenwriter 2000 now crashes when selecting Program Options from
the File menu.
Regression test results:
0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725 is first bad commit
commit 0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 8 17:44:23 2010 +0100
user32: Do not load 16-bit user.exe by default.
:040000 040000 efe35dc6ec566d8677b01e142290dde76d0d73c6
e0a08872768ea3f142cd2d1fedeb8dafa167c05b M dlls
The same patch was identified in bugs 21825 and 21946; both of those bugs were
closed as fixed by commit f3696e489b8b33011b5a32acf330f0684b6d151a.
Reverting the patch identified by the regression test gets rid of the crash,
but the Program Options box still doesn't appear. Instead, the app throws up a
warning that resources are dangerously low and telling me to close some
programs and possibly reboot. So something else is also going on, but I'm
afraid I don't know how to proceed from here to track it down. I'm happy to run
more tests if someone can tell me what to do.
--
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.