View Single Post
Old 01-16-2024, 12:41 PM   #8
chrisridd
Guru
chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.chrisridd ought to be getting tired of karma fortunes by now.
 
chrisridd's Avatar
 
Posts: 983
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
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.
chrisridd is offline   Reply With Quote