I also have a problem with trying t ofind my RIB file. I've installed Pixie (Windows 7). PIXIEHOME is on C: and the RIB file is on E:. I have built a BAT file to invoke rndr, but rndr tries to split off the "E:" from the rest of the RIB filepath. How can I get more info on what I'm doing wrong? I've tried using CD to get into the RIB file directory, then invoking Pixie with C:…\rndr.exe ribfile.rib But that isn't working either. I also tried putting the RIB file in the same folder as rndr.exe.
Regards,
DJ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried that but, in Windows 7 (or maybe something in my configuration or security settings) nothing happens. No errors, no windows open. It reaches the pause with no visible action.
Here's a copy of my BAT file:
rem the rib files are on the E: drive
E:
CD \DJs Documents\Graphics saves\breeze\
"C:\Program Files (x86)\Pixie\bin\rndr.exe" "DJ-NCC1A.RIB"
pause
C:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I try the renderer at the first time and dont get work.
I typed following string in the command window:
rndr color.rib
the color.rib file is located straight under the installation folder Pixie.
I tried it also to type the hole fix path to that rib file.
same error message:
Failed to find "color.rib"
You are under Windows, Mac or Linux?
The path contain spaces? or special characters?
Regards,
Eibriel
I also have a problem with trying t ofind my RIB file. I've installed Pixie (Windows 7). PIXIEHOME is on C: and the RIB file is on E:. I have built a BAT file to invoke rndr, but rndr tries to split off the "E:" from the rest of the RIB filepath. How can I get more info on what I'm doing wrong? I've tried using CD to get into the RIB file directory, then invoking Pixie with C:…\rndr.exe ribfile.rib But that isn't working either. I also tried putting the RIB file in the same folder as rndr.exe.
Regards,
DJ
I've recently the same error.
I solve it pointing the terminal (command) to the .rib folder. example:
Regards,
Eibriel
I tried that but, in Windows 7 (or maybe something in my configuration or security settings) nothing happens. No errors, no windows open. It reaches the pause with no visible action.
Here's a copy of my BAT file:
rem the rib files are on the E: drive
E:
CD \DJs Documents\Graphics saves\breeze\
"C:\Program Files (x86)\Pixie\bin\rndr.exe" "DJ-NCC1A.RIB"
pause
C: