There was an unmanaged exception in prepare_lambda_code
See original GitHub issueRunning the example from examples/aws-cli
scar init -f scar-aws-cli.yaml
produces the message There was an unmanaged exception in prepare_lambda_code
and no other details.
I’m on macOS 10.13.4
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
C# not catching unhandled exceptions from unmanaged C++ dll
I've got an unmanaged C++ dll which is being called from a C# app, I'm trying to get the C# app to catch...
Read more >How do i handle an unmanaged exception ? - MSDN - Microsoft
I have an exception thrown (WindowNotFoundException thrown by c++) and it's not handled by C# code which means the try/catch block was not ......
Read more >Exception in callback from native code crushes the whole ...
Exception: Callback failed at ConsoleApp.Program. ... There is no a "real" unmanaged exceptions is this sample like c++ or COM exception.
Read more >start up error Unmanaged Exception (0xc0000005) please help!
It gets to creating window at the end of the load bar then just crashes out. I have also tried the exe link...
Read more >10.0.4 Software Update causing Unmanaged Exception ...
I uninstalled it and attempted to install the original installer I had for 10.0.3 but it just installed 10.0.4 again. Is there a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now it should be working again in macOS. Please tell me if you find any other bugs.
Thanks
Yep, my bad, I changed the udocker python file to a binary file and now it seems that it doesn’t work on macOS. I’m working on a fix