Log tone mapping vs color similarity mask

Hello. Art “freeze” when using the color similarity mask (module color/tone selection) with the picker after using the log tone mapping module (automatic button pressed plus box “automatic” checked). I’m using ART version e2356c271 with linux mint.

I second this with latest Windows stable.

I had to search a while for this “color similarity mask”. I found this one, but none in “color”.

grafik

Edit: Found it. Was looking in the colors-tab.

No log possible since it freezes but refuses to crash ultimately. Every minute there appeares a new line.

grafik

Windows protocol:

Protokollname: Application
Quelle:        Application Hang
Datum:         12.11.2021 18:50:25
Ereignis-ID:   1002
Aufgabenkategorie:(101)
Ebene:         Fehler
Schlüsselwörter:Klassisch
Benutzer:      Nicht zutreffend
Computer:      Schranzwerk
Beschreibung:
Das Programm ART.exe Version 0.0.0.0 hat die Interaktion mit Windows beendet und wurde geschlossen. Überprüfen Sie den Problemverlauf in der Systemsteuerung "Sicherheit und Wartung", um nach weiteren Informationen zum Problem zu suchen.
 Prozess-ID: d18
 Startzeit: 01d7d7ed272392f7
 Beendigungszeit: 14
 Anwendungspfad: C:\ART\ART.exe
 Bericht-ID: e3f9081c-fbb8-4805-86e2-1e686f063125
 Vollständiger Name des fehlerhaften Pakets: 
 Relative Anwendungs-ID des fehlerhaften Pakets: 
 Absturztyp: Cross-thread

Ereignis-XML:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Hang" />
    <EventID Qualifiers="0">1002</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>101</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2021-11-12T17:50:25.0937621Z" />
    <EventRecordID>4300</EventRecordID>
    <Correlation />
    <Execution ProcessID="13424" ThreadID="0" />
    <Channel>Application</Channel>
    <Computer>Schranzwerk</Computer>
    <Security />
  </System>
  <EventData>
    <Data>ART.exe</Data>
    <Data>0.0.0.0</Data>
    <Data>d18</Data>
    <Data>01d7d7ed272392f7</Data>
    <Data>14</Data>
    <Data>C:\ART\ART.exe</Data>
    <Data>e3f9081c-fbb8-4805-86e2-1e686f063125</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>Cross-thread</Data>
    <Binary>430072006F00730073002D0074006800720065006100640000000000</Binary>
  </EventData>
</Event>

I can reproduce what @Mickabail observed, in ART compiled yesterday (commit beab0a7).
It also happened with Log tone Mapping turned OFF.
It also happened in the Smoothing module.

New message at compilation of commit 207f34c (cleaned up cmake options…) that do not prevent a full compilation.
Compilation.txt (2.1 KB)

The problem seems solved. Thank you @agriggio !