Skip to content

[BUG] Bottles flatpak is unable to access ntlm_auth #1001

@StarLederer

Description

@StarLederer

Describe the bug
When I try to run a Windows executable I am met with the following error:

0130:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.

ntlm_auth is present in my system...

ntlm_auth --version
> Version 4.15.3

but of course the Bottles flatpak and wine installed inside of it cannot access it since they are sandboxed.
My guess is that the Bottles flatpak is missing a dependency.

Installation

  • Method: Flatpak
  • Version: 2022.1.28-trento

To Reproduce
Steps to reproduce the behavior:

  1. Create a new bottle with the "gaming" preset
  2. Install the vcredist2019 dependency
  3. Install or place the game "Foundation" files in ~/.var/app/com.usebottles.bottles/data/bottles/bottles/[BOTTLE_NAME]/drive_c/Foundation
  4. Open the Command line of this bottle
  5. Execute C:\\Foundation\foundation.exe

Other executables that rely on ntlm_auth should result in the same error.

Expected behavior
The application is able to access ntlm_auth

Desktop:

  • OS: Manjaro
  • Display server: Xorg

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions