| User review:
|
I was trying to get KMPlayer working on wine using outdated instructions. While I wasn't successful, I did manage to install Potplayer (the new KMPlayer so to speak) using the same method.
To be more precise, I use Crossover Linux, but imagine Wine, playonlinux, winetricks, etc. could get it going.
So to get it going:
1. Install Wine/Crossover/whatever (I used the latest version of Crossover for this).
2. Type winecfg to create the .wine folder.
The Wine config window appears. Select Windows 2000 OS. Now, configure audio. In Libraries tab, set "d3d8" to builtin, and also override quartz.dll. Close the Wine config by clicking on "OK" button.
3. Go to /home/*user*/.wine/ and open user.reg
Search for [Software\Wine\DllOverrides] section and copy below the following list:
"d3d8"="builtin"
"d3d9"="builtin"
"d3dim"="native"
"d3drm"="native"
"d3dx8"="native"
"d3dxof"="native"
"dciman32"="native"
"ddrawex"="native"
"devenum"="native"
"dinput"="builtin"
"dinput8"="builtin"
"dmband"="native"
"dmcompos"="native"
"dmime"="native"
"dmloader"="native"
"dmscript"="native"
"dmstyle"="native"
"dmsynth"="native"
"dmusic"="native"
"dmusic32"="native"
"dnsapi"="native"
"dplay"="native"
"dplayx"="native"
"dpnaddr"="native"
"dpnet"="native"
"dpnhpast"="native"
"dpnlobby"="native"
"dsound"="builtin"
"dswave"="native"
"dxdiagn"="native"
"mscoree"="native"
"msdmo"="native"
"qcap"="native"
"quartz"="native"
"streamci"="native"
If there are other DllOverrides you may want to remove them. |