f3d
f3d copied to clipboard
trigger_* methods should be protected against missing an UI context
Describe the bug many trigger_* methods segfault if render() has not been called beforehand, lets fix that
To Reproduce Steps to reproduce the behavior:
- In
library/testing/TestSDKTriggerInteractions.cxxcomment outengine.getWindow().render(); - build
- run
ctest -R TestSDKTriggerInteractions - Segfault
Expected behavior No segfault but an error
Hi @mwestphal , I'd like to work on this issue.
Hi @Samarthi , need any help moving forward ? :)
Hi @mwestphal , still working on the fix. Been progressing slowly.