Skip to content

MacOS: 0.4: [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Null check operator used on a null value #3

New issue

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

Open
vanvught opened this issue Sep 28, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@vanvught
Copy link
Contributor

vanvught commented Sep 28, 2021

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)
@hippyau hippyau self-assigned this Sep 29, 2021
@hippyau hippyau added the bug Something isn't working label Sep 29, 2021
@hippyau
Copy link
Owner

hippyau commented Sep 29, 2021

Hmm, thanks... with will be the Art-Net TC listener probably receiving while the display is being drawn, should be able to catch this.

hippyau added a commit that referenced this issue Sep 29, 2021
Fix stupid bug where all UDP messages were broadcast, now unicast
OSC initial.
@hippyau
Copy link
Owner

hippyau commented Sep 29, 2021

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

@hippyau
Copy link
Owner

hippyau commented Sep 29, 2021

New build for MacOS is available at https://github.com/hippyau/rnc/releases/tag/MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants