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=29481
Bug #: 29481
Summary: Free serial port monitor crashes due to unimplemented
function setupapi.dll SetupDiGetClassBitmapIndex
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
now that bug 25894 is fixed the app crashes into following:
--- snip ---
$ wine ./studio.exe
fixme:heap:HeapSetInformation 0x110000 0 0x32fda0 4
fixme:heap:HeapSetInformation 0x4b0000 0 0x32fda0 4
fixme:win:EnumDisplayDevicesW ((null),0,0x32deb4,0x00000000), stub!
err:imagelist:ImageList_Remove Invalid image list handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x100f4,
filter=0x32dbf8,flags=0x00000000) returns a fake device notification handle!
wine: Call from 0x7b838b5b to unimplemented function
setupapi.dll.SetupDiGetClassBitmapIndex, aborting
wine: Unimplemented function setupapi.dll.SetupDiGetClassBitmapIndex called at
address 0x7b838b5b (thread 0036), starting debugger...
Unhandled exception: unimplemented function
setupapi.dll.SetupDiGetClassBitmapIndex called in 32-bit code (0x7b838b5b).
--- snip ---
MSDN:
http://http://msdn.microsoft.com/en-us/library/windows/hardware/ff551047.as…
$ sha1sum serial-monitor.exe
8dbcd850baafdd94c6ec771d109369e5573a41ea serial-monitor.exe
$ wine --version
wine-1.3.35-273-geaa8801
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=29482
Bug #: 29482
Summary: Free serial port monitor crashes due to unimplemented
function setupapi.dll SetupDiDrawMiniIcon
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
after bug 29481 (SetupDiGetClassBitmapIndex stub) the app runs into another
one:
--- snip ---
$ wine ./studio.exe
...
fixme:setupapi:SetupDiGetClassBitmapIndex : stub
{00000000-0000-0000-0000-000000000000}, 0x32dbac
fixme:setupapi:SetupDiLoadClassIcon : stub
{00000000-0000-0000-0000-000000000000}, (nil), 0x32dbac
fixme:win:RegisterDeviceNotificationW (hwnd=0x30228,
filter=0x32dd10,flags=0x00000000) returns a fake device notification handle!
fixme:qmgr:BITS_IBackgroundCopyJob_AddFile Check for valid filenames and
supported protocols
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyFlags Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetDescription Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_SetNoProgressTimeout 10
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x12dc58,0x00000000) stub
fixme:win:LockWindowUpdate (0x3006a), partial stub!
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:wininet:InternetLockRequestFile STUB
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
wine: Call from 0x7b838b5b to unimplemented function
setupapi.dll.SetupDiDrawMiniIcon, aborting
wine: Unimplemented function setupapi.dll.SetupDiDrawMiniIcon called at address
0x7b838b5b (thread 003b), starting debugger...
Unhandled exception: unimplemented function setupapi.dll.SetupDiDrawMiniIcon
called in 32-bit code (0x7b838b5b).
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/hardware/ff551005.aspx
The toolbar errors about missing bitmaps are most likely the result from
SetupDiLoadClassIcon() stub but this seems harmless.
One interesting tidbit: the app seems to make use of "bits" service for
updates.
This might be a good candidate for testing/completing missing functionality.
$ sha1sum serial-monitor.exe
8dbcd850baafdd94c6ec771d109369e5573a41ea serial-monitor.exe
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=30176
Bug #: 30176
Summary: moviEZ HD: Fails to start installation
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 39384
--> http://bugs.winehq.org/attachment.cgi?id=39384
WINEDEBUG=+relay,+cabinet on wine-1.4-205-g104e319
Steps to reproduce:
1) remove ~/.wine
2) wine moviezhd10.exe
Behaviour:
See attachment.
Expected behaviour:
No window from attachment
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x33d908,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33d828,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{33d9a760-90c8-11d0-bd43-00a0c911ce86} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{33d9a761-90c8-11d0-bd43-00a0c911ce86} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\muvee
Technologies" 1 4 (nil) (nil) 0x14a928 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\muvee
Technologies\\InstallerStore" 1 4 (nil) (nil) 0x14a928 (nil)
fixme:advapi:SetNamedSecurityInfoW L"C:\\users\\Public\\Application Data\\muvee
Technologies\\InstallerStore\\{90A496EF-8A9C-23D2-9746-2FB26B25233D}" 1 4 (nil)
(nil) 0x14a928 (nil)
err:cabinet:FDICopy FDIIsCabinet failed: 2.
--
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.