<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Maya 2016.5 slow start-up in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6423520#M64420</link>
    <description>&lt;P&gt;I forget to tell you but I done a clean intallation&amp;nbsp;of my OSX and the problem is now&amp;nbsp;solved, no more lags on startup, I think is a bug with the older version of Maya but not sure&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 12:32:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-07T12:32:37Z</dc:date>
    <item>
      <title>Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6347777#M64410</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Maya 2016.5 (Maya 2016 EXT2) for several days and working with it is very annoying. Because the start-up time is many times higher than with Maya 2016 SP4. I think you have implemented the 'Sign In' user control in a very bad way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When starting Maya 2016.5 the 'Sign In' user control takes all the time for loading (like you can see in the attached screenshot) and freezes the HMI. When the 'Sign In' user control finished loading, then the HMI is updating and you can start to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to fix this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 08:07:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6347777#M64410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-25T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6350592#M64411</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had the same issue and invested a few hours to dig through all mel files, .exe and .dll files.&lt;/P&gt;&lt;P&gt;Note: We do not have any internet connection as many professional studios. Autodesk seems to forget that (e.g. the 3dsmax connect crashes every time I start 3dsmax) and never tests with a blocked internet connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What it is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You are right, it is this new login UI item, the QmayaIPMWidget. It is named the "CLIC IPM (In Product Messaging) Button".&lt;/P&gt;&lt;P&gt;When Maya is started, it starts&amp;nbsp; 5 instances of an external chromium browser.&lt;/P&gt;&lt;P&gt;C:\Program Files\Common Files\Autodesk Shared\CLM\V3\MSVC11\cliccore\acwebbrowser.exe&lt;/P&gt;&lt;P&gt;Maya waits for its start, if it does not start or does not reponse, then Maya closes without any message. This is the first time you can notice some slowdown as it has to load the chromium files and AD plugins (72MB) and waits for a start.&lt;/P&gt;&lt;P&gt;These slowdown affects batch rendering as well&amp;nbsp; (Come on Autodesk, an internet login UI element loaded for batch rendering?)&lt;/P&gt;&lt;P&gt;Then Maya creates the UI and displays the new button.&amp;nbsp; The new feature tries to connect to the internet. This is the UI freeze that you mentioned.&lt;/P&gt;&lt;P&gt;(A dev should splits the UI and network functions into two threads, especially with Qt that this does not happen)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is it for?&lt;BR /&gt;&lt;/STRONG&gt;I do not know, I did not tried it.&lt;/P&gt;&lt;P&gt;One menu item is about licensing. We have floating licenses.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Time differences:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startup time: 38s&amp;nbsp; shutdown time: 15s&lt;/P&gt;&lt;P&gt;Disabled&amp;nbsp;IPM UI&amp;nbsp; startup time: 14s&amp;nbsp; shutdown time:&amp;nbsp;&amp;nbsp; 5s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;24seconds!&lt;/P&gt;&lt;P&gt;I expect a higher difference if you do not have a SDD or if you have not pre-cached the files (e.g. after a Windows restart). I havs a SDD drive and started Maya multiple times to let Windows cache all files. So file load time is not reflected by these numbers. The chromium browser starts in a fraction of a second in my case.&lt;/P&gt;&lt;P&gt;File load should increase the startup times as Maya waits for chromium to be loaded before the UI is displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disable CLIC IPM UI:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To disable the CLIC IPM UI, you can define the environment variable MAYA_DISABLE_CLIC_IPM=1.&lt;/P&gt;&lt;P&gt;(While you are at it, you might want to define MAYA_DISABLE_CIP=1 as well, I do not know if it is still valid for 2016.5, but the Autodesk Customer Involvement Program (CIP) invokes a TCP connection to Amazon web services (AWS) during Maya shutdown, which can take up to 30s as well depening on your network setup)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disable acwebbrowser.exe start at all?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Until now, I have not found out where the path to acwebbrowser.exe is defined.&lt;/P&gt;&lt;P&gt;Nor how to disable the start of the application.&lt;/P&gt;&lt;P&gt;If the application is deleted, replaced by a different one or if you try to disable the AD plugin for the browser, Maya fails to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 15:01:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6350592#M64411</guid>
      <dc:creator>h.schoenberger</dc:creator>
      <dc:date>2016-05-26T15:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6350690#M64412</link>
      <description>&lt;P&gt;PS: I noticed an other issue as well.&lt;/P&gt;&lt;P&gt;If I start a maya batch render in any background terminal, then my active application (e.g. this browser where I am writing into) looses the focus and is not the active app any more. I could assume that this is an issue with chromium being started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 15:23:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6350690#M64412</guid>
      <dc:creator>h.schoenberger</dc:creator>
      <dc:date>2016-05-26T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6353674#M64413</link>
      <description>&lt;P&gt;Had the same problem on an old macpro 2008, maya 2016 strarts normally but 2016.5 is really slow at start, but in my other mac pro 2013 is runnning well&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 23:13:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6353674#M64413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-27T23:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6355658#M64414</link>
      <description>&lt;P&gt;Thank you very much! Disabling CLIC IPM UI and CIP is boosting the start-up/shutdown to like it was with Maya 2016. Now the application only needs a few seconds (less then 5 seconds).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the path to acwebbrowser.exe over the Windows Task Manager by using right-click on it. I can find the acwebbrowser.exe at this location: "C:\Program Files (x86)\Autodesk\Autodesk Desktop App\AcWebBrowser".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 11:32:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6355658#M64414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6355669#M64415</link>
      <description>Hi &amp;gt;You can find the path to acwebbrowser.exe over the Windows Task Manager by using right-click on it. I know where it is as I tried to replace it. Which did not work. I am missing the information how Maya knows where the location of the application is defined. I have not found it in any of the Maya application files nor the registry.</description>
      <pubDate>Mon, 30 May 2016 11:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6355669#M64415</guid>
      <dc:creator>h.schoenberger</dc:creator>
      <dc:date>2016-05-30T11:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6356828#M64416</link>
      <description>&lt;P&gt;I found that in mac the problem is caused by&amp;nbsp;&lt;SPAN&gt;AdSSO&amp;nbsp;process but I tried quiting the process but is not fixing enything cause is rebooting every time a quit it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 08:02:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6356828#M64416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T08:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6356963#M64417</link>
      <description>Have you tried setting those environment variables on your OSX machine?</description>
      <pubDate>Tue, 31 May 2016 09:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6356963#M64417</guid>
      <dc:creator>h.schoenberger</dc:creator>
      <dc:date>2016-05-31T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6361688#M64418</link>
      <description>&lt;P&gt;I can´t find the&amp;nbsp;&lt;SPAN&gt;AcWebBrowser process on mac,I just install maya 2016 ext 2 sp 1 but the problem remains, maya hangs on startup and I cant acces login&amp;nbsp;my acount after maya starts cause when I try to login maya hangs again and never show the options&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 09:57:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6361688#M64418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-02T09:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6422532#M64419</link>
      <description>This worked for me too. Maya Mac 2016 Ext 2 was hanging for several minutes at startup, and it seemed related to the "Sign In" button, which, after maya became responsive, continued to create 1 minute hangs when clicked.&lt;BR /&gt;I killed the AdSSO process, restarted Maya and it becomes interactive fast.&lt;BR /&gt;I can quit and restart with the same good behavior. I'm guessing that if I restart the machine, it will return.</description>
      <pubDate>Wed, 06 Jul 2016 21:50:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6422532#M64419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-06T21:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6423520#M64420</link>
      <description>&lt;P&gt;I forget to tell you but I done a clean intallation&amp;nbsp;of my OSX and the problem is now&amp;nbsp;solved, no more lags on startup, I think is a bug with the older version of Maya but not sure&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 12:32:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/6423520#M64420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-07T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/7246231#M64421</link>
      <description>&lt;P&gt;Hi gang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CLIC is our licensing tech and we did have a few speed issues that were fixed. &amp;nbsp;I'm hopeful the bugs we fixed addresses what you're talking about, but please try out the new version and let me know. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's definitely frustrating when Maya doesn't start quickly and that's something we're working on. &amp;nbsp;The start up process is just one area to look at but it's definitely on our list. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We know that in an ideal world, every moment of your working day would be spent&amp;nbsp;&lt;U&gt;actually&lt;/U&gt;&amp;nbsp;making your art, and not dealing with&amp;nbsp;&lt;U&gt;how&lt;/U&gt;&amp;nbsp;to make art. How can we improve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please complete our 5 minute survey so that can improve Maya to make it feel and perform faster for you.&amp;nbsp; Your feedback will directly guide our product work.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can access our survey here:&amp;nbsp;&lt;A href="https://autodeskfeedback.az1.qualtrics.com/jfe/form/SV_0NY6W3dMthtyAFT" target="_blank" data-saferedirecturl="https://www.google.com/url?hl=en&amp;amp;q=https://autodeskfeedback.az1.qualtrics.com/jfe/form/SV_0NY6W3dMthtyAFT&amp;amp;source=gmail&amp;amp;ust=1500759324473000&amp;amp;usg=AFQjCNF6oaxaSEbrKhVCswE5s5JLJx6Itg"&gt;https://&lt;WBR /&gt;autodeskfeedback.az1.&lt;WBR /&gt;qualtrics.com/jfe/form/SV_&lt;WBR /&gt;0NY6W3dMthtyAFT&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 21:38:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/7246231#M64421</guid>
      <dc:creator>tj.galda</dc:creator>
      <dc:date>2017-07-21T21:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/7246814#M64422</link>
      <description>Hi TJ,&lt;BR /&gt;&lt;BR /&gt;Has this new tech made its way into the Linux version of Maya? Or are we still fish out of water when it comes to subscription activation?&lt;BR /&gt;&lt;BR /&gt;Thank!</description>
      <pubDate>Sat, 22 Jul 2017 14:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/7246814#M64422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-22T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2016.5 slow start-up</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/9200257#M64423</link>
      <description>&lt;P&gt;Thank you! I have been tearing my hair out because of this for over a day now. I added both variables in the Maya.env file like you suggested. The login control doesn't freeze Maya anymore. This saved my life!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 05:28:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2016-5-slow-start-up/m-p/9200257#M64423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-13T05:28:17Z</dc:date>
    </item>
  </channel>
</rss>

