MATLAB: Do I receive Error 193:0xc1 when launching the License Manager service

MATLAB

When launching my License Manager service through services.msc I receive the following error message:
Cannot start the service on local computer. Error 193:0xc1

Best Answer

This is most likely because you have a file's path including spaces in your license or options file without quotation marks.
For example:
REPORTLOG +C:\Program Files\MATLAB\REPORT_MathWorks.log
Which should be:
REPORTLOG +"C:\Program Files\MATLAB\REPORT_MathWorks.log"
Please review the files used by your license manager and try again to start your service.