[Bug 30352] New: builtin iexplore + selenium hangs on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 4 01:33:34 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30352

             Bug #: 30352
           Summary: builtin iexplore + selenium hangs on startup
           Product: Wine
           Version: 1.5.1
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fracting at gmail.com
    Classification: Unclassified


1. Download and install python26 from
http://www.python.org/ftp/python/2.6/python-2.6.msi

2. Download and install easyinstall from
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11.win32-py2.6.exe#md5=1509752c3c2e64b5d0f9589aafe053dc

3. start wine cmd, install Selenium with easyinstall :
easyinstall selenium

4. start the sample python-selenium script as attachment selenium-Ie.py :
$ wine 'c:\python26\python.exe' selenium-Ie.py

$ ./selenium-Ie.sh 


Expect result:
Iexplore will open google, search for "cheese" as a keyword automatic, then
quit. All these are control by selenium
Actual result:
Iexplore hangs on start up, with following messages:

fixme:ieframe:ClassFactory_QueryInterface
(0x7eb7cb04)->({00000003-0000-0000-c000-000000000046} 0x33fb50)
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:ieframe:handle_navigation_error Navigate to error page

winetricks wininet will workaround for it, but there will be a crash in
IEDriver of selenium then.

-- 
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.



More information about the wine-bugs mailing list