-
Notifications
You must be signed in to change notification settings - Fork 730
[Wine] The application does not load unless --default-browser
is manually passed
#523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section. Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion. |
Apologies for the delay. What I think is happening here is that Chrome has been found on your machine, but then wine is trying to run the Linux binary. If you execute the following, what does it return? from eel import chrome
chrome.find_path() |
@brentvollebregt i will try to fix this in a pr soon |
I'm keen to first understand how we can tell whether the path from |
@qwertychouskie if you try out the |
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days. |
Closing issue due to no activity in more than 60 days. |
Uh oh!
There was an error while loading. Please reload this page.
Quick Checks
Describe the bug
When running in Wine, the application does not load unless
--default-browser
is manually passedTo Reproduce
Steps to reproduce the behavior (install dependencies, do this in the auto-py-to-exe UI):
Expected behavior
It should auto fall-back to the default browser without having to manually pass the
--default-browser
flagYour Environment:
wine --version
): wine-10.2 (Staging)python --version
): 3.13.2pip show auto-py-to-exe
): 2.46.0pip show pyinstaller
): 6.12.0pip show eel
): 0.18.1The text was updated successfully, but these errors were encountered: