Any updates on this one? It’s killing me…
Error running on iPadSoftware: Away3D 4.x |
||
|
||
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
try{
|
||
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;
|
||
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?
|
||
|
||
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: 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:
|
||
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 File Attachments 0001-iOS-Debug-Fix-for-NPE-in-RenderableMergeSort.patch (File Size: 1KB - Downloads: 0) |
||
|