MP svn 21688+visualizations (milkdrop 2)+MovingPictures issue (1 Viewer)

Pretoriano

Retired Team Member
  • Premium Supporter
  • October 1, 2007
    526
    133
    Roma, Italia
    Home Country
    Romania Romania
    B

    BassFan

    Guest

    think nothing is fixed..
    install the last build SVN-Snapshot:-02-28-2009 00-07h - Revision:21813.rar
    start Vis and nothing show only a black Vis Window.
    also put my last 'DLL' in the MediaPortal Directory and test again with Milk2 v.2.1

    NOW IT WORK without freez or other problem..

    Show PIC ..


    i have see deactivate Sonique .. why ?
    your problem is when load the Plugin Name from it then how send a BassVIs_Free befor start a new plugin.

    also load modulename like this !!!
    Code:
        BASSVISKIND_SONIQUE:
        begin
          Descript.Text := 'Avaiable Module';
    
          mExec.Pluginfile := PAnsiChar(pathlist.Strings[IndexNum]);
          mExec.SON_ConfigFile        := PAnsiChar(PluginDir + '\vis.ini');
          mExec.SON_Flags             := BASS_VIS_NOINIT;
    
          if mVisparam.VisHandle <> 0 then // [B]Free all Handle befor run a new Instance[/B]
            BASSVIS_Free(@mVisParam);
    
          BASSVIS_ExecutePlugin(@mExec, mVisParam);
    
          VisModules.Cells[0, 0] := BASSVIS_GetPluginName(@mVisParam);
          VisModules.Row := 0;
    
          if (Stream <> 0) or (optDevice.Checked = True) then
            btnStartVisClick(nil);
    
    
        end;

    i have this fixed in 2.4.1.5
    greets Emil
     

    Pretoriano

    Retired Team Member
  • Premium Supporter
  • October 1, 2007
    526
    133
    Roma, Italia
    Home Country
    Romania Romania

    think nothing is fixed..
    install the last build SVN-Snapshot:-02-28-2009 00-07h - Revision:21813.rar
    start Vis and nothing show only a black Vis Window.
    also put my last 'DLL' in the MediaPortal Directory and test again.

    NOW IT WORK without freez or other problem..

    Show PIC ..


    i have see deactivate Sonique .. why ?
    your problem is when load the Plugin Name from it then how send a BassVIs_Free befor start a new plugin.

    also load modulename like this !!!
    Code:
        BASSVISKIND_SONIQUE:
        begin
          Descript.Text := 'Avaiable Module';
    
          mExec.Pluginfile := PAnsiChar(pathlist.Strings[IndexNum]);
          mExec.SON_ConfigFile        := PAnsiChar(PluginDir + '\vis.ini');
          mExec.SON_Flags             := BASS_VIS_NOINIT;
    
          if mVisparam.VisHandle <> 0 then // [B]Free all Handle befor run a new Instance[/B]
            BASSVIS_Free(@mVisParam);
    
          BASSVIS_ExecutePlugin(@mExec, mVisParam);
    
          VisModules.Cells[0, 0] := BASSVIS_GetPluginName(@mVisParam);
          VisModules.Row := 0;
    
          if (Stream <> 0) or (optDevice.Checked = True) then
            btnStartVisClick(nil);
    
    
        end;

    i have this fixed in 2.4.1.5
    greets Emil

    I don't know (understand) what issue or problem u still have with MP and visualization but i've already tested the latest svn (21813) with the patch provided by fforde from Moving Pictures and the issue i reported here :https://forum.team-mediaportal.com/moving-pictures-284/mediaportal-freeze-when-using-movingpictures-milkdrop2-visualization-54665/index3.html#post380464 is now fixed for me (and others users too).
     
    B

    BassFan

    Guest
    I don't know (understand) what issue or problem u still have with MP and visualization but i've already tested the latest svn (21813) with the patch provided by fforde from Moving Pictures and the issue i reported here :Mediaportal freeze when using MovingPictures and Milkdrop2 visualization is now fixed for me (and others users too).
    sorry for my bad english!
    i'm the developer from BassVis that you can show Visualization OK ?

    only say the old version of BassVis not work corecct you understand ?
    also i have tell hWahrman with this message what is not correct that Sonique not work.

    i have test on my system BassVis_ 2.4.1.2 with this released and no vis appears.
    replace it with my new lib only then it work.

    i hope you understand all what i say. ;)

    if nobody wants support from me then I gone ! no problem

    greets Emil
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    it'll be updated by me.
    it goes into svn by tommorow, when i have run some test.
     

    Users who are viewing this thread

    Top Bottom