Label render crash

@kalika06 hi, please check does follow PR fix your issue, I have test on Android and works fine:

And a update PR about this: fix #206 by halx99 · Pull Request #208 · adxeproject/adxe · GitHub

1 Like


I made the font size smaller and it worked, but I’m not sure if this will help.

[quote=“Cshift, post:22, topic:50218”]
I made the font size smaller and it worked, but I’m not sure if this will help.
[/quote] The root cause is the CustomCommand no properly copy or move assign constructor for std::vector resize operation, for detail please see:

1 Like