CLR20r3 error when booting MediaPortal (1 Viewer)

Ryõsuke

Portal Member
April 29, 2009
8
0
Home Country
Belgium Belgium
Hello,

Out of nowhere I wasn't able to properly boot MediaPortal anymore. I always get the CLR20r3 error. I did a fresh install of .NET Framework and also of MediaPortal, but the problem remains the same. When I boot mediaportal with administrator rights, it starts and works fine. I'm using Vista x64.

Error message:

Beschrijving:
Stopped working

Probleemhandtekening:
Gebeurtenisnaam van probleem: CLR20r3
Probleemhandtekening 01: mediaportal.exe
Probleemhandtekening 02: 1.0.2.42485
Probleemhandtekening 03: 4a04b3db
Probleemhandtekening 04: System.Configuration
Probleemhandtekening 05: 2.0.0.0
Probleemhandtekening 06: 47577dd9
Probleemhandtekening 07: 1a6
Probleemhandtekening 08: 136
Probleemhandtekening 09: IOIBMURHYNRXKW0ZXKYRVFN0BOYYUFOW
Versie van besturingssysteem: 6.0.6001.2.1.0.256.1
Landinstelling-id: 2067

Thank you !
 

Ryõsuke

Portal Member
April 29, 2009
8
0
Home Country
Belgium Belgium
My bad. I attached the log files to the start post and filled in my system specs.
 

27InchSony

Portal Member
May 7, 2009
8
0
Home Country
United States of America United States of America
CLR20r3 error when booting MediaPortal : Solved

I got a similar error (though I didn't look at your logs). Basically, it turned out my MediaPortal.exe.config (as hinted at by the System.Configuration phrase in the error message) was a bunch of NUL bytes (as seen in a text editor). I grabbed the .config from another machine and it worked. I have no idea what caused this since I just installed a video driver or two, installed Vista SP2, and and rebooted the box via unplugging the power cable (out of frustration since my SVideo feed wasn't working to my big ole 27 Inch Sony tube.)


Here is the guts of the .config file (your results may vary).

<?xml version="1.0"?>
<configuration>
<startup>
<requiredRuntime version="v2.0.50727" />
<supportedRuntime version="v2.0.50727" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins/windows" />
</assemblyBinding>
</runtime>
<appSettings>
<add key="version" value="1.0.1.0" />
<add key="edtftp.log.level" value="ALL" />
</appSettings>
</configuration>
 

amarzahn

Portal Member
June 18, 2009
17
0
Home Country
Germany Germany
i suddenly have the same problem - but admin rights will not fix it
windows7 with mediaportal v1.0.2
worked fine - then suddenly nothing - HTPC is only used for mediaportal...
your hint just fixed the bug :)
thanks!
 

Users who are viewing this thread


Write your reply...
Top Bottom