[Bug 37590] New: Microsoft visual studio 2010 stop during the installtion
https://bugs.winehq.org/show_bug.cgi?id=37590 Bug ID: 37590 Summary: Microsoft visual studio 2010 stop during the installtion Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: www-unknown Assignee: wine-bugs(a)winehq.org Reporter: lokesh.bhandari(a)enjayworld.com Distribution: --- Created attachment 50018 --> https://bugs.winehq.org/attachment.cgi?id=50018 image of installation in progress Microsoft visual studio 2010 ultimate stop during the installation process. I am using wine version 1.7.10, and 1.6.1 both show same problem. It install some component and while installing component "Microsoft Windows installer 4.5" it show message you must restart the computer. In windows I am doing same procedure, it tell to restart the computer and if I click then it restart my computer, it restart my computer and resume the installation process. But in wine it not restart the computer and not resuming the installation process. And if I reboot my wine then it show message "A problem has been encounter while loading the component. Cancelling setup." Please guide me for above issue. -- 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=37590 --- Comment #1 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Created attachment 50019 --> https://bugs.winehq.org/attachment.cgi?id=50019 installing the microsoft windows installer 4.5 -- 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=37590 --- Comment #2 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Created attachment 50020 --> https://bugs.winehq.org/attachment.cgi?id=50020 restart computer message, same as windows in linux for restarting the computer -- 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=37590 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|www-unknown |-unknown Product|WineHQ.org |Wine Severity|critical |normal -- 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=37590 --- Comment #3 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Created attachment 50021 --> https://bugs.winehq.org/attachment.cgi?id=50021 image while reboot my wine If nothing happen when I click on restart the computer in linux then I reboot my wine and it show me this message. -- 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=37590 --- Comment #4 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Created attachment 50022 --> https://bugs.winehq.org/attachment.cgi?id=50022 Stop during this point -- 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=37590 --- Comment #5 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Comment on attachment 50020 --> https://bugs.winehq.org/attachment.cgi?id=50020 restart computer message, same as windows in linux for restarting the computer In windows os after I click on Restart Now button then it restart my computer and resuming my installation. But in linux with wine it perform nothing action. Only it stop the installation process -- 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=37590 Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.10 Distribution|--- |Ubuntu -- 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=37590 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer Status|UNCONFIRMED |NEW URL| |http://download.microsoft.c | |om/download/2/4/7/24733615- | |AA11-42E9-8883-E28CDCA88ED5 | |/X16-42552VS2010UltimTrial1 | |.iso CC| |focht(a)gmx.net Summary|Microsoft visual studio |Microsoft Visual Studio |2010 stop during the |2010 installer fails to |installtion |load persistence data after | |simulated prefix reboot in | |'Windows Vista+' mode Ever confirmed|0 |1 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello Lokesh, I've just retested with full VS 2010 Ultimate trial install and it works in clean 32-bit WINEPREFIX. The full installer reports only one component as failure in the end - an impressive demonstration how Wine matured in the last years. This is bug 33661 and can be safely ignored (non-critical/harmless, installer still succeeds). Wine appdb entry (https://appdb.winehq.org/objectManager.php?sClass=version&iId=20359) states all prerequisites and has HOWTOs. So why did you change the WINEPREFIX default Windows Version to 'Windows Vista' (also bug 37588 which is now pointless)? Don't do that unless there is a reason and you know the technical implications - which is obviously not the case here. The 'restart' issue happens exactly because of this (Vista MSI component upgrade). --- snip --- [11/19/14,22:00:35] Begin Depcheck Component session: gencomp23,{61040379-156d-4ece-b126-ea395a3b2ac7} [11/19/14,22:00:35] This component uses the FileVersionCheck version check method. It will compare a given version against the version of a file on your machine. [11/19/14,22:00:35] The file to be verified is C:\windows\system32\msi.dll. [11/19/14,22:00:35] Version on user's machine: 4.5.6001.22299 [11/19/14,22:00:35] Version to be installed: 4.5.6001.22308 [11/19/14,22:00:35] This component is told to not ignore newer versions. [11/19/14,22:00:35] End. Component is NOT installed --- snip --- This can't work/succeed even after simulated reboot since the component upgrade is in Vista+ .MSU format which Wine doesn't support at all if ever (bug 26757). There is another issue prior, causing the error dialog being shown. But even if that rather boring issue is solved and the persistence data is properly loaded/state restored, the installer will figure out that the MSI component upgrade never happened and end up in failure anyway. --- snip --- ... 000b:Starting process L"C:\\windows\\system32\\wineboot.exe" (entryproc=0x7edee63c) ... 000b:Call advapi32.RegCreateKeyExW(80000002,7edefc20 L"Software\\Microsoft\\Windows\\CurrentVersion",00000000,00000000,00000000,00020019,00000000,0033fa44,00000000) ret=7edec27b 000b:Ret advapi32.RegCreateKeyExW() retval=00000000 ret=7edec27b ... 000b:Call advapi32.RegCreateKeyExW(00000028,7edeff38 L"RunOnce",00000000,00000000,00000000,000f003f,00000000,0033fa40,0033fa3c) ret=7edec2eb 000b:Ret advapi32.RegCreateKeyExW() retval=00000000 ret=7edec2eb ... 000b:Call advapi32.RegQueryInfoKeyW(00000040,00000000,00000000,00000000,00000000,00000000,00000000,0033fa38,0033fa30,0033fa34,00000000,00000000) ret=7edec3a7 000b:Ret advapi32.RegQueryInfoKeyW() retval=00000000 ret=7edec3a7 ... 000b:Call advapi32.RegEnumValueW(00000040,00000000,0012b928,0033fa2c,00000000,0033fa24,00116878,0033fa28) ret=7edec5b5 000b:Ret advapi32.RegEnumValueW() retval=00000000 ret=7edec5b5 --- 000b:Call advapi32.RegDeleteValueW(00000040,0012b928 L"Setup_") ret=7edec640 000b:Ret advapi32.RegDeleteValueW() retval=00000000 ret=7edec640 ... 000b:Call KERNEL32.CreateProcessW(00000000,00116878 L"\"C:\\users\\focht\\SIT27286.tmp\\setup.exe\" /ResumeAfterReboot",00000000,00000000,00000000,00000000,00000000,00000000,0033f988,0033f978) ret=7edec004 ... 0025:Call KERNEL32.__wine_kernel_init() ret=7bc5a259 ... 000b:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7edec004 .. 000b:Call KERNEL32.WaitForSingleObject(0000004c,ffffffff) ret=7edec0f7 ... 0025:Call KERNEL32.CreateProcessW(00000000,0033d9f8 L"C:\\users\\focht\\SIT27286.tmp\\setup.exe /UnattendFile \"C:\\users\\focht\\sit27920REBOOT.INI\" /RebootFlag /LAUNCHER=\"C:\\users\\focht\\\" /HWND=\"65610\" /NoExclude /CreatedTemp /NoExclude /InstalledFrom F:\\Setup /NoExclude",00000000,00000000,00000000,00000410,00000000,00000000,0033d0b0,0033d0a0) ret=7e4b96a3 ... 0029:Call user32.MessageBoxW(00000000,0018d2ac L"A problem has been encountered while loading the setup components. Canceling setup.",00bb4930 L"Microsoft Visual Studio 2010 Ultimate Setup",00010030) ret=357f82ba --- snip --- 'dd_error_vs_vstscore_100.txt': --- snip --- ... [11/19/14,23:41:41] setup.exe: [2] ModuleID not found in map in GetSetupComponentByModuleID() -- [{975f4f80-a2ae-4266-8c53-d8aa8e710d65}] [11/19/14,23:41:41] VS Scenario: [2] component not found and no option filename specified in IVSSetupScenarioImpl::BuildIDispatchLists() [11/19/14,23:41:41] Dependency Manager: [2] Dependency Manager initialization failed: no top-level components [11/19/14,23:41:41] Default Scenario Factory: [2] ISetupDependencyManager::Initialize() failed in CDefaultFactory::SetActiveScenario() [11/19/14,23:41:41] setup.exe: [0] LoadPersistantData(), SetActiveScenario failure [11/19/14,23:41:41] setup.exe: [2] CSetupManager::RunIntro() - Failed to load persistant data --- snip --- $ sha1sum X16-42552VS2010UltimTrial1.iso 3929b92857741b3d69a3eb4a8bd70d3b808fe75b X16-42552VS2010UltimTrial1.iso $ du -sh X16-42552VS2010UltimTrial1.iso 2.3G X16-42552VS2010UltimTrial1.iso $ wine --version wine-1.7.31-64-gd22928f 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=37590 --- Comment #7 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Please give me link from where you have downloaded your iso or exe file of visual studio. -- 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=37590 --- Comment #8 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- Created attachment 50045 --> https://bugs.winehq.org/attachment.cgi?id=50045 I had install the visual studio by following instruction from https://appdb.winehq.org/objectManager.php?sClass=version&iId=20359 but it give me error while installing microsoft visual studio I had install the visual studio by following instruction from https://appdb.winehq.org/objectManager.php?sClass=version&iId=20359 but it give me error while installing microsoft visual studio 2010 ultimate ENU and stop for rest of component -- 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=37590 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de -- 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=37590 --- Comment #9 from Lokesh Bhandari <lokesh.bhandari(a)enjayworld.com> --- If I select os as a windows xp then it will stop at the installation of Microsoft Visual Studio 2010 Ultimate ENU -- 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=37590 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #10 from super_man(a)post.com --- Anyone want to test this bug against wine-staging the download is quite big for just a test? Most of the bugs focht mentioned are now fixed with staging. -- 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=37590 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/2/4/7/24733615- |/20111128000656/http://down |AA11-42E9-8883-E28CDCA88ED5 |load.microsoft.com/download |/X16-42552VS2010UltimTrial1 |/2/4/7/24733615-AA11-42E9-8 |.iso |883-E28CDCA88ED5/X16-42552V | |S2010UltimTrial1.iso -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla