meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cctv:nvr:hik:ivms [2023/02/13 19:51] niziakcctv:hik:ivms [2023/11/12 15:19] (current) – ↷ Page moved from cctv:nvr:hik:ivms to cctv:hik:ivms niziak
Line 38: Line 38:
 wine iVMS-4200V3.9.0.5_E.exe wine iVMS-4200V3.9.0.5_E.exe
  
 +<code bash>
 +FREETYPE_PROPERTIES="truetype:interpreter-version=35" env WINEPREFIX="/home/niziak/.wine" wine-stable C:\\users\\Public\\Desktop\\iVMS-4200\ 3.9.0.5\ Client.lnk
 +</code>
  
 ===== iVMS-4200 Lite v1.0.0.5 ===== ===== iVMS-4200 Lite v1.0.0.5 =====
Line 44: Line 47:
  
 Run installer under 32-bit wine. Run installer under 32-bit wine.
 +
 +Run and solve uglt fonts problem (nvidia relate):
 +
 +<code bash>
 +FREETYPE_PROPERTIES="truetype:interpreter-version=35" env WINEPREFIX="/home/niziak/.wine" wine-stable C:\\users\\Public\\Desktop\\iVMS-4200\ Lite.lnk
 +</code>