http://bugs.winehq.org/show_bug.cgi?id=32370
Bug #: 32370
Summary: Failed to install SafeNet Sentinal HASP setup exe
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prafulla.sarode(a)gmail.com
Classification: Unclassified
Created attachment 42713
--> http://bugs.winehq.org/attachment.cgi?id=42713
programm error detail
While installing SafeNet Sentinal HASP setup exe, installation error occured
with the error trace as 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=27803
Summary: Internet Explorer 9 installer prerequisite check fails
due to mismatching ntoskrnl.exe version resource
(reported Winver vs. resource version)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
Internet Explorer 9 installer prerequisite checks due to mismatching ntoskrnl
version resource (reported Winver vs. resource versions).
The installer uses OutputDebugString() so +debugstr gives quick glance what it
does under the hood...
--- snip ---
$ WINEDEBUG=+debugstr wine ./IE9-Windows7-x86-enu.exe
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180,
{e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x32de10, (null), (null),
0x6cd20188,): stub
warn:debugstr:OutputDebugStringA "00:00.001:
====================================================================\r\n"
warn:debugstr:OutputDebugStringA "00:00.003: Started: 2011/07/16 (Y/M/D)
11:57:17.956 (local)\r\n"
warn:debugstr:OutputDebugStringA "00:00.003: Time Format in this log: MM:ss.mmm
(minutes:seconds.milliseconds)\r\n"
warn:debugstr:OutputDebugStringA "00:00.003: Command line:
Z:\\home\\focht\\Downloads\\IE9-Windows7-x86-enu.exe\r\n"
warn:debugstr:OutputDebugStringA "00:00.042: INFO: Setup installer for
Internet Explorer: 9.0.8112.16421\r\n"
warn:debugstr:OutputDebugStringA "00:00.050: ERROR: Checking version for
C:\\windows\\SYSTEM32\\ieframe.dll: Failed. (Couldn't get File Version Info
size.)\r\n"
warn:debugstr:OutputDebugStringA "00:00.050: ERROR: Couldn't get File Version
Info size for System32\\ieframe.dll\r\n"
warn:debugstr:OutputDebugStringA "00:00.050: INFO: Checking if
iexplore.exe's current version is between 9.0.6001.0...\r\n"
warn:debugstr:OutputDebugStringA "00:00.050: INFO: ...and 9.1.0.0...\r\n"
warn:debugstr:OutputDebugStringA "00:00.051: INFO: Maximum version on which
to run IEAK branding is: 9.1.0.0...\r\n"
warn:debugstr:OutputDebugStringA "00:00.051: INFO: iexplore.exe version
check success. Install can proceed.\r\n"
warn:debugstr:OutputDebugStringA "00:00.051: INFO: Trying to extract ID:
6006 (0) as \"IE9-neutral.Extracted.cab\"\r\n"
warn:debugstr:OutputDebugStringA "00:00.320: INFO: Trying to extract ID:
5006 (0) as \"IE9-support.cab\"\r\n"
warn:debugstr:OutputDebugStringA "00:00.861: INFO: Operating System: Windows
Workstation: 6.1.7601 (Service Pack 1)\r\n"
warn:debugstr:OutputDebugStringA "00:00.862: INFO: Windows 7 operating
system detected.\r\n"
warn:debugstr:OutputDebugStringA "00:00.863: INFO: Service pack major:
1\r\n"
warn:debugstr:OutputDebugStringA "00:00.863: INFO: Service pack minor:
0\r\n"
warn:debugstr:OutputDebugStringA "00:00.863: INFO: Service pack name:
Service Pack 1\r\n"
warn:debugstr:OutputDebugStringA "00:00.864: ERROR: System version and
prerequisite validation checks failed.\r\n"
fixme:commctrl:TaskDialogIndirect 0x32d940, 0x32d9a4, (nil), (nil)
warn:debugstr:OutputDebugStringA "00:00.865: INFO: Setup exit code:
0x00009C53 (40019) - Unable to install on Windows prerelease version\r\n"
warn:debugstr:OutputDebugStringA "00:00.910: INFO: Cleaning up temporary
files in: C:\\windows\\TEMP\\IE9acd.tmp\r\n"
warn:debugstr:OutputDebugStringA "00:00.927: INFO: Unable to remove
directory C:\\windows\\TEMP\\IE9acd.tmp, marking for deletion on reboot.\r\n"
warn:debugstr:OutputDebugStringA "00:00.930: INFO: Released Internet
Explorer Installer Mutex\r\n"
--- snip ---
+tid,+seh,+relay gives:
--- snip ---
...
0035:Call version.GetFileVersionInfoSizeW(0032df48
L"C:\\windows\\System32\\ntoskrnl.exe",0032df0c) ret=01010110
...
0035:Call version.GetFileVersionInfoW(0032df48
L"C:\\windows\\System32\\ntoskrnl.exe",00000000,000006b4,00151a58) ret=0101014a
...
0035:Ret version.GetFileVersionInfoW() retval=00000001 ret=0101014a
0035:Call version.VerQueryValueW(00151a58,01002058 L"\\",0032df18,0032df08)
ret=0101016f
0035:Ret version.VerQueryValueW() retval=00000001 ret=0101016f
...
0035:Call KERNEL32.OutputDebugStringW(01022690 L"00:12.292: ERROR: System
version and prerequisite validation checks failed.\r\n") ret=0101136b
...
0035:Call KERNEL32.ExpandEnvironmentStringsW(0032d9d8 L"Internet Explorer 9
isn't supported on pre-release versions of Windows 7 and Windows Vista. Please
upgrade to a released version.",00000000,00000000) ret=0101054c
--- snip ---
Winver is set to Win 7 SP1 6.1 build 7601 but version resource reports Win XP
SP3.
The installer specifically checks the QFE number, it must be >= 17105 (SP1?)
Source:
http://source.winehq.org/git/wine.git/blob/a0f681ad4c1626459db14668d5d046bd…
$ sha1sum IE9-Windows7-x86-enu.exe
fb2b17cf1d22f3e2b2ad339c5bd78f8fab406d03 IE9-Windows7-x86-enu.exe
$ wine --version
wine-1.3.24-174-g4b4dd30
If this bug is fixed it runs into next one (commctrl.TaskDialogIndirect being a
stub).
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=28864
Bug #: 28864
Summary: Internet Explorer 9 encounters NtQueryInformationToken
error
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://download.microsoft.com/download/C/3/B/C3BF2EF4-
E764-430C-BDCE-479F2142FC81/IE9-Windows7-x86-enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Classification: Unclassified
Created attachment 37074
--> http://bugs.winehq.org/attachment.cgi?id=37074
ntdll error
wine-1.3.31 - Win 7
After bypassing installer issues. I encounter an ntdll error.
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevationType, ...) semi-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.
http://bugs.winehq.org/show_bug.cgi?id=27804
Summary: Multiple MS installers expect a "Logs" folder under
%SystemRoot%
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
multiple MS installers expect a "Logs" folder to exist under %SystemRoot%
Logs useful for diagnosis don't get created otherwise.
Example: IE9 installer in "silent" mode.
--- snip ---
...
executing must-succeed process '"C:\windows\System32\cmd.exe" /C IF
NOT EXIST "%IESetup%\IeNrCore.exe" exit 1 >
C:\windows\Logs\IESetup_20110716-111159_temp.log 2>&1'
Path 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=28924
Bug #: 28924
Summary: "Unknown error" message at Visual Studio 2010 startup
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keks9n(a)gmail.com
Classification: Unclassified
I've got it installed, but it doesn't run.
$ wine devenv.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:shell:SetCurrentProcessExplicitAppUserModelID L"VisualStudio.10.0": stub
fixme:ole:CoInitializeSecurity (0x32f898,-1,(nil),(nil),0,0,(nil),8,(nil)) -
stub!
err:ole:CoGetClassObject class {0000034b-0000-0000-c000-000000000046} not
registered
err:ole:CoGetClassObject no class object {0000034b-0000-0000-c000-000000000046}
could be created for context 0x1
Then it shows "Unknown error" message.
--
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=28022
Summary: Visual Studio 2010 Professional does not install
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neil.stoker(a)gmail.com
Created an attachment (id=35879)
--> (http://bugs.winehq.org/attachment.cgi?id=35879)
The output from wine /mnt/disk/setup.exe 2> wine.log for a full install
Attempting to install the full version of Visual Studio 2010 Professional.
The initial load of the setup appears to work correctly (although taking a very
long time). The error reporting to Microsoft was enabled.
Accepting licence terms worked.
Full install to c: (with 180G free)
Microsoft .NET framework 4 * failed during install
--
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=33497
Bug #: 33497
Summary: Microsoft SQL Server 2005 Express Edition: installer
fails (needs ComAdminCatalog class from comadmin.dll)
Product: Wine
Version: 1.5.29
Platform: x86
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Continuation from bug 32048:
After fixing DtcGetTransactionManagerExW stub from bug 32048, the installer
aborts displaying message about WMI configuration:
"The SQL Server System Configuration Checker cannot be executed due to WMI
configuration on the machine daniel Error:87 (0x57)."
Interesting part of the log (displayed after DtcGetTransactionManagerExW
fixme):
err:ole:CoGetClassObject class {f618c514-dfb8-11d1-a2cf-00805fc79235} not
registered
err:ole:create_server class {f618c514-dfb8-11d1-a2cf-00805fc79235} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f618c514-dfb8-11d1-a2cf-00805fc79235}
could be created for context 0x15
http://mikolajapp.appspot.com/uuid/query?q={f618c514-dfb8-11d1-a2cf-00805fc…
Most likely the missing class COMAdminCatalog is the culprit here.
Prerequisites:
winetricks mspatcha
workaround for bug 32048
--
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=33520
Bug #: 33520
Summary: Microsoft SQL Server 2005 Express Edition: installer
fails (netapi32:NetLocalGroup* functions need real
implementation)
Product: Wine
Version: 1.5.29
Platform: x86
URL: http://go.microsoft.com/fwlink/?linkid=65212
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: netapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 44362
--> http://bugs.winehq.org/attachment.cgi?id=44362
console output
Continuation from bug 33512:
now the installer reports an error during installation of the application. The
installer first tries to create user groups using NetLocalGroupAdd, then tries
to access them using LookupAccountName (found in relay log). This of course
fails, since NetLocalGroupAdd is a no-op stub.
Prerequisites:
winetricks mspatcha dotnet20
workaround for bug 32048
--
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=19428
Summary: Microsoft SQL Express 2005 fails to install - Error
1627 - ERROR_FUNCTION_FAILED
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurienu.amenysta(a)gmail.com
Hi,
I run SQLEXPR.exe, extract files, agree with the terms, and try to install it
but it fails with error 1627 : ERROR_FUNCTION_FAILED.
Thanks in advance,
--
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.