flipswitchingmonkey / houdini_PRTROP

13 stars 5 forks source link

help wanted #1

Closed ghost closed 6 years ago

ghost commented 7 years ago

I can't see in "ropnet" houdini 16.5 prt exporter

flipswitchingmonkey commented 7 years ago

yes, it's a bug :(

the problem is that hcustom is linking the dll to the debug versions of hboost - resulting in also looking for msvcp140d.dll instead of msvcp140.dll (notice the missing "d"). that's the debug version of the msvc runtime library. those are only on your system if you have the ms windows SDK installed.

i'll open a ticket with sidefx to see if there's something I can do to force the release versions instead.

flipswitchingmonkey commented 7 years ago

Check the release section please. I've attached the debug DLLs it is looking for. Those need to be copied to

c:\Program Files\Side Effects Software\Houdini 16.5.268\bin\ 

Hopefully that fixes the issue for the moment...

Hechton commented 7 years ago

thank for files, this is working

flipswitchingmonkey commented 6 years ago

Fixed in latest release. Works with 16.5.238 as well.