In this case it isn't the file size that's the problem. "pbres -l Line.pbt" starts like this:
Code:
resource size compressed
--------------------------------------------
<theme.cfg> 137293 22902
AppStore:4 19036 3245
CardLogo:4 67832 33882
GooglePlay:4 20456 3688
about:4 12328 602
activate_account_on_eink:4 49736 493
activate_account_on_smartphone:4 49736 989
add_to_cloud:4 12328 584
adjustments:4 12328 182
adjustments_inv:4 12328 756
adobe_activation_layout:4 11360 1162
And it crashes on the "adobe_activation_layout:4" resource. if you run "pbres -u Line.pbt adobe_activation_layout:4" you get a JSON file. That completely freaks out bmp_from_bm() and you get your seg fault.