Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Hi
I tried the integration Sample and it crashed on startup. Ive attached a screenshot. Please let me know how to proceed.
Thx
Sanjit
I tried the integration Sample and it crashed on startup. Ive attached a screenshot. Please let me know how to proceed.
Thx
Sanjit
- Attachments
-
- crash.jpg (215.02 KiB) Viewed 5349 times
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Hi,
I verified that the sample is working for us in both iPhone and iPad (retina and nor retina) on iOS 5 and iOS 6.1. There have to be a problem we are not catching. In fact, the trace that appears in the screen makes nosense. That is probably because is a release distribution. Could you test the example with the debug lib that is located here:
http://www.noesisengine.com/NoesisGui/0 ... 9.4194.zip
With this library, you will see an assert in the sample because, stencil is not being active (although the sample does not use it at all). To disable this assert, please, enable Stencil in the sample:
More things would be interesting to check to help us:
I verified that the sample is working for us in both iPhone and iPad (retina and nor retina) on iOS 5 and iOS 6.1. There have to be a problem we are not catching. In fact, the trace that appears in the screen makes nosense. That is probably because is a release distribution. Could you test the example with the debug lib that is located here:
http://www.noesisengine.com/NoesisGui/0 ... 9.4194.zip
With this library, you will see an assert in the sample because, stencil is not being active (although the sample does not use it at all). To disable this assert, please, enable Stencil in the sample:
Code: Select all
...
view.drawableDepthFormat = GLKViewDrawableDepthFormat24;
view.drawableStencilFormat = GLKViewDrawableStencilFormat8;
view.drawableMultisample = GLKViewDrawableMultisample4X;
...
- Do you have an iPhone to test?
- Do you have a 6.1 device to test? (we couldn't check on 6.0, only in 6.1)
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Crashed again with the debug builds. Tried it on iPad4 Retina and iPod Touch 4g . Attaching the screenshots.
Also noticed mInitialized=false....
Hope these help
Sanjit
Also noticed mInitialized=false....
Hope these help
Sanjit
- Attachments
-
- crash-iPodTouch4-iOS5.1.jpg (227.52 KiB) Viewed 5334 times
-
- crash-iPad4Retina-iOS6.0.jpg (236.32 KiB) Viewed 5334 times
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Hmm... one of our assert() is failing. And the unique explanation I can find is that ->InitSystems() is being invoked twice on your device. Could you verify that? That method is invoked from SetupGL, that should be invoked only once.
Besides, this version, generate a .log in the /tmp/ folder of the application. Could you attach it to me?
Thanks.
Besides, this version, generate a .log in the /tmp/ folder of the application. Could you attach it to me?
Thanks.
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Is the .log file on the device ? How do I access it ?
Sanjit
Sanjit
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Sorry, got it... ive attached the .log.
(zipped as I was unable to attache a file with a .log extension).
Sanjit
(zipped as I was unable to attache a file with a .log extension).
Sanjit
- Attachments
-
- NsLog.Sanjits-iPad.log.zip
- (17.97 KiB) Downloaded 345 times
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Hi,
I created a lib with more instrumentation, could you replate your libNoesis.a with this one
http://www.noesisengine.com/NoesisGui/0 ... Noesis.zip
rebuild the project, launch and send us the log again?
Thanks!
I created a lib with more instrumentation, could you replate your libNoesis.a with this one
http://www.noesisengine.com/NoesisGui/0 ... Noesis.zip
rebuild the project, launch and send us the log again?
Thanks!
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
Here goes ... log attached.
- Attachments
-
- NsLog.Sanjits-iPad.log.zip
- (17.98 KiB) Downloaded 342 times
Re: Crash 0.9.9 - iOS 6.0 - iPad4 - XCode 4.5
It seems that the latest changed are not present in your build. I think you must do a clean and later build of the project. I have verified that I sent you the proper lib.
Could you try it please?
Could you try it please?
Who is online
Users browsing this forum: No registered users and 3 guests