No, it won't work

Without c option the patch runs fine, but the font color became yellow:
./fontsizecolorpatch -p 61 -s 35 -m 37 -l 39 -d
Error getting symbol: adbg_CheckSystem
pc=41cdb670 lr=41cdb600 sp=5d79726f fp=94798000
r0=fffffe00 r1=80
r2=1 r3=0
symbol: valloc -> @0x419537e0
cannot read memory map
Addres for mprotect not found.
symbol: _ZN17CAceMPVideoPlayer11InitCaptionEv -> @0x02294e20
First font size patch location found at: @0x02294f1c.
Error writting @0
symbol: _ZN17CAceMPVideoPlayer21UpdateCaptionTextSizeEi -> @0x02293a38
Second font size patch location found at: @0x02293a78.
Error writting @200
symbol: _ZN11SCTextLayer12SetShadowPosEll -> @0x00d4d0b8
symbol: _ZN11SCTextLayer14SetShadowStyleEb -> @0x00d4f048
symbol: _ZN19CAceMPSubtitleLabel6CreateEiiiiPK6PCTask -> @0x022c0228
Trying patch shadow position.
Shadow position patched at: @0x022c0360 with value Z: 1.
Shadow position patched at: @0x022c036c with values X, Y: 1, 1.
Patching completed!
With -c option it fails the color patch:
./fontsizecolorpatch -p 61 -s 35 -m 37 -l 39 -d -c 0x80FFFF00
Error getting symbol: adbg_CheckSystem
pc=41cdb670 lr=41cdb600 sp=5d79726f fp=94798000
r0=fffffe00 r1=80
r2=1 r3=0
symbol: valloc -> @0x419537e0
cannot read memory map
Addres for mprotect not found.
symbol: _ZN17CAceMPVideoPlayer11InitCaptionEv -> @0x02294e20
First font size patch location found at: @0x02294f1c.
Error writting @0
symbol: _ZN17CAceMPVideoPlayer21UpdateCaptionTextSizeEi -> @0x02293a38
Second font size patch location found at: @0x02293a78.
Error writting @200
symbol: _ZN19CAceMPSubtitleLabel6CreateEiiiiPK6PCTask -> @0x022c0228
Unable to continue. Font color patch address not found.
symbol: _ZN11SCTextLayer12SetShadowPosEll -> @0x00d4d0b8
symbol: _ZN11SCTextLayer14SetShadowStyleEb -> @0x00d4f048
symbol: _ZN19CAceMPSubtitleLabel6CreateEiiiiPK6PCTask -> @0x022c0228
Trying patch shadow position.
Shadow position patched at: @0x022c0360 with value Z: 1.
Shadow position patched at: @0x022c036c with values X, Y: 1, 1.
Patching completed!
New problem: if I run it with -n exeDSP I got segfault, but last time it worked:
./fontsizecolorpatch -n exeDSP -s 35 -m 37 -l 39 -d
Error getting symbol: adbg_CheckSystem
Segmentation fault
With -p option it works.
Thanks
Laszlo