Hi, I get a strange error on my new laptop everytime I try to write a .tiff with pix_write. Sometimes GEM writes 2-3 tiff´s, but each time with an error message
ERROR: -50 in GraphicsExportSetOutputFile()
and on the 4. tiff pd is suddenly freezing/crashing.
Sometimes pd crashes on the first attempt to write a tiff. The images that has been written as far as to the crash are on the harddisk.....
Any idea why?
win10 / Pd-extended 0.43.4
Thanks,
Rainer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello Rainer,
Can you provide a patch with this error ? ++
Jack
Le 03/11/2015 05:49, Rainer . a écrit :
Hi, I get a strange error on my new laptop everytime I try to write a .tiff with pix_write. Sometimes GEM writes 2-3 tiff´s, but each time with an error message
ERROR: -50 in GraphicsExportSetOutputFile()
and on the 4. tiff pd is suddenly freezing/crashing.
Sometimes pd crashes on the first attempt to write a tiff. The images that has been written as far as to the crash are on the harddisk.....
Any idea why?
win10 / Pd-extended 0.43.4
Thanks,
Rainer
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Jack,
well the patch is a holy mess I fear. What I can say is that the exact same patch is working fine on my dektop computer/win7.
What I suspect is a problem with the two graphic-cards in my laptop - one Intel HD 4600 and one GeForce GTX 9600M. I´ve dedicated the GeForce to pd in the NVIDIA system control settings....but with no effect.
The problem is that I dont know what GEM tries to tell me with GEM ERROR: -50 ...
Best, Rainer
2015-11-03 4:57 GMT-05:00 Jack jack@rybn.org:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello Rainer,
Can you provide a patch with this error ? ++
Jack
Le 03/11/2015 05:49, Rainer . a écrit :
Hi, I get a strange error on my new laptop everytime I try to write a .tiff with pix_write. Sometimes GEM writes 2-3 tiff´s, but each time with an error message
ERROR: -50 in GraphicsExportSetOutputFile()
and on the 4. tiff pd is suddenly freezing/crashing.
Sometimes pd crashes on the first attempt to write a tiff. The images that has been written as far as to the crash are on the harddisk.....
Any idea why?
win10 / Pd-extended 0.43.4
Thanks,
Rainer
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEcBAEBAgAGBQJWOITpAAoJEOuluecjw8GUrL8H/2jVICftW6llT6lXi9ALfedx crY9bC+BcRqfk9iP9Ie0lWz0JdPQkteFYKcVCd5tiPNszQhFgRKu7/pyrYV77qvZ yIyV1i4Oat56b4LISGypLGjab3+pZyzkajkS3ZQtz/V6tYiL3kx1QV5BFDo3ju6y jQJUI0hYtAfeBsbUufasM8PqNXXBc3P0CF0ls3o7MlABEAc9QCq1qDARyZ8bKPWx DHFAvpFjiOvKes2RrPGV1uZn8z1BNZeMwumd5zDVHaYDgzLbPBb1xWd8SnIX0RxI iXzDlbxqe4i1T9ji0l58lIbgL5CR68+LmJAYTVhYW7G879EfXvfTymuThi0Kz+Q= =B2He -----END PGP SIGNATURE-----
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 11/03/2015 06:04 PM, Rainer . wrote:
What I suspect is a problem with the two graphic-cards in my laptop - one Intel HD 4600 and one GeForce GTX 9600M. I´ve dedicated the GeForce to pd in the NVIDIA system control settings....but with no effect.
more likely it has to do with the QuickTime installation on your system.
The problem is that I dont know what GEM tries to tell me with GEM ERROR: -50 ...
Gem tells you that QuickTime returned an error-code "-50" when calling GraphicsExportSetOutputFile() with your filename. afaik, "-50" means "error in user parameter list" (whatever *that* means).
try raising verbosity (both by adding "-v" to the startup flags and by setting the loglevel in the Pd-window to "all"), and see if it gives you more info.
gfmadsr IOhannes
Thanks for the hint!
It is Quicktime - but the problem is only emerging with tif writing. Jpeg is fine.
I´ve tried Quicktime 7.7.8 and 7.7.6 so far. Two versions same error.
-v does not give me any additional info.
I´ll continue with jpeg...
Cheers, Rainer
2015-11-03 13:32 GMT-05:00 IOhannes m zmölnig zmoelnig@iem.at:
On 11/03/2015 06:04 PM, Rainer . wrote:
What I suspect is a problem with the two graphic-cards in my laptop - one Intel HD 4600 and one GeForce GTX 9600M. I´ve dedicated the GeForce to pd in the NVIDIA system control settings....but with no effect.
more likely it has to do with the QuickTime installation on your system.
The problem is that I dont know what GEM tries to tell me with GEM ERROR: -50 ...
Gem tells you that QuickTime returned an error-code "-50" when calling GraphicsExportSetOutputFile() with your filename. afaik, "-50" means "error in user parameter list" (whatever *that* means).
try raising verbosity (both by adding "-v" to the startup flags and by setting the loglevel in the Pd-window to "all"), and see if it gives you more info.
gfmadsr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list