Hey everyone. This has been requested a few times, but we haven't had the time to really address it until now. This is a hack solution to the problem, and not the solution we want to actually use, but it will have to do for now. You can not run VRLServer2.exe by double clicking the executable in windows. There's some magic we need to do to the license server to get it to work properly.
So here's a batch script that you can make that will start the license server from a command line:
I hope that helps some people.
So here's a batch script that you can make that will start the license server from a command line:
Code:
@ECHO OFF set license_folder=%ALLUSERSPROFILE%\Application Data\ASGVIS\Licensing if NOT "%PROGRAMDATA%" == "" set license_folder=%PROGRAMDATA%\ASGVIS\Licensing set VRAY_AUTH_CLIENT_FILE_PATH=%license_folder% set VRAY_AUTH_SERVER_FILE_PATH=%license_folder% @ECHO ON "%LICENSE_FOLDER%\vrlserver2.exe"