karma-runner / karma-ie-launcher

A Karma plugin. Launcher for Internet Explorer.
MIT License
59 stars 23 forks source link

Cannot start IE 11 64x #42

Open ruslanss opened 8 years ago

ruslanss commented 8 years ago

Cannot start internet explorer 11 on 64x Windows 10. It does launch 3 browser windows but does nothing else with them.

Trace:

31 03 2016 02:37:56.064:WARN [karma]: No captured browser, open http://localhost:9876/ 31 03 2016 02:37:56.089:INFO [karma]: Karma v0.13.22 server started at http://localhost:9876/ 31 03 2016 02:37:56.099:INFO [launcher]: Starting browser IE 31 03 2016 02:37:56.165:ERROR [launcher]: Cannot start IE

31 03 2016 02:37:56.177:INFO [launcher]: Trying to start IE again (1/2). 31 03 2016 02:37:56.328:ERROR [launcher]: Cannot start IE

31 03 2016 02:37:56.468:INFO [launcher]: Trying to start IE again (2/2). 31 03 2016 02:37:57.109:ERROR [launcher]: Cannot start IE

31 03 2016 02:37:57.196:ERROR [launcher]: IE failed 2 times (cannot start). Giving up. 31 03 2016 02:37:57.255:INFO [IE 11.0.0 (Windows 10 0.0.0)]: Connected on socket /#LNouUYmcrDF1W1kXAAAB with id 14299125

31 03 2016 02:38:07.599:WARN [IE 11.0.0 (Windows 10 0.0.0)]: Disconnected (1 times), because no message in 10000 ms.

hulvei3 commented 8 years ago

I had the issue as well both locally and on team-city. Was running 0.1.1.

An update to 0.2.0 seems to have fixed the issue..

computnik commented 8 years ago

@karmarunnerbot any updates?

prog-rajkamal commented 8 years ago

It worked after I used the workaround mentioned in Readme

mukeshfull commented 6 years ago

@prog-rajkamal you saved my life . Thanks

baltjack commented 6 years ago

For clarity : the workaround is to disable extensions with the -extoff flag. It wasn't clear to me that this setting had an impact on proper capture.