Latest android SDL2 crashes on some phones when loading/play |
Latest android SDL2 crashes on some phones when loading/play |
gabomdq
|
2013/1/26 Giorgos Sarris
What's the line that crashes in libSDL2.so? . #01 pc 0002e4e4 /mnt/asec/com.crazysoft.theodyssey-1/lib/libSDL2.so You can use something like this http://stackoverflow.com/questions/5314036/how-to-use-addr2line-in-android to find out which line of code belongs to each PC -- Gabriel. |
|||||||||||||
|
Latest android SDL2 crashes on some phones when loading/play |
gabomdq
|
2013/1/26 Giorgos Sarris
As a benefit for future generations (http://xkcd.com/979/), I helped Giorgos debug this off list, it turned out there was no problem in SDL, at least in this particular case :) Gabriel. |
|||||||||||||
|
Latest android SDL2 crashes on some phones when loading/play |
Sik
|
Huh, what was the problem then? :P
2013/1/27, Gabriel Jacobo:
SDL mailing list http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org |
|||||||||||||||
|
Latest android SDL2 crashes on some phones when loading/play |
Giorgos Sarris
Guest
|
I fopen many sound files in a row without then checking is the fopen file is NULL.
That caused errors in some samsung models. -------- Original Message -------- Subject: Re: [SDL] Latest android SDL2 crashes on some phones when loading/playing sound files From: Sik the hedgehog To: SDL Development List Date: 27/01/2013 23:37
|
|||||||||||||||||||
|