osc-clj icon indicating copy to clipboard operation
osc-clj copied to clipboard

Starting a connection crashes JVM

Open diegovdc opened this issue 7 years ago • 1 comments

I am trying to follow the Quick Start from a REPL, but it crashes the JVM

My project looks like this:

(defproject osctest "0.1.0-SNAPSHOT"
  :dependencies [[org.clojure/clojure "1.3.0"]
                 [overtone/osc-clj "0.7.1"]])

I have tried with several different versions of Clojure.

I am using java 1.8.0_121

diegovdc avatar Jan 19 '18 18:01 diegovdc

Just solved it updating to [overtone/osc-clj "0.7.1"]

diegovdc avatar Jan 19 '18 18:01 diegovdc