Re: Problems with the installation of New Vray - missing toolbars
no, this hasn't been resolved yet, we are still investigating the issue.
no, this hasn't been resolved yet, we are still investigating the issue.
IMPORTANT Chaos License Server update January 28th 2025.
If you have not yet updated your License Server to version 6.1 or above and are unable to access your license please follow these simple instructions HERE.# This function should only be called on Windows - this path won't exist on Mac def getWindowsASGVISFolder() # On Vista we use ProgramData return "#{ENV['ProgramData']}/ASGVIS" if ENV["ProgramData"] != nil return "#{ENV['ALLUSERSPROFILE']}/Application Data/ASGVIS" end
# This function should only be called on Windows - this path won't exist on Mac def getWindowsASGVISFolder() # On Vista we use ProgramData return "#{ENV['ProgramData']}/ASGVIS" if ENV["ProgramData"] != nil return "#{ENV['ALLUSERSPROFILE']}/Datos de Programa/ASGVIS" end
return "#{ENV['ALLUSERSPROFILE']}/Application Data/ASGVIS"
return "#{ENV['ALLUSERSPROFILE']}/Anwendungsdaten/ASGVIS"
return "#{ENV['ALLUSERSPROFILE']}/Datos de programa/ASGVIS"
Comment