Fitnesse For Appian WebDriverException - Chrome failed to start: crashed

HI all. I've just installed FitNesse For Appian, and edited the example test to launch the Chromes browser, I ran the test and it  actually invokes a Chrome Browser tab, types "data:," in the url and then fails with the below exception.

Any help is greatly appreciated.

__EXCEPTION__:org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: crashed
  (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17763 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 61.72 seconds
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'LVDAE1CTXDEV080', ip: '10.65.32.227', os.name: 'Windows Server 2019', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_231'
Driver info: driver.version: ChromeDriver
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.8.0_231]
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [rt.jar:1.8.0_231]
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [rt.jar:1.8.0_231]
 at java.lang.reflect.Constructor.newInstance(Unknown Source) [rt.jar:1.8.0_231]
 at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:215) [selenium-remote-driver-3.4.0.jar]
 at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:167) [selenium-remote-driver-3.4.0.jar]
 at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53) [selenium-remote-driver-3.4.0.jar]
 at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91) [selenium-remote-driver-3.4.0.jar]
 at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$22(ProtocolHandshake.java:365) [selenium-remote-driver-3.4.0.jar]

  Discussion posts and replies are publicly visible