Esri / cityengine-sdk

CityEngine is a 3D city modeling software for urban design, visual effects, and VR/AR production. With its C++ SDK you can create plugins and standalone apps capable to execute CityEngine CGA procedural modeling rules.
https://esri.github.io/cityengine/cityenginesdk
Apache License 2.0
206 stars 64 forks source link

FileSystemAdaptor unable to handle URI #3

Closed lolabunny closed 10 years ago

lolabunny commented 10 years ago

Hi I've installed the esri-cityengine-sdk-1.0.1209-win64, everything works fine until when i run the prt4cmd.exe. I execute with the following line:

bin\prt4cmd -f CityEngAdvFx -l 3 -p data\candler.02.rpk -a ruleFile:string=bin\candler.01.cgb -a startRule:string=Default$Lot -e com.esri.prt.codecs.OBJEncoder -z baseName:string=myhouse -g data\candler_lot.obj

and i get this:

[24-Mar-24 12:09:31.959561] [error] FileSystemAdaptor::createStream() : unable to handle URI = 'bin/candler.01.cgb' [24-Mar-24 12:09:31.966562] [error] FileSystemAdaptor::createStream() : unable to handle URI = 'bin/candler.01.cgb' [24-Mar-24 12:09:31.973562] [error] FileSystemAdaptor::createStream() : unable to handle URI = 'bin/candler.01.cgb'

But before, when I do the cmake , I obtain a warning like this:

Did I have to ignore that warning? because I did :( Help me, what i'm doing wrong.

regards

lolabunny commented 10 years ago

sorry , this is the warning: warning nmake install prt4cmd

liukaisd commented 10 years ago

I got the same problem. Did you have solved it?

mistafunk commented 10 years ago

you can try to run prt4cmd with -l 1 (debug log level) and look at the output of prt4cmd.cpp line 170, it should print the rule package path. maybe this path is wrong.