| | Re: L3Lab for Mac Travis Cobbs
|
| | (...) You're missing a slash at the beginning. --Travis (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
|
| | |
| | | | Re: L3Lab for Mac Tim Courtney
|
| | | | (...) I double checked and I mistyped the error above. The error displays a leading slash, and so does the config file. /Users/Tim/Applicati...ith/LDraw/ is a valid directory. I added a trailing slash after LDraw/ for gits and shiggles, doesn't work (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: L3Lab for Mac Travis Cobbs
|
| | | | (...) You might check the P and PARTS directories. I switched them to lower case in the plist. I didn't try with them upper case, so I don't know if that would have worked or not. I know the error message is complaining about the main LDraw (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |
| | | | | | Re: L3Lab for Mac Lars C. Hassing
|
| | | | (...) Case shouldn't matter on the Mac. I don't check for P and PARTS. The prompt ("LDrawDir '%s' is not a valid directory", Path) comes if (stat(Path, &Stat) == 0 && (Stat.st_mode & S_IFDIR)) fails. So please check again... and remove the trailing (...) (17 years ago, 29-Feb-08, to lugnet.cad.dev.mac)
|
| | | | |