Support windows 10 applications with wine 8.0

Questions about Wine on Linux
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

Code: Select all

WINEDLLOVERRIDES="d2d1=n" wine stman2023.exe >> ~/tax_log.txt 2>> ~/tax_log.txt
Result, please see the attachment.
Attachments
tax_log.zip
(6.76 KiB) Downloaded 115 times
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

Code: Select all

wine stman2023.exe >> ~/tax_log1.txt 2>> ~/tax_log1.txt
Attachments
tax_log1.zip
(11.9 KiB) Downloaded 111 times
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Support windows 10 applications with wine 8.0

Post by invisible kid »

Thanks.

I think when you installed winbind it should have fixed this error, so you should re-install that:

Code: Select all

0118: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.
0118:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
That will interfere with some communications. An easy test is to just try to run it from the command line. This is what I get:

Code: Select all

$ ntlm_auth --version
Version 4.8.4
Nothing else is jumping out at me at the moment, but other folks are better at deciphering the logs. Hopefully someone will see something.
Last edited by invisible kid on Sat Apr 15, 2023 5:25 am, edited 1 time in total.
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

How to install winbind?

sudo install ... ?
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Support windows 10 applications with wine 8.0

Post by invisible kid »

yep!

Code: Select all

sudo apt-get install winbind
I just noticed when I first gave you the command, I misspelled winbind, so maybe that's why it wasn't there. :(
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

Unfortunately no.
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Support windows 10 applications with wine 8.0

Post by invisible kid »

If you can, please provide a new log. Also, look at the end of the log and see if you can see if it reports what those fields should be populated with, that might help.
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

I have decided to uninstall wine 6.03 on my one ubuntu installation and install the developer version 8.6. what is the best way to do this?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Support windows 10 applications with wine 8.0

Post by jkfloris »

- Uninstall the old Wine version with:

Code: Select all

sudo apt purge wine wine32 wine64
- Follow the instructions on the Wiki to install the new Wine version.
- (optional) Clean up old dependencies

Code: Select all

sudo apt autoremove --purge
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

Also under Wine 8.5 the same error. Elster forms are empty.
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

Wine 8.6 does not bring success either.
cpkautz
Level 2
Level 2
Posts: 48
Joined: Fri Apr 07, 2023 10:06 am

Re: Support windows 10 applications with wine 8.0

Post by cpkautz »

hurray. Now, it works fine.

Code: Select all

WINEDLLOVERRIDES="d2d1=n" wine stman2023.exe
I had put the d2d1.dll to be replaced in the wrong directory.

thise d2d1.dll i have used.

Code: Select all

Version 7.0.6002.18107

Architecture 32

File size 0.79 MB

MD5: ae3ff218be09fb9b1e1bd1cc037730aa

SHA-1: 9fdab411f1baa134ef582f347bbb6d442292620d

Download

Zip file size: 0.26 MB
see also: Buhl Tax Forum | TAX 2022 unter Linux mit Wine
Locked