You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
record_windows (latest version or specify the exact version used)
Environment
OS: Windows 10, Version 10.0.26100
Describe the bug
The record_windows plugin works as expected in Debug mode, but it causes the application to crash in Release mode. The crash generates an exception with the following error:
The text was updated successfully, but these errors were encountered:
mbfakourii
changed the title
Record Windows Plugin Crashes in Release Mode on Windowsrecord_windows Plugin Crashes in Release Mode on Windows
Dec 19, 2024
Package version
record_windows
(latest version or specify the exact version used)Environment
Describe the bug
The
record_windows
plugin works as expected in Debug mode, but it causes the application to crash in Release mode. The crash generates an exception with the following error:The issue appears to be related to the
mtx_do_lock
function in themutex.cpp
file, as indicated by the stack trace.Record Configuration
Add your record configuration
RecordConfig(...)
here.To Reproduce
Steps to reproduce the behavior:
record
plugin in your Flutter project.Expected behavior
The application should run without crashes in both Debug and Release modes, and the
record_windows
plugin should function correctly.Error Details
The following is an excerpt from the stack trace:
Additional context
n/a
The text was updated successfully, but these errors were encountered: