Joachim Paul

JoachimPaul

About Me

専門知識
Technical Director
INDUSTRY
Film/TV

Connect

LOCATION
Germany
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Renderman 23.2 and Ubuntu 19 2020年5月22日16:17

Daryl Dunlap
Nope, I asked in every Social Corner I could - no one knew how to get it to work.

it was solved in some social corners like discord.
For me it was enough to make a symbolic link
sudo locate libcrypto.so.1.0.0
sudo locate libssl.so.1.0.0
sudo ln -s /opt/hfs17.5/dsolib/libcrypto.so.1.0.0 /opt/pixar/RenderMan-Installer-ncr-22.6/lib/3rdparty/Qt-5.6.1/lib/libcrypto.so
sudo ln -s /opt/hfs17.5/dsolib/libssl.so.1.0.0 /opt/pixar/RenderMan-Installer-ncr-22.6/lib/3rdparty/Qt-5.6.1/lib/libssl.so

Alice Vision error 2019年5月6日15:10

should be
ALICEVISION_PATH = "C:\AliceVision-2.1.0"

Alice Vision error 2019年4月24日15:42

SOLVED!!

always check and double check the naming if you're running linux.
If the variable is set to Alicevision-2.1.0 and not AliceVision-2.1.0 it can't work.