AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
144 stars 47 forks source link

Abort trap: 6 #52

Closed giardiello closed 7 years ago

giardiello commented 7 years ago

Hi! Trying to use the tool to debayer a Sony Alfa 7 s II .ARW file. Every time get into the same issue:

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

Any suggestion?

miaoqi commented 7 years ago

Hi @giardiello, thanks for pointing it out! Since one of the dependencies - "aces_container" currently has the size restraint for the output, please use the following flag (-h: half size) for "rawtoaces" if you can:

rawtoaces -h input.raw

giardiello commented 7 years ago

Thanks. Figured it and done it, it works. I will run more tests now.

Thanks,

Il giorno 30/mag/2017, alle ore 07:10, Miaoqi Zhu notifications@github.com ha scritto:

Hi @giardiello, thanks for pointing it out! Since one of the dependencies - "aces_container" currently has the size restraint for the output, please use the following flag (-h: half size) for "rawtoaces" if you can:

rawtoaces -h input.raw

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.