installation issues on ies4linux on Ubuntu 12.04
I have an issue with installing IEs4Linux on Ubuntu 12.04. I can't invoke
IE6.
The following is what I did.
Install wine and cabextract.
sudo apt-get install cabextract
sudo apt-get install wine
sudo ln -sv /usr/bin/winecfg /usr/bin/wineprefixcreate
Install ies4linux.
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar xzvf ies4linux-latest.tar.gz
cd ies4linux-2.99.0.1/
./ies4linux --no-gui --no-flash
Invoke ~/bin/ie6, but it does not work. To debug:
export DEBUG=true
During installation:
Installing registry
DEBUG: Add /home/xxxxxx/ies4linux-2.99.0.1/winereg/ie6.reg to registry
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key HKEY_LOCAL_MACHINESoftwareMicrosoftActive
SetupInstallInfo not created. Value: FailedComponents, Data: str(7):""
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key HKEY_LOCAL_MACHINESoftwareMicrosoftActive
SetupInstallInfo not created. Value: InstalledComponents, Data:
str(7):"Internet Explorer Setup Tools0Internet Explorer 6 Web
Browser0Internet Explorer Exception Pack0Task Scheduler0Offline Browsing
Pack0Browser Customizations0Advanced Authoring0Internet Explorer Help
Engine0Internet Explorer Help0Internet Connection Wizard0Internet Explorer
Core Fonts0Dynamic HTML Data Binding0Internet Explorer Browsing
Enhancements0Address Book0Outlook Express0Windows Media Player0Windows
Media Player Codecs0Vector Graphics Rendering (VML)0AOL ART Image Format
Support0Visual Basic Scripting Support0Language Auto-Selection0Internet
Explorer ReadMe0OLE Automation0"
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key HKEY_LOCAL_MACHINESoftwareMicrosoftActive
SetupInstallInfo not created. Value: Setup Components, Data:
str(7):"GenSetup0BASEIE40_Win0IEEX0MSTASK0MobilePk0BRANDING.CAB0AdvAuth0HTMLHelp0HelpCont0ICW0Fontcore0Tridata0ExtraPack0AddressBook0MailNews0mediaplayer0wmpcodec0MSVML0AOLSUPP0MSVBScript0IELPKAD0IEReadme0OAINST0"
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key
HKEY_LOCAL_MACHINESoftwareMicrosoftCryptographyOIDEncodingType
1CertDllVerifyCTLUsageDEFAULT not created. Value: Dll, Data:
str(7):"CRYPTNET.DLL0"
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key
HKEY_LOCAL_MACHINESoftwareMicrosoftCryptographyOIDEncodingType
1CertDllVerifyRevocationDEFAULT not created. Value: Dll, Data:
str(7):"CRYPTNET.DLL0mscrlrev.dll0"
DEBUG: regedit: ERROR, unknown data format
DEBUG: regedit: ERROR Key HKEY_LOCAL_MACHINESoftwareMicrosoftRpc not
created. Value: DCOM Protocols, Data: str(7):"ncacn_ip_tcp0"
DEBUG: Add /home/rakuten/.ies4linux/tmp/homepage.reg to registry
DEBUG: err:module:import_dll Loading library ole32.dll (which is needed by
L"C:\windows\system32\windowscodecs.dll") failed (error c000007b).
DEBUG: err:module:import_dll Loading library oleaut32.dll (which is needed
by L"C:\windows\system32\windowscodecs.dll") failed (error c000007b).
DEBUG: err:module:import_dll Loading library shlwapi.dll (which is needed
by L"C:\windows\system32\windowscodecs.dll") failed (error c000007b).
DEBUG: err:module:import_dll Loading library rpcrt4.dll (which is needed
by L"C:\windows\system32\windowscodecs.dll") failed (error c000007b).
How can I fix it?
No comments:
Post a Comment