Quote:
Originally Posted by Phil_C
Yes, kobopatch.bat fails.
Here is the end of the log file. Let me know if you need more.
|
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.