Wine runs program but doesn't open a window for it

Questions about Wine on Linux
Locked
Nyclas
Newbie
Newbie
Posts: 2
Joined: Tue Nov 12, 2024 4:09 am

Wine runs program but doesn't open a window for it

Post by Nyclas »

When i start up a program that I've installed through wine (installer worked perfectly) I can see it start up in the System monitor but no window for it opens. I tried launching it from the terminal and got this error message (no error shows up when running from GUI):

Code: Select all

00dc:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
00dc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
GnuTLS error: The requested data were not available.
This isn't the first windows program I've installed, I have one that runs with no issues and I also installed WoW with no issues through Lutris.

I'm running Mint 22 on a ThinkPad T480, kernel 6.8.0-48 generic, Wine 9.0.
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Wine runs program but doesn't open a window for it

Post by invisible kid »

If you are running a debian-based distro, doing one of these should fix it:

Code: Select all

sudo apt-get install winbind
Nyclas
Newbie
Newbie
Posts: 2
Joined: Tue Nov 12, 2024 4:09 am

Re: Wine runs program but doesn't open a window for it

Post by Nyclas »

invisible kid wrote: Tue Nov 12, 2024 8:16 am If you are running a debian-based distro, doing one of these should fix it:

Code: Select all

sudo apt-get install winbind
Installed the package, reinstalled the program and it still doesn't run but now it just gives me this error:

Code: Select all

GnuTLS error: The requested data were not available.
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Wine runs program but doesn't open a window for it

Post by invisible kid »

Sorry, never saw that one before. Hope you are able to overcome it.
Locked