http://bugs.winehq.org/show_bug.cgi?id=10601
Summary: .NET Framework 2.0: Installation Fails
Product: Wine
Version: 0.9.49.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmdoles(a)digitaldeviation.com
Created an attachment (id=9399)
--> (http://bugs.winehq.org/attachment.cgi?id=9399)
wine console output
The installation appears to start correctly, but it eventually causes and
unhandled exception within wine. I have installed IE6 as a prequisite.
--
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=29392
Bug #: 29392
Summary: i cant run game www.jugger.ru - will be very preciate
if you can help out
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monteskju(a)inbox.lv
Classification: Unclassified
the program juggernautclient.exe has encountered a serious problem and needs to
close.
Exception EExternalException in module ntdll.dll at 0001F977. External
exception C0000025
this is what i see when i launch a program. if you need some more information i
will be glad to give it to you.
thx in advice
--
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=30312
Bug #: 30312
Summary: Microsoft Office Communicator 2007 R2 Trial checks for
unimplemented run mode 7 (MSIRUNMODE_REBOOTNOW)
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
Microsoft Office Communicator 2007 R2 Trial checks both states: "reboot now"
and "reboot at end" to determine if a reboot is necessary.
Nothing serious but it would be nice to handle MSIRUNMODE_REBOOTNOW
(MSIRUNMODE_REBOOTATEND is already done).
Tracking using "package->need_reboot" (MSIRUNMODE_REBOOTATEND) or at least a
more meaningful message as I had to look it up to be sure that it is harmless.
Set WinVer to >= Windows Vista due to MSXML6 (SP1) requirement.
WINEDEBUG=+tid,+seh,+relay,+msi wine msiexec -i CommunicatorEval.msi >> log.txt
2>&1
--- snip ---
...
002f:trace:msi:ACTION_CustomAction Handling custom action
L"SetFilesInUseProperty" (41 L"Custom" L"SetFilesInUseProperty")
...
003a:Ret PE DLL (proc=0x3c382c,module=0x3c0000
L"msia226.tmp",reason=THREAD_ATTACH,res=(nil)) retval=1
003a:Starting thread proc 0x7ecd1af8 (arg=0x6585b4)
003a:trace:msi:DllThread custom action (3a) started
...
003a:trace:msi:ACTION_CallDllFunction calling L"SetFilesInUseProperty"
003a:Call KERNEL32.GetEnvironmentVariableW(7ed474e0
L"MsiBreak",0062e64c,00000104) ret=7ecd13fb
003a:Ret KERNEL32.GetEnvironmentVariableW() retval=00000000 ret=7ecd13fb
003a:Call msi.MsiGetMode(00000002,00000006) ret=004058c3
003a:trace:msi:MsiGetMode 2 6
003a:trace:msi:MsiGetMode 1 6
003a:Ret msi.MsiGetMode() retval=00000000 ret=004058c3
003a:Call msi.MsiGetMode(00000002,00000007) ret=004058cf
003a:trace:msi:MsiGetMode 2 7
003a:trace:msi:MsiGetMode 1 7
003a:fixme:msi:MsiGetMode unimplemented run mode: 7
003a:Ret msi.MsiGetMode() retval=00000001 ret=004058cf
003a:Call msi.MsiSetPropertyW(00000002,00401cc8 L"REBOOTSCHEDULED",00401588
L"1") ret=004058e3
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370125%28v=vs.85%…
Source:
http://source.winehq.org/git/wine.git/blob/9336c10619075d26dc8e6da5b0fb50bc…
--- snip ---
695 BOOL WINAPI MsiGetMode(MSIHANDLE hInstall, MSIRUNMODE iRunMode)
696 {
...
763 case MSIRUNMODE_REBOOTATEND:
764 r = package->need_reboot;
765 break;
766
767 case MSIRUNMODE_LOGENABLED:
768 r = (package->log_file != INVALID_HANDLE_VALUE);
769 break;
770
771 default:
772 FIXME("unimplemented run mode: %d\n", iRunMode);
773 r = TRUE;
774 }
775
776 msiobj_release( &package->hdr );
777 return r;
778 }
--- 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=30513
Bug #: 30513
Summary: Microsoft Office Communicator 2007 R2 Trial crashes in
CDATA event handling while parsing rule XML from
resource file
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Created attachment 39910
--> http://bugs.winehq.org/attachment.cgi?id=39910
WINEDEBUG=+tid,+seh,+relay,+msxml wine ./communicator.exe >>log.txt 2>&1
Hello,
continuation of bug 30505
Prerequisite: 'winetricks vcrun2008'
After installation (one liner):
--- snip ---
$ wine reg add "HKLM\\Software\\Microsoft\\Communicator\\3.5\\Registration" /v
"ProductID" /t "REG_SZ" /d "01234567890123456789012"
--- snip ---
Attached is WINEDEBUG=+tid,+seh,+relay,+msxml log (uncompressed: 10 MiB).
$ du -sh CommunicatorEval.msi
15M CommunicatorEval.msi
$ sha1sum CommunicatorEval.msi
b2a1cc95362b93aef6dfbf9987cc5c4ca6c8038d CommunicatorEval.msi
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=28585
Bug #: 28585
Summary: MS SQL server express 2008 install fails
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: dpobanz(a)gmail.com
Classification: Unclassified
During installation of MS SQL server express 2008 wine crashes.
wine-1.3.29-198-gfc2dcd0
The last few lines from the console are:
...
wine: Call from 0x7b839d62 to unimplemented function
mspatcha.dll.GetFilePatchSignatureA, aborting
wine: Unimplemented function mspatcha.dll.GetFilePatchSignatureA called at
address 0x7b839d62 (thread 0009), 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=27017
Summary: AutoCAD 2008: Installation of service pack fails.
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
CC: david.hedberg(a)gmail.com
Created an attachment (id=34450)
--> (http://bugs.winehq.org/attachment.cgi?id=34450)
Terminal output on wine-1.3.19-49-g92e05ed
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20 tahoma vcrun2003
3) install AutoCAD
4) wine autocad2008lockedsp1.exe
Behaviour:
"A problem prevented the Service Pack from being installed. Contact your system
administrator. Error Code: 1603"
Expected behaviour:
No error.
This is regression and I think commit 21085edb51fdbab4b256ecb96c0d2849263fac2a
is responsible.
--
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=28540
Bug #: 28540
Summary: Adobe Reader X fails to install
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: 6083fd5e530c34e17b125f00d7777177984d8b1a
Created attachment 36639
--> http://bugs.winehq.org/attachment.cgi?id=36639
wine-1.3.29-121-gfdda702 console output
Adobe Reader X fails to install. This is a regression.
6083fd5e530c34e17b125f00d7777177984d8b1a is the first bad commit
commit 6083fd5e530c34e17b125f00d7777177984d8b1a
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Jul 7 09:22:48 2011 +0200
msi: Check the transform language against the package language instead of
the system language.
:040000 040000 00e1503368a774a1b19e6eee21bf959d2ff2154b
a39a28ec2b86f5a98e4b9d719db1fbe22c493d90 M dlls
Reverting this commit fixes the problem.
--
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.