| | Re: L3Lab for Mac
|
| (...) Hmmm .. looks cool. I followed the Readme and substituted my locations, but I get this error: LDrawDir 'Users/Tim/Applicati...ith/LDraw' is not a valid directory. I'm scratching my head, cause it is, and I checked capitalization. -Tim (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
| | | | Re: L3Lab for Mac
|
| (...) You're missing a slash at the beginning. --Travis (17 years ago, 28-Feb-08, to lugnet.cad.dev.mac)
| | | | Re: L3Lab for Mac
|
| (...) 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
|
| (...) 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
|
| (...) 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)
| |