PyUpdater icon indicating copy to clipboard operation
PyUpdater copied to clipboard

[ERROR] size does not fit in an int

Open hohband opened this issue 5 years ago • 3 comments

The following error occurred when I try to package the 2nd version and generate the first patch. FYI: The packaged file is quite large, 3,174 MB, I guess it might be the reason

pyupdater pkg --process --sign [INFO] PyUpdater 3.1.1 [INFO] Processing packages... [INFO] Patch support enabled [INFO] Generating package list [INFO] Starting patch creation [INFO] Creating patch... Anvsoft BetterVideo-win-stable-2 size does not fit in an int [ERROR] size does not fit in an int

hohband avatar Dec 05 '20 19:12 hohband

Same issue. Did you find a fix? @hohband

mnauf avatar Feb 11 '21 12:02 mnauf

@hohband for the time being, I suggest you use diff and patch. I also have a 3 GB software and following this helped.

mnauf avatar Feb 12 '21 12:02 mnauf

@hohband Are the large file sizes due to shipping large assets inside of the application? I ask as PyUpdater allows external versioned assets.

JMSwag avatar Apr 18 '21 18:04 JMSwag