Open novandikp opened 4 months ago
Hello @novandikp !
This is a master-key generation error, originating from the Argon2 library, indicating that your system does not have enough memory to generate an Argon2 key.
Please ensure that your system has at least 64 megabytes of free memory when creating an account. Cheers!
how to check memory free? is ram or what ? it's in windows
On Windows, you may check memory usage via the task manager.
To open the task manager, right-click the Windows button on your task bar and select "Task Manager":
Navigate to the performance tab and select "Memory".
This section will display the memory in use, as well as free memory.
Still i has 3 gb free ram but still issue
Thanks a lot for the detailed report!
Unfortunately I can not promise a fix as I still haven't managed to replicate this error on my end. My guess so far is that Flutter's memory measuring library might be failing on your end. I will attempt to implement an automatic panic retry function using the default memory parameters to mitigate this error.
Apologies for the inconvenience and I hope that you're here to stay until the next release! 😊
(next release will most probably be out later this month)
Having this issue as well...
Currently using a Surface Pro tablet, 11th Gen. 9.2 GBs of ram available out of 15.4 GB. On the newest version of Windows 11.
If it's helpful, here is the full log.
[DArgon2ErrorCode.ARGON2_MEMORY_TOO_LITTLE] Memory cost is too small
Bug description
Expected outcome
No response
Steps to reproduce
No response
Error log
No response
App version
None
Submission checklist