Hi,
I'm trying to use 1.0.6 stable version of the software but on my system (Win7/64 with Java8) when I start the program nothing happens, I can't see any window but I see the axoloti32 process in the task manager.
If I install the 1.0.8 version of the app and the runtime, the program works fine in most cases but it seems I've lost compatibility with some libraries, for example when opening demos/youtube/radioactive I get these compilation error:
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.h -c C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp -o C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.o
! C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.h.gch
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp: In member function 'void rootc::instancestringvoice__1::voice::instancemix21::Init(rootc::instancestringvoice__1::voice*)':
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2286:15: error: 'PARAM_INDEX_mix21_gain1' was not declared in this scope
parent->PExch[PARAM_INDEX_mix21_gain1].pfunction = pfun_unsigned_clamp;
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2289:15: error: 'PARAM_INDEX_mix21_gain2' was not declared in this scope
parent->PExch[PARAM_INDEX_mix21_gain2].pfunction = pfun_unsigned_clamp;
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2292:15: error: 'PARAM_INDEX_mix21_gain3' was not declared in this scope
parent->PExch[PARAM_INDEX_mix21_gain3].pfunction = pfun_unsigned_clamp;
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp: In member function 'void rootc::instancestringvoice__1::voice::instance_star_c1::Init(rootc::instancestringvoice__1::voice*)':
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2323:15: error: 'PARAM_INDEX__star_c1_amp' was not declared in this scope
parent->PExch[PARAM_INDEX__star_c1_amp].pfunction = pfun_unsigned_clamp_fullrange;
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp: In member function 'void rootc::instancestringvoice__1::voice::dsp()':
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2486:66: error: 'PARAM_INDEX_mix21_gain1' was not declared in this scope
instancemix21_i.dsp(zerobuffer, net2, net3, net4, net29, PExch[PARAM_INDEX_mix21_gain1].finalvalue, PExch[PARAM_INDEX_mix21_gain2].finalvalue, PExch[PARAM_INDEX_mix21_gain3].finalvalue);
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2486:109: error: 'PARAM_INDEX_mix21_gain2' was not declared in this scope
instancemix21_i.dsp(zerobuffer, net2, net3, net4, net29, PExch[PARAM_INDEX_mix21_gain1].finalvalue, PExch[PARAM_INDEX_mix21_gain2].finalvalue, PExch[PARAM_INDEX_mix21_gain3].finalvalue);
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2486:152: error: 'PARAM_INDEX_mix21_gain3' was not declared in this scope
instancemix21_i.dsp(zerobuffer, net2, net3, net4, net29, PExch[PARAM_INDEX_mix21_gain1].finalvalue, PExch[PARAM_INDEX_mix21_gain2].finalvalue, PExch[PARAM_INDEX_mix21_gain3].finalvalue);
^
C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.cpp:2487:45: error: 'PARAM_INDEX__star_c1_amp' was not declared in this scope
instance_star_c1_i.dsp(net0, net30, PExch[PARAM_INDEX__star_c1_amp].finalvalue);
^
make: *** [C:\Users\MAXFAR~1\DOCUME~1\axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 1
Compiling patch failed ( \Users\maxfarnea\Documents\axoloti\axoloti-factory\patches\demos\sequencing\radioactive.axp )
I would like to stay on the old and stable version but it doesn't open
Any ideas?
Thanks
MaxFarnea