Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Soft Crashes on DeleteObj() command calls
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alok Gandhi  
View profile  
 More options May 14 2012, 4:33 pm
From: Alok Gandhi <alok.gandhi2...@gmail.com>
Date: Mon, 14 May 2012 16:33:38 -0400
Local: Mon, May 14 2012 4:33 pm
Subject: Soft Crashes on DeleteObj() command calls

It has been a long time since I am dealing with this bug. Sometimes, when I
call the Application.DeleteObj() command in python (though not sure for
Java or VB), it crashes. This is not a consistent behaviour and is hence it
is not easy to repro.  Has anyone else dealt with this issue before ?

--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Lapointe  
View profile  
 More options May 14 2012, 4:40 pm
From: Xavier Lapointe <xl.mailingl...@gmail.com>
Date: Mon, 14 May 2012 16:40:34 -0400
Local: Mon, May 14 2012 4:40 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

Not really helping, but i remember we had this issue 1 or 2 years ago.
Mostly happens on big selections right?

If you can reproduce the crash consistently over a set of objects, maybe
you could try the following approaches:

   - Loop over the selection and delete them one by one
   - Slice the selection in group of N objects
   -
   - xsi.Desktop.RedrawUI() or xsi.SceneRefresh()
      - These 2 are wild guesses, but I remember solving a consistent scene
      crashes while doing batch operations and those solved it.

Good luck (And hopefully they can solve this.)

2012/5/14 Alok Gandhi <alok.gandhi2...@gmail.com>

> It has been a long time since I am dealing with this bug. Sometimes, when
> I call the Application.DeleteObj() command in python (though not sure for
> Java or VB), it crashes. This is not a consistent behaviour and is hence it
> is not easy to repro.  Has anyone else dealt with this issue before ?

> --

--
Xavier

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alok Gandhi  
View profile  
 More options May 14 2012, 4:52 pm
From: Alok Gandhi <alok.gandhi2...@gmail.com>
Date: Mon, 14 May 2012 16:52:14 -0400
Local: Mon, May 14 2012 4:52 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

It is not because of a big selection. For me it usually happens with a
model selected. Of course there is a lot of stuff under the model itself.
In this particular case the model has a camera and few properties.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alok Gandhi  
View profile  
 More options May 14 2012, 4:52 pm
From: Alok Gandhi <alok.gandhi2...@gmail.com>
Date: Mon, 14 May 2012 16:52:55 -0400
Local: Mon, May 14 2012 4:52 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

I will try xsi.Desktop.RedrawUI() or xsi.SceneRefresh() thanks Mr. X


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Lapointe  
View profile  
 More options May 14 2012, 4:54 pm
From: Xavier Lapointe <xl.mailingl...@gmail.com>
Date: Mon, 14 May 2012 16:54:54 -0400
Local: Mon, May 14 2012 4:54 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

Also, are these referenced or local models? Might be a delta issue ..

2012/5/14 Alok Gandhi <alok.gandhi2...@gmail.com>

> I will try xsi.Desktop.RedrawUI() or xsi.SceneRefresh() thanks Mr. X

--
Xavier

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alok Gandhi  
View profile  
 More options May 14 2012, 4:56 pm
From: Alok Gandhi <alok.gandhi2...@gmail.com>
Date: Mon, 14 May 2012 16:56:57 -0400
Local: Mon, May 14 2012 4:56 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

All local Models, but hey xsi.Desktop.RedrawUI() seems to work ! yay ! just
need to do run this quite a few times to actually know it is working,
thanks again !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xavier Lapointe  
View profile  
 More options May 14 2012, 4:59 pm
From: Xavier Lapointe <xl.mailingl...@gmail.com>
Date: Mon, 14 May 2012 16:59:51 -0400
Local: Mon, May 14 2012 4:59 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

Holy crap. Touching wood.

I'm wondering why RedrawUI is necessary in such cases (if it actually helps
and this is not a coincidence). The other time was something with exporting
Render Archive ..

Meh.

2012/5/14 Alok Gandhi <alok.gandhi2...@gmail.com>

> All local Models, but hey xsi.Desktop.RedrawUI() seems to work ! yay !
> just need to do run this quite a few times to actually know it is working,
> thanks again !

--
Xavier

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alok Gandhi  
View profile  
 More options May 14 2012, 5:03 pm
From: Alok Gandhi <alok.gandhi2...@gmail.com>
Date: Mon, 14 May 2012 17:03:47 -0400
Local: Mon, May 14 2012 5:03 pm
Subject: Re: Soft Crashes on DeleteObj() command calls

I guess the redrawUI somehow cleans the internal scene graph as well (weird
though)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »