pioneer fails to launch, kills even the terminal launched from
Posted: Wed Jan 02, 2013 3:30 pm
not gonna file a bug, as i'm sure there's more likely something wrong i've done.this has been a problem for me in every version tried (19, 23 and 29, and a couple others i forget), so it's about time i sought help and dedicate myself to getting this working (instead of just watching videos of other people playing).the problem, as the title suggests: pioneer fails to launch, and not only that, but it kills the terminal launched from.ok, just tried again with tee'ing the output, and the terminal didnt close itself this time, and the following line was output:./pioneer: error while loading shared libraries: libGLEW.so.1.5: cannot open shared object file: No such file or directoryindeed. i have 1.7.i'm on crunchbang, using debian sid repo (mainly). should i pin libglew back to 1.5? should i merely symlink?i this a commonly encounterd issue, and i'm google-fu-innept to have not found this so far?-- update.i have it running now.simply needed to:sudo ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so.1.7 /usr/lib/x86_64-linux-gnu/libGLEW.so.1.5 && sudo ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so.1.7.0 /usr/lib/x86_64-linux-gnu/libGLEW.so.1.5.0i'm sure this is not considered an elegant fix by any-means, but it's working so far.