Re: [OctDev] inputdlg and Psychtoolbox DrawText

2011-07-28 Thread Andrew Cohen
Thank you. I have a posting on the Psychtoolbox forum. No bites yet. An interesting development happened yesterday. I had 2 instances of octave open in 2 different terminals. In one of them, the provided code ran fine, in the other it crashed as reported. Same version of octave. Same versio

Re: [OctDev] inputdlg and Psychtoolbox DrawText

2011-07-27 Thread Philip Nienhuis
Andrew Cohen wrote: > inputdlg from the java package works fine. > Screen('DrawText') from Psychtoolbox (http://psychtoolbox.org) works fine. > > But together... > > The code below hangs and then gives the following error: > > octave: fccache.c:507: FcCacheFini: Assertion `fcCacheChains[i] == > (

[OctDev] inputdlg and Psychtoolbox DrawText

2011-07-27 Thread Andrew Cohen
inputdlg from the java package works fine. Screen('DrawText') from Psychtoolbox (http://psychtoolbox.org) works fine. But together... The code below hangs and then gives the following error: octave: fccache.c:507: FcCacheFini: Assertion `fcCacheChains[i] == ((void *)0)' failed. panic: Aborted