-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Shows "Null access _.cameras" when using Haxe-UI 1.7 with Haxe 4.3.4 and moving the mouse. #601
Comments
haxe you tried git heaps, im pretty sure the haxelib version is severly out of date. Might make sense to use git haxeui-core / haxeui-heaps also... If that fails, can you zip up a reproducible example and ill take a look this end. Cheers, |
oh, hang on, just re-read, you are saying this was fine with 1.6? Can you provide a test project? |
@ianharrigan First: Thanks for getting on this so quick :)
Yes I tried latest version of
I'll try and get a test project up some time today/tomorrow, but I did get the same results just by creating a quick |
@ianharrigan Test UI: |
CTD's when moving the mouse. Compiling and running completes with no detected issues. Same issue happens when debugging. Produces following error:
**"Null access _.cameras"**
Libraries used:
-
haxe => 4.3.4
haxeui-core => 1.7
haxeui-heaps => 1.7
Expected Behavior
Should not crash when moving the mouse or debugging and moving mouse. Works as expected with version
haxeui-core 1.6
&haxeui-heaps 1.6
Current Behavior
Moving the mouse causes the following error output
Steps to Reproduce (for bugs)
I was able to reproduce on a fresh setup of Haxe-UI using backend for heaps. I'm unable to click the mouse button as any movement CTD's.
Your Environment
Hope someone can help figure this out, its driving me a bit crazy lol.
The text was updated successfully, but these errors were encountered: