We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Hip, the console output is full with the error below.
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value #0 State.setState (package:flutter/src/widgets/framework.dart:1108) #1 _ControlScreenState.initState.<anonymous closure> (package:rcmnode/controlnodescreen.dart:36) #2 _rootRunUnary (dart:async/zone.dart:1436) #3 _CustomZone.runUnary (dart:async/zone.dart:1335) #4 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1244) #5 _CustomZone.bindUnaryCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1281) #6 _rootRunUnary (dart:async/zone.dart:1444) #7 _CustomZone.runUnary (dart:async/zone.dart:1335) #8 _CustomZone.bindUnaryCallback.<anonymous closure> (dart:async/zone.dart:1265) #9 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:395) #10 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:426) #11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:184)
The text was updated successfully, but these errors were encountered:
Hmm, thanks... with will be the Art-Net TC listener probably receiving while the display is being drawn, should be able to catch this.
Sorry, something went wrong.
Sort of fix issue #3 (i think)
98606f0
Fix stupid bug where all UDP messages were broadcast, now unicast OSC initial.
Think I have fixed this in 98606f0
I'll do some more work, and make a new MacOS build later tonight for you after some more UI stuff i'm working on. Cheers
New build for MacOS is available at https://github.com/hippyau/rnc/releases/tag/MacOS
hippyau
No branches or pull requests
Hi Hip, the console output is full with the error below.
The text was updated successfully, but these errors were encountered: