ERROR:Unable to create application.Exiting
#4
Ok, try this alternate guide. It may be a little bit easier for you to follow...



How to create advancedsettings.xml Debug Log

1. Why do I need to do this
You have asked for assistance on the Kodi Forum, most likely because you are unable to start Kodi. This is a guide to set Debugging to ON by either modifying or creating a file named advancedsettings.xml
This guide is applicable to Kodi installations being run under Microsoft Windows.

2. Where do I find advancedsettings.xml
If you downloaded Kodi from this site and manually ran the installer, you will find it here...
C:\Users\Your User Name\AppData\Roaming\Kodi\userdata

If you downloaded Kodi from the Microsoft Store, you will find it here...
C:\Users\Your User Name\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\userdata

3. Once you have located the file, perform the following...
  1. Right-click the file and select Edit
  2. Insert the following code into the file by copying and pasting
    Code:
    <advancedsettings>
        <loglevel>2</loglevel> <!-- Change this to "1" to hide the on-screen debug log text -->
    </advancedsettings>
  3. Save the file and close

4. Wait, I can't find the file
Ok, you will need to create the advancedsettings.xml file by following these simple steps.
  1. Ensure you are still in the directory described in Step 2
  2. Right-click on a blank area in the directory
  3. Select New, then select Text Document
  4. When Notepad opens with a blank page, copy the code as described in Step 3
  5. Save the file as advancedsettings.xml
  6. Close the file
  7. Check the extension of the file. It MUST BE .xml Ensure it is not something like .xml.txt or .xml.doc.
If you cannot see the extension then...
  1. click the start button and type File Extensions
  2. Select Show or Hide File Extensions
  3. Enable Show hidden files, folders and drives
  4. Remove the tick from Hide extensions for known file types
  5. Press Ok

5. Now What?
Try starting Kodi. It should still fail to start. Hopefully, though, it has recorded why it has failed to start in a file named Kodi.log Once you upload the results, a helpful member of the community may be able to assist you.

6. Upload the results
The log file is named kodi.log and it is located in the Kodi directory described in Step 2 above. It is one level above the \userdata directory in which you modified the advancedsettings.xml file
You must locate this log file and copy it's contents to a pastebin type site as follows:
  1. Navigate to the \kodi directory as described in Step 2, and locate the file named kodi.log
  2. Open the file with Notepad and copy all the contents of the document
  3. Locate a Pastebin type site. Two examples are https://pastebin.com/ or https://paste.ubuntu.com/
  4. Paste the contents of the kodi.log file
  5. Press Paste or Generate
  6. When the screen refreshes with your paste, copy the entire address in the address bar and paste it into a new message in your thread

7. What now?
Hopefully a helpful community member or Kodi team-member will review your log file and provide suggestions to rectify the problem.
Reply


Messages In This Thread
RE: ERROR:Unable to create application.Exiting - by blossom24 - 2017-04-19, 00:07
Logout Mark Read Team Forum Stats Members Help
ERROR:Unable to create application.Exiting0