glExtensions = (char*) glGetString(GL_EXTENSIONS);
It still works fine building to iOS, and I didn't change anything with initing the CCGLView so I'm at a total loss. Anyone run into this and have a fix?
Thanks,
Jordan
--
You received this message because you are subscribed to the Google Groups "Apportable discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apportable-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Program received signal SIGSEGV, Segmentation fault.
0x40920884 in glGetString () from /Users/jordan/.apportable/cache/devices/HT35EW900516/libs/libGLESv1_CM.so
(gdb) bt
#0 0x40920884 in glGetString () from /Users/jordan/.apportable/cache/devices/HT35EW900516/libs/libGLESv1_CM.so
#1 0x76314698 in __wrap_glGetString () from /Users/jordan/.apportable/SDK/Build/android-armeabi-debug/LittleAlchemistcopy/apk/lib/armeabi/libverde.so
#2 0x76502dcc in -[CCConfiguration getOpenGLvariables] (self=0x74671da0, _cmd=0x76844601 <L_OBJC_METH_VAR_NAME_44>)
at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/libs/cocos2d/CCConfiguration.m:168
#3 0x7650339c in -[CCConfiguration supportsDiscardFramebuffer] (self=0x74671da0, _cmd=0x7686899d <L_OBJC_METH_VAR_NAME_41>)
at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/libs/cocos2d/CCConfiguration.m:251
#4 0x7673c1f0 in -[CCGLView setupSurfaceWithSharegroup:] (self=0x6e9bf870, _cmd=0x76868883 <L_OBJC_METH_VAR_NAME_11>, sharegroup=0x0)
at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/libs/cocos2d/Platforms/iOS/CCGLView.m:200
#5 0x7673bca4 in -[CCGLView initWithFrame:pixelFormat:depthFormat:preserveBackbuffer:sharegroup:multiSampling:numberOfSamples:] (self=0x6e9bf870,
_cmd=0x76868820 <L_OBJC_METH_VAR_NAME_9>, frame=..., format=0x767e9ac0, depth=0, retained=0 '\000', sharegroup=0x0, sampling=0 '\000', nSamples=0)
at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/libs/cocos2d/Platforms/iOS/CCGLView.m:143
#6 0x7673b56c in +[CCGLView viewWithFrame:pixelFormat:depthFormat:preserveBackbuffer:sharegroup:multiSampling:numberOfSamples:] (
self=0x76871564 <OBJC_CLASS_$_CCGLView>, _cmd=0x7685629f <L_OBJC_METH_VAR_NAME_96>, frame=..., format=0x767e9ac0, depth=0, retained=0 '\000', sharegroup=0x0,
multisampling=0 '\000', samples=0) at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/libs/cocos2d/Platforms/iOS/CCGLView.m:120
#7 0x7665345c in -[AppController application:didFinishLaunchingWithOptions:] (self=0x7466b500, _cmd=0x76801377 <L_OBJC_METH_VAR_NAME_95>, application=0x74659ca0,
launchOptions=0x0) at /Users/jordan/Documents/cocosTest/LittleAlchemist/LittleAlchemist/LittleAlchemist/AppDelegate.m:125
#8 0x763403fc in -[UIApplication finishedLaunching] () from /Users/jordan/.apportable/SDK/Build/android-armeabi-debug/LittleAlchemistcopy/apk/lib/armeabi/libverde.so
#9 0x76341194 in __20_2D__5B_UIApplication_20_run_5D__block_invoke218 ()
from /Users/jordan/.apportable/SDK/Build/android-armeabi-debug/LittleAlchemistcopy/apk/lib/armeabi/libverde.so
#10 0x7392304c in _dispatch_call_block_and_release () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
#11 0x73923068 in _dispatch_client_callout () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
#12 0x73925bc8 in _dispatch_main_queue_callback_4CF () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
#13 0x73f08518 in ?? () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libCoreFoundation.so
#14 0x73f038e4 in ?? () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libCoreFoundation.so
#15 0x73f02f34 in CFRunLoopRunSpecific () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libCoreFoundation.so
#16 0x73f03c60 in CFRunLoopRunInMode () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libCoreFoundation.so
#17 0x744cc444 in ?? () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libFoundation.so
To unsubscribe from this group and stop receiving emails from it, send an email to apportable-discuss+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to apportable-disc...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to apportable-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Program received signal SIGSEGV, Segmentation fault.
0x7391f864 in objc_msgSend () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
(gdb) bt
#0 0x7391f864 in objc_msgSend () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
#1 0x7391f8b0 in objc_msgSend_uncached () from /Users/jordan/.apportable/SDK/sysroot/android/usr/lib/armeabi/libSystem.so
#2 0x43a00000 in ?? ()
#3 0x43a00000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)