Maya Bug Reports & issues (2 Viewers)

Status
Not open for further replies.

dlarge500

Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    yes, you can doenload the Maya svn and copy this files in MP Folders.
     

    IanJ

    MP Donator
  • Premium Supporter
  • October 22, 2010
    206
    30
    Home Country
    Scotland Scotland
    Hi,

    Just installed Maya Ver 1.1 for MP 1.2RC.

    In the TV guide I'd like to have more than 5 groups listed in the pop-up (the tvgroup button)..........can you tell me which XML file to modify, I've had a look but can't see anything obvious.

    Also, whilst it's working I can't config through the Maya config utility. I get the following:-

    Ian.

    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.IO.FileNotFoundException: Could not load file or assembly 'WindowPlugins, Version=1.1.6.27644, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    File name: 'WindowPlugins, Version=1.1.6.27644, Culture=neutral, PublicKeyToken=null'
       at ProcessPlugins.MayaBasicHomePlugin.MayaSkinConfig.GetMusicViews()
       at ProcessPlugins.MayaBasicHomePlugin.MayaSkinConfig.frmMayaBasicHomeEditor_Load(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    <snip>
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    please download the Maya Plugin from maya scvnpage and test it, this version works perfectly.


    Maya Plugin
     

    IanJ

    MP Donator
  • Premium Supporter
  • October 22, 2010
    206
    30
    Home Country
    Scotland Scotland
    Re: AW: Maya Bug Reports & issues

    please download the Maya Plugin from maya scvnpage and test it, this version works perfectly.


    Maya Plugin

    Just tried that and got same error, and if I hit CONTINUE at the fault I get the config screen but it's not populated, i.e. all fields are empty.

    PS. This worked fine on MP 1.2alpha.

    Ian.
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    hm, i`m using the same Plugin on 3 PC`s with MP 1.2 RC.

    i will check that.:(
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    Here is my Maya Plugin if i use with MP 1.2. RC, please test this.:D

    This Version works 100% with MP RC and the error is still there it can only be connected to your installation
     

    Attachments

    • Maya BasicHome plugin.rar
      233.9 KB

    IanJ

    MP Donator
  • Premium Supporter
  • October 22, 2010
    206
    30
    Home Country
    Scotland Scotland
    Re: AW: Maya Bug Reports & issues

    Here is my Maya Plugin if i use with MP 1.2. RC, please test this.:D

    This Version works 100% with MP RC and the error is still there it can only be connected to your installation

    I tried this but it's the same problem......however, I think I have some information as to why I am getting the problem.

    If you look at the error message I am getting it refers to SVN 27644....this is NOT the SVN I am running now.

    Code:
    File name: 'WindowPlugins, Version=1.1.6.27644

    So, I completely uninstalled MAYA, made sure the folder was gone, made sure the DLL's under \process are gone and then re-installed the latest version 745.

    However, the config program still crashes and actually shows this:-

    maya.jpg


    So, I think I have some legacy code left over from a previous try out of an older version of Maya. Any ideas on how/where I can clean this up. I don't mind if it means digging for DLL's, a registry key to delete or anything.

    Ian.
     

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    Hi, I've found 2 minor bugs in the 4TR skin files.

    Some labels aren't correctly set in the program info screen.
    I think this is caused by de bolded properties, they don't exist for the program info screen.

    Code:
    		<control>
    			<description>Current program title</description>
    			<type>fadelabel</type>
    			<id>13</id>
    			<posX>-2000</posX>
    			<posY>180</posY>
    			<font>Segoe Light18</font>
    			<textcolor>85cffe</textcolor>
    			<label>[B]#TV.RecordedTV.Title[/B]</label>				
    			<animation effect="fade" time="250">WindowOpen</animation>
    			<animation effect="fade" time="250">WindowClose</animation>
    			<valign>middle</valign>
    		</control>
    		
    		<control>
    			<description>Current program channel</description>
    			<type>fadelabel</type>
    			<id>16</id>
    			<posX>555</posX>
    			<posY>180</posY>
    			<font>Segoe Light18</font>
    			<textcolor>85cffe</textcolor>
    			<label>[B]#TV.RecordedTV.Channel[/B]</label>				
    			<animation effect="fade" time="100">WindowOpen</animation>
    			<animation effect="fade" time="100">WindowClose</animation>			
    		</control>
    		
    		<control>
    			<type>label</type>
    			<description>Current program time</description>
    			<id>14</id>
    			<posX>555</posX>
    			<posY>215</posY>
    			<textcolor>85cffe</textcolor>
    			<font>Segoe Light18</font>
    			<label>[B]#TV.RecordedTV.Time[/B]</label>				
    			<animation effect="fade" time="100">WindowOpen</animation>
    			<animation effect="fade" time="100">WindowClose</animation>			
    		</control>
    
    		<control>
    			<description>Current program genre</description>
    			<type>label</type>
    			<id>17</id>
    			<posX>555</posX>
    			<posY>255</posY>
    			<width>380</width>
    			<font>Segoe Light12</font>	
    			<textcolor>85cffe</textcolor>			
    			<label>[B]#TV.RecordedTV.Genre[/B]</label>	
    			<visible>!string.equals([B]#TV.RecordedTV.Genre,-)[/B]</visible>				
    			<animation effect="fade" time="250">WindowOpen</animation>
    			<animation effect="fade" time="250">WindowClose</animation>
    		</control>
    	
    		<control>
    			<type>textboxscrollup</type>
    			<description>Description1</description>
    			<id>15</id>
    			<posX>555</posX>
    			<posY>290</posY>
    			<width>680</width>
    			<height>160</height>
    			<label>[B]#TV.RecordedTV.Description[/B]</label>			
    			<animation effect="fade" time="100">WindowOpen</animation>
    			<animation effect="fade" time="100">WindowClose</animation>			
    		</control>

    Radio Home shows the description from tv channels, check the bolded part.

    Code:
    	<control>
    		<description>Description1</description>
    		<type>textboxscrollup</type>
    		<id>15</id>
    		<posX>560</posX>
    		<posY>560</posY>
    		<width>750</width>
    		<height>137</height>
    		<seperator>----------------------------------------------------------------------------------------------</seperator>
    		<label>[B]#TV[/B].View.description</label>
    		<animation effect="fade" time="100">WindowOpen</animation>
    		<animation effect="fade" time="100">WindowClose</animation>
    	</control>
    	<control>
    		<description>progress bar</description>
    		<type>progress</type>
    		<id>20</id>
    		<posX>2565</posX>
    		<posY>480</posY>
    		<width>640</width>
    		<height>15</height>
    		<label>[B]#TV[/B].View.Percentage</label>
    		<visible>yes</visible>
    		<animation effect="fade" time="100">WindowOpen</animation>
    		<animation effect="fade" time="100">WindowClose</animation>
    	</control>
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    the first is not a really issue.;)
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom