Solving issue 1947: "RT frequently "forgets" ICM's working profile and crashes shortly after"

Also seems to fix frequent crash on Win32 ( http://rawtherapee.com/forum/viewtopic.php?f=3&t=4628 )
This commit is contained in:
Hombre
2013-09-10 01:07:53 +02:00
parent 7d04b6638d
commit c342288cf7
5 changed files with 39 additions and 38 deletions

View File

@@ -395,7 +395,7 @@ else ipf.ciecam_02 (cieView, adap, begh, endh,1, 2, labView, &params,customColCu
bool pro=false;
Glib::ustring chpro, outProfile;
bool present_space[9]={false,false,false,false,false,false,false,false,false};
std::vector<std::string> opnames = iccStore->getOutputProfiles ();
std::vector<Glib::ustring> opnames = iccStore->getOutputProfiles ();
//test if files are in system
for (int j=0; j<9; j++) {
// one can modify "option" [Color Management] to adapt the profile's name if they are different for windows, MacOS, Linux ??