bltzr / ofxOscQuery

ofx Addon for OSCQuery support
Other
14 stars 3 forks source link

Crash if ports are in use? #3

Open niklaspollonen opened 4 years ago

niklaspollonen commented 4 years ago

The application crashes is ports are already in use. Is there a way around this?

avilleret commented 4 years ago

They are severals :

niklaspollonen commented 4 years ago

I am already dynamically creating the servers and assigning the ports manually. The problem is that the application crashes because of a bad access in ofxOssiaNode contructor when connection is attempted on a port already in use.

avilleret commented 4 years ago

Could you post a backtrace somewhere so we can better see what's happening ?