ServerWMC under Windows Vista
#1
Hello,

it is not possible to support Windows Vista too?? This would be realy great! I would pay for this support...

best regards
paul
Reply
#2
I think it probably works with vista now, its our installer that doesn't like it. And the fact that all of the developers and testers don't run vista so we can't test it.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#3
Hello,

on your page you write "To develop for ServerWMC, send a private message to KrustyReturns on the xbmc forum to get access." but it's not possible to write you a private message Undecided

the installation is without problems but when i start the application i get this error (in german):

Die Datei oder Assembly "mcepg, Version=6.1.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon
wurde nicht gefunden. Das System kann die angegebene Datei nicht
finden.

Unrecoverable Error - ServerWMC will terminate!

best regards
paul
Reply
#4
I think you have to have a minimum number of posts before you can PM someone, sorry about that.

The problem is still with the installer, because it doesn't set the correct exe config file during the installation, and that's because we don't have a config file for vista. You might be able to just create it yourself though. Go to the folder serverwmc is installed in and open the config file called ServerWMC.exe.config. In this xml file, add the runtime element listed below, inside the configuration element and below the startup element. Then change all the 6.2 version values to 6.0 (I am assuming that's right for vista... 6.3=>win8.1, 6.2=>win8, 6.1=>win7). Then save and try to start sererwmc.


<runtime>
<assemblyBinding xmlns="urnConfusedchemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.MediaCenter" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ehRecObj" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ehiProxy" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ehRecObj" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="mcepg" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="mcstore" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BDATunePIA" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-6.2.0.0" newVersion="6.2.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#5
Thank you for your quick answer! but it doesn't work :-( Where can i found out the new Version number?
Reply
#6
i have this version installed: http://www.der-dirigent.de/version.png

if it can help you can view on my computer through teamviewer...
Reply
#7
Did you get a different error message when it started??

Take a look in your ehome directory inside of windows, then find ehiProxy.dll and look at it its Properties window. Then choose the Details tab. Post a screen shot of Details.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#8
http://www.der-dirigent.de/version2.png
Reply
#9
Was the error message the same as before you changed the config file?
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#10
yes, only with the new number.

Die Datei oder Assembly "mcepg, Version=6.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" oder eine Abhängigkeit davon
wurde nicht gefunden. Das System kann die angegebene Datei nicht
finden.

Unrecoverable Error - ServerWMC will terminate!
Reply

Logout Mark Read Team Forum Stats Members Help
ServerWMC under Windows Vista0