Re: any developers on the list?
Todd Zullinger <[email protected]> Thu, 4 Jan 2007 13:35:16 -0500
| Newsgroups | gmane.comp.multimedia.grip.user |
|---|---|
| Message-ID | <[email protected]> |
jackc wrote:
> so, my failure is still in rip.c, anyone know what
> ginfo->mp3file[cpu] contains?
>
> MakeDirs(ginfo->mp3file[cpu]);
> if(!CanWrite(ginfo->mp3file[cpu])) {
> DisplayMsg(_("No write access to write encoded file"));
> return FALSE;
> }
(I'm not a developer and I don't play one on TV.)
AFAICT, the cpu part just allows grip to keep track of the encoded
tracks when you have more than one processor doing the encoding.
What is your encode file format set to? What are the permissions on
all of the parts of the path that would be created by that format?
If you want to see the full patch that grip is trying to create you
could add a printf in there. Something like this might do it:
MakeDirs(ginfo->mp3file[cpu]);
if(!CanWrite(ginfo->mp3file[cpu])) {
printf("Error writing path: %s\n", ginfo->mp3file[cpu])
DisplayMsg(_("No write access to write encoded file"));
return FALSE;
}
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
======================================================================
You can make it illegal, but you can't make it unpopular.
-- Anonymous
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Grip-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/grip-users
signature.asc
(application/pgp-signature, 542 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQFDBAEBAgAtBQJFnUjkJhhodHRwOi8vd3d3LnBvYm94LmNvbS9+dG16L3BncC90 bXouYXNjAAoJEEMlk4u+rwzj2AwH/2/nMgWBUtPje3zvoTWhMLMAhsKYfxstuomj PE3QVRCAZ6SxEyYk3mu6tGzXh6XGCbkKjnZx9D2ZNzbLg0cnTg7990FBDysmRN8s Ax0X9NwOL4NmnNbQVbyhYCs/Ab/k11G14ip1B3dN8wkFW/n5L13j5IRLiI5Er+pJ /cjf9txa60FNpXFGVr1j0anXQAIhmsDnlej1+RlfIJAmGsvqHdF3uj0FSn0BuFJe BRBJ2EVaUkzpStRbiL6k7o76sAjgedD3ygM9AslCqSwE2NXeecClCTVEmBLsK1Zz 9GthdlskXyfJcCfeIpbHz1k2Pz97k1IxOCYCnqiEf1pVV5uHYb0= =sVZh -----END PGP SIGNATURE-----