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=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=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.
http://bugs.winehq.org/show_bug.cgi?id=12297
Summary: Movie Magic Screenwriter 6: Initialization Error
requiring installation of a device driver
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverscreenwriter(a)gmail.com
Created an attachment (id=11744)
--> (http://bugs.winehq.org/attachment.cgi?id=11744)
Command line error output
I'm running Fedora Core 8. Kernel is 2.6.24.3-50.
I used Add/Remove Software to install Wine 0.9.56.
I then installed, without issue, Movie Magic Screenwriter 6.0. The program's
start-up icon was copied to my desktop.
When I click on the icon, I get the following message:
Initialization Error: "This software requires installation of device driver
TPkd and a reboot before running. Please reboot or reinstall the software."
The above-mentioned driver is installed at
~/.wine/drive_c/windows/system32/drivers/TPkd.sys
A reinstall and/or reboot has no affect.
When I run it from the command line, there is error output, which I have
attached as a plain text file named "WineError.txt". The first line of the
file displays the command entered to start the program.
If you should need any additional information, please contact me via e-mail.
- Harvey
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10686
Summary: Marangatu fails with "Object doesn't support this
action"
Product: Wine
Version: 0.9.50.
Platform: PC-x86-64
URL: http://www.set.gov.py/set_htm/softwares/descargas/marang
atui/instalador.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=9523)
--> (http://bugs.winehq.org/attachment.cgi?id=9523)
Full terminal log
The eset.exe fails to start, bringing up a message box saying that Runtime
Error 445, Object doesn't support this action and then Wine pagefaults. Full
terminal output and error message attached.
--
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=23577
Summary: Kaspersky Internet Security 2010 installation problem:
need Wins Xp SP 2
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
kis9.0.0.736 gives the following line on the console:
err:msi:ITERATE_Actions Execution halted, action L"ErrorXPSP2RequiredShow"
returned 1603
--
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=19324
Summary: Get a Wine Error popup when trying to build a UBCD4Win
iso
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.ubcd4win.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franks(a)montgomery.edu
Created an attachment (id=22375)
--> (http://bugs.winehq.org/attachment.cgi?id=22375)
wine: Unhandled page fault on read access
The application itself installs fine in Wine version 1.1.23 and 1.1.25 on Suse
Linux Enterprise Desktop 11. I can get in and enable and disable plugins but
when I try to build a CD I get the Wine Error popup saying that "The program
UBCDWinBuilder.exe has encountered a serious problem and needs to close." I get
this error running in cli and double clicking on the exe. Now before I get the
pop I notice the application gets an error when opening up a hive while
building the registry. This happens so fast I can not see the full error in the
application before it crashes and the popup is produced. Went back and ran
under cli wine UBCD4WinBuilder.exe WINEDEBUG=warn+all &> log.txt and I am
suppling those to you for your reading pleasure.
--
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.