voxeet / comms-sdk-unreal

Dolby.io Virtual Worlds plugin for Unreal Engine
http://api-references.dolby.io/comms-sdk-unreal/
MIT License
27 stars 7 forks source link

Crash when closing shared window #416

Closed RFCOSOCIETY closed 1 year ago

RFCOSOCIETY commented 1 year ago

Describe the bug

The application crashes whenever a shared window is closed. image

Expected Behavior

To not crash.

Minimalistic code (recommended)

No code needed as the crash happens here: image

Specifications

djova-dolby commented 1 year ago

Could you try with the plugin artifacts from this run https://github.com/DolbyIO/comms-sdk-unreal/actions/runs/6419970047.

djova-dolby commented 1 year ago

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?

djova-dolby commented 1 year ago

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.

djova-dolby commented 1 year ago

Fixed in latest main. Release coming soon