<?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 Maya 2022 UPDATE2 crash on move snap (v) in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10682526#M9551</link>
    <description>&lt;P&gt;We are getting an instant crash on attached scene when doing the following:&lt;/P&gt;&lt;P&gt;1) Create a locator&lt;/P&gt;&lt;P&gt;2) Switch to move tool&lt;/P&gt;&lt;P&gt;3) Hold down 'v' and drag locator towards camera:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snapshot.png" style="width: 666px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/976169i076C42C8E767A6AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="snapshot.png" alt="snapshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Centos 7.9, nvidia&amp;nbsp;460.73.01&lt;/P&gt;&lt;LI-CODE lang="general"&gt;//last tool: Move
//====================================================
//panel with focus: modelPanel4
//visible panels:
// modelPanel4 outlinerPanel1 
//====================================================
  /lib64/libGL.so.1(+0x445e9) [0x7fa7b915c5e9]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Oct 2021 09:26:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-12T09:26:42Z</dc:date>
    <item>
      <title>Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10682526#M9551</link>
      <description>&lt;P&gt;We are getting an instant crash on attached scene when doing the following:&lt;/P&gt;&lt;P&gt;1) Create a locator&lt;/P&gt;&lt;P&gt;2) Switch to move tool&lt;/P&gt;&lt;P&gt;3) Hold down 'v' and drag locator towards camera:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="snapshot.png" style="width: 666px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/976169i076C42C8E767A6AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="snapshot.png" alt="snapshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Centos 7.9, nvidia&amp;nbsp;460.73.01&lt;/P&gt;&lt;LI-CODE lang="general"&gt;//last tool: Move
//====================================================
//panel with focus: modelPanel4
//visible panels:
// modelPanel4 outlinerPanel1 
//====================================================
  /lib64/libGL.so.1(+0x445e9) [0x7fa7b915c5e9]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 09:26:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10682526#M9551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-12T09:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766650#M9552</link>
      <description>&lt;P&gt;My Matchmove Department ran into this as well and it gets a show breaker!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System Specs&lt;/STRONG&gt;: (happend on other hardware specs as well with same CentOS)&lt;/P&gt;&lt;P&gt;Operating System: CentOS Linux release 7.7.1908 (Core)&lt;/P&gt;&lt;P&gt;processor: Intel(R) Xeon(R) W-2133 CPU @ 3.60GHz&lt;BR /&gt;display: GeForce GTX 1070 Ti&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue:&lt;BR /&gt;if you run this scrip and then try to snap one locator to an other, the scene will Crash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;from maya import cmds

count = 3

for x in range(0, count):
    for z in range(0, count):
        x_val = x
        z_val = z
        item = cmds.spaceLocator()[0]
        cmds.setAttr(item + '.tx', x_val)
        cmds.setAttr(item + '.tz', z_val)

cmds.camera()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the locator gets created without code, it will not crash! (or at least i was not able to reproduce the issue, wth a hand made scene)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;BR /&gt;Hide the camera,and the scene will not crash as well.&lt;/P&gt;&lt;P&gt;Or Work on windows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached a file with GDB and strace log&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:55:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766650#M9552</guid>
      <dc:creator>kolja.huebschmann</dc:creator>
      <dc:date>2021-11-18T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766663#M9553</link>
      <description>&lt;P&gt;Hi Kolja&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe you can bypass some of these crashes by setting the following environment variable:&lt;/P&gt;&lt;BLOCKQUOTE&gt;export MAYA_DISABLE_PARALLEL_SELECT_TEST=1&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:57:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766663#M9553</guid>
      <dc:creator>johan8CZ8M</dc:creator>
      <dc:date>2021-11-18T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766693#M9554</link>
      <description>Hi Johan,&lt;BR /&gt;thanks a lot for this fast and helpfull reply - it worked so far! (We had crashes with UV move, extrude, bevel ... lets see if it helps with these as welll)&lt;BR /&gt;&lt;BR /&gt;Did you find any documentation/info about the MAYA_DISABLE_PARALLEL_SELECT_TEST env var?</description>
      <pubDate>Thu, 18 Nov 2021 17:16:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766693#M9554</guid>
      <dc:creator>kolja.huebschmann</dc:creator>
      <dc:date>2021-11-18T17:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766697#M9555</link>
      <description>&lt;P&gt;Haven't seen any.. If you search for the env var in this forum you will see the thread were this comes up.&lt;/P&gt;&lt;P&gt;Not sure if it's best to remove it once these bugs have been fixed in update 3?...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 17:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766697#M9555</guid>
      <dc:creator>johan8CZ8M</dc:creator>
      <dc:date>2021-11-18T17:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Maya 2022 UPDATE2 crash on move snap (v)</title>
      <link>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766715#M9556</link>
      <description>yes did see it in the forum with the isolate selection and now in this forum (google).&lt;BR /&gt;Properly its worth a test removing it with update 3 - sounds like a speed improvement in general, not turning it off.</description>
      <pubDate>Thu, 18 Nov 2021 17:32:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/maya-2022-update2-crash-on-move-snap-v/m-p/10766715#M9556</guid>
      <dc:creator>kolja.huebschmann</dc:creator>
      <dc:date>2021-11-18T17:32:09Z</dc:date>
    </item>
  </channel>
</rss>

