Re: pwgl-users: Audio Setup Error in Vista
> # When I choose "Audio/MIDI Setup..." under "PWGL" menu I get the
> following error:
>
> Error: External format :ASCII got error reading #<Pointer to type
> (:UNSIGNED :CHAR) = #x044DFED8> at position 15: Non-ASCII code 254.
>
> # I am using Windows Vista.
> # Can you give me some instruction how to solve this problem.
Hi Uğur,
This problem is caused by Lispworks FLI string routines throwing an
exception when they encounter extended characters (outside US-ASCII).
The case in point is probably an audio device driver with a localized
name having some extended characters.
I've encountered this problem before with a Finnish localized driver
(Bluetooth-ääni). I could patch the synth to remove non-ASCII
characters from the strings it passes to the core PWGL component, but
I think a cleaner solution must be possible. Mikael? Mika?
Regards,
Vesa