View Full Version : mr standalone error
i rendering sequence with mental ray standalone and i see this error after rendering stopped
GAPM 0.2 fatal 091500: interrupted by exception code 0xc0000005 (access violation)
GAPM 0.2 fatal 091500: interrupted by exception code 0xc0000005 (access violation)
what is it and how i solve this poblem
| |
maxwater
07-17-2008, 11:19 AM
hi oslo,
did you ever make it work ? what was the problem ?
hadimoom
07-17-2008, 04:35 PM
i rendering sequence with mental ray standalone and i see this error after rendering stopped
GAPM 0.2 fatal 091500: interrupted by exception code 0xc0000005 (access violation)
GAPM 0.2 fatal 091500: interrupted by exception code 0xc0000005 (access violation)
what is it and how i solve this poblem
i want to know how can i render with mentalray standalone ?what works to do for install mentalray standalone or satelite ?
and how work it.
thanks for help me.
achoury
07-19-2008, 01:33 PM
i want to know how can i render with mentalray standalone ?what works to do for install mentalray standalone or satelite ?
and how work it.
thanks for help me.
Hi
First install mental ray Standalone in the correct way.
add theses variables to your OS
MI_RAY_SERVICE = mayaray356
MI_ROOT = C:\Program Files\Autodesk\MentalRayStandalone3.6.51
SPM_HOST = Name of your machine
Path = ;C:\Program Files\Autodesk\MentalRayStandalone3.6.51\bin
MI_RAY_INCPATH = C:\Program Files\Autodesk\MentalRayStandalone3.6.51\include
MI_LIBRARY_PATH = C:\Program Files\Autodesk\MentalRayStandalone3.6.51\lib
edit your rayrc file
#*****************************************************************************
# Copyright 1986-2002 by mental images GmbH & Co.KG, Fasanenstr. 81, D-10623
# Berlin, Germany. All rights reserved.
#*****************************************************************************
# Evaluated at startup time of the plug-in to fill the mental ray registry.
#*****************************************************************************/
registry "{MAYABASE}" value "C:/Program Files/Autodesk/MentalRayStandalone3.6.51" end registry
registry "{SYSTEM}" value "windows" end registry
registry "{DSO}" value "dll" end registry
$lookup "{MAYABASE}"
$lookup "{SYSTEM}"
$lookup "{DSO}"
registry "{MRMAYA_START}"
link "{MAYABASE}/lib/base.{DSO}"
link "{MAYABASE}/lib/physics.{DSO}"
link "{MAYABASE}/lib/mayabase.{DSO}"
link "{MAYABASE}/lib/architectural.{DSO}"
link "{MAYABASE}/lib/production.{DSO}"
link "{MAYABASE}/lib/contour.{DSO}"
link "{MAYABASE}/lib/subsurface.{DSO}"
link "{MAYABASE}/lib/paint.{DSO}"
link "{MAYABASE}/lib/mi_openexr.{DSO}"
link "{MAYABASE}/lib/mayahair.{DSO}"
link "{MAYABASE}/lib/surfaceSampler.{DSO}"
mi "{MAYABASE}/include/mayabase.mi"
mi "{MAYABASE}/include/base.mi"
mi "{MAYABASE}/include/architectural.mi"
mi "{MAYABASE}/include/production.mi"
mi "{MAYABASE}/include/contour.mi"
mi "{MAYABASE}/include/subsurface.mi"
mi "{MAYABASE}/include/paint.mi"
mi "{MAYABASE}/include/mayahair.mi"
mi "{MAYABASE}/include/physics.mi"
mi "{MAYABASE}/include/surfaceSampler.mi"
end registry
$lookup "{MRMAYA_START}"
You can use puppet Script (http://www.puppet.tfdv.com/download/m2mr_1.0.9.zip)to render directly with Mental Ray Standalone from maya
Hope you have a file in c:\temp called test.mi
to render this file:
ray -v 5 -x on -imgpipe 1 C:/temp/test.mi | imf_disp -
for more info:
ray -h
Hope this help
/Rachid
maxwater
07-20-2008, 06:49 AM
thx alot achoury !
so mentalray standalone does need a correctly edited rayrc file ?
i mean mr4maya recognizes include/libs automatically since version 8.0 ?
correct me if i'm wrong.
if you do a copy/paste from achourys' rayrc above, be sure to remove
the space " " in front of "$lookup" otherwise it can give you some errors.
greets,
maxwater
CGTalk Moderation
07-20-2008, 06:49 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2009, Jelsoft Enterprises Ltd.