4.21.0.5 - warnings in log - what do they tell me ?

Get warnings in the log and wonder what they tell me?

Example of one warning type - there are a lot of this in the log:

2022-10-14 09:56:18.102 Iray [INFO] - MDLC:COMPILER ::   1.0   MDLC   comp info : Loading module "::daz_3d::pbr_skin" from "C:\Program Files\DAZ 3D\DAZStudio4 Public Build\shaders\iray\daz_3d\pbr_skin.mdl".
2022-10-14 09:56:24.571 [WARNING] :: ..\..\..\..\..\src\pluginsource\DzIrayRender\dzneuraymgr.cpp(369): Iray [WARNING] - MDLC:COMPILER ::   1.0   MDLC   comp warn : C:\Program Files\DAZ 3D\DAZStudio4 Public Build\shaders\iray\daz_3d\volume.mdl(17,7): C302 conversion from 'float' to 'color' must be explicit

 

Another type - a lot of them in the log - I think for anything loaded there is one entry:

2022-10-14 09:56:30.654 [WARNING] :: ..\..\..\..\..\src\sdksource\fileinput\dzassetdaz.cpp(6969): Formula target property not found: Genesis8Female:/data/DAZ%203D/Genesis%208/Female/Morphs/DAZ%203D/Victoria%208/FHMVictoria8.dsf#FHMVictoria8?value - in file: /data/DAZ%203D/Genesis%208/Female/Morphs/Zev0/Expression%20Smoother/EV8%20Pain%20Smoother.dsf#EV8%20Pain%20Smoother
2022-10-14 09:56:30.655 [WARNING] :: ..\..\..\..\..\src\sdksource\fileinput\dzassetdaz.cpp(6969): Formula target property not found: Genesis8Female:/data/DAZ%203D/Genesis%208/Female/Morphs/DAZ%203D/Victoria%208/FHMVictoria8.dsf#FHMVictoria8?value - in file: /data/DAZ%203D/Genesis%208/Female/Morphs/Zev0/Expression%20Smoother/EV8%20Happy%20Smoother.dsf#EV8%20Happy%20Smoother

Comments

  • BejaymacBejaymac Posts: 1,889

    Formula target property not found:

    ^^^^^ Basically that means that a file in product A is trying to create an ERC link with a file in product B, and it either can't find it any where, or it's at a different location.

    In the two samples you've posted, Zev0's product is looking for Victoria 8's head morph, and as that is the correct pathway, file name and asset ID for V8's head morph, that means you either don't own her or don't have her installed.

  • cgidesigncgidesign Posts: 442

    Thank you. Using a test content dir in that example, so some stuff is really not available.

Sign In or Register to comment.