Skip to content

ZComms 0.1.8

Choose a tag to compare

@iamfatness iamfatness released this 01 Sep 17:00
· 38 commits to main since this release
9630696

Fixes the 'crashes when joining' on managed/locked-down machines (the v0.1.6 field crash). Root cause: the Zoom SDK's own post-init background work trips a CRT invalid-parameter check on such machines, and the CRT's default response killed the whole process. ZComms now absorbs that route -- the failing call returns an error, a counted WARNING lands in the log, and the app keeps running; every genuinely fatal error still shows the 'ZComms crashed' box naming the cause (new in 0.1.7). Crash-log chronology fix included.