f3d icon indicating copy to clipboard operation
f3d copied to clipboard

trigger_* methods should be protected against missing an UI context

Open mwestphal opened this issue 1 month ago • 3 comments

Describe the bug many trigger_* methods segfault if render() has not been called beforehand, lets fix that

To Reproduce Steps to reproduce the behavior:

  1. In library/testing/TestSDKTriggerInteractions.cxx comment out engine.getWindow().render();
  2. build
  3. run ctest -R TestSDKTriggerInteractions
  4. Segfault

Expected behavior No segfault but an error

mwestphal avatar Nov 24 '25 07:11 mwestphal

Hi @mwestphal , I'd like to work on this issue.

Samarthi avatar Nov 30 '25 11:11 Samarthi

Hi @Samarthi , need any help moving forward ? :)

mwestphal avatar Dec 06 '25 08:12 mwestphal

Hi @mwestphal , still working on the fix. Been progressing slowly.

Samarthi avatar Dec 06 '25 11:12 Samarthi