meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wine:issues [2021/09/25 10:01]
niziak created
wine:issues [2023/02/13 19:59] (current)
niziak
Line 8: Line 8:
 0044:​err:​winediag:​SECUR32_initNTLMSP 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. 0044:​err:​winediag:​SECUR32_initNTLMSP 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.
 </​code>​ </​code>​
 +
 +<code bash>apt install winbind</​code>​
 +
 +===== ugly fonts =====
 +
 +Error during launching and fonts are not anti-aliased:​
 +<​code>​
 +0dec:​err:​winediag:​is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
 +</​code>​
 +
 +Add to ''​.bashrc''​ or run application with:
 +<code bash>
 +FREETYPE_PROPERTIES="​truetype:​interpreter-version=35"​ env WINEPREFIX="/​home/​niziak/​.wine"​ wine-stable C:​\\users\\Public\\Desktop\\iVMS-4200\ Lite.lnk
 +</​code>​
 +
 +