Closed RFCOSOCIETY closed 1 year ago
Could you try with the plugin artifacts from this run https://github.com/DolbyIO/comms-sdk-unreal/actions/runs/6419970047.
If it does not work can you set a break point the Handle(const screen_share_error&) function and provide the stack values of in error structure?
Ok I can confirm this issue is fixed here: https://github.com/DolbyIO/comms-sdk-unreal/pull/419 so the latest artifacts in github actions artifacts have the fix. The problem was that Unreal was trying to log an enum class as string which would just crash.
Fixed in latest main. Release coming soon
Describe the bug
The application crashes whenever a shared window is closed.
Expected Behavior
To not crash.
Minimalistic code (recommended)
No code needed as the crash happens here:
Specifications