Jump to content

VRAYprocedural error.mantra: Cannot allocate procedural 'demobox&#


Recommended Posts

I am trying to run the demoBox example.

I compiled with hcustom read in the FAQ to set the path in VRAYprocedural file and checked procedurals with mantra -V4 but cant make it work.

Any ideas (i am on windows 32)?

Error is

mantra: Cannot allocate procedural 'demobox' on object /obj/tube_object1

EDIT: got it working never mind

Edited by katisss
Link to comment
Share on other sites

In VRAYprocedural

#if $HOUDINI_OS == "Windows"

#define DSO_FILE(filename) mantra/filename.dll

#else

#define DSO_FILE(filename) mantra/filename.so

#endif

$HOUDINI_OS seem to have been undefined,

so didnt work on windows. Nice web site :)

Edited by katisss
Link to comment
Share on other sites

  • 1 month later...

Hm, i compiled my VRAY_Pocedural that works nicely on windows for linux and

it doesnt show up on linux. Same problem with hdk example stuff.

I tried both hcustom and manual build.

Is there anything special about mantra stuff?

Edited by katisss
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...