Configuration crashes on startup (4 Viewers)

KeithP

Portal Member
November 11, 2010
31
0
Home Country
United Kingdom United Kingdom
I have just completely wiped my hard disk and reinstalled the OS and MediaPortal. I have it configured pretty much as I want now, but suddenly I find that I have problems with the Configuration program. I am getting an Unhandled Exception on starting the config. program, and if I choose to ignore the error, I get another exception on attempting to save any changes.

MediaPortal itself runs fine, so I am not getting any Debug logs to post.

I notice the error is coming from .NET Framework and refers to an issue with an xml file (copy of error text is attached). I had made a modification to the keymap.xml, in order to use 'backspace' instead of 'esc' for 'Previous Menu'. I tried restoring the original file and it has not cleared the error, so I presume my edit is not related.

I'd appreciate any suggestions on how to troubleshoot further.




MediaPortal Version: 1.2.1
MediaPortal Skin: Streamed MP
Windows Version: Windows 7 x32 SP1
CPU Type: Core i5-530
HDD: WD6400 500GB
Memory: 4GB DDR3 PC10666
Motherboard: Gigabyte GA-H55-UD2H
Video Card: Nvidia GT-430
Video Card Driver: 280.26
Sound Card: N/A
Sound Card AC3: N/A
Sound Card Driver: N/A
1. TV Card: None
1. TV Card Type:
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: MPC
MPEG2 Audio Codec: MPC
h.264 Video Codec: CoreAVC 3.01
Satelite/CableTV Provider:
HTPC Case: Antec Fusion MAX
Cooling: Scythe Ninja 2
Power Supply: Zalman 500W (model?)
Remote: Harmony / iMon
TV: Pioneer FDE436 via Denon 1910
TV - HTPC Connection: HDMI
 

Attachments

  • MP-Exception.txt
    8.1 KB

KeithP

Portal Member
November 11, 2010
31
0
Home Country
United Kingdom United Kingdom
As I mentioned in my post, I manually edited 'keymap.xml': I replaced 'esc' as the key for 'Previous Menu' with 'backspace'. But I have now restored the original, unedited keymap.xml and the error is still occurring.

I am pretty sure I didn't make a mistake anyway. Here is the before and after of the section I edited:

ORIGINAL:
<action>
<id>10</id>
<key>esc</key>
<sound>back.wav</sound>
<description>Previous Menu</description>
</action>


REPLACEMENT:
<action>
<id>10</id>
<key>backspace</key>
<sound>back.wav</sound>
<description>Previous Menu</description>
</action>
 

Vasilich

Portal Pro
August 30, 2009
3,392
1,173
Germany, Mayence
Home Country
Russian Federation Russian Federation
it can be that you introduced other changes invisible to your editor (like BOM at the file start, or encoding...).
Is the exception text remains same even for unedited keymap.xml? or do you have other error report?
 

KeithP

Portal Member
November 11, 2010
31
0
Home Country
United Kingdom United Kingdom
I used Notepad to edit the text, and literally deleted the 3 characters for 'esc' and typed in 'backspace'. That should not have introduced any other changes in the file should it?

I any case the error is the same with the original unedited keymap.xml in place. I am not getting any other errors, other than 'Application Hang' appearing in the Windows event log.

I found an old thread, searching via Google rather than using Search tools on the forum.

https://forum.team-mediaportal.com/...pport-53/error-config-file-please-help-53060/


It seems that the MusicDSP.xml is prone to corruption, particularly when messing around with S3 Sleep. I have been having problems with my system Sleeping (it keeps going into an unresponsive state) so I have been fiddling in this area. I discovered by musicdsp.xml file was empty, as in the post above. Deleting it has fixed the crashing.
 

Users who are viewing this thread

Top Bottom