MediaPortal Development Errors (1 Viewer)

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You have an x64 machine (would be nice if you mentioned it) on which you will have to apply one of the workarounds described here. I use Workaround 2.
     

    softwareskull

    Portal Member
    July 29, 2011
    9
    0
    none of those work arounds worked.. and getting a lot more errors now then before I tried the work arounds

    time to re-in VS10?
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    softwareskull

    As I said in the PM, let's keep this friendly - I'm trying to help but I'm not that experienced with C# (I've only ever used it for MP/TV Server) or with compiling MP (I mostly contribute to TV Server). :)

    For the benefit of others, this is what I said about YASM in the PM:

    You don't need YASM unless you are trying to compile the C++ components - doing that is much trickier as you have to have the right DirectX SDK (June 2010) installed, environment variables set up correctly etc., so we provide pre-compiled binaries in SVN to save people the trouble.

    If you are intent on doing that for whatever reason then all I can say is that:
    - I'm running XP
    - I have put vsyasm.exe in C:\Program Files\Microsoft Visual Studio 10.0\VC\bin

    That is all that I require if I need to build the Core.cpp solution (*which is a separate solution*). The YASM.xml, targets, rules and props are already in the right folder (they're in SVN).

    Also, what are the "lot more errors" that you're getting?

    mm
     

    softwareskull

    Portal Member
    July 29, 2011
    9
    0
    When I did his workaround for ResGen.exe problems.. it couldn't find any of the .dlls and then had several Tracker.exe errors.. there were around 33 errors in total.. but now I am down to the original one again.

    Error 16
    Could not load file or assembly 'file:///C:/Users/SoftwareSkull/Desktop/viSource/MediaPortal.Base/BassRegistration.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    Line 2293, position 5.
    C:\Users\SoftwareSkull\Desktop\viSource\Configuration\Sections\PluginsNew.resx
    MediaPortal.Configuration

    alright so more information about where the error exists in the PluginsNew.resx

    <data name="imageListLargePlugins.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
    </data>

    meh 2904 errors... dont break that file.. its important :D
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    Hi again softwareskull

    Someone else has mentioned a problem with compiling MP with VS2010 express over here. They get the same error as you. Do you have access to the full version?

    mm
     

    Users who are viewing this thread

    Top Bottom