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=35161
Bug ID: 35161
Summary: Osu can't install without native cabinet
Product: Wine
Version: 1.7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
0. download osu
sha1sum: c74ee1e4fe71b2803c2f8f7cc2d6a473b9181246
1. run the installer, and it reports
The file is not a cabinet
2. winetricks -q cabinet workarounds 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.
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.
http://bugs.winehq.org/show_bug.cgi?id=35282
Bug ID: 35282
Summary: Multiple applications/installers need 'reg.exe'
'import' operation implementation (Muvee Reveal 8.0.x)
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
example: 'Muvee Reveal 8.0.1.1421' installer.
Relevant part of trace log:
--- snip ---
0047:Call KERNEL32.CreateProcessW(00000000,00b7a4c0
L"C:\\windows\\system32\\reg.exe import
C:\\users\\focht\\Temp\\muveeInstall\\SF_NTI_MC_MPEGEnc_001fffff.reg",00000000,00000000,00000000,00000000,00000000,004d6a00
L"C:\\windows\\system32\\",0033f6bc,0033f6ac) ret=7ece5e8a
...
0040:Call KERNEL32.__wine_kernel_init() ret=7bc5a056
0047:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7ece5e8a
...
Error: Invalid command line parameters
...
0040:Call KERNEL32.ExitProcess(00000001) ret=7edf5e5e
--- snip ---
$ sha1sum muveeReveal_8.0.1.14210_2299.exe
93db0d86103c8ed4e3c3ecff367468f2b120e8dc muveeReveal_8.0.1.14210_2299.exe
$ du -sh muveeReveal_8.0.1.14210_2299.exe
101M muveeReveal_8.0.1.14210_2299.exe
$ wine --version
wine-1.7.9-286-g8f53710
Regards
--
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=35892
Bug ID: 35892
Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented
function apphelp.dll.SdbGetAppPatchDir
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet20' (Mono might work too, couldn't test)
('foo' doesn't exist)
--- snip ---
$ wine ./sdb2xml.exe foo
fixme:thread:SetThreadStackGuarantee (0x33fc28): stub
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
wine: Call from 0x7b83abc3 to unimplemented function
apphelp.dll.SdbGetAppPatchDir, aborting
Error: External component has thrown an exception.
fixme:process:FlushProcessWriteBuffers : stub
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb432442%28v=vs.85%29.aspx
--- quote ---
void WINAPI SdbGetAppPatchDir(
_In_opt_ HSDB hSDB,
_Out_ LPTSTR szAppPatchPath,
_In_ DWORD cchSize
);
Parameters
hSDB [in, optional]
A handle to the shim database returned by the SdbInitDatabase function.
szAppPatchPath [out]
The resulting path.
cchSize [in]
The size of the szAppPatchPath buffer, in characters. If the function
fails, this parameter is set to the empty string ("").
--- quote ---
The documentation doesn't live up to the standards.
Vista+ API with no ANSI version of the API but they still state 'LPTSTR' type?
$ sha1sum sdb2xml.exe
9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe
28K sdb2xml.exe
$ wine --version
wine-1.7.15-112-g2aad5d7
Regards
--
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=35891
Bug ID: 35891
Summary: sdb2xml and native setupapi override crash on
unimplemented function apphelp.dll.SdbInitDatabase
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
encountered by Austin's tests with native overrides
(https://bugs.winehq.org/show_bug.cgi?id=26016#c20):
--- quote ---
and crashes with:
wine: Call from 0x7b83a82e to unimplemented function
apphelp.dll.SdbInitDatabase, aborting
if I stub that, it gets further, to SCECLI.dll.SceSetupMoveSecurityFile. That
function doesn't appear to be documented, howver, so I didn't try to do
anything with it. (that's for ie7)
xmllite installs with no issues with native setupapi after SdbInitDatabase was
stubbed. Running it now in a loop.
--- quote ---
I found another interesting tool which makes use of Application Compatibility
Database API's too: 'sdb2xml'
MSDN: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2xml.aspx
$ sha1sum sdb2xml.exe
9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe
28K sdb2xml.exe
$ wine --version
wine-1.7.15-112-g2aad5d7
Regards
--
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=38017
Bug ID: 38017
Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented
function apphelp.dll.SdbGetFirstChild
Product: Wine
Version: 1.7.35
Hardware: x86
URL: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2
xml.aspx
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com, focht(a)gmx.net
Depends on: 35893
Distribution: ---
Followup to bug 35893
Created a dummy file:
--- snip ---
$ touch foo.sdb
--- snip ---
Run the app:
--- snip ---
$ wine ./sdb2xml.exe foo.sdb
fixme:apphelp:SdbOpenDatabase stub: L"foo.sdb" 00000000
<?xml version="1.0" encoding="IBM437" standalone="yes"?>
<SDB xmlns:xs="http://www.w3.org/2001/XMLSchema" path="foo.sdb"wine: Call from
0x7b83957c to unimplemented function apphelp.dll.SdbGetFirstChild, aborting
--
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=35893
Bug ID: 35893
Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented
function apphelp.dll.SdbOpenDatabase
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet20' (Mono might work too, couldn't test)
Created a dummy file:
--- snip ---
$ touch foo.sdb
--- snip ---
Run the app:
--- snip ---
$ wine ./sdb2xml.exe foo.sdb
fixme:thread:SetThreadStackGuarantee (0x33fc28): stub
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
wine: Call from 0x7b83abc3 to unimplemented function
apphelp.dll.SdbOpenDatabase, aborting
Error: External component has thrown an exception.
fixme:process:FlushProcessWriteBuffers : stub
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb432457%28v=vs.85%29.aspx
--- quote ---
PDB WINAPI SdbOpenDatabase(
_In_ LPCTSTR pwszPath,
_In_ PATH_TYPE eType
);
Parameters
pwszPath [in]
The database path. This parameter cannot be NULL.
eType [in]
The path type. See PATH_TYPE for a list of values.
--- quote ---
There is no ANSI version here, LPCTSTR will be always mapped to LPCWSTR.
Interestingly there seem to be two API functions essentially doing the same:
SdbOpenDatabase -> Windows Vista+, returns 'PDB'
SdbInitDatabase -> Windows XP+, returns 'HSDB'
$ sha1sum sdb2xml.exe
9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe
28K sdb2xml.exe
$ wine --version
wine-1.7.15-112-g2aad5d7
Regards
--
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=44460
Bug ID: 44460
Summary: Wine's loader should prevent multiple executable
mappings of images (dlls) backed by the same physical
file (long path vs. short path)
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
split out from bug 35106 because there are multiple issues and this one affects
a different area: Wine loader.
Currently, loading a dll with default load flags one time with long path name
and the other time with short path name (= same physical file) results in two
different mappings of the dll which creates problems with apps expecting unique
instance data.
In short: Wine's loader currently lacks a more elaborate identity check to
prevent this case.
CMS DVR (video surveillance app) v1.0.0.8 uses multiple MFC-based ActiveX/COM
servers.
Taking the first one 'WndManager.ocx' as example:
--- snip ---
-=[ ProtectionID v0.6.9.0 DECEMBER]=-
(c) 2003-2017 CDKiLLER & TippeX
Build 24/12/17-21:05:42
Ready...
Scanning -> C:\Program Files\CMS\WndManager.ocx
File Type : 32-Bit Dll (Subsystem : Win GUI / 2), Size : 266240 (041000h)
Byte(s) | Machine: 0x14C (I386)
Compilation TimeStamp : 0x4B583655 -> Thu 21st Jan 2010 11:11:17 (GMT)
[TimeStamp] 0x4B583655 -> Thu 21st Jan 2010 11:11:17 (GMT) | PE Header | - |
Offset: 0x000000F8 | VA: 0x100000F8 | -
[TimeStamp] 0x4B583655 -> Thu 21st Jan 2010 11:11:17 (GMT) | Export | - |
Offset: 0x00020A74 | VA: 0x10020A74 | -
[LoadConfig] CodeIntegrity -> Flags 0xA3F0 | Catalog 0x46 (70) | Catalog Offset
0x2000001 | Reserved 0x46A4A0
[LoadConfig] GuardAddressTakenIatEntryTable 0x8000011 | Count 0x46A558
(4629848)
[LoadConfig] GuardLongJumpTargetTable 0x8000001 | Count 0x46A5F8 (4630008)
[LoadConfig] HybridMetadataPointer 0x8000011 | DynamicValueRelocTable 0x46A66C
[LoadConfig] FailFastIndirectProc 0x8000011 | FailFastPointer 0x46C360
[LoadConfig] UnknownZero1 0x8000011
[File Heuristics] -> Flag #1 : 00000000000000000000010100000000 (0x00000500)
[Entrypoint Section Entropy] : 5.56 (section #0) ".text " | Size : 0x1B276
(111222) byte(s)
[DllCharacteristics] -> Flag : (0x0000) -> NONE
[SectionCount] 5 (0x5) | ImageSize 0x44000 (278528) byte(s)
[Export] 100% of function(s) (4 of 4) are in file | 0 are forwarded | 4 code |
0 data | 0 uninit data | 0 unknown |
[VersionInfo] Product Name : VideoWindow ActiveX Control Module
[VersionInfo] Product Version : 1. 0. 0. 4
[VersionInfo] File Description : VideoWindow ActiveX Control Module
[VersionInfo] File Version : 1. 0. 0. 4
[VersionInfo] Original FileName : VideoWindow.OCX
[VersionInfo] Internal Name : VideoWindow
[VersionInfo] Legal Copyrights : Copyright (C) 2006
[ModuleReport] [IAT] Modules -> MFC42.DLL | MSVCRT.dll | KERNEL32.dll |
USER32.dll | GDI32.dll | COMCTL32.dll | ole32.dll | OLEPRO32.DLL | OLEAUT32.dll
[!] File appears to have no protection or is using an unknown protection
- Scan Took : 0.224 Second(s) [0000000E0h (224) tick(s)] [246 of 580 scan(s)
done]
--- snip ---
The app explicitly loads its ActiveX/OCX to register these inproc servers
(registry):
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/CMS
...
002d:Call KERNEL32.LoadLibraryA(01421b78 "C:\\Program
Files\\CMS\\WndManager.ocx") ret=00404efc
...
002d:Call PE DLL (proc=0x154b467,module=0x1530000
L"WndManager.ocx",reason=PROCESS_ATTACH,res=(nil))
...
002d:Ret PE DLL (proc=0x154b467,module=0x1530000
L"WndManager.ocx",reason=PROCESS_ATTACH,res=(nil)) retval=1
002d:Ret KERNEL32.LoadLibraryA() retval=01530000 ret=00404efc
002d:Call KERNEL32.GetProcAddress(01530000,0050d090 "DllRegisterServer")
ret=00404fa9
002d:Ret KERNEL32.GetProcAddress() retval=01580022 ret=00404fa9
002d:CALL VIDEOWINDOW.OCX.DllRegisterServer(<unknown, check return>)
ret=00404fb3
...
002d:CALL MFC42.1212(<unknown, check return>) ret=01545e8f
002d:Call KERNEL32.LoadLibraryA(5f49ed88 "ole32.dll") ret=5f405b81
002d:Ret KERNEL32.LoadLibraryA() retval=7e580000 ret=5f405b81
...
002d:Call KERNEL32.GetProcAddress(7e580000,5f4c5ace "StringFromGUID2")
ret=5f405b3f
002d:Ret KERNEL32.GetProcAddress() retval=7e58ba80 ret=5f405b3f
002d:Call ole32.StringFromGUID2(01553df0,0032bf28,00000027) ret=5f4392e7
002d:Ret ole32.StringFromGUID2() retval=00000027 ret=5f4392e7
002d:Call KERNEL32.lstrlenW(0032bf28 L"{2FBB7C49-53D0-4FFF-B3A0-B3880750976A}")
ret=5f43931c
002d:Ret KERNEL32.lstrlenW() retval=00000026 ret=5f43931c
002d:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0032bf28
L"{2FBB7C49-53D0-4FFF-B3A0-B3880750976A}",ffffffff,0032bdc8,0000004e,00000000,00000000)
ret=5f439345
002d:Ret KERNEL32.WideCharToMultiByte() retval=00000027 ret=5f439345
002d:Call KERNEL32.GetModuleFileNameA(01530000,0032bcb4,00000104) ret=5f411dc5
002d:Ret KERNEL32.GetModuleFileNameA() retval=00000023 ret=5f411dc5
002d:Call msvcrt.memcpy(00fd04a0,5f4d1c58,00000001) ret=5f402437
002d:Ret msvcrt.memcpy() retval=00fd04a0 ret=5f402437
002d:Call KERNEL32.GetShortPathNameA(0032bcb4 "C:\\Program
Files\\CMS\\WndManager.ocx",00fd04a0,00000104) ret=5f411ddd
002d:Ret KERNEL32.GetShortPathNameA() retval=0000001c ret=5f411ddd
002d:Call KERNEL32.lstrlenA(00fd04a0 "C:\\PROG~FBU\\CMS\\WNDM~VNJ.OCX")
ret=5f40248f
002d:Ret KERNEL32.lstrlenA() retval=0000001c ret=5f40248f
002d:Call KERNEL32.FindResourceA(01530000,00000001,00000006) ret=5f403a4e
002d:Ret KERNEL32.FindResourceA() retval=01556f98 ret=5f403a4e
002d:Call user32.LoadStringA(01530000,00000002,0032bcb8,00000100) ret=5f403a5e
002d:Ret user32.LoadStringA() retval=00000019 ret=5f403a5e
002d:Call KERNEL32.lstrlenA(0032bcb8 "VideoWindow Property Page") ret=5f4038d7
002d:Ret KERNEL32.lstrlenA() retval=00000019 ret=5f4038d7
002d:Call msvcrt.memcpy(00fce610,0032bcb8,00000019) ret=5f403905
002d:Ret msvcrt.memcpy() retval=00fce610 ret=5f403905
...
002d:Call KERNEL32.GetProcAddress(7e9d0000,5f4c549a "RegCreateKeyA")
ret=5f405b3f
002d:Ret KERNEL32.GetProcAddress() retval=7e9dcd60 ret=5f405b3f
002d:Call advapi32.RegCreateKeyA(80000000,0032be24
"CLSID\\{2FBB7C49-53D0-4FFF-B3A0-B3880750976A}",0032bfa8) ret=5f4393b1
002d:Ret advapi32.RegCreateKeyA() retval=00000000 ret=5f4393b1
...
--- snip ---
The interesting part is that all inproc server paths are created with short
path name in registry (see 'GetShortPathNameA' calls).
I found little information on the "why". This seems to be MFC built-in/enforced
behaviour, for example mentioned here:
https://jeffpar.github.io/kbarchive/kb/179/Q179690/
--- quote ---
MFC uses short file names for registration.
--- quote ---
Later the same ActiveX/inproc server was loaded using 'ole32.CoGetClassObject'
which used the short path name from registry data but still referred to the
same physical file.
To my surprise it was mapped a second time at a different base address
0x2ab0000 (relocated), resulting in another set of instance data.
--- snip ---
...
002d:Call ole32.CoGetClassObject(0032a304,00000003,00000000,0050bddc,00329fa0)
ret=004b34b4
002d:Call
KERNEL32.FindActCtxSectionGuid(00000001,00000000,00000004,0032a304,00329e40)
ret=7e59e1f6
002d:Ret KERNEL32.FindActCtxSectionGuid() retval=00000000 ret=7e59e1f6
002d:Call ntdll.RtlInitUnicodeString(00329cd4,7e665600
L"\\Registry\\Machine\\Software\\Classes") ret=7e598c09
002d:Ret ntdll.RtlInitUnicodeString() retval=00329cd4 ret=7e598c09
002d:Call
ntdll.NtCreateKey(00329cf4,02000000,00329cdc,00000000,00000000,00000000,00000000)
ret=7e598a08
002d:Ret ntdll.NtCreateKey() retval=00000000 ret=7e598a08
002d:Call ntdll.RtlInitUnicodeString(00329d70,00329dc2
L"CLSID\\{6AD651C3-AB21-4FCB-90D8-FB1396B04A07}") ret=7e598e9a
002d:Ret ntdll.RtlInitUnicodeString() retval=00329d70 ret=7e598e9a
002d:Call ntdll.NtOpenKey(00329dbc,00020019,00329d78) ret=7e598eaf
002d:Ret ntdll.NtOpenKey() retval=00000000 ret=7e598eaf
002d:Call ntdll.RtlNtStatusToDosError(00000000) ret=7e598ebb
002d:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=7e598ebb
002d:Call ntdll.RtlInitUnicodeString(00329d70,7e666c48 L"InprocServer32")
ret=7e598e9a
002d:Ret ntdll.RtlInitUnicodeString() retval=00329d70 ret=7e598e9a
002d:Call ntdll.NtOpenKey(00329e84,00020019,00329d78) ret=7e598eaf
002d:Ret ntdll.NtOpenKey() retval=00000000 ret=7e598eaf
002d:Call ntdll.RtlNtStatusToDosError(00000000) ret=7e598ebb
002d:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=7e598ebb
002d:Call advapi32.RegCloseKey(00000170) ret=7e59cf21
002d:Ret advapi32.RegCloseKey() retval=00000000 ret=7e59cf21
002d:Call advapi32.RegQueryValueExW(00000174,7e666bd0
L"ThreadingModel",00000000,00329ba0,00329ba8,00329ba4) ret=7e59dd41
002d:Ret advapi32.RegQueryValueExW() retval=00000000 ret=7e59dd41
002d:Call
advapi32.RegQueryValueExW(00000174,00000000,00000000,00329bac,0032999c,00329ba8)
ret=7e59b18a
002d:Ret advapi32.RegQueryValueExW() retval=00000000 ret=7e59b18a
...
002d:Call KERNEL32.LoadLibraryExW(00329bee
L"C:\\PROG~FBU\\CMS\\WNDM~VNJ.OCX",00000000,00000008) ret=7e598ff2
...
002d:Call PE DLL (proc=0x2acb467,module=0x2ab0000
L"WNDM~VNJ.OCX",reason=PROCESS_ATTACH,res=(nil))
002d:Call KERNEL32.LocalAlloc(00000000,00002000) ret=02acb1be
...
--- snip ---
Winedbg:
--- snip ---
Wine-dbg>bt
Backtrace:
=>0 0x7b463443 MODULE_get_dll_load_path(module="C:\PROG~FBU\CMS\WNDM~VNJ.OCX",
safe_mode=0xffffffff)
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/module.c:974] in
kernel32 (0x00329ba8)
1 0x7b463df7 LoadLibraryExW+0x73(libnameW=<couldn't compute location>,
hfile=<couldn't compute location>, flags=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/module.c:1272] in
kernel32 (0x00329bd8)
2 0x7e5a6ff2
COMPOBJ_DllList_Add+0x8d(library_name="C:\PROG~FBU\CMS\WNDM~VNJ.OCX",
ret=0x1c7dcf8)
[/home/focht/projects/wine/wine.repo/src/dlls/ole32/compobj.c:521] in ole32
(0x00329c48)
3 0x7e5a8fe1 apartment_getclassobject+0x1d3(apt=0x1f7ed08,
dllpath="C:\PROG~FBU\CMS\WNDM~VNJ.OCX", apartment_threaded=0x1,
rclsid=0x32a3c4, riid=0x50bddc, ppv=0x32a060)
[/home/focht/projects/wine/wine.repo/src/dlls/ole32/compobj.c:1366] in ole32
(0x00329cb8)
4 0x7e5abfbb get_inproc_class_object+0x1e1(apt=0x1f7ed08, regdata=0x329f8c,
rclsid=0x32a3c4, riid=0x50bddc, hostifnecessary=0x1, ppv=0x32a060)
[/home/focht/projects/wine/wine.repo/src/dlls/ole32/compobj.c:2954] in ole32
(0x00329f18)
5 0x7e5ac42d CoGetClassObject+0x457(rclsid=<couldn't compute location>,
dwClsContext=<couldn't compute location>, pServerInfo=<couldn't compute
location>, iid=<couldn't compute location>, ppv=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/ole32/compobj.c:3094] in ole32
(0x0032a018)
6 0x004b34b4 in cms (+0xb34b3) (0x0032a044)
7 0x004b4d92 in cms (+0xb4d91) (0x0032a0e8)
8 0x004b48d4 in cms (+0xb48d3) (0x0032a158)
9 0x004b344b in cms (+0xb344a) (0x0032a1c8)
10 0x004aeace in cms (+0xaeacd) (0x0032a224)
11 0x004aebb1 in cms (+0xaebb0) (0x0032a298)
12 0x004aef64 in cms (+0xaef63) (0x0032a2f0)
13 0x004abc5d in cms (+0xabc5c) (0x0032a38c)
14 0x0032a3b0 (0x0032a38c)
...
--- snip ---
Another session, showing the same dll present two times:
--- snip ---
Wine-dbg>info share
Module Address Debug info Name (100 modules)
PE 340000- 36f000 Export h264play
PE 370000- 380000 Export dlldeinterlace
PE 380000- 391000 Export streamreader
PE 3a0000- 3ab000 Export password
PE 400000- 5c7000 Export cms
PE 5d0000- 659000 Export playback
PE 660000- 736000 Export configmodule
PE 740000- 7ae000 Export localrecord
PE 1480000- 14c4000 Export wndmanager
PE 14d0000- 1571000 Export mapctrl
PE 2380000- 23c4000 Deferred wndm~vnj
PE 10000000-10083000 Export netsdk
PE 5f400000-5f4f2000 Export mfc42
ELF 7a800000-7a949000 Dwarf opengl32<elf>
\-PE 7a840000-7a949000 \ opengl32
ELF 7b400000-7b7f0000 Dwarf kernel32<elf>
\-PE 7b420000-7b7f0000 \ kernel32
ELF 7bc00000-7bd0a000 Dwarf ntdll<elf>
\-PE 7bc30000-7bd0a000 \ ntdll
ELF 7c000000-7c004000 Dwarf <wine-loader>
...
--- snip ---
wndmanager -> 0x1480000 (by long path name "C:\\Program
Files\\CMS\\WndManager.ocx"))
wndm~vnj -> 0x2380000 (by short path name "C:\\PROG~FBU\\CMS\\WNDM~VNJ.OCX")
To avoid this, Wine loader 'load_native_dll' function needs to implement
additional checks after creating the file-backed section view, before doing
anything further (reloc fixups, allocating module entry, ...).
Essentially walk the current module list and for each entry:
* basic (quick) check: time/date stamp and image size against NT file header
data from the newly created section view (NOTE: 'alloc_module' currently
doesn't copy 'TimeDateStamp' from 'FileHeader.TimeDateStamp' which is needed
for comparison)
* memory compare IMAGE_NT_HEADERS
* use NtAreMappedFilesTheSame() to check if the views from the image sections
are backed by the same physical file
If these conditions are met, the existing module entry shall be used and the
new mapping must be destroyed (NtUnmapViewOfSection).
I've already tested this using an own prototype. It seems to work fine without
breaking other apps.
NOTE: It doesn't prevent the crash reported in bug 35106 (another issue,
unrelated to loader) but makes Wine more compliant with Windows OS loader
behaviour.
$ sha1sum General_CMS_Eng_V1.0.0.8.T.20101202.exe
902e9408ebfc295ce2477fe3d9ca05e8a7588589
General_CMS_Eng_V1.0.0.8.T.20101202.exe
$ du -sh General_CMS_Eng_V1.0.0.8.T.20101202.exe
4.7M General_CMS_Eng_V1.0.0.8.T.20101202.exe
$ wine --version
wine-3.0-260-gdf715e5a9a
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45726
Bug ID: 45726
Summary: Firefox 61.x crashes on unimplemented function
KERNEL32.dll.GetApplicationRestartSettings
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track: https://www.winehq.org/pipermail/wine-devel/2018-August/131225.html
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Mozilla Firefox
$ wine ./firefox.exe
...
wine: Call from 0x7bc65834 to unimplemented function
KERNEL32.dll.GetApplicationRestartSettings, aborting
--- snip ---
MSDN:
https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-get…
$ sha1sum Firefox\ Setup\ 61.0.2.exe
cbda1b0eaf06486ac0dc8cd29df386d75dc1107c Firefox Setup 61.0.2.exe
$ du -sh Firefox\ Setup\ 61.0.2.exe
35M Firefox Setup 61.0.2.exe
$ wine --version
wine-3.14-161-g70fbfa2cb8
Regards
--
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=34910
Bug #: 34910
Summary: WinLaunch 0.4.6.1 (OSX Style free Launcher) complains
about missing "%USERPROFILE%\\Application
Data\\Microsoft\\Windows\\Themes\\" directory
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet40'
On startup the app displays a message box, stating:
"The directory name C:\\users\\focht\\Application
Data\\Microsoft\\Windows\\Themes\\ is invalid."
It's not serious because you can dismiss the dialog and the app continues to
load.
It seems the folder is present by default within user profile:
http://answers.microsoft.com/en-us/windows/forum/windows_xp-files/all-progr…
--- snip ---
C:\Documents and Settings\Administrator\
..\Desktop
..\Favorites
..\My Documents
..\Start Menu
..\Application Data\Identities
..\Application Data\Identities\{098F3D97-B586-4AAD-812D-38C050112199}
..\Application Data\Microsoft\Internet Explorer
..\Application Data\Microsoft\Media Player
..\Application Data\Microsoft\Windows
..\Application Data\Microsoft\Windows\Themes
..\Application Data\Microsoft\Windows\Themes\Custom.theme
--- snip ---
You can work around by creating the directory:
--- snip ---
$ wine cmd.exe /c mkdir "%USERPROFILE%\\Application
Data\\Microsoft\\Windows\\Themes"
--- snip ---
$ sha1sum WinLaunch.zip
5d79fb1d160354a04548fc7bba1a78012800c59c WinLaunch.zip
$ du -sh WinLaunch.zip
20M WinLaunch.zip
$ wine --version
wine-1.7.6-225-g8c8d5a0
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.
https://bugs.winehq.org/show_bug.cgi?id=40734
Bug ID: 40734
Summary: Unreal Tournament 3 doesn't quit properly when
Pulseaudio is used
Product: Wine
Version: 1.9.11
Hardware: x86
URL: http://www.gamershell.com/download_21427.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
When Pulseaudio is used by Wine, UT3.exe remains in the process list after
quitting the game. It uses 0% cpu but doesn't free up some 150-200 MB RAM, and
needs to be killed.
The game exits properly when Wine was compiled without Pulse support so that it
uses ALSA on my system.
Plain terminal output doesn't show anything interesting.
This can be reproduced with the demo version too:
Install the demo and launch UT3Demo.exe, create a profile and select <Play
Offline>. Select <Exit> from the main menu, click <Exit> again on the splash
screen --> UT3Demo.exe remains in the memory.
UT3BetaDemo.zip (742M)
sha1: 0ba7307daf9c21ec7349f9a673b2328d112c4eb9
wine-1.9.11-112-gd864119
Fedora 23 32-bit
Pulseaudio 7.1
--
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=38207
Bug ID: 38207
Summary: Unreal Tournament 3 uninstaller fails when invoking
from 'wine uninstaller' (removes wrong entries)
Product: Wine
Version: 1.7.38
Hardware: x86
URL: http://www.gamershell.com/download_21427.shtml
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51002
--> https://bugs.winehq.org/attachment.cgi?id=51002
terminal output
Steps to reproduce the problem with UT 3 Beta Demo:
1. download and install UT 3 Beta Demo (link provided in URL, installation
takes some time, also installs Physx).
2. when installation is finished close the installer and launch 'wine
uninstaller'
3. for me there are 4 entries in the uninstaller: Ageia Physx, UT 3 Demo, Wine
Gecko and Wine Mono.
4. click on the UT 3 demo entry and select remove-> Gecko is removed instead of
the game.
click on the game entry again and select <Remove> -> Ageia Physx is removed
repeat the same..this time Wine Mono is removed.
Only the game remains in the list and it can be removed finally.
The same problem in Wine 1.4/1.6/1.7.38
wine-1.7.38-34-g11b4200
Fedora 21
--
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=37494
Bug ID: 37494
Summary: Quicken 2014 - Crashes when application starts up
(after working around Promon Shield)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
Steps to reproduce:
Install dotnet40 (via winetricks).
Afterwards run the Quicken 2014 main installer. Starting the application will
fail with "Quicken 2014 konnte nicht gestartet werden! (Fehler: 0x0000054f)".
That is caused by Promon Shield SDK (bug 37449, bug 37487, bug 37488, ...) and
very difficult to solve, so we disable it for now. Just append
--- snip ---
[DEBUG]
PROMONSHIELD=0
--- snip ---
at the end of (put in your $WINEPREFIX)
$WINEPREFIX/drive_c/users/Public/Application\
Data/Lexware/Quicken/2014/QUICKEN.INI
And the main application (QwStart.exe) will start. After clicking away the
first messagebox (which just says that the application will only run for a
limited time) a short sound plays, and another message box pops up saying
"Allgemeiner Fehler" (= general error). Then the whole application crashes
(including the wine debugger).
Last lines from the terminal output:
--- snip ---
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"LxContextHelpSrv20" (10.0.0.0)
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f548, 0x33f5b8 0x33f550
fixme:advapi:GetCurrentHwProfileA (0x33a3e4) semi-stub
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dae4, 0x33db54 0x33daec
fixme:thread:GetThreadPreferredUILanguages 52, 0x33db58, 0x33dbc8 0x33db60
fixme:thread:SetThreadStackGuarantee (0x33e3ec): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"DotNetConnect"
fixme:thread:GetThreadPreferredUILanguages 52, 0x33ceb8, 0x33cf28 0x33cec0
fixme:shell:URL_ParseUrl failed to parse L"Lexware.Quicken.DotNetControls"
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:thread:GetThreadPreferredUILanguages 52, 0x33e44c, 0x33e4bc 0x33e454
fixme:msxml:domdoc_get_parseError (0x164718)->(0x33ebc8): creating a dummy
parseError
wine: Unhandled exception 0xc015000f in thread 2a at address 0x7bc42362 (thread
002a), starting debugger...
Can't attach process 0029: error 5
--- snip ---
Installing msxml3 via winetricks doesn't help.
$ du -sh Quicken_2014tb.exe
319M Quicken_2014tb.exe
$ sha1sum Quicken_2014tb.exe
2374d907e2ee568f1f93dba48afd602723dcad6f Quicken_2014tb.exe
$ git describe
wine-1.7.30
--
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.
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=32454
Bug #: 32454
Summary: Wine: Johnson Controls Example Visual Basic App fails
at Soap login
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spkellco(a)gmail.com
Classification: Unclassified
Created attachment 42814
--> http://bugs.winehq.org/attachment.cgi?id=42814
VB Source and Binary for MetasysSampleApp.exe
MetasysSampleApp.exe works perfectly under Windows 7 but fail after Login
attempt with the following error. Source and Binary attached.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {88d969c1-f192-11d4-a65f-0040963251e5}
could be created for context 0x1
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0004,0xc0000010,(nil),0x0001,0x00000000,0x32be4c,(nil)):
stub
err:eventlog:ReportEventW L"Loading of the WSDL file failed"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0003,0xc0000010,(nil),0x0001,0x00000000,0x32beb8,(nil)):
stub
err:eventlog:ReportEventW L"An unanticipated error occurred during the
processing of this request."
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--
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=42464
Bug ID: 42464
Summary: WinAPI function GetTimeZoneInformation returns Arab
Standard Time instead of Russian Standard Time
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: greenapple217(a)yandex.ru
Distribution: ---
Created attachment 57312
--> https://bugs.winehq.org/attachment.cgi?id=57312
program after compiling returns a wrong result
I wrote a little program in VC++6 and attached its code. When I execute it the
program gives me a wrong result. I've made a temporary solution by changing
values of keys of "Arab Standard Time" branch in regedit. I've just assigned
there values from "Russian Standard Time" branch. In English Windows XP this
program gives me "Russian Standard Time" string and in Russian Windows XP -
"Московское время"(Moscow time) but in Linux under wine it gives me "Arab
Standard Time".
--
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=49119
Bug ID: 49119
Summary: Timezone America/Sao_Paulo reconigzed as
America/Buenos_Aires
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: thiago(a)internetbudi.com.br
Distribution: ---
Timezone is not recognized and probably changed:
http://mm.icann.org/pipermail/tz-announce/2019-July/000056.html
Running from archlinux or ubuntu has the same results.
```
$ wine --version
wine-5.7
```
```
$ printenv
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HOSTNAME=ea9649867742
TERM=xterm
HOME=/home
DEBIAN_FRONTEND=noninteractive
LC_ALL=pt_BR.UTF-8
LANG=pt_BR.UTF-8
LANGUAGE=pt_BR.UTF-8
TZ=America/Sao_Paulo
WINEPREFIX=/root/prefix32
WINEARCH=win32
DISPLAY=:0
```
```
$ cat /etc/timezone
America/Sao_Paulo
```
**Finally**, when checking wine windows registry it is recognized as another
Zone (creating troubles with a proprietary .NET software I use):
```
$ wine reg query
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation"
002c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
StandardName REG_SZ Hora padrão da Argentina
TimeZoneKeyName REG_SZ Argentina Standard Time
```
Bug appears to be similar to other related timezone changes.
Question: How can I tell that my local timezone is the same as specified in the
`loader/wine.inf`?
--
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=35024
Bug #: 35024
Summary: FEAR Combat (SEC2) installer doesn't display cd
key/serial field
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
reported in WineHQ forums: http://forum.winehq.org/viewtopic.php?f=8&t=20420
This is not a dupe of bug 20456 ("FEAR's installer will not let me enter the
serial number due to wrong font").
The field is not displayed at all.
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=35551
Bug ID: 35551
Summary: RSASecurid: Wine crashed when opening SecurID.exe of
RSA token software
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: prakashgnana85(a)gmail.com
Classification: Unclassified
Created attachment 47472
--> http://bugs.winehq.org/attachment.cgi?id=47472
Attachment contains the crash details of RSA SecurID.exe execution
While starting the RSA client for soft token generation, wine gets crashed. I
used wine 1.7.8 and command wine SecurID.exe to invoke it . The same is working
in Ubuntu and not Fedora. Could you please help me fix this. Please let me know
if any more information required.
Download site for RSA:
http://india.emc.com/security/rsa-securid/rsa-securid-software-authenticato…
Under DOWNLOADS -> FOR END USERS: -> 32-bit Desktop Application with Note: This
is available as a 32-bit Application only.
I have attached crash report as well.
Thanks
Gnanaprakasam
--
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=35145
Bug ID: 35145
Summary: RSA SecurID software token doesn't run
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dopey(a)moonteeth.com
Classification: Unclassified
Created attachment 46887
--> http://bugs.winehq.org/attachment.cgi?id=46887
backtrace generated by crossover 13.0.1
I've been using wine (specifically with crossover) to run the RSA SecurID
software token software and with crossover 13.0 and higher it will no longer
run. I'll attach the backtrace.
I installed it with the Fedora version of wine (wine-1.7.5) and it also stopped
working. I couldn't figure out how to properly generate a backtrace to compare
to the crossover backtrace so if the crossover one isn't good enough, please
let me know and I'll work on getting one from "stock" wine.
--
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=35122
Bug ID: 35122
Summary: NVIDIA CUDA Toolkit v5.5 installer fails, claiming "An
unknown error has occurred." (failure to return 'url'
property from DOMDocument)
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
The installer is wrapped. Let it unpack first and then CTRL+C when the error
dialog box is shown for easier reproducing.
Run the extracted main installer.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/NVIDIA/CUDA
$ WINEDEBUG=+tid,+seh,+relay,+msxml wine ./setup.exe >>log2.txt 2>&1
...
002f:trace:msxml:domdoc_load (0x13b250)->({VT_BSTR:
L"C:\\NVIDIA\\CUDA\\setup.CFG"})
...
002f:trace:msxml:create_moniker_from_url L"C:\\NVIDIA\\CUDA\\setup.CFG"
...
002f:trace:msxml:domdoc_load ret (0)
...
002f:trace:msxml:domdoc_setProperty (0x13b250)->(L"SelectionLanguage" {VT_BSTR:
L"XPath"})
...
002f:trace:msxml:domdoc_get_documentElement (0x13b250)->(0x33f814)
...
<unrelated domdoc stuff>
...
002f:trace:msxml:domelem_get_ownerDocument (0x143c10)->(0x33f394)
002f:Call ntdll.RtlAllocateHeap(00110000,00000000,000000b8) ret=7e21f12f
002f:Ret ntdll.RtlAllocateHeap() retval=00145a00 ret=7e21f12f
002f:trace:msxml:xmldoc_add_refs (0x7cadb248)->(12)
002f:trace:msxml:get_domdoc_from_xmldoc returning iface 0x145a1c
002f:trace:msxml:domdoc_get_url (0x145a00)->(0x33f390)
002f:Call ntdll.RtlAllocateHeap(00110000,00000000,00000028) ret=101e2d58
002f:Ret ntdll.RtlAllocateHeap() retval=00145ac0 ret=101e2d58
002f:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033f33c)
ret=101e6a02
002f:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a8ef
ip=7b83a8ef tid=002f
002f:trace:seh:raise_exception info[0]=19930520
002f:trace:seh:raise_exception info[1]=0033f358
002f:trace:seh:raise_exception info[2]=102bc340
002f:trace:seh:raise_exception eax=7b826921 ebx=7b8ba000 ecx=19930520
edx=0033f284 esi=0033f328 edi=0033f2f0
002f:trace:seh:raise_exception ebp=0033f2c8 esp=0033f264 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283
...
002f:Call user32.MessageBoxW(00000000,00135288 L"An unknown error has
occurred.",001297e8 L"NVIDIA Install",00010010) ret=004015e9
--- snip ---
The problem seems to be that Wine's msxml fails to return 'url' property for
the DOMDocument. It returns S_FALSE, leaving the out parameter with NULL.
The installer checks the out param != NULL and throws exception.
I'd expect something like 'file:///C:/NVIDIA/CUDA/setup.CFG' (see
create_moniker_from_url).
'winetricks msxml3' obviously works around (until the installer runs into next
Wine bug).
Regards
--
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=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.
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=28454
Summary: Audacity 1.3 crashes on startup - unimplemented
function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@
std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z
Product: Wine
Version: 1.3.28
Platform: x86-64
URL: http://audacity.googlecode.com/files/audacity-win-unic
ode-1.3.13.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
On startup, Audacity briefly shows a "scanning VST plugins" window, then
crashes:
wine: Call from 0x7b83b4c2 to unimplemented function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z,
aborting
wine: Unimplemented function
msvcp90.dll.?replace@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IIABV12@@Z
called at address 0x7b83b4c2 (thread 0039), starting debugger...
--
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=33197
Bug #: 33197
Summary: Multiple applications ported to WinRT/ARM using
msvcr110.dll require some msvcrt math functions
(Audacity)
Product: Wine
Version: 1.5.25
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
Collecting a bunch here:
--- snip ---
...
err:module:find_forwarded_export function not found for forward 'msvcrt.atan2f'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.fmodf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.sinf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.cosf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.expf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.log10f'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.powf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.logf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt.floorf'
used by L"C:\\windows\\system32\\msvcr110.dll". If you are using builtin
L"msvcr110.dll", try using the native one instead.
...
--- snip ---
Currently implemented for x86 64-bit in msvcrt.
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=31110
Bug #: 31110
Summary: SharpOcarina (.NET 4.0 app using OpenTK, C# OpenGL
wrapper) fails to create a temp OpenGL context
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
"SharpOcarina" is a scene development tool for "The Legend of Zelda: Ocarina of
Time".
Written in C#, requiring .NET Framework 4.0
Website: http://code.google.com/p/sharpocarina/
It makes extensive use of "OpenTK" -> http://www.opentk.com/
"The Open Toolkit is an advanced, low-level C# library that wraps OpenGL,
OpenCL and OpenAL. It is suitable for games, scientific applications and any
other project that requires 3d graphics, audio or compute functionality."
Another interesting "testsuite" for Wine OpenGL, the complete source is
available ;-)
The app itself fails quickly after load:
--- snip ---
...
002b:Call user32.CreateWindowExW(00000000,001814a0
L"7c76823a-2b3a-499b-b4f7-e135ab4518ab",001a1e28 L"OpenTK Native
Window",54000000,00000000,00000000,00000280,000001e0,0001011c,00000000,040d0000,00000000)
ret=045bebf2
...
002b:Ret user32.CreateWindowExW() retval=00010122 ret=045bebf2
...
002b:Call user32.GetDC(00010122) ret=04771a21
002b:Ret user32.GetDC() retval=000006a8 ret=04771a21
002b:Call gdi32.DescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=04771c55
002b:Call opengl32.wglDescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=7eb0b844
002b:Call gdi32.GdiDescribePixelFormat(000006a8,00000001,00000028,0032df20)
ret=7e1741d2
002b:Ret gdi32.GdiDescribePixelFormat() retval=00000044 ret=7e1741d2
002b:Ret opengl32.wglDescribePixelFormat() retval=00000044 ret=7eb0b844
002b:Ret gdi32.DescribePixelFormat() retval=00000044 ret=04771c55
...
002b:Call gdi32.SetPixelFormat(000006a8,00000001,0032df20) ret=04773492
002b:Call opengl32.wglSetPixelFormat(000006a8,00000001,0032df20) ret=7eb0b960
002b:Call gdi32.GdiSetPixelFormat(000006a8,00000001,0032df20) ret=7e173296
002b:Ret gdi32.GdiSetPixelFormat() retval=00000001 ret=7e173296
002b:Ret opengl32.wglSetPixelFormat() retval=00000001 ret=7eb0b960
002b:Ret gdi32.SetPixelFormat() retval=00000001 ret=04773492
...
002b:Call opengl32.wglCreateContext(000006a8) ret=04773547
002b:Call gdi32.__wine_get_wgl_driver(000006a8,00000029) ret=7e172fd5
002b:Ret gdi32.__wine_get_wgl_driver() retval=7ea739e0 ret=7e172fd5
002b:Ret opengl32.wglCreateContext() retval=00010000 ret=04773547
...
002b:Call opengl32.wglMakeCurrent(000006a8,00010000) ret=047735e8
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 135 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 702
Current serial number in output stream: 702
--- snip ---
I assume this works on Windows (if someone wants to test the app).
If I'm not mistaken, this seems to be the C# source code for the failing code:
https://opentk.svn.sourceforge.net/svnroot/opentk/trunk/Source/OpenTK/Platf…
(WinGLContext constructor, temp context creation in order to load wgl
extensions).
Prerequisite: 'winetricks -q dotnet40'
NOTE: There is a bug in winetricks 'dotnet40' recipe.
You _must_ set 'fusion' override to builtin (fusion=b) for the installer to
succeed and to get all assemblies properly installed into GAC.
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.
https://bugs.winehq.org/show_bug.cgi?id=37087
Bug ID: 37087
Summary: Gothic 2 english Demo still fails with > "Conflict: a
hook process was found. ..."
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off from bug 9216
https://bugs.winehq.org/show_bug.cgi?id=9216#c9https://bugs.winehq.org/show_bug.cgi?id=9216#c11
--- quote ---
The German Demo version works fine but the English Demo still fails with
"Conflict: a hook process was found. ...". Someone reported this in the AppDB.
I tested this with 1.2-rc5 and 1.7.24, both show the same error, so maybe
Austin/James/Mat used the German Demo? I wanted to test 1.1.29 as well but it
didn't compile.
AppDB entry:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21455&iTesting…
I'll also attach a log with +relay,+seh,+tid without having any idea if it's
helpful. Console is without any output otherwise.
I think this is not an issue in any full version of the game.
--- quote ---
--
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=35838
Bug ID: 35838
Summary: MS Works 9.0 word processor crashes on startup
(process heaps need to be 64K aligned)
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
found this while verifying bug 25780 and bug 29875
All applications work fine (excel, access) - except the word processor.
Word crashes right on startup.
It an be started stand-alone, without the 'MSWorks.exe' launcher:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft Works
$ WINEDEBUG=+tid,+seh,+relay wine ./WksWP.exe >>log.txt 2>&1
...
0047:Call KERNEL32.LoadLibraryExW(0033d66e
L"C:\\PROG~FBU\\MICR~5BT\\WkApComp.dll",00000000,00000008) ret=7e5de6cb
...
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=016d2000 ret=690a5e0a
...
0047:Ret PE DLL (proc=0x6962bfad,module=0x69600000
L"WkApComp.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0047:Ret KERNEL32.LoadLibraryExW() retval=69600000 ret=7e5de6cb
...
0047:Call ntdll.RtlAllocateHeap(016d2000,00000000,00000014) ret=690a5e2e
0047:Ret ntdll.RtlAllocateHeap() retval=016d2b00 ret=690a5e2e
0047:Call KERNEL32.CreateFileW(0033d464 L"C:\\users\\focht\\Application
Data\\Microsoft\\Works\\1033\\WkAcCust.bin",80000000,00000001,00000000,00000003,08000080,00000000)
ret=69624a7f
0047:Ret KERNEL32.CreateFileW() retval=ffffffff ret=69624a7f
0047:Call ntdll.RtlFreeHeap(016d0000,00000000,016d2b00) ret=690a5f32
0047:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc4ccdc
ip=7bc4ccdc tid=0047
0047:trace:seh:raise_exception info[0]=00000000
0047:trace:seh:raise_exception info[1]=016d0054
0047:trace:seh:raise_exception eax=016d0000 ebx=7bcd1000 ecx=0033d3d0
edx=0000000c esi=0033d3d0 edi=0033d3dc
0047:trace:seh:raise_exception ebp=0033d358 esp=0033d320 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00210206
0047:trace:seh:call_stack_handlers calling handler at 0x60c9dcef code=c0000005
flags=0
--- snip ---
Many plugins/components create their own private heaps.
This missing file 'WkAcCust.bin' immediately accessed before the crash is
harmless.
MS Works stores both, formatted and plain text as autocorrect text in that
single, RTF (formatted) file - which doesn't exist on pristine install.
Some heaps are 64K aligned by chance, some are not:
--- snip ---
$ grep "HeapCreate" log.txt
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=781349e0
0047:Ret KERNEL32.HeapCreate() retval=00340000 ret=781349e0
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=00480000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=00590000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=006a0000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00010000,00000000) ret=7ac22afa
0047:Ret KERNEL32.HeapCreate() retval=007c0000 ret=7ac22afa
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=00931000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=00b00000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=00d81000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=6392c1df
0047:Ret KERNEL32.HeapCreate() retval=00e91000 ret=6392c1df
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=0121556d
0047:Ret KERNEL32.HeapCreate() retval=01232000 ret=0121556d
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=01342000 ret=690a5e0a
0047:Call KERNEL32.HeapCreate(00000000,00010000,00000000) ret=7cdcca7a
0047:Ret KERNEL32.HeapCreate() retval=014b2000 ret=7cdcca7a
0047:Call KERNEL32.HeapCreate(00000000,00001000,00000000) ret=690a5e0a
0047:Ret KERNEL32.HeapCreate() retval=016d2000 ret=690a5e0a
--- snip ---
In the crash case, Wine creates a heap with base 0x016d2000.
The plugin implements its own 'new' and 'delete' operators which do some magic
with heap base/handle (shifting 16 bits right indicate they somehow care for
64K alignment).
In the RtlFreeHeap() call that causes the page fault the process heap handle
passed in is normalized to 0x016d0000 due to that 'magic'.
I searched appdb MS Works entries and only found tests for old versions of Wine
(1.5.x).
No mentioning of any problems - except for the two bugs above which were
outdated anyway.
So I searched the commit log .. and found a culprit :)
--- snip ---
Module: wine
Branch: master
Commit: 0692bfda5f10e0c2dc6eed2a66e1a9f9c1092bad
URL:
http://source.winehq.org/git/wine.git/?a=commit;h=0692bfda5f10e0c2dc6eed2a6…
Author: Alexandre Julliard <julliard at winehq.org>
Date: Thu Jan 28 19:47:01 2010 +0100
ntdll: Don't require heap sizes to be 64K aligned.
--- snip ---
Reverting that commit lets the word processor successfully start.
$ sha1sum X14-02658.exe
056fb46da532b0bac1a2504b5bfc527debde0535 X14-02658.exe
$ du -sh X14-02658.exe
248M X14-02658.exe
$ wine --version
wine-1.7.15
Regards
--
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=38427
Bug ID: 38427
Summary: Desura client 0.0.20.2 crashes on unimplemented
function msvcp120.dll._Thrd_current
Product: Wine
Version: 1.7.41
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 38367
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Desura
$ wine ./desura
...
wine: Call from 0x7b83b723 to unimplemented function
msvcp120.dll._Thrd_current, aborting
--- snip ---
There is also bug 38255 ("Sid Meier's Ace Patrol needs
msvcp110.dll._Thrd_current")
$ sha1sum DesuraInstaller.exe
a7dba809e121ba210bcfb0d298a2bf9bc89179ac DesuraInstaller.exe
$ du -sh DesuraInstaller.exe
40M DesuraInstaller.exe
$ wine --version
wine-1.7.41
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38106
Bug ID: 38106
Summary: Kaspersky Internet Security 2010 fails to install,
load_streams unable to open stream
Product: Wine
Version: 1.7.36
Hardware: x86
URL: ftp://ftp.antivirus.lv/rebranding/kis2010en/kis9.0.0.7
36en.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50775
--> https://bugs.winehq.org/attachment.cgi?id=50775
terminal output/backtrace
Noticed while looking at bug 35693.
When starting the installer, it tries to check for updates, I skipped it
(servers seem to be down). After that, a normal install, but I opted out of the
Security network feature. As soon as the install step itself starts, I get a
crash:
err:msidb:load_streams unable to open stream 80030005
wine: Unhandled exception 0xe06d7363 in thread 3c at address 0x7b83959c (thread
003c), starting debugger...
Unhandled exception: C++ exception(object = 0x00b5e0bc, type = 0x6d7ef238) in
32-bit code (0x7b83959c).
austin@debian-home:~$ sha1sum kis9.0.0.736en.exe
19292ce905d032f714ecbd3d5edbfe908505265a kis9.0.0.736en.exe
austin@debian-home:~$ du -h kis9.0.0.736en.exe
71M kis9.0.0.736en.exe
austin@debian-home:~$ wine --version
wine-1.7.36-125-g656bc70
--
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=35693
Bug ID: 35693
Summary: Kaspersky Internet Security 2010 service installation
fails due to missing TDI wrapper library 'tdi.sys'
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
--- snip ---
$ WINEDEBUG=+tid,+seh,+loaddll,+process,+service,+msi wine ./kis9.0.0.736en.exe
>>log.txt 2>&1
...
0037:trace:msi:ACTION_CustomAction Handling custom action L"StartServiceKl1Sys"
(2c41 L"msi_misc.dll" L"StartDriver")
...
0037:trace:msi:HANDLE_CustomType1 Calling function L"StartDriver" from
L"C:\\users\\focht\\Temp\\msib1b3.tmp"
0037:trace:msi:wait_thread_handle waiting for L"StartServiceKl1Sys"
002a:trace:msi:DllThread custom action (2a) started
...
0018:trace:service:svcctl_StartServiceW (0x113190, 0, (nil))
0018:trace:process:create_process_impl app (null) cmdline
L"C:\\windows\\system32\\winedevice.exe kl1"
0018:trace:process:find_exe_file looking for
L"C:\\windows\\system32\\winedevice.exe"
0018:trace:process:find_exe_file Trying native exe
L"C:\\windows\\system32\\winedevice.exe"
0018:trace:process:create_process_impl starting
L"C:\\windows\\system32\\winedevice.exe" as Win32 binary
(0x10000000-0x10003000, arch 014c)
002d:trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000:
builtin
002d:trace:process:init_current_directory starting in L"C:\\windows\\" 0x18
002d:trace:process:__wine_kernel_init starting process
name=L"C:\\windows\\system32\\winedevice.exe"
argv[0]=L"C:\\windows\\system32\\winedevice.exe"
002d:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\winedevice.exe" at 0x7edf0000: builtin
0018:trace:process:create_process_impl started process pid 0021 tid 002d
0018:trace:service:service_send_start_message L"kl1" (nil) 0
002d:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\advapi32.dll" at 0x7ed60000: builtin
002d:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\ntoskrnl.exe" at 0x7ed20000: builtin
...
0048:err:module:import_dll Library TDI.SYS (which is needed by
L"C:\\windows\\system32\\drivers\\kl1.sys") not found
0037:trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE
`_Property`=?" 0x33f620
0048:err:winedevice:ServiceMain driver L"kl1" failed to load
0048:trace:service:SetServiceStatus 0x110af0 30 1 0 0 0 0 2710
--- snip ---
$ sha1sum kis9.0.0.736en.exe
135ce0e88bad8307a15b515085710c250159ab9b kis9.0.0.736en.exe
$ du -sh kis9.0.0.736en.exe
73M kis9.0.0.736en.exe
$ wine --version
wine-1.7.13-118-g0eb6265
Regards
--
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=39575
Bug ID: 39575
Summary: Wine control panel app crashes when encountering
builtin applets with unimplemented CPL entry points
(bthprops.cpl.CPlApplet)
Product: Wine
Version: 1.7.54
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
since the stub Bluetooth applet was added recently, it didn't provide a CPL
specific entry point.
Trying to show/load applets causes a crash.
At least provide minimal functionality to have it ignored.
--- snip ---
$ wine control
wine: Call from 0x7b8461c9 to unimplemented function bthprops.cpl.CPlApplet,
aborting
wine: Unimplemented function bthprops.cpl.CPlApplet called at address
0x7b8461c9 (thread 0033), starting debugger...
Threads:
process tid prio (all id:s are in hex)
...
0000000d (D) C:\windows\system32\control.exe
00000034 0
00000033 0 <==
--- snip ---
$ wine --version
wine-1.7.54-302-g5cf9539
Regards
--
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=39701
Bug ID: 39701
Summary: N/A
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dunstallp(a)gmail.com
Distribution: ---
Created attachment 52944
--> https://bugs.winehq.org/attachment.cgi?id=52944
Contain error info
IT INSTALLED OK BUT FAIL AFTER HIT THE RUN BUTTON OR DOUBLE CLICKING ON THE
ICON.
--
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=38788
Bug ID: 38788
Summary: Malwarebytes Anti-Malware 2.1.x crashes on
unimplemented function
msvcp100.dll.?system_category@std@@YAABVerror_category
@1@XZ
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
although this app is rather pointless with Wine, it's still useful for
improving/implementing some stubs.
--- snip ---
Unhandled exception: unimplemented function
msvcp100.dll.?system_category@std@@YAABVerror_category@1@XZ called in 32-bit
code (0x7b845669).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b845669 ESP:113be464 EBP:113be4c8 EFLAGS:00200202( - -- I - - - )
EAX:7b832505 EBX:0c2728f8 ECX:00000008 EDX:113be484
ESI:113be8f8 EDI:113be5e0
...
Backtrace:
=>0 0x7b845669 RaiseException+0x81(code=<couldn't compute location>,
flags=<couldn't compute location>, nbargs=<couldn't compute location>,
args=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/except.c:84] in kernel32
(0x113be4c8)
1 0x7e27d091 __wine_spec_unimplemented_stub+0x34(module="msvcp100.dll",
function="?system_category@std@@YAABVerror_category@1@XZ")
[/home/focht/projects/wine/wine.repo/src/dlls/winecrt0/stub.c:34] in msvcp100
(0x113be504)
2 0x7e227829 __wine_stub_msvcp100_dll_1489+0x28() in msvcp100 (0x00000053)
0x7b845669 RaiseException+0x81
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/except.c:84] in
kernel32: subl $4,%esp
84 RtlRaiseException( &record );
Modules:
Module Address Debug info Name (134 modules)
PE 380000- 38a000 Deferred qgif4
PE 400000- 9f4000 Export mbam
PE 1390000- 1575000 Deferred mbamcore
PE 1580000- 1934000 Deferred mbamsrv
PE a720000- a809000 Deferred 7z
PE 10000000-10097000 Deferred mbam
PE 64000000-640e1000 Deferred qtnetwork4
PE 65000000-6580d000 Deferred qtgui4
PE 67000000-67279000 Deferred qtcore4
ELF 7b800000-7ba6e000 Dwarf kernel32<elf>
...
Threads:
process tid prio (all id:s are in hex)
0000000c services.exe
0000003e (D) C:\Program Files (x86)\Malwarebytes Anti-Malware\mbam.exe
00000028 0
00000019 0 <==
00000025 0
...
--- snip ---
$ sha1sum mbam-setup-2.1.6.1022.exe
8cc10ee8e1bfcec36e66cb7ff3914009e3fc9dc3 mbam-setup-2.1.6.1022.exe
$ du -sh mbam-setup-2.1.6.1022.exe
21M mbam-setup-2.1.6.1022.exe
$ wine --version
wine-1.7.45-147-gba00762
Regards
--
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=38745
Bug ID: 38745
Summary: EZCastPro 1.4 crashes on unimplemented function
USER32.dll.GetDisplayConfigBufferSizes
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
reported in WineHQ user forums:
https://forum.winehq.org/viewtopic.php?f=8&t=24759
Installer requires 'Windows 7' or later setting.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/EZCast
$ wine ./EZCast.exe
...
wine: Call from 0x7bc61787 to unimplemented function
USER32.dll.GetDisplayConfigBufferSizes, aborting
...
Unhandled exception: unimplemented function
USER32.dll.GetDisplayConfigBufferSizes called in 32-bit code (0x7bc61787).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bc61787 ESP:0033fcfc EBP:0033fd60 EFLAGS:00000212( - -- I -A- - )
EAX:0033fd08 EBX:00000000 ECX:0033fd90 EDX:007e4b84
ESI:0070c0c4 EDI:0070bcf0
...
Backtrace:
=>0 0x7bc61787 stub_entry_point+0x3f(dll="USER32.dll",
name="GetDisplayConfigBufferSizes", ret_addr=0x425ed1)
[/home/focht/projects/wine/wine.repo/src/dlls/ntdll/loader.c:207] in ntdll
(0x0033fd60)
1 0x003c001e (0x0033fd98)
2 0x006fd8c5 in ezcast (+0x2fd8c4) (0x0033fdac)
3 0x00652a54 in ezcast (+0x252a53) (0x0033fe30)
4 0x7b86dba0 call_process_entry+0xb() in kernel32 (0x0033fe48)
...
Modules:
Module Address Debug info Name (158 modules)
PE 340000- 373000 Deferred ssleay32
PE 380000- 39b000 Deferred openldap
PE 3a0000- 3b4000 Deferred libsasl
PE 400000- 18ab000 Export ezcast
PE 18b0000- 19ae000 Deferred libeay32
PE 19b0000- 1ad0000 Deferred winsparkle
PE 1ad0000- 1b6d000 Deferred remotecontroldll
PE 1b70000- 428a000 Deferred libcef
PE 10000000-10032000 Deferred curllib
PE 63600000-63c29000 Deferred avformat-56
PE 64f00000-64f7d000 Deferred swscale-3
PE 67140000-671c6000 Deferred avutil-54
PE 6cb80000-6cbd8000 Deferred swresample-1
PE 6f680000-710df000 Deferred avcodec-56
...
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\EZCast\EZCast.exe
00000028 0
00000027 0
00000026 0
00000025 0
00000009 0 <==
--- snip ---
$ sha1sum ezcast_win.exe
9e66078012a4cd9ac94edec6883ded3353452fa9 ezcast_win.exe
$ du -sh ezcast_win.exe
39M ezcast_win.exe
$ wine --version
wine-1.7.44-199-g714abcb
Regards
--
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=39510
Bug ID: 39510
Summary: EZCastPro 1.4 crashes on unimplemented function
USER32.dll.QueryDisplayConfig
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 38745
--- snip ---
$ wine ./EZCast.exe
fixme:win:GetDisplayConfigBufferSizes (0x1 0x33fd90 0x33fd94): stub
wine: Call from 0x7bc64a6b to unimplemented function
USER32.dll.QueryDisplayConfig, aborting
wine: Unimplemented function USER32.dll.QueryDisplayConfig called at address
0x7bc64a6b (thread 0009), starting debugger...
Unhandled exception: unimplemented function USER32.dll.QueryDisplayConfig
called in 32-bit code (0x7bc64a6b).
--- snip ---
$ sha1sum ezcast_win.exe
9e66078012a4cd9ac94edec6883ded3353452fa9 ezcast_win.exe
$ du -sh ezcast_win.exe
39M ezcast_win.exe
$ wine --version
wine-1.7.53-183-g12111d8
Regards
--
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=35471
Bug ID: 35471
Summary: Telepone (MTSP FIM) needs
msvcr100.dll._CreateFrameInfo
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
continuation of bug 35468
Prerequisite: 'winetricks -q dotnet40' (or Mono)
--- snip ---
$ wine ./Telepone.exe
...
wine: Call from 0x7b83a977 to unimplemented function
msvcr100.dll._CreateFrameInfo, aborting
Unhandled Exception: System.TypeInitializationException: The type initializer
for '<Module>' threw an exception. --->
<CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load
during appdomain initialization.
---> System.Runtime.InteropServices.SEHException: External component has
thrown an exception.
at _CreateFrameInfo(FrameInfo* , Void* )
at ___CxxRegisterExceptionObject(Void* ppExcept, Void* pStorage)
at __ExceptionPtr._CopyException(shared_ptr<__ExceptionPtr>* , Void*
__unnamed000, _s_ThrowInfo* __unnamed001, Boolean normal)
at __ExceptionPtr._InitBadAllocException(shared_ptr<__ExceptionPtr>* )
at
?A0xb75825f4.??__E?m_badAllocExceptionPtr@__ExceptionPtr@@$$Q0V?$shared_ptr@V__ExceptionPtr@@@tr1@std@@A@@YMXXZ()
at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
at
<CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(LanguageSupport*
)
at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* )
at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
--- End of inner exception stack trace ---
at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
at .cctor()
--- End of inner exception stack trace ---
--- snip ---
$ sha1sum Telepone.zip
c0bd5906c692a3eedadd3836a5222b6b3af77b83 Telepone.zip
$ du -sh Telepone.zip
1.1M Telepone.zip
$ wine --version
wine-1.7.11-275-ge0024ff
Regards
--
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=35468
Bug ID: 35468
Summary: Mtsp/telepone server not working on wine
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emilio.godoyalamos(a)gmail.com
Classification: Unclassified
Well, hi. I´m trying to conect to a Telepone/mtsp server, but when I try to
open the executable it doesn´t even open. I run the executable on the terminal
and trow me this error:
$ wine Telepone.exe
wine: Call from 0x7b83bcd5 to unimplemented function
msvcr100.dll.__AdjustPointer, aborting
err:seh:setup_exception_record stack overflow 2240 bytes in thread 0009 eip
7bc5866d esp 00230a70 stack 0x230000-0x231000-0x330000
----[AFTER CLICKING Ctrl +c beacause it stays freezed]---
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
A little summary of MTSP/telepone
MTSP (MT Special Edition) is a Japanese 3rd party netplay client for the FM2K
engine, with integrated lobby and chat. It is built around a server system, a
player hosts a room for other players to join and use as a matchmaking.
The game i´m trying to play is called fighting is magic
Thanks for you help
PD: Sorry for the other bug that was because an illegal game.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23732
Summary: Error when trying to build a UBCD4Win iso
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.ubcd4win.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonik3(a)o2.pl
Error when trying to build a UBCD4Win iso
--
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=33320
Bug #: 33320
Summary: WinRT/ARM port of Audacity needs
msvcp110.dll.??0id@locale@std@@QAA@I@Z
Product: Wine
Version: 1.5.27
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine ./Audacity.exe
wine: Call from 0x403a4164 to unimplemented function
msvcp110.dll.??0id@locale@std@@QAA@I@Z, aborting
err:module:attach_process_dlls "wxbase28u_vc_custom.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\linaro\\wine-apps\\audacity\\Audacity\\Audacity.exe" failed, status
80000100
--- snip ---
I found a nice online demangler that supports both, g++ and msvc++ demangling
scheme: http://slush.warosu.org/c++filtjs/
??0id@locale@std@@QAA@I@Z -> public: __cdecl std::locale::id::id(unsigned int)
>From C++ standard documentation:
--- quote ---
The id class provides facets with an index used to identify them. Every facet
class must define a public static member locale::id, or be derived from a facet
that provides this member, otherwise the facet cannot be used in a locale. The
locale::id ensures that each class type gets a unique identifier.
--- quote ---
I'm a bit curious why Microsoft's std::locale::id class has an explicit
constructor with init? value.
The id needs to be unique for each kind of facet.
Nathan C. Myers article about standard C++ locale implementation at
http://www.cantrip.org/locale.html states that constructor based initialization
for std::locale::id is not advised:
--- quote ---
Recall that each facet type contains a static member of type locale::id. Thus,
there is one static instance per facet type. The default constructor id()
(carefully) does not initialize the member index_. Because "static
constructors" are called at times that are (for most practical purposes)
random, they may be called after the value has already been used, so it is
essential that initialization not depend on a constructor. The members of each
static instance are reliably set to zero by the program loader, and remain zero
until they are set to something else.
...
The [locale template] constructor begins by copying the implementation vector
from other, which increments all the facet reference counts. Then it sets
Facet::id.index_ to assign the facet an identity if it has none yet, and (if
necessary) grows the new vector to fit. Finally, it installs the new facet,
being careful to keep the reference counts right. Thus, the id::index_ member
is zero until it is actually used, and it is considered used only when a locale
object exists which contains the facet that owns it.
--- quote ---
So it seems Microsoft moves in mysterious ways as always ;-)
$ wine --version
wine-1.5.27-123-g2c2cf10
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=33196
Bug #: 33196
Summary: Multiple applications ported to WinRT/ARM require
MSVCP110.dll (Audacity)
Product: Wine
Version: 1.5.25
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine ./Audacity.exe
err:module:import_dll Library MSVCP110.dll (which is needed by
L"Z:\\home\\linaro\\wine-apps\\audacity\\Audacity\\wxbase28u_vc_custom.dll")
not found
...
--- snip ---
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=22124
Summary: BartPE: crashes when trying to make "Build"
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxandr(a)ua.fm
Created an attachment (id=26980)
--> (http://bugs.winehq.org/attachment.cgi?id=26980)
terminal output
I launch "pebuilder.exe", everything goes fine. But when I press "Build" button
after a few seconds (screenshot1) application crashes (screenshot2).
Looks like there are some issues with registry creation, .inf files parsing
functions, etc.
Tested and didn't worked in any of these combinations: pebuilder 3.1.10a,
3.1.10; building PE from windows 2003 sp2, windows xp sp3.
Wine is installed from http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu
repository.
A few Wine updates earlier the problem still existed.
BartPE can be downloaded from here:
http://www.nu2.nu/pebuilder/#download
--
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=28729
Bug #: 28729
Summary: EasyBCD: bcdedit complains about lack of privileges
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.lazzarotto(a)gmail.com
Classification: Unclassified
I tried to use two softwares which make use of bcdedit.exe. Those are:
EasyBCD - http://neosmart.net/dl.php?id=1 (free non-commercial version)
Sardu - http://www.sarducd.it/
Both of them use bcdedit.exe in order to open bcd files, such as those present
on Windows Recovery discs. In both cases I get the same error message, which
should be this:
"Privilege not held"
(my system is in Italian so I'm not sure about the exact words)
Of course Wine doesn't have a BCD file, but EasyBCD asks me if I want to open
one and when I point it to the location I get the error.
--
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=29529
Bug #: 29529
Summary: Magical Jelly Bean Keyfinder: Cannot load Hive, says
"path not found".
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply run Magical Jelly Bean keyfinder in Wine 1.3.35 (or any version before
that, I'm pretty sure), and try to load a hive (A hive is a binary file that
Windows uses to store registry keys, as opposed to a text file such as a *.reg
file containing registry keys in ASCII text.). It won't work. This is using
Magical Jelly Bean Keyfinder version 2.0.8.
Click on tools, and then go to "Load Hive..." An error message pops up saying
"Can't load registry hive from: ...
Path not found"
No terminal output.
The goal is to get Keyfinder to load /WINDOWS/System32/config/SOFTWARE.
Note: when you tell it to load a hive, it automatically appends
system32\config\software to the path you give. So if you tell it to load
~\windows\system32\config, it will look for
~\windows\system32\config\system32\config\software (which doesn't exist, or at
least shouldn't).
I have tried copying the config folder to the desktop and renaming everything
in the path to be all lowercase (the error message prints the path in all
lowercase, so I thought that might help it.), doesn't help.
Cheers,
Jake
--
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=29461
Bug #: 29461
Summary: BurnPlot fails to start without native oleaut32
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
I guess this should be separate from the wshom issue in bug 28605...
BurnPlot fails to start after using 'winetricks vb6run wsh57' to get msvbvm60
and work around the aforementioned bug. It pops up an error dialog which says:
Run-time error '438':
Object doesn't support this property or method
Workaround: winetricks native_oleaut32
Terminal output is seven lines of:
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
--
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=34902
Bug #: 34902
Summary: Ableton Live 9 Suite v9.0.x (64-bit) crashes on
startup, needs msvcr90.dll._vsprintf_l
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
reported in forum.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/users/Public/Application Data/Ableton/Live 9
Suite/Program
$ file *.{dll,exe}
Ableton Live Engine.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
VideoExportMMF.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Ableton Live 9 Suite.exe: PE32+ executable (GUI) x86-64, for MS Windows
InstallHelper.exe: PE32+ executable (console) x86-64, for MS Windows
$ wine ./Ableton\ Live\ 9\ Suite.exe
...
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x23f060 1 C) semi-stub
wine: Call from 0x7b849f8f to unimplemented function msvcr90.dll._vsprintf_l,
aborting
fixme:seh:__CxxFrameHandler 0x23f430 23f930 0x23e6b0 0x23eb80: not implemented
fixme:seh:__CxxFrameHandler 0x23f430 23fa40 0x23e6b0 0x23eb80: not implemented
wine: Unimplemented function msvcr90.dll._vsprintf_l called at address
0x7b849f8f (thread 0024), starting debugger...
...
Modules:
Module Address Debug info Name (100 modules)
PE 400000- 67f2000 Export ableton live 9 suite
PE 5d360000- 5d36d000 Deferred mfc90enu
PE 78e10000- 792f9000 Export mfc90u
ELF 7b800000- 7bc82000 Dwarf kernel32<elf>
\-PE 7b820000- 7bc82000 \ kernel32
ELF 7be00000- 7c103000 Dwarf <wine-loader>
...
Threads:
process tid prio (all id:s are in hex)
...
00000023 (D) C:\users\Public\Application Data\Ableton\Live 9
Suite\Program\Ableton Live 9 Suite.exe
00000024 0 <==
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/3bb2c11757156223be0f8a22f3b377b0…
--- snip ---
1116 @ stub _vsprintf_l
--- snip ---
$ sha1sum Setup.msi
7285fbd9c8db10ac25eb996578448dcae2b2fb73 Setup.msi
$ du -sh Setup.msi
676M Setup.msi
$ wine --version
wine-1.7.6-202-gc7274f1
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=34064
Bug #: 34064
Summary: Adobe CS4 installer fails
Product: Wine
Version: 1.6-rc5
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 45280
--> http://bugs.winehq.org/attachment.cgi?id=45280
wine-1.6-rc5 console output
Working around Bug 18070, the installer for Adobe CS4 fails.
It used to work but due to Bug 34063 a bisect would take about a month. I will
update when it is complete.
"winetricks ie6" appears to take the installer further (both the application
and Wine logs are larger) but the same failure occurs: failed to install
Photoshop CS4 (and another component).
--
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=33226
Bug #: 33226
Summary: Multiple applications ported to WinRT/ARM require
msvcr110.dll.__crtSetUnhandledExceptionFilter
(MirandaIM, FinalBurn, ...)
Product: Wine
Version: 1.5.26
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
another one ...
--- snip ---
$ wine ./miranda32.exe
wine: Call from 0x403f69c8 to unimplemented function
msvcr110.dll.__crtSetUnhandledExceptionFilter, aborting
wine: Unimplemented function msvcr110.dll.__crtSetUnhandledExceptionFilter
called at address 0x403f69c8 (thread 0009), starting debugger...
--- snip ---
Forwarding msvcr110.dll __crtSetUnhandledExceptionFilter(ptr) to
kernel32.SetUnhandledExceptionFilter let the apps run further.
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=32766
Bug #: 32766
Summary: Multiple applications ported to WinRT/ARM require
msvcr110.dll (Miranda IM)
Product: Wine
Version: 1.5.22
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some of the application ports to WinRT/ARM require "MSVCR110.dll"
--- snip ---
$ wine ./miranda32.exe
err:module:import_dll Library MSVCR110.dll (which is needed by
L"Z:\\home\\linaro\\wine-apps\\miranda\\zlib.dll") not found
err:module:import_dll Library zlib.dll (which is needed by
L"Z:\\home\\linaro\\wine-apps\\miranda\\miranda32.exe") not found
--- snip ---
There is a forum at xda-developers dedicated to porting/recompiling various
open-source projects to WinRT, especially:
http://forum.xda-developers.com/showthread.php?t=2092348
(Windows 8 Development and Hacking > Windows 8 Development and Hacking >
Desktop apps ported to Windows RT)
Some ports already run nicely with workarounds from already known wine-arm bugs
(notepad++) but others require WinRT libs (combase.dll etc.).
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=29042
Bug #: 29042
Summary: Regression; Code-8 Initialization
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcgraw5058(a)bellsouth.net
Classification: Unclassified
Apogee Components RockSim, version 9.1.1.118, using Wine 1.3.32. Program fails
to start and displays small dialog saying "Code-8" Initialization error. Wine
1.3.31 worked fine.
Engine Editor also affected in same way.
--
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=29002
Bug #: 29002
Summary: GPU-Z v0.5.5 crashes at launch
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 37327
--> http://bugs.winehq.org/attachment.cgi?id=37327
GPU-Z v0.5.5 crashes at launch
GPU-Z crashes at launch with the following error message :
wine: Unhandled page fault
"GPU-Z program has encountered a serious problem and needs to close"
(see attachments for more details)
--
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=19040
Summary: AOL cd installer crashes on launch
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.aol.com
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21963)
--> (http://bugs.winehq.org/attachment.cgi?id=21963)
+relay,+seh,+tid
Got an AOL cd installer in the mail (holy crap, they're still alive?!?) a while
back, decided to see what it would do in wine...Running 'wine AOLSETUP.EXE'
bombs out pretty quickly with a crash. +relay,+seh,+tid attached.
--
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=13677
Summary: SmartFTP 3.0: crash on startup
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.smartftp.com/get/SFTPMSI.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baryluk(a)smp.if.uj.edu.pl
Created an attachment (id=13677)
--> (http://bugs.winehq.org/attachment.cgi?id=13677)
Debug log.
Log in attachment
baryluk@tytus:~/.wine/drive_c/Program Files/SmartFTP Client$ WINEDEBUG=warn+dll
wine ./SmartFTP.exe 2>&1 | tee debugowanie.txt
--
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=12461
Summary: SmartFTP Client requires an implementation of
cryptui.dll
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.smartftp.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
An attempt to start the SmartFTP client fails because of missing cryptui.dll.
While copying the DLL from an installation of Windows XP satisfies the
application enough to get it to run, cryptui.dll is as far as I'm aware not
redistributable and thus using native cryptui.dll is not always tenable.
--
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=13487
Summary: Smartftp does not run (dogfood)
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.smartftp.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=13410)
--> (http://bugs.winehq.org/attachment.cgi?id=13410)
Terminal output in git
Reported in wine-users:
SmartFTP installs but fails to start with: "Fatal Error: sfFTPLib.dll is not
registered correctly"
http://www.smartftp.com/download/
System: Fedora 9
Wine: 1.0 rc2
Gave it a try. Installs fine, after installing, running regsvr32 on
sfFTPLib.dll gets it to run a bit, then installs wine gecko. Runs a bit more,
then crashes. Terminal output and backtrace attached.
--
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=26031
Summary: µTorrent (uTorrent) fails listening to a port after a
number of persistent connections are opened against it
Product: Wine
Version: 1.3.13
Platform: All
URL: http://www.utorrent.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Steps to reproduce:
1) Run µTorrent
2) Incoming connections icon should turn green (port listen: OK), netstat -ln
confirms that
3) Start downloading any torrent
4) Incoming connections icon will turn red (Listen error: you should change the
listen port)
observe these errors logged in uTorrent Logger Tab:
[2011-02-09 02:28:50] *** Starting Diagnostic thread ***
[2011-02-09 02:28:50] IPv6 is installed
[2011-02-09 02:31:46] TCP port bind failed 0.0.0.0:9001: (10048) Error 10048
[2011-02-09 02:32:12] TCP port bind failed 0.0.0.0:9001: (10048) Error 10048
at this point neither Wine, nor µTorrent will be listening to the designated
port:
# netstat -ln -eep | grep 8008
udp 0 0 0.0.0.0:8008 0.0.0.0:*
500 117033 10470/uTorrent.exe
so while uTorrent is listening to the incoming UDP connections, TCP traffic is
unmanaged causing the errors in the µTorrent's Logger Tab.
The strangest thing is that no other application will be able to use this port
(8008):
# nc -vl 8008
nc: Address already in use
However if I order nc to bind to the loopback interface specifically, it will
run:
# nc -vl localhost 8008
[running]
It's worth noting that when wine/uTorrent "listen" abilities break, there are
already some established connections to my_external_IP_address:8008 (right now
I see three such ESTABLISHED connections).
So, probably there's some sort of bug in wine server - it shouldn't stop
listening to a port when persistent connections are made to it - but I'm
totally uncertain about it because I have no idea how wine server (should)
handles TCP traffic.
I can help solving this bug by attaching any required debug information if it's
necessary.
--
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.