Psychtoolbox Error

Hi,

Just wondering if anybody has come across this error. It occured when using the DrawFormattedText function. It had been working perfectly when given english characters but crashed and produced this error when givien an irish character.

Here is the sentence that was processed character by character.

Sentence:Tháinig na heolaithe suas le siuiihranm shimplí a

Error

INTERNAL PSYCHTOOLBOX ERROR
error: PsychError_internal
general description: Unspecified error, probably a Psychtoolbox bug
specific description: mxGetString failed to get the string
module name: Screen
subfunction call: DrawText
file name: Common\Base\PsychScriptingGlue.c
function name: UNKNOWN
line number: 2418


It crashed when it reached the first 'i' in the sentence. Does anybody have an idea about what could be going wrong?

Patrick