Error running on iPad

Software: Away3D 4.x

Avatar
Jens Chr Brynildsen, Administrator
Posted: 12 November 2012 12:18 PM   Total Posts: 70   [ # 16 ]

Any updates on this one? It’s killing me…

 

   

bluntcoder, Newbie
Posted: 12 November 2012 11:52 PM   Total Posts: 19   [ # 17 ]

I’ve heard nothing since I notified them. There has been some activity on the adobe bug forums, saying something about mode “direct” needing to be on, but that’s not the problem cause the app wouldn’t function in the first place. I also have <depthAndStencil>true</depthAndStencil> on as well, which may have something to do with it.. since it’s a sorting problem? I dunno. I can’t have that feature off.

 

   

bmoss, Newbie
Posted: 17 December 2012 03:51 PM   Total Posts: 4   [ # 18 ]

We are using dev branch and for us this working without errors

var aid uint
    
var bid uint
    
try {
     aid 
head.renderOrderId;
    
catch(e:*){
     aid 
0;
    
try{
     
if(head && headB)
     
{
      
if (head.zIndex headB.zIndex{
       l 
head;
       
head head.next;
      
}
      
else {
       l 
headB;
       
headB headB.next;
      
}
     }
     
    }catch
(e:Error){
     
return null;
    

 

   

paullaster, Newbie
Posted: 14 February 2013 06:35 AM   Total Posts: 20   [ # 19 ]

Hi,  Has anyone found a fix or workaround for this error.  On an Ipad 2 it goes wrong in several parts of the RenderableMergeSort class.  I am using the new 3.6 SDK and the problem still exists on a Standard debug export.  To make things worse it sometimes silently fails.

A little help on this would be great.

 

   

3dNewb, Sr. Member
Posted: 22 March 2013 09:01 AM   Total Posts: 105   [ # 20 ]

Just updated to Air 3.7 beta, this bug seems to have move up a few lines.

Line 56 it tells me about a null object, even though there isn’t any.

headB slow.next;
   
slow.next null;

   
// recurse
   
head mergeSortByDepth(head); // <--- ERROR, null object reference
   
headB mergeSortByDepth(headB); 

 

   

mattmogford, Newbie
Posted: 25 June 2013 11:24 AM   Total Posts: 23   [ # 21 ]

I’m using Air 3.7 and getting the null object reference on the same line as 3dNewb.

Has anyone found a workaround for this yet?

 

   

dtramer2, Newbie
Posted: 29 June 2013 03:13 PM   Total Posts: 16   [ # 22 ]

Looks like this bug has been withdrawn because “cannotreproduce”.

I voted for it again.  Maybe someone should just open a new one since this one has been withdrawn.

https://bugbase.adobe.com/index.cfm?event=bug&id=3356966

 

   

c.keimel, Newbie
Posted: 29 June 2013 03:43 PM   Total Posts: 3   [ # 23 ]

I am having this problem when trying to debug on an iPad Mini although it works when not debugging.

Version Data:
iPad Mini iOS: 6.1.3
Flash Builder: 4.7
AIR: 3.7
Away3D: commit a1167ad

But in my case I kann also see headB beeing NULL in the debugger. This happens on the second pass of the while loop. I don’t fully understand the code, but I think the intention of the loop definition is to break, when eitehr head or headB is null.

If I change Line 126 of RenderableMergeSort to this:

while (head && headB && head != null && headB != null

everything works fine.

 

   

c.keimel, Newbie
Posted: 29 June 2013 04:01 PM   Total Posts: 3   [ # 24 ]

Posted a new Issue:
https://github.com/away3d/away3d-core-fp11/issues/595

 

   

c.keimel, Newbie
Posted: 29 June 2013 04:03 PM   Total Posts: 3   [ # 25 ]

Here is a git patch you can use to do the code change grin

 

File Attachments    

Matej, Jr. Member
Posted: 24 September 2013 11:27 AM   Total Posts: 38   [ # 26 ]

I get this error on ipod Touch 5gen
sdk 3.9

 

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X