View Single Post
Old 04-16-2022, 02:17 PM   #17
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Phil_C View Post
Yes, kobopatch.bat fails.

Here is the end of the log file. Let me know if you need more.

Spoiler:
Code:
          |         could not apply patch "Custom header/footer captions": line 297: inst 4: ReplaceZlib: find string not found in stream (footerMargin:106;)
        --> could not apply patch "Custom header/footer captions": line 297: inst 4: ReplaceZlib: find string not found in stream (footerMargin:106;)
This is what's in Part 3 of an un-customised nickel.yaml file for fw 4.32.19501 Lines 352-362:
Code:
        # Customise one or more of the 3 Replace values below as required
          # Touch/Mini/Touch2/Glo/Aura/Aura2/Nia
          # N.B. Touch/Mini/Touch2 could be reduced to 57 with no ill effects
        - {Find: "footerMargin: 105;", Replace: "footerMargin:64;"}
        
          # AuraHD/AuraH2O/AuraH2O2/GloHD/ClaraHD/LibraH2O/Libra2
          # N.B. AuraH2O/AuraH2O2/GloHD/ClaraHD could be reduced to 102 with no ill effects
        - {Find: "footerMargin: 170;", Replace: "footerMargin:116;"}
        
          # AuraOne/Forma/Sage/Elipsa
        - {Find: "footerMargin: 221;", Replace: "footerMargin:133;"}
That error message suggests that your customised nickel.yaml file contains
Code:
Find: "footerMargin:106;"
somewhere (possibly Line 355 ???). You should only be changing "Replace" values, not "Find" values. Maybe an accidental edit during your customisation? If you correct the rogue "Find" it should work OK.
jackie_w is offline   Reply With Quote