Search found 1 match
- Wed Feb 08, 2023 3:32 pm
- Forum: Wine Help
- Topic: Help going about debugging deployed error
- Replies: 0
- Views: 14327
Help going about debugging deployed error
Situation: I've got this console .exe that I was hoping to run using Wine in an AWS Lambda function. I've deployed the function as a Docker container based on the AWS Lambda base image for Python, everything is working as expected except that Wine always crashes when the function runs on AWS. I've g...