mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
MIT License
3.32k stars 137 forks source link

Capacity parameter (16) is too large for this file format (max is 1) #7

Closed JRayvon closed 6 years ago

JRayvon commented 6 years ago

Thanks for the wonderful console app. But, I'm getting an error as below when I followed your instructions:

screen shot 2018-08-02 at 4 04 40 pm

You did mention that Apple has removed "o" parameter from the "si" array (themeMode). But, I noticed that it still exists in the json snippet.

mczachurski commented 6 years ago

Hi, I removed themeMode parameter, however I don't know why do you have error. Can you provide some more information like OS and Swift versions.

JRayvon commented 6 years ago

Hi mczachurski,

Thanks for updating the snippet.

Well, I did try to run with and without the "themeMode" in json file earlier. Unfortunately, was greeted with the same error. FYI, I'm using High Sierra 10.13.6 and xcode 9.4.1 (swift 4.1).

JRayvon commented 6 years ago

My dear friend mczachurski,

Your console app works flawlessly in Mojave 10.14 Beta (18A347e) + Xcode v10.0 beta 4 (10L213o). Thank you so much!

P/S: The problem only occurs when I try to run in High Sierra 10.13.6 + Xcode v9.4.1

Please proceed to close this issue. Thanks again. :)