WPT3.0 - Chrome does not launch

Hi

I’ve just upgraded my server to WPT3 and I’m starting with a very simple setup: same windows server with a unique browser (Chrome).

When I use the web interface to request a new test I briefly see that the wptdriver windows shows “DNS Flush Resolver returned 1” and then nothing. Chrome is never launched.

I’ve put below the content of my configurations and outputs from the server.

I miss some logs to understand why my browser is not launched. It may be a privilege issue or anything else but I’m a bit blind. Is there any log file I could get about wptdriver? Or do you have any idea how what could be wrong?

Regards,
Pascal

[font=Courier]

locations.ini

[locations]
1=Munich
default=Munich

[Munich]
1=Munich_wptdriver
label=“Munich VM (Chrome)”

[Munich_wptdriver]
browser=Chrome
label=“Munich - Chrome”


wptdriver.ini

[WebPagetest]
url=http://127.0.0.1/
location=Munich_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’
;installer=http://www.webpagetest.org/installers/browsers/chrome.dat

[Firefox]
;exe=“C:\Program Files (x86)\Mozilla Firefox\firefox.exe”
;options=‘-profile “%PROFILE%” -no-remote’
;installer=http://www.webpagetest.org/installers/browsers/firefox.dat
;template=firefox

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

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


http:///getLocations.php

Location Idle Testers Total Tests Being Tested High Priority P1 P2 P3 P4 P5 P6 P7 P8 P9
Munich_wptdriver 1 0 0 0 0 0 0 0 0 0 0 0 0


http:///install

WebPagetest 3.0 Installation Check

PHP

PHP version at least 5.3: 5.6.28
GD Module Installed: yes
FreeType enabled for GD (required for video rendering): yes
zip Module Installed: yes
zlib Module Installed: yes
curl Module Installed: yes
php.ini allow_url_fopen enabled: yes
APC Installed: NO (optional)
SQLite Installed (for editable test labels): NO (optional)
Open SSL Module Installed (for “Login with Google”): yes
xml Module Installed (for rss feeds): yes
pcre Module Installed (for rss feeds): yes
xmlreader Module Installed (for rss feeds): yes
php.ini upload_max_filesize > 10MB: 2M (optional)
php.ini post_max_size > 10MB: 8M (optional)
php.ini memory_limit > 256MB or -1 (disabled): 128M (optional)
System Utilities

ffmpeg Installed with --enable-libx264 (required for video): NO
ffmpeg Installed with scale and decimate filters(required for mobile video): Not Detected (optional)
imagemagick compare Installed (required for mobile video): NO (optional)
jpegtran Installed (required for JPEG Analysis): yes
exiftool Installed (required for JPEG Analysis): NO (optional)
Misc

python 2.7 with modules (faster mobile video processing): Error running “python video/visualmetrics.py -c” (optional)
Filesystem

{docroot}/tmp writable: yes
{docroot}/dat writable: yes
{docroot}/results writable: yes
{docroot}/work/jobs writable: yes
{docroot}/logs writable: yes
Test Locations

Munich : Munich VM (Chrome)
Munich_wptdriver : Munich - Chrome - 1 agents connected[/font][/php]