-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
[Bug]: On New Custom 32bit Bottle - it doesn't list out the Dependencies. #2166
[Bug]: On New Custom 32bit Bottle - it doesn't list out the Dependencies. #2166
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Any workarounds for this? |
I think the problem is this line:
The
Workaround is commenting out L116 to L118 and praying for the best 😂 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as duplicate.
This comment was marked as duplicate.
Or making it like this dependency_arch = dep[1].get("Arch");
if dependency_arch is not None and dependency_arch != self.config.get("Arch"):
continue |
FYI, I have this same problem with Ubuntu 22.04.2 and Bottles 51.6 |
Work has been done and should be integrated in a release soon |
I saw the pull request is still open, when do you think this new release will come? |
Also awaiting this myself! |
Describe the bug
Hi,
when I try to create a New Custom 32bit Bottle, once the bottle is created, if I go to Dependencies, the list of
.dlls
to install does not appear.In the 64bit bottles, the Dependencies can be seen and can be easily installed.
To Reproduce
Dependencies
.dll
list is showing.Package
Flatpak from Flathub
Distribution
Ubuntu 22.04.1 LTS
Troubleshooting Logs
Display Protocol
X11
Display Backend used by Bottles
I don't know
Additional context
No response
The text was updated successfully, but these errors were encountered: