ccrma / miniAudicle

miniAudicle: integrated development + performance environment for the ChucK programming language
https://chuck.stanford.edu/
GNU General Public License v2.0
65 stars 9 forks source link

MiniAudicle can't load Chugins on linux #46

Open nshaheed opened 2 years ago

nshaheed commented 2 years ago

I'm trying to run miniAudicle 1.3.5.2 on fedora 30, miniAudicle runs fine and the chugins can be loaded fine with the command line tool, however when I start the VM I get one of two errors for each chugin:

[chuck]:(3:SEVERE):  |  |  | loading chugin 'Perlin.chug'
[chuck]:(3:SEVERE):  |  |  | error loading chugin 'Perlin.chug', skipping
[chuck]:(3:SEVERE):  |  |  | loading chugin 'Wavetable.chug'
[chuck]:(3:SEVERE):  |  |  | error loading chugin 'Wavetable.chug', skipping
[chuck]:(3:SEVERE):  |  |  | error from chuck_dl: 'DL version not supported: 8.0 in '/usr/local/lib/chuck/Wavetable.chug''

Potentially the issue is that miniAudicle is using an older version of chuck?

gewang commented 1 year ago

is this still an issue with 1.5?