keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
475 stars 66 forks source link

NullReferenceException: Object reference not set to an instance of an object OscJack.OscEventReceiver.Update #36

Closed Gildas310 closed 2 years ago

Gildas310 commented 2 years ago

Hello Keijiro,

I receive this error:

NullReferenceException: Object reference not set to an instance of an object OscJack.OscEventReceiver.Update () (at Library/PackageCache/jp.keijiro.osc-jack@2.0.0/Runtime/Unity/OscEventReceiver.cs:206)

NullReferenceException: Object reference not set to an instance of an object OscJack.OscEventReceiver.Update () (at Library/PackageCache/jp.keijiro.osc-jack@2.0.0/Runtime/Unity/OscEventReceiver.cs:211)

Can you help to solve it ?

Thank you

keijiro commented 2 years ago

Could you provide a minimal project that reproduces the issue?

Gildas310 commented 2 years ago

I have just changed the port number and it's working.

Sorry for the inconvenience

Thank you