I have a problem using vray app sdk for C++ on centos 7. the install is all good and the license server config is good. I can render using ./vray.bin under the install path of the app sdk. but when I run the examples of the C++ cpp. always throw VRay::InstantiationErr, but I make sure the license is good. please help.
Announcement
Collapse
No announcement yet.
App sdk for C++ issues
Collapse
X
-
Hello
Could you send us the AppSDK build that you use?
- e.g. the filename of your install package with the build date - appsdk-linux_qt5-release-vray_v6.00.21-20221102
- plus the type and version of your AppSDK license
We could also check the actual error message by modifying the 03-save-vfb-image/main.cpp:
Code:try { VRayInit init(NULL, true); //... renderer.vfb.saveImage("03-save-vfb-image.png"); } catch (VRayException &vre) { printf("%s\n", vre.what()); }
-
I have reproduced this type of error, in case the AppSDK license is not installed/available.
The Render Node license alone, should be enough to render with V-Ray standalone, using vray.bin with parameters.
The AppSDK license, though, is a separate one, and it is requested during the creation of VRayRenderer / VRayServer, which are specific to the AppSDK.
Could you check which type of licenses you have available on your system?
https://docs.chaos.com/display/LIC5/License+Setup
1 Photo
Comment
-
yes I find I only have V-ray standalone license. so how I can install app sdk license, I didn't find a install instruction of license for app sdk. can you give me a site for this. thanks very much. or tell me what I should do to have a install of a app sdk license.Last edited by keqing_gao; 15-11-2022, 12:55 AM.
Comment
-
-
Sorry about the broken link, probably you have already checked this page- https://docs.chaos.com/display/LIC5/License+Setup
Regarding the AppSDK license, my colleagues advised to fill out this evaluation form, describing briefly your use case, with questions such as - which type of software do you plan to integrate V-Ray into...
https://www.chaos.com/vray/application-sdk#contact
They will contact you over the provided email after a short review of the form.1 PhotoLast edited by plamen.grozev; 15-11-2022, 05:08 AM.
Comment
-
I have fill the form, can you just give me the link, to download the app sdk license. I can't find the download and install page of the app sdk license. why I can download the app sdk but can't install the app sdk license. I search everywhere in chaos home page, can't. found the instruction of install app sdk license page. and the download page of app sdk license.
Comment
-
thank you, I still didn't receive any email yet. I have bought two licenses, it's not for trial. I think it's my right to access to the app sdk. because you have display the app sdk as your product. I don't know why but it doesn't make scene, I can have the access to download and install app sdk but not provide the license and don't give any clue on your web site. hope this can be resolved quickly, I have waste a lot of time on it.
Comment
Comment