Windows 8.1 64 bit Test Completed but failed

Hi,
I m not able to run test from any browser.
My agent and server are on the same machine.

My URLBlas.ini file is below

[Configuration]
Startup Delay=30
Log File=c:\wpt-agent\agent\urlblast
Timeout=120
use current account=1

; Where to get work from
Url Files Url=http://127.0.0.1/work/
Location=Office_IE11
;Location Key=TestKey123

My Location file:-

[locations]
1=Office
default=Office

[Office]
1=Office_IE11
2=Office_wptdriver
label=“Office LAN (Virginia - IE11,Chrome,Firefox)”

[Office_IE11]
browser=IE 11
label=“Office LAN - IE11”

[Office_wptdriver]
browser=Chrome,Firefox
connectivity=LAN
label=“Office LAN”

My waptdriver.ini file is

[WebPagetest]
url=http://127.0.0.1/
location=Office_wptdriver
browser=chrome
Time Limit=120
;key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat

[chrome]
exe=“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’

[Firefox]
exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
template=firefox

[Safari]
exe=“C:\Program Files\Safari\Safari.exe”

[IE]
exe=“C:\Program Files (x86)\Internet Explorer\iexplore.exe”

I am not able to get what i am doing wrong.
Can any one help ?

Thanks in advance…!

Do you have dummynet installed? Do you see it launch the browser or is it failing before that?

Yes I installed dummynet My Browsers are 32 bit…!
Browsers are launched.
For chrome it says Test completed but failed…

Does the browser load the page that is being tested or does it sit on 127.0.0.1:8888/blank.html for 2 minutes and then close?

Yes Exactly… the blank.html opens and then closes after some time.

What version of wptdriver.exe are you running? Updating might fix it: https://sites.google.com/a/webpagetest.org/docs/private-instances#TOC-Updating-Test-Agents

I’m getting the same issue with chrome and am running my agent on win 8 64bit. I’ve tried config.pac & auto proxy & no proxy but it seems that issue is persistent.

I did make sure that wptdriver.exe is latest. Any pointers will be helpful.

thanks!