Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
iOS crash issue (possibly plugin related) with Gideros 2013.09.1 - Solved — Gideros Forum

iOS crash issue (possibly plugin related) with Gideros 2013.09.1 - Solved

kussakovkussakov Member
edited October 2013 in Bugs and issues
Never mind.
I had to change some linker option for one of the plugins.

--------------------------
Guys,

When I upgraded to Gideros 2013.09.1 (from 2013.06) I tried to recompile the player along with my plugins.
When I run it (without an app it does not crash), but when I start an app I get the following crash.
I am stuck. I saw other threads with users experiencing similar crashes on iOS or Android and the suggestion was to rebuild with the latest headers and libraries. But I have no choice, but to rebuild with the latest since they are in the GiderosiOSPlayer project shipped with Gideros 2013.09.1.

Any clues what might be wrong by looking at the details?

Crash details:

*visit(EnterFrameEvent* v)* stack NOT ok begin:0 end:3 delta:0
*CppLuaBridge::luaEvent* stack NOT ok begin:0 end:3 delta:0
*enterFrame* stack NOT ok begin:0 end:3 delta:0

#0 0x3b00a574 in strlen ()
#1 0x00170f2e in std::__1::char_traits::length(char const*) [inlined] at /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:644
#2 0x00170f26 in std::__1::basic_string, std::__1::allocator >::basic_string(char const*) [inlined] at /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:1783
#3 0x00170f26 in std::__1::basic_string, std::__1::allocator >::basic_string(char const*) [inlined] at /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:1784
#4 0x00170f26 in LuaException::LuaException(LuaException::Type, char const*) at /Users/atilim/myprojects/gideros/ios/iosplayer/../../luabinding/luaapplication.h:39
#5 0x0016f840 in LuaApplication::enterFrame() at /Users/atilim/myprojects/gideros/ios/iosplayer/../../luabinding/luaapplication.cpp:903
#6 0x0017fb9e in ApplicationManager::drawFrame() at /Users/atilim/myprojects/gideros/ios/iosplayer/iosplayer/giderosapi.mm:842
#7 0x000997f8 in -[ViewController drawFrame] at ..../Desktop/GiderosiOSPlayer/GiderosiOSPlayer/ViewController.m:147
#8 0x006345fe in -[DYDisplayLinkInterposer forwardDisplayLinkCallback:] ()
#9 0x32c56042 in CA::Display::DisplayLinkItem::dispatch() ()
#10 0x32c55dec in CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) ()
#11 0x3587e76c in IOMobileFramebufferVsyncNotifyFunc ()
#12 0x314dae6c in IODispatchCalloutFromCFMessage ()
#13 0x307b8b88 in __CFMachPortPerform ()
#14 0x307c377e in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#15 0x307c371a in __CFRunLoopDoSource1 ()
#16 0x307c1ee6 in __CFRunLoopRun ()
#17 0x3072c540 in CFRunLoopRunSpecific ()
#18 0x3072c322 in CFRunLoopRunInMode ()
#19 0x354632ea in GSEventRunModal ()
#20 0x32fe31e4 in UIApplicationMain ()
#21 0x00095bce in main at ..../Desktop/GiderosiOSPlayer/GiderosiOSPlayer/main.m:12
#22 0x00095b58 in start ()

Thanks

Vlad

Comments

Sign In or Register to comment.