Log in

View Full Version : Colourlike unhandled C++ exception


gwendolien
22nd May 2018, 22:05
In the last line of this code-snippet I'm getting an "unhandled C++ exception" error.
Anybody Any clue what to do to solve this?

DV.ConvertToYV12.WriteHistogram("dvd hist 100.txt", 100)
VHS.ConvertToYV12.WriteHistogram("vhs hist 100.txt", 100)
VHS=VHS.ConvertToYV12.Colourlike("vhs hist.txt", "dvd hist.txt")

StainlessS
23rd May 2018, 00:19
No idea how to fix the exception, the author is unlikely to return (gone for the big sleep I think).

But, you might try using the same filenames as the ones that you wrote.

Also, suggestion, SPACE's in filenames are sometimes a real problem (not above but), best avoid them as a rule of thumb.

Also #2, if you dont get good results, maybe you like to try GamMatch() [not GamMac(), but from the same thread].

gwendolien
23rd May 2018, 11:01
THANKS, StainLessS.
The solution: I copied/pasted the few lines into ascript of mine....
and so I copied the wrong filenames as well...
Runs OK now, results: mwah...