Originally posted by doppelgaengerdigital
View Post
Announcement
Collapse
No announcement yet.
2022 nightly issues thread
Collapse
X
-
-
Originally posted by TheScope View PostI get this Qt warning when I try to open the V-Ray framebuffer.
I don't think I can update the Qt version used by Maya or can I?
Comment
-
Can you get me the V-Ray version from the V-Ray menu > about (it's also printed in the output window where it says initializing vray).
Can you also get me the Maya version?
Can you check if you have other Maya versions installed?
Can you get me the contents of the PATH variable?
You can do this from a windows command prompt by just typingCode:set PATH
If you're more comfortable, you can use the windows environment variable editor (start menu > search for environment)
Comment
-
Originally posted by yolov View PostCan you get me the V-Ray version from the V-Ray menu > about (it's also printed in the output window where it says initializing vray).
(v5.10.20, revision 30800 from May 26 2021)
Originally posted by yolov View PostCan you also get me the Maya version?
Originally posted by yolov View PostCan you check if you have other Maya versions installed?
Originally posted by yolov View PostCan you get me the contents of the PATH variable?
C:/Program Files/Autodesk/Maya2020/plug-ins/ATF/ATF
C:/Program Files/Autodesk/Maya2020/plug-ins/ATF/ATF/alias
C:/Program Files/Autodesk/Maya2020/bin/Cg
C:/Program Files/Autodesk/Maya2020/bin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin/hostbin
C:/Program Files/Autodesk/Bifrost/Maya2020/2.2.1.0/bifrost/bin
C:/Program Files/Autodesk/Maya2020/plug-ins/MASH/bin
Z:/MayaPype/2020/Modules/mayausd/MayaUSD/lib
Z:/MayaPype/2020/Modules/mayausd/USD/bin
Z:/pipeline/MayaPype/2020/Modules/mayausd/USD/lib
C:/Program Files/Allegorithmic/Substance in Maya/2020/lib
C:/Program Files/Autodesk/Bifrost/Maya2020/2.2.1.0/vnn/bin
C:/Program Files/Autodesk/Maya2020/plug-ins/xgen/bin
Comment
-
looks like i get an xGen issue. But there is no xgen in this scene. just a sphere.
// Error: file: C:/Program Files/Autodesk/Maya2022/scripts/others/pluginWin.mel line 316: ImportError: file C:\Program Files\Autodesk\Maya2022\vray\scripts\vray\plugin.p y line 9: Module use of python37.dll conflicts with this version of Python. //
// Warning: file: C:/Program Files/Autodesk/Maya2022/scripts/others/pluginWin.mel line 316: Failed to run file: C:/Program Files/Autodesk/Maya2022/vray/plug-ins/xgenVRay.py //https://linktr.ee/cg_oglu
Ryzen 5950, Geforce 3060, 128GB ram
Comment
-
Updated driver to 462.59 no crashes so far.https://linktr.ee/cg_oglu
Ryzen 5950, Geforce 3060, 128GB ram
Comment
-
Originally posted by TheScope View PostV-Ray 5 for Maya, update 1
(v5.10.20, revision 30800 from May 26 2021)
2020.4
I have 2019, 2020 and 2022 installed.
C:/Program Files/Autodesk/Maya2020/Python/lib/site-packages/PySide2
C:/Program Files/Autodesk/Maya2020/plug-ins/ATF/ATF
C:/Program Files/Autodesk/Maya2020/plug-ins/ATF/ATF/alias
C:/Program Files/Autodesk/Maya2020/bin/Cg
C:/Program Files/Autodesk/Maya2020/bin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin/hostbin
C:/Program Files/Autodesk/Bifrost/Maya2020/2.2.1.0/bifrost/bin
C:/Program Files/Autodesk/Maya2020/plug-ins/MASH/bin
Z:/MayaPype/2020/Modules/mayausd/MayaUSD/lib
Z:/MayaPype/2020/Modules/mayausd/USD/bin
Z:/pipeline/MayaPype/2020/Modules/mayausd/USD/lib
C:/Program Files/Allegorithmic/Substance in Maya/2020/lib
C:/Program Files/Autodesk/Bifrost/Maya2020/2.2.1.0/vnn/bin
C:/Program Files/Autodesk/Maya2020/plug-ins/xgen/bin
Can you try and change the order of Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin/hostbin and Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin? bin/hostbin must be set before bin/
Here's the correct order:
C:/Program Files/Autodesk/Maya2020/bin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin/hostbin
Z:/Vray/vray_adv_51020_maya2020_x64/maya_vray/bin
C:/Program Files/Autodesk/Bifrost/Maya2020/2.2.1.0/bifrost/bin
Let me know if that helps
- Likes 1
Comment
-
Originally posted by oglu View PostLatest version doesnt work for me. Does crash after some seconds of rendering.
I use Maya2022 in Python 2 mode.
In the meantime - is there any particular reason you need to run 2022 with python 2? AFAIK 2022 only supports python 2 with an env variable for legacy compatibility, but by default uses python 3.Last edited by yolov; 02-06-2021, 01:13 AM.
- Likes 1
Comment
-
Rigging tools and inhouse pipeline is still on Python2.https://linktr.ee/cg_oglu
Ryzen 5950, Geforce 3060, 128GB ram
Comment
-
V-Ray is built for 2022 with only Python 3 support, that's why it's failing for you. Initially, Maya 2022 was supposed to ship with Python 3 only, but now there's this legacy option with the environment variable.
For now this won't work.
However, I've discussed it with the devs and we can try and make it work for Python 2, but there will be limitations:
1. XGen won't work
2. The V-Ray Post-Translate Python callback won't work.
Are you OK with those limitations?Last edited by yolov; 02-06-2021, 05:43 AM.
Comment
Comment