∫ make
mkdir -p builds/
mkdir -p MusicBeam/application.macosx/MusicBeam.app/Contents/Resources/
mkdir -p MusicBeam/application.windows32/
echo > builds/LATEST
cp MusicBeam/sketch.icns MusicBeam/application.macosx/MusicBeam.app/Contents/Resources/sketch.icns
defaults write MusicBeam/application.macosx/MusicBeam.app/Contents/Info.plist LSUIPresentationMode -int 4
(cd MusicBeam/application.macosx/ && zip -rq ../../builds/MusicBeam-v-macosx.zip *)
zip -q builds/MusicBeam-v-macosx.zip LICENSE README.md
(cd MusicBeam/application.windows32/ && zip -rq ../../builds/MusicBeam-v-windows32.zip *)
zip error: Nothing to do! (try: zip -rq ../../builds/MusicBeam-v-windows32.zip . -i )
make: ** [release] Error 12
Hi, I have MusicBeam on my archlinux and a few months ago everything was fine but when I started it today it just shows a grey window and the log shows an exception (same exception as below but no Errors before that).
I tried downgrading Java to 1.8.65 (jre8-openjdk-8.u65-1 and same jre and jre-headless) but afterwards I get the same behaviour and the following log output when starting the program:
==== JavaSound Minim Error ====
==== Unable to return a TargetDataLine: unsupported format - PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
=== Minim Error ===
=== Minim.getLineIn: attempt failed, could not secure an AudioInput.
Exception in thread "Animation Thread" java.lang.NullPointerException
at MusicBeam.setup(MusicBeam.java:80)
at processing.core.PApplet.handleDraw(PApplet.java:2374)
at processing.awt.PSurfaceAWT$12.callDraw(PSurfaceAWT.java:1527)
at processing.core.PSurfaceNone$AnimationThread.run(PSurfaceNone.java:316)