[Bug 28401] New: .NET Framework 3.0 installation interrupted prematurely
http://bugs.winehq.org/show_bug.cgi?id=28401 Summary: .NET Framework 3.0 installation interrupted prematurely Product: Wine Version: 1.3.27 Platform: x86 URL: http://download.microsoft.com/download/3/F/0/3F0A922C- F239-4B9B-9CB0-DF53621C57D9/dotnetfx3.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs(a)winehq.org ReportedBy: gyebro69(a)gmail.com CC: hans(a)meelstraat.net Regression SHA1: 8959961b425c739247f7d3ea7a56577f56cb29a2 Created an attachment (id=36414) --> (http://bugs.winehq.org/attachment.cgi?id=36414) terminal output The installer for .Net 3.0 will start, but at some point it is interrupted, and a message is shown stating that an error occurred during setup. All installed files have been removed. Step to reproduce the problem: winetricks dotnet30 (it will install dotnet2.0 first). The installer worked in 1.3.26: 8959961b425c739247f7d3ea7a56577f56cb29a2 is the first bad commit commit 8959961b425c739247f7d3ea7a56577f56cb29a2 Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Aug 24 10:23:57 2011 +0200 programs: Add a stub FontCache3.0.0.0 service. :100755 100755 1497bdb82d459b1a8c543c50cc20f3b84ad452bd 4d5dcb3275d2a0109343961285635086328c20ad M configure :100644 100644 11d22b99699f30d509951378d8cba74235bc626c ae891088d83fd029e280f9ffdd892a6e96120733 M configure.ac :040000 040000 815ab249932ccce2a6f6ca428841b2bad48ee742 1b3e9e3c57824a242faad35a674c78b8c63b67a4 M programs :040000 040000 b34dce5c5780e8aad5d0e3c3b025b9e892231b37 6e94ffac365e1e28805a80f6aaca145f6fa6a91e M tools The patch can be reverted on wine-1.3.28-247-g54b37b8, and the installer finishes it's job successfully. Please let me know if you need a log with specific debug channels enabled. -- 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=28401 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, | |regression -- 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=28401 --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2011-09-16 01:32:27 CDT --- You will have to remove the service before installing .NET 3.0: $ wine sc delete FontCache3.0.0.0 -- 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=28401 Ivan <barracuda72(a)bk.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barracuda72(a)bk.ru --- Comment #2 from Ivan <barracuda72(a)bk.ru> 2011-10-10 03:19:10 CDT --- Same trouble in Wine 1.3.29. Removing FontCache service doesn't seem to do any difference -- 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=28401 rmlipman(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmlipman(a)gmail.com --- Comment #3 from rmlipman(a)gmail.com 2011-10-19 19:21:06 CDT --- Still present in 1.3.30 -- 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=28401 OvermindDL1 <OvermindDL1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |OvermindDL1(a)gmail.com --- Comment #4 from OvermindDL1 <OvermindDL1(a)gmail.com> 2011-10-31 02:58:54 CDT --- Still present in 1.3.31 -- 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=28401 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2011-11-01 18:25:57 CDT --- Hello, works fine here. Just do what Hans (comment #1) said: remove the fake FontCache service before running the installer. The installer will create the .NET 3.0 FontCache service in msi custom action "InstallFCS" (debug using MsiBreak -> second time breakin). 1) use clean/fresh WINEPREFIX 2) wine sc delete FontCache3.0.0.0 3) winetricks dotnet30 File a bug with winetricks to include step 2 as .NET 3.0 prerequisite to fix the mono-related mess ... 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=28401 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-11-01 22:40:06 CDT --- (In reply to comment #5)
Hello,
works fine here. Just do what Hans (comment #1) said: remove the fake FontCache service before running the installer. The installer will create the .NET 3.0 FontCache service in msi custom action "InstallFCS" (debug using MsiBreak -> second time breakin).
1) use clean/fresh WINEPREFIX 2) wine sc delete FontCache3.0.0.0 3) winetricks dotnet30
File a bug with winetricks to include step 2 as .NET 3.0 prerequisite to fix the mono-related mess ...
Regards
Done: http://code.google.com/p/winetricks/source/detail?r=709 -- 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=28401 --- Comment #7 from jhgf <bernhardloos(a)googlemail.com> 2011-11-02 16:09:44 CDT --- Created attachment 37263 --> http://bugs.winehq.org/attachment.cgi?id=37263 rework service control table handling Thats the actually a bug in msi regarding the the handling of the service control table. -- 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=28401 jhgf <bernhardloos(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW CC| |bernhardloos(a)googlemail.com Component|programs |msi Ever Confirmed|0 |1 --- Comment #8 from jhgf <bernhardloos(a)googlemail.com> 2011-11-02 16:11:41 CDT --- There is still a problem with the testcase on windows, but I hope I have some time to figure it out over the weekend -- 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=28401 --- Comment #9 from rmlipman(a)gmail.com 2012-02-12 19:30:24 CST --- Still present in 1.4-rc3 -- 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=28401 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c98bf1b57b795e97161c8960e19 | |64eafde1816ea Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-03-13 14:29:20 CDT --- http://source.winehq.org/git/wine.git/commitdiff/c98bf1b57b795e97161c8960e19... fixes this for me (winetricks dotnet30 still works even if the service isn't deleted manually). -- 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=28401 --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 14:08:32 CDT --- Closing bugs fixed in 1.5.0. -- 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=28401 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 17:11:07 CDT --- Really closing bugs fixed in 1.5.0. -- 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=28401 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.4.x -- 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=28401 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.4.x |--- -- 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.
participants (1)
-
wine-bugs@winehq.org