Browser not starting when I execute test suite from command line

I am attempting to execute a Test via the command line but I’m encountering an error. So, I am able to run this test from within Katalon Studio, the browser launches successfully and the test passes.

However, when I try to run the same test via the command line, whilst the test starts successfully, the browser doesn’t open, meaning that the tests fail. For reference, the command I am using is as per the below:
katalonc -noSplash -runMode=console -projectPath=“C:\Automation\Katalon\automatedtesting\Start.prj” -retry=0 -testSuitePath=“Test Suites/ANDY_Searches” -executionProfile=“default” -browserType=“Chrome” -apiKey=“obfuscated by me”

I’ve attached some screenshots of the errors I am seeing. Is this something anyone has seen before? if so, any help would be appreciated.

As an aside I’m using the trial edition of katalon studio, so was wondering if there is a restriction in place somehow