AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
144 stars 47 forks source link

Assertion Failure with Canon 5DS and Sony a7rm2 #79

Closed agentirons closed 7 years ago

agentirons commented 7 years ago

I was testing the new aces-gain flag against various sample images and found two that gave the following error in OS X 10.11.6 using the latest rawtoaces master:

Assertion failed: (outputBufferSize < 150e6), function configure, file /Users/jonathon/aces_container/aces_Writer.cpp, line 212. Abort trap: 6

The two affected cameras are the Canon 5DS (using --wb-method 0 and --mat-method 1) and the Sony a7R II, using RAW test files pulled from DP Review. I tried more than one of each to be sure.

miaoqi commented 7 years ago

Hi, for large files, please use "-h" flag. We could make the file size threshold larger, but we will use "150e6" now. Thanks!

agentirons commented 7 years ago

Got it, thanks!