Forum: Poser - OFFICIAL


Subject: Poser 11.2 Problem Saving CR2

ribroast opened this issue on Sep 29, 2019 ยท 10 posts


ribroast posted Mon, 30 September 2019 at 10:36 AM

an0malaus posted at 10:30AM Mon, 30 September 2019 - #4364738

It looks like you have a mixed set of path separators there. Is the server mount point LD2? That part's fine, but the rest of the path has mac style colon separators. The two cannot be mixed. Either all colons or use whichever separator the OS has as default. '/' for macOS/linux and '' for Windows (with ':' only valid following a drive letter).

You mentioned you edited the CR2 to fix a broken pmd reference. I'd suggest trying to remove the mount point from the path and have it be Runtime relative. That way, it's up to Poser's library to resolve which Runtime it will look in for the files and the files themselves don't have to refer to specific drive letters or server mount points.

I forgot to mention in regards to the PMD path. My CR2 did not have a PMD attached to it initially. That part was added automatically by Poser when I saved the figure. Since I ended up saving it on my D drive in the Default Poser Download folder, it used that path. I want to copy it to my real runtime folder, so the path gets broken. The path's for the .OBJ and the textures remained as I intended. Thanks.