Archive:Windows FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Sho
(Fix piped links in FAQ template causing duplicate template parameter calls error)
 
(144 intermediate revisions by 28 users not shown)
Line 1: Line 1:
XBMC for specific FAQs about XBMC running under Windows, Windows computer hardware, and Windows operating-system questions.  
<section begin="intro" />'''F'''requently '''A'''sked '''Q'''uestions Windows and Windows-compatible computer hardware.<section end="intro" />


=== What Win32 ports are available ? ===
__TOC__
There are two existing Windows ports of XBMC
{{-}}
* XBMC.exe (build from the linux branch, using SDL/OpenGL)
== General FAQ ==
* XBMC_PC.exe (build from the xbox trunk, using DirectX)
:{{big| ''See also: '''All platforms FAQ''' for FAQs that apply to all versions of Kodi.'' }}
{| width="100%"


==== About XBMC.exe (SDL/OpenGL) ====
{{FAQ|1=requirements
The SDL version is the Windows future of XBMC. The codebase is under development and is the base for the Linux, MacOSX and Windows ports. This FAQ will ONLY deal with the SDL version!<br>
| BGcolor= WhiteSmoke
'''Note:''' The SDL win32 port still needs DirectX for the audio processing.
| Question= Requirements
| Answer=
{{See|Supported hardware#Windows}}
}}


==== About XBMC_PC.exe (DirectX) ====
{{FAQ|1=install|2=update
The DirectX version is only for skin and python development. You won't get support for it since it is only adapted to reflect the skin and python changes.
| BGcolor=
| Question= How to install and/or update Kodi
| Answer=
{{main|HOW-TO:Install Kodi for Windows}}
* To download Kodi, goto http://kodi.tv/; select "Downloads" and then run the Windows: Installer.
* Do the same to update Kodi. All your settings and files will be preserved as they are located in a different place in the [[Userdata|userdata folder]]. Be sure to make a backup of the [[Userdata|userdata folder]] when doing updates in case something goes wrong.
}}


===Hardware Questions===
{{FAQ|1=Release_version|2=Version
====What is current recommended hardware requirements for XBMC====
| BGcolor= WhiteSmoke
For end-users the recommended minimum requirement is a [http://en.wikipedia.org/wiki/X86 x86-based computer], with a [http://en.wikipedia.org/wiki/Graphics_Processing_Unit 3D GPU (Graphics Processing Unit)] that at least supports [http://en.wikipedia.org/wiki/Shader_model Shader Model 3.0] and [http://en.wikipedia.org/wiki/OpenGL OpenGL 2.0] (that features 24bpp or 32bpp for 3D hardware-acceleration support, which XBMC GUI need to run smoothly at an acceptable frame-rate). Graphic adapters that support [http://en.wikipedia.org/wiki/DirectX DirectX version 9.0c] or later usually meet all of those mentioned requirements, ([[Team-XBMC]] recommends [http://en.wikipedia.org/wiki/Nvidia NVIDIA GeForce 6150 or later] as NVIDIA are currently the manufacturer that offers [http://en.wikipedia.org/wiki/Graphics_hardware_and_FOSS good device-drivers for Linux] (and [http://en.wikipedia.org/wiki/Nvidia NVIDIA GeForce 6150 or later] supports OpenGL 2.0).
| Question= Kodi for Windows version
| Answer=
* The current stable version of Kodi for Windows is {{Current version}}. This is the same code that all of the other platforms (Linux, iOS, Mac OS X) are using.
}}


=====XBMC for Windows minimum requirements=====
{{FAQ|1=Current_build|2=Kodi_Version
*x86 (Intel/AMD-based) processor computer capable of booting to CD-ROM.
| BGcolor=  
**[http://en.wikipedia.org/wiki/Pentium_4 Intel Pentium 4], [http://en.wikipedia.org/wiki/Pentium_M Intel Pentium M], [http://en.wikipedia.org/wiki/Athlon_64 AMD Athlon XP/64], [http://en.wikipedia.org/wiki/Opteron AMD Opteron], or newer CPU (that support [http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions SSE]).
| Question= What version/nightly build/beta of Kodi am I running?
**Fast modern dual-core processor is required to decode H.264 videos in FullHD (1080p).
| Answer=
**For clarification; XBMC for Linux does not work on the Xbox game-console.
* Open the Settings Page by clicking the "gear" icon (top left corner underneath the Kodi logo) then System Information. '''Note the build date.'''
*[http://en.wikipedia.org/wiki/Radeon ATI/AMD], [http://en.wikipedia.org/wiki/Intel_GMA Intel], or [http://en.wikipedia.org/wiki/GeForce NVIDIA] (recommended) graphic controller which supports [[XBMC for Linux specific FAQ|OpenGL 1.4 or later (2.0 recommended)]].
}}
**[http://en.wikipedia.org/wiki/Radeon ATI Radeon R420 (X800)] or newer supported, [http://en.wikipedia.org/wiki/Radeon ATI Radeon R700 (HD 4000)] or newer recommended.
**[http://en.wikipedia.org/wiki/Intel_GMA Intel GMA 950 (945G)] or newer supported, [http://en.wikipedia.org/wiki/Intel_GMA Intel GMA X4500HD (G45)] or newer recommended.
**[http://en.wikipedia.org/wiki/GeForce NVIDIA GeForce 6-Series] and newer supported, [http://en.wikipedia.org/wiki/GeForce GeForce 8-Series] and newer recommended.


==== Why is a OpenGL 2.0 compatible graphic-controller the recommended minimum for XBMC? ====
{{FAQ|1=Tools
OpenGL 2.0 is not really the current minimum requirement to run XBMC, as in reality XBMC will today run with only OpenGL 1.4 + [http://en.wikipedia.org/wiki/GLSL GLSL] support (everything else has fall-backs to be runned in software on the CPU, slower than GPU hardware though), however to be sure to stay future-proof Team-XBMC have decided that the OpenGL 2.0 is the recommended minimum requirement.
| BGcolor= WhiteSmoke
| Question= Programs and tools to help with Kodi
| Answer=
* For a list of programs and tools to help with Kodi, such as renaming files, managing media, file sharing, and more, see '''[[Supplemental tools]]'''
}}


=====Currently OpenGL 2.0 hardware is only needed for...=====
* Any deinterlacing that is not linear blending, (FFmpeg does linear blending in software on the CPU)
* Video [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filtering] (bicubic upscaling, etc.)
* Non-power of two textures for the GUI (using NPOT saves a lot of texture memory)
* Hardware accelerated YUV 2 RGB conversion (actually GLSL is needed for this, and a few GPU hardware implementations as low as OpenGL 1.4 does provide GLSL as an extension. OpenGL 2.0 guarantees availability of GLSL).
=====In the future OpenGL 2.0 might also be needed for...=====
* More [http://en.wikipedia.org/wiki/Video_post-processing video post-processing filters] to improve visual quality perception.
* [[Hardware Accelerated Video Decoding]] (using the GPU hardware to assist with video decoding)


=== How to install XBMC for Windows (SDL/OpenGL)? ===
{{FAQ|1=Portable|2=Portable_mode
XBMC for Windows is still in experimental stage, there are however install packages available for easy installation.
| BGcolor=
* Download [http://sourceforge.net/project/showfiles.php?group_id=87054&package_id=260464&release_id=585323 XBMCSetup-Rev<xx>.exe] from the [http://sourceforge.net/project/showfiles.php?group_id=87054&package_id=267023 XBMC for Windows section] on sourceforge. Higher rev-number means a newer build.
| Question= Portable mode
* Run the downloaded setup to install XBMC for Windows.
| Answer=
* You can now start XBMC from the startmenu either in fullscreen or windowed mode.
[[File:Portable01.jpg|300px|right]]
XBMC doesn't depend on video or audio codecs on the system. Everything is installed in the XBMC directory ONLY. Only some user specific stuff (XML, cache, etc) goes to the users [http://wiki.xbmc.org/?title=XBMC_for_Windows_specific_FAQ#What_are_platform_directories_.3F profile directory].
{{#lst:HOW-TO:Install_Kodi_for_Windows|Portable Mode}}
}}


=== Where is user specific data stored? ===
All user-specific data is stored in [[The UserData Folder]], which for a standard installation is found in the users profile directory, which may be found in '''C:\Documents and Settings\[user]\Application Data\XBMC''' on Windows XP or '''C:\Users\[user]\AppData\Roaming\XBMC''' on Vista.  XBMC will not alter this directory on an upgrade, so your data will remain safe between upgrades of XBMC.


=== Can XBMC be run in portable mode? ===
{{FAQ|1=Delay
If you wish, you may run XBMC in '''portable''' mode by removing the '''-p''' switch from the shortcut used to launch XBMC.  This will then use the '''UserData''' folder within the XBMC folder itself to store all user data.  This is useful for running XBMC for Windows off a USB stick for portability.  You will, however, have to be careful when upgrading to make sure that the UserData/ folder you use is not overwritten.
| BGcolor= WhiteSmoke
| Question= Upon booting, start Kodi with a delay
| Answer=
* When starting Kodi on Windows startup it can be that some sub services weren't started when Kodi is up. To delay Kodi just add the parameter -d X (in the ''Target field'' after the closing quotation mark) to the shortcut's properties used to launch Kodi, with X equal to the startup delay in seconds.
}}


=== Where is the log file located?===
|}
The log file ('''xbmc.log''') is located in the users writable directory, which by default resides in '''C:\Documents and Settings\[user]\Application Data\XBMC\''' on Windows XP or '''C:\Users\[user]\AppData\Roaming\XBMC\''' on Vista.  If XBMC is started in '''portable''' mode, the log file will be created in the XBMC folder itself.


=== What is the best way to post logs? ===
== Troubleshooting ==
Take the  xbmc.log from the appropriate XBMC UserData directory (see above, make sure it's a [[HOW-TO Submit a Proper Bug Report|debug log]] and ) and upload it to http://pastebin.com/ for example. Post the pastebin link instead of the content into the support forum.
{| width="100%"
{{FAQ|1=Help|2=Forum|3=IRC
| BGcolor=
| Question=Getting more help with Kodi for Windows
| Answer=
* '''[http://forum.kodi.tv/forumdisplay.php?f=59 Kodi for Windows specific help forum]'''
* '''[irc://irc.freenode.org/Kodi #Kodi]''' [[w:IRC|IRC]] chat channel on irc.freenode.org.
}}


=== How can I switch XBMC to full screen? ===
{{FAQ|1=Userdata|2=Logs|3=logs|4=debuglog|5=kodi.log
Start XBMC.exe with '''-fs''' or create the [http://wiki.xbmc.org/?title=Advancedsettings.xml advancedsettings.xml] file in userdata with <fullscreen>true</fullscreen>.
| BGcolor=WhiteSmoke
| Question= Userdata folder and logs
| Answer=
:''See '''[[How-to:Submit a bug report]]''' for bug reporting details and '''[[forum:42708|here]]''' for instructions on reporting an issue to the forums''


===What are the recent changes? ===
* [[Userdata]]:
All changes to the repository can be seen on our [http://trac.xbmc.org/timeline?changeset=on&max=200&daysback=90 XBMC Tracker]
** Windows Vista/7/8/10: {{highlight|Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\userdata\}}
** Windows 10 AppStore version: {{highlight|Users\[user]\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\userdata\}}
* [[Log_file]]:
*: ''If Kodi is started in '''portable''' mode, the log file will be created in the Kodi folder itself.''
** Windows Vista/7/8/10: {{highlight|Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\kodi.log}}
* Crash report:
** Windows Vista/7/8/10: {{highlight|Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\Kodi_crashlog-[DATE]-[TIME].dmp}}
}}


'''Note:''' branches/linuxport/XBMC/ is the repository for the Linux, MacOSX and Win32 port. trunk/ belongs to the Xbox repository.
{{FAQ|1=Black_white |2=DirectX
| BGcolor=
| Question= Black/white screen instead of video
| Answer=
* ... but the gui works fine.
* If you have a video adapter with pixel shader >= 2.0
:* Kodi compiles the video shader at runtime and the compiler was not installed. When installing Kodi, do not uncheck the "Install DirectX" option. Contrary to a common belief, Windows Vista and above do not have a complete DirectX installation out of the box.
* if you have a DirectX 9 video adapter with pixel shader < 2.0
:* version 9.11: you are out of luck because the video renderer requires support of pixel shaders >= 2.0
:* versions after 9.11: supported, with the 'Software' render method. The CPU will work harder.
}}


=== What is the current development platform ? ===
{{FAQ|1=dxva2 |2=WASAPI
We currently develop under Windows XP SP3 with Visual Studio 2008. VS2003 project files are still available and updated in svn.
| BGcolor= WhiteSmoke
| Question= "Allow hardware acceleration (dxva2)" and WASAPI output settings missing
| Answer=
* These options are available with Windows Vista, 7 and later.
* If you have the required OS and do not see the options, check System Info->Summary->Operating system. It should match your actual OS version.
* If not, Windows is starting Kodi in a compatibility mode, which reports an alternative OS version. To disable the compatibility mode, open the file properties of Kodi.exe (located in Program Files\Kodi), and uncheck all the options of the Compatibility tab.
* If that doesn't help, check the compatibility options of the shortcut used to start Kodi or any launcher program that starts Kodi. If there is a chain of launchers, check each and every one.
}}


=== Why is my video screen smaller than my desktop in full screen? ===
{{FAQ|1=Stuttering
We're still early alpha. Try to set the XBMC video resolution to your current desktop resolution.
| BGcolor=
| Question= Video stutters when "Adjust display refresh rate" is turned on
| Answer=
* The "Adjust display refresh rate" function of Kodi sometimes has bad interactions with Aero on Windows Vista and 7.
:* Turn off the "Use a fullscreen window rather than true fullscreen" option.
:* If you must have the "Use a fullscreen window..." option turned on, disable Aero, either globally on the PC with the selection of a basic theme, or just for Kodi, with the "Disable desktop composition" option, in the compatibility tab of Kodi.exe's file properties.
}}


=== Why does XBMC exit unexpectedly when it's starting? ===
{{FAQ|1=Stuttering2
The most common problem is the lack of working OpenGL drivers. Most Windows installations use the Microsoft generic OpenGL driver which doesn't support the extensions and hardware acceleration we need. Check for newer drivers from you vendor, especially if you have the following entries in your xbmc.log:
| BGcolor= WhiteSmoke
* INFO: GL_VENDOR = Microsoft Corporation
| Question= Video stutters due to audio misconfiguration
* INFO: GL_RENDERER = GDI Generic
| Answer=
* INFO: GL_VERSION = 1.1.0
* [http://forum.kodi.tv/showthread.php?tid=154265 Some users reported] that video may stutter in Kodi version 12 because of audio misconfiguration.
:* Go to System / Settings / Audio and try to set Analog Output.
:* If you don't want to use Analog Output, try to turn on/off DTS-HD or set output to WASAPI HDMI.
:* For more detailed guide and for Graphics Vendor Specifics visit forum page [http://forum.kodi.tv/showthread.php?tid=146911 HOW TO - Solve audio problems + video stutter (audio induced)].
}}


=== Why does certain drive letters not show the right content? ===
{{FAQ|1=Half_video
As a legacy from the XBox XBMC maps a few drive letters internally:
| BGcolor=  
Q: is the application root
| Question= Video plays in half/quarter of the screen
U: is the user root (For Win32 it's mostly the same like Q.)
| Answer=
P: is the current user's profile location
* This happens for certain settings with nVidia graphics cards/integrated chipsets and hardware decoding. To fix this, go in the 3D settings of the nVidia Control panel and stop forcing antialiasing to be used (set "Antialiasing - Mode" to Application-controlled or Off). To avoid changing the setting globally and to preserve it for other applications, you can alternatively create a program profile for Kodi and only disable antialiasing in that profile.
T: is the master user's profile location
}}
Z: is the cache location
The current mapping is listed in the logfile. Network or USB devices mounted on those letters aren't seen by XBMC.


=== Does SMB share access work in win32? ===
{{FAQ|1=DVD_player |2=please_insert_disk
Yes but with some flaws. XBMC still uses the old smb client library from the xbox version instead of native win32 functions. Browsing for shares doesn't work but in the forum reports are seen that for some users it works.<br>
| BGcolor= WhiteSmoke
You have two possibilities to get SMB shares mounted:
| Question= DVD player does not work/"please insert disk" message
# Mount them via Windows as network share and use the mapped drive letter
| Answer=
# Add a SMB share via XBMCs add share but put in the IP address AND the share name
* Please check if you have more than one ejectable media drive in your system. If that's the case you must be sure that you insert the disk in the drive that has the first drive letter, as Kodi will fail in all others. You may need to swap driver letters in your Windows installation.
}}


==Does XBMC for Windows support Blu-ray or HD DVD playback with or without menus?==
{{FAQ|1=Chinese_text |2=Asian_characters
No. There is not yet any C/C++ open source software out there yet capable of fully playing back Blu-ray or HD DVD so we can not add the code from somewhere in any case. [http://www.ffmpeg.org FFmpeg (the open source codec-suit that XBMC uses)] will probably relativly soon be able to decode all audio and video codecs used in both Blu-ray and HD DVD, but even when that happens you
| BGcolor=  
still have to get around the DRM encryptions used by the disc formats and there is not yet any C/C++ open source software library capable of that on-the-fly, nither is there any C/C++ open source software library out there capable of displaying Blu-ray or HD DVD menus. XBMC need C/C++ open source software libraries for all of these things to fully support Blu-ray or HD DVD playback.
| Question= Chinese/Asian text as unrecognized squares
| Answer=
* For example, using the YouTube add-on to search for Chinese media video content, the Kodi displays the retrieved media video title Chinese text as unrecognized squares. The reason is that the default font pre-installed with Kodi does not support Chinese Unicode Font display.
* To make Kodi to display proper Chinese Text, you need a True-Type Font (.ttf) that supports Chinese Unicode. Below steps guide you on how to install the required font:
*# Navigate to Windows -> Fonts directory, select an Unicode ttf font file that supports Chinese characters display e.g.KaiTiRegular, copy the font file.
*# Navigate to the Kodi user directory i.e. C:\Users\<your_user_name>\AppData\Roaming\Kodi\media\Fonts (Windows 7)
*# Create the Fonts sub-directory if it does not exist.
*# Paste the copies Chinese font .ttf file into this Fonts sub-directory.
*# Rename the newly copied .ttf file to arial.ttf.
*# Launch Kodi and navigate to System -> Appearance -> Skin
*# Change the Fonts selection to 'Arial based'.
* You should now be able to see the Chinese font display properly.
* Note: Your Windows system must have the Asia Fonts support pre-installed. Otherwise you may not be able to find any Chinese .ttf font file in Windows -> Fonts directory.
}}


[[Category:FAQ]]
{{FAQ|1=No_text
| BGcolor= WhiteSmoke
| Question= No text in Kodi with AMD GPU
| Answer=
* AMD Catalyst 12.10 and 12.11 drivers have a known issue where they will cause all Kodi GUI text to show up as scattered dots (or nothing at all). A fix has been published by AMD with the '''12.11 Beta 11''' Catalyst drivers.
* [http://forum.kodi.tv/showthread.php?tid=143548 Base Windows + Kodi Install, '''no text''' forum discussion]
}}
 
{{FAQ|1= Server_08
| BGcolor=
| Question= Getting IR remote working on Windows Server 2008 & WHS 2011
| Answer=
* The link below contains instructions to install the required drivers to get IR remotes working in the following Windows operating systems
*# Windows Server 2008
*# Windows Home Server 2011
* [http://www.hellosri.com/2012/07/install-ehome-ir-drivers-on-whs-2011.html Sri's Media Center Blog - Install ehome IR drivers on WHS 2011/ windows 2008]
}}
 
{{FAQ|1= Audio
| BGcolor= WhiteSmoke
| Question= Audio issues and/or slow video playback
| Answer=
* Make sure that your audio settings are correct. Wrong audio settings will have severely negative effects on video playback.
:* Check to see if your speaker setup is really correct
:* If passthrough: make sure you '''only''' enable the audio codecs your receiver supports.
:* Select the correct audio output device for analog and passthrough.
* Most user can fix their issue by just switching to "DirectSound" in the audio settings. See '''Windows_audio''' for more in-depth information.
}}
 
{{FAQ|1= GUI error
| BGcolor=
| Question= ERROR: Unable to create GUI. Exiting.
| Answer=
*If you are getting this error when trying to start Kodi, make sure you have specific and updated graphics card drivers installed. Generic graphics card drivers might not work with Kodi.
}}
|}

Latest revision as of 22:31, 13 September 2022

Frequently Asked Questions Windows and Windows-compatible computer hardware.


General FAQ

See also: All platforms FAQ for FAQs that apply to all versions of Kodi.

Requirements

Link
See: Supported hardware#Windows

How to install and/or update Kodi

Link
  • To download Kodi, goto http://kodi.tv/; select "Downloads" and then run the Windows: Installer.
  • Do the same to update Kodi. All your settings and files will be preserved as they are located in a different place in the userdata folder. Be sure to make a backup of the userdata folder when doing updates in case something goes wrong.

Kodi for Windows version

Link
  • The current stable version of Kodi for Windows is Kodi v21 Omega. This is the same code that all of the other platforms (Linux, iOS, Mac OS X) are using.

What version/nightly build/beta of Kodi am I running?

Link
  • Open the Settings Page by clicking the "gear" icon (top left corner underneath the Kodi logo) then System Information. Note the build date.

Programs and tools to help with Kodi

Link
  • For a list of programs and tools to help with Kodi, such as renaming files, managing media, file sharing, and more, see Supplemental tools


Portable mode

Link
Portable01.jpg


Upon booting, start Kodi with a delay

Link
  • When starting Kodi on Windows startup it can be that some sub services weren't started when Kodi is up. To delay Kodi just add the parameter -d X (in the Target field after the closing quotation mark) to the shortcut's properties used to launch Kodi, with X equal to the startup delay in seconds.

Troubleshooting

Getting more help with Kodi for Windows

Link

Userdata folder and logs

Link
See How-to:Submit a bug report for bug reporting details and here for instructions on reporting an issue to the forums
  • Userdata:
    • Windows Vista/7/8/10: Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\userdata\
    • Windows 10 AppStore version: Users\[user]\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\userdata\
  • Log_file:
    If Kodi is started in portable mode, the log file will be created in the Kodi folder itself.
    • Windows Vista/7/8/10: Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\kodi.log
  • Crash report:
    • Windows Vista/7/8/10: Vista/Windows 7: Users\[user]\AppData\Roaming\Kodi\Kodi_crashlog-[DATE]-[TIME].dmp

Black/white screen instead of video

Link
  • ... but the gui works fine.
  • If you have a video adapter with pixel shader >= 2.0
  • Kodi compiles the video shader at runtime and the compiler was not installed. When installing Kodi, do not uncheck the "Install DirectX" option. Contrary to a common belief, Windows Vista and above do not have a complete DirectX installation out of the box.
  • if you have a DirectX 9 video adapter with pixel shader < 2.0
  • version 9.11: you are out of luck because the video renderer requires support of pixel shaders >= 2.0
  • versions after 9.11: supported, with the 'Software' render method. The CPU will work harder.

"Allow hardware acceleration (dxva2)" and WASAPI output settings missing

Link
  • These options are available with Windows Vista, 7 and later.
  • If you have the required OS and do not see the options, check System Info->Summary->Operating system. It should match your actual OS version.
  • If not, Windows is starting Kodi in a compatibility mode, which reports an alternative OS version. To disable the compatibility mode, open the file properties of Kodi.exe (located in Program Files\Kodi), and uncheck all the options of the Compatibility tab.
  • If that doesn't help, check the compatibility options of the shortcut used to start Kodi or any launcher program that starts Kodi. If there is a chain of launchers, check each and every one.

Video stutters when "Adjust display refresh rate" is turned on

Link
  • The "Adjust display refresh rate" function of Kodi sometimes has bad interactions with Aero on Windows Vista and 7.
  • Turn off the "Use a fullscreen window rather than true fullscreen" option.
  • If you must have the "Use a fullscreen window..." option turned on, disable Aero, either globally on the PC with the selection of a basic theme, or just for Kodi, with the "Disable desktop composition" option, in the compatibility tab of Kodi.exe's file properties.

Video stutters due to audio misconfiguration

Link
  • Some users reported that video may stutter in Kodi version 12 because of audio misconfiguration.

Video plays in half/quarter of the screen

Link
  • This happens for certain settings with nVidia graphics cards/integrated chipsets and hardware decoding. To fix this, go in the 3D settings of the nVidia Control panel and stop forcing antialiasing to be used (set "Antialiasing - Mode" to Application-controlled or Off). To avoid changing the setting globally and to preserve it for other applications, you can alternatively create a program profile for Kodi and only disable antialiasing in that profile.

DVD player does not work/"please insert disk" message

Link
  • Please check if you have more than one ejectable media drive in your system. If that's the case you must be sure that you insert the disk in the drive that has the first drive letter, as Kodi will fail in all others. You may need to swap driver letters in your Windows installation.

Chinese/Asian text as unrecognized squares

Link
  • For example, using the YouTube add-on to search for Chinese media video content, the Kodi displays the retrieved media video title Chinese text as unrecognized squares. The reason is that the default font pre-installed with Kodi does not support Chinese Unicode Font display.
  • To make Kodi to display proper Chinese Text, you need a True-Type Font (.ttf) that supports Chinese Unicode. Below steps guide you on how to install the required font:
    1. Navigate to Windows -> Fonts directory, select an Unicode ttf font file that supports Chinese characters display e.g.KaiTiRegular, copy the font file.
    2. Navigate to the Kodi user directory i.e. C:\Users\<your_user_name>\AppData\Roaming\Kodi\media\Fonts (Windows 7)
    3. Create the Fonts sub-directory if it does not exist.
    4. Paste the copies Chinese font .ttf file into this Fonts sub-directory.
    5. Rename the newly copied .ttf file to arial.ttf.
    6. Launch Kodi and navigate to System -> Appearance -> Skin
    7. Change the Fonts selection to 'Arial based'.
  • You should now be able to see the Chinese font display properly.
  • Note: Your Windows system must have the Asia Fonts support pre-installed. Otherwise you may not be able to find any Chinese .ttf font file in Windows -> Fonts directory.

No text in Kodi with AMD GPU

Link
  • AMD Catalyst 12.10 and 12.11 drivers have a known issue where they will cause all Kodi GUI text to show up as scattered dots (or nothing at all). A fix has been published by AMD with the 12.11 Beta 11 Catalyst drivers.
  • Base Windows + Kodi Install, no text forum discussion

Getting IR remote working on Windows Server 2008 & WHS 2011

Link

Audio issues and/or slow video playback

Link
  • Make sure that your audio settings are correct. Wrong audio settings will have severely negative effects on video playback.
  • Check to see if your speaker setup is really correct
  • If passthrough: make sure you only enable the audio codecs your receiver supports.
  • Select the correct audio output device for analog and passthrough.
  • Most user can fix their issue by just switching to "DirectSound" in the audio settings. See Windows_audio for more in-depth information.

ERROR: Unable to create GUI. Exiting.

Link
  • If you are getting this error when trying to start Kodi, make sure you have specific and updated graphics card drivers installed. Generic graphics card drivers might not work with Kodi.