Hi, I have attempted to play the following .csd file (in version 5.07) and after a couple of seconds it always segfaults on me. The same buffer and MIDI settings are fine on other instruments I have designed, but for some reason, this soundfont instrument gives me trouble. here is a link to the .csd file: http://www.akjmusic.com/horn.csd here is the soundfont used in the instrument itself: http://www.akjmusic.com/horn.sf2 You will have to change the filepath in the .csd to where you are putting the font on your system if you want to recreate this bug. This is the console message: Localisation of messages is disabled, using default language. WARNING: '/usr/local/csound/libcsound64.so' is not a Csound plugin library PortMIDI real time MIDI plugin for Csound WARNING: '/usr/local/csound/libcsnd.so' is not a Csound plugin library virtual_keyboard real time MIDI plugin for Csound WARNING: could not open library '/usr/local/csound/librtpa.so' (/usr/local/csound/librtpa.so: undefined symbol: Pa_GetVersionText) 0dBFS level = 32768.0 Csound version 5.06 (float samples) Jun 5 2007 libsndfile-1.0.17 UnifiedCSD: horn.csd STARTING FILE Creating options Creating orchestra Creating score orchname: /tmp/file53mzri.orc scorename: /tmp/filei3vZFq.sco rtmidi: PortMIDI module enabled rtaudio: ALSA module enabled Error: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. orch compiler: 12 lines read instr 1 sorting score ... ... done Csound version 5.06 (float samples) Jun 5 2007 midi channel 1 using instr 1 midi channel 2 using instr 1 midi channel 3 using instr 1 midi channel 4 using instr 1 midi channel 5 using instr 1 midi channel 6 using instr 1 midi channel 7 using instr 1 midi channel 8 using instr 1 midi channel 9 using instr 1 midi channel 10 using instr 1 midi channel 11 using instr 1 midi channel 12 using instr 1 midi channel 13 using instr 1 midi channel 14 using instr 1 midi channel 15 using instr 1 midi channel 16 using instr 1 displays suppressed 0dBFS level = 32768.0 The available MIDI in devices are: 0: VirMIDI 1-0 (ALSA) 1: VirMIDI 1-1 (ALSA) 2: VirMIDI 1-2 (ALSA) 3: VirMIDI 1-3 (ALSA) PortMIDI: selected input device 0: 'VirMIDI 1-0' (ALSA) orch now loaded audio buffered in 64 sample-frame blocks writing 256-byte blks of shorts to dac SECTION 1: Csound tidy up: Segmentation fault inactive allocs returned to freespace end of score. overall amps: 6062.9 6834.2 overall samples out of range: 0 0 0 errors in performance 6835 256-byte soundblks of shorts written to dac Pt_Stop called Segmentation fault Any idea what's happening here?