Unable to play (1 Viewer)

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    A new bonary is posted: https://forum.team-mediaportal.com/threads/music-player-rework.112530/
    Please try it with Log level set to debug and post the complete log file.

    Before starting MP, go to Configuration -> Music and make sure that BASS Engine is selected.
    Also check, which devices are detected and that this device really is operational on your PC
     

    Ben

    Portal Member
    April 3, 2006
    47
    0
    Here it is. Still not able to play (I guess that was to be expected) hopefully you get some more information about the exception.

    BTW, this version does allow me to go to the MP3 directory, so that problem is apparently solved.
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Something is wrong here.
    The log that you sent me is definitely not the one from my BASS Rework thread, which i posted above.
    This is from the basic 1.3.0 Thread.
     

    Ben

    Portal Member
    April 3, 2006
    47
    0
    Looks like it goes wrong here, streamis still 0.
    {
    // Create a Standard Stream

    stream = Bass.BASS_StreamCreateFile(filePath, 0, 0, streamFlags);
    }
     
    Last edited:

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    That's not correct. As per your log file the stream for Rubber Bullets is created correctly.
    there's a problem creating the Mixer.
     
    Last edited:

    Ben

    Portal Member
    April 3, 2006
    47
    0
    Ok, I was running this in Visual Studio, and got no stream there, any idea why the stream could not be created. More than willing to help out. But no stream makes it difficult....

    Anyway, according to link you sent me, I went to the topic and downloaded and installed the version
    that was pointed to by the word 'here' in:

    New Download with bug fixes based on 1.3.0 Final here
     
    Last edited:

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    you should see it in Visual Studio, since i am seeing that as well
    I currently don't have any idea, what is going on here.

    Could you maybe try with another song?
    A 44khz instead of a 48khz song.

    Also try using BASS WASAPI.
     
    Last edited:

    Ben

    Portal Member
    April 3, 2006
    47
    0
    Where in the code is this Mixer created, so I can set a breakpoint there
     

    Users who are viewing this thread

    Top Bottom