V-Ray not rendering - check ruby console for errors
-
Hi,
I just downloaded V-ray and keep getting an error message when I try and Render. It tells me to check the ruby console for errors and I see this:
"==== V-Ray for SketchUp =====
undefined method/' for nil:NilClass + ["C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:127:in
push_vert'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2868:inblock in process_polymesh'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2867:in
each'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2867:inprocess_polymesh'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2814:in
process_face'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2397:inblock in process_entities'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2397:in
each'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2397:ingrep'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2397:in
process_entities'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2541:inprocess_compdef'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2480:in
block in process_compdefs'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2478:ineach'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2478:in
process_compdefs'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:2053:inprocess_doc'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:1976:in
start_render'", "C:/ProgramData/ASGVIS/VfS/Ruby/R2PCallbacks.rb:538:instart_render_cb'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:1931:in
direct_send'", "C:/ProgramData/ASGVIS/VfS/Ruby/VfSExport.rb:1931:inrender'", "C:/ProgramData/ASGVIS/VfS/Ruby/R2P.rb:1470:in
launch_vray_render'", "C:/ProgramData/ASGVIS/VfS/Ruby/R2PToolbar.rb:30:inblock in <module:VRayForSketchUp>'", "SketchUp:1:in
call'"]Scene fully processed in 0.042 seconds
-----"Any ideas? Could this be another plugin clashing with Vfs? The same error happens for cleanup 3.
-
V-ray support guys might have seen this post, but for certainty I suggest you also get in touch with their support directly, and pass on the error-message and the SKP.
The error-message is quite clear what is failing in the .rb file - even gives the line numbers !
This kind of error could be trapped with a simplebegin;...do_code..;rescue;...do_something_else...;end
block of code... -
Oh I'm using sketchup 2015 on windows.
Advertisement