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
Due to security restrictions, I need to rebuild the pywine image locally using only verified local repositories that provide debian/python packages and the python executable. I managed to successfully install winehq-stable, but after running init-wine.sh and attempting to install the Python executable, the following message appears:
#16 2.349 Application could not be started, or no application associated with the specified file. #16 2.349 ShellExecuteEx failed: File not found.
The rest of my dockerfile is omitted here but is practically a 1:1 copy of pywine and wine-docker.
Running wine start /unix gets rid of the error, but the command hangs.
The text was updated successfully, but these errors were encountered:
Are you sure the installer file isn't corrupted? You might want to add --fail-with-body to the curl call if you aren't verifying the integrity of the download afterwards...
Hello! Completely forgot to update this issue. You were dead right, curl was failing the authentication. Fixing that has solved the issue. Happy 2025, and thanks!
Greetings,
Due to security restrictions, I need to rebuild the
pywine
image locally using only verified local repositories that provide debian/python packages and the python executable. I managed to successfully install winehq-stable, but after running init-wine.sh and attempting to install the Python executable, the following message appears:The rest of my dockerfile is omitted here but is practically a 1:1 copy of
pywine
andwine-docker
.Running
wine start /unix
gets rid of the error, but the command hangs.The text was updated successfully, but these errors were encountered: