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
Hi, it's first time to raise an issue on here.
I realized sometimes vcruntime140.dll and vcruntime140_1.dll is missing when I build MSIX package.
It looks like it starts "packing.." before it finishes copyVCLibsFiles()
I guess it's from the delay in async-foreach process.
ref: https://stackoverflow.com/questions/42467663/async-await-in-list-foreach
Could you check the parts, please?
The text was updated successfully, but these errors were encountered:
Hello @YehudaKremer Thank you for quick update!
I realized there is one more point. listen
Sometimes, the callback for listen() method works later than processing VC libraries. As of result, vcruntime140_1.dll is missed. (1 out of 3 times in my environment)
Could you change it as well? Thank you.
msix/lib/src/msixFiles.dart
Line 213 in 5c574b5
Hi, it's first time to raise an issue on here.
I realized sometimes vcruntime140.dll and vcruntime140_1.dll is missing when I build MSIX package.
It looks like it starts "packing.." before it finishes copyVCLibsFiles()
I guess it's from the delay in async-foreach process.
ref: https://stackoverflow.com/questions/42467663/async-await-in-list-foreach
Could you check the parts, please?
The text was updated successfully, but these errors were encountered: