Pincabonaute
Messages : 1515 Département : Belgique
| Sujet: Re: [TUTO] Pilotage de Ledstrip adressable style "Teensy" via WEMOS D1 PRO Dim 31 Déc 2017 - 20:56 | |
| Salut, réinstallation pour moi en cette fin d'année d'un W10 officiel Pour l'instant tout fonctionne VP, DOF mais je bloque sur les ledstrips Il y a juste le port COM qui à changé de 4 en 3 sur ma nouvelle installation [Vous devez être inscrit et connecté pour voir cette image]J'ai refait le tuto en changeant le port du cabinet.xml : COM3 / 9 bandes de 72 led pas de ledstrip sur les côtés - Code:
-
<?xml version="1.0"?> <Cabinet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Pincabonaute</Name> <OutputControllers> <TeensyStripController> <Name>TeensyStripController</Name> <NumberOfLedsStrip1>648</NumberOfLedsStrip1> <NumberOfLedsStrip2>0</NumberOfLedsStrip2> <NumberOfLedsStrip3>0</NumberOfLedsStrip3> <NumberOfLedsStrip4>0</NumberOfLedsStrip4> <NumberOfLedsStrip5>0</NumberOfLedsStrip5> <NumberOfLedsStrip6>0</NumberOfLedsStrip6> <NumberOfLedsStrip7>0</NumberOfLedsStrip7> <NumberOfLedsStrip8>0</NumberOfLedsStrip8> <ComPortName>COM3</ComPortName> </TeensyStripController> </OutputControllers> <Toys> <LedStrip> <Name>PF Back</Name> <Width>72</Width> <Height>9</Height> <LedStripArrangement>RightLeftAlternateTopDown</LedStripArrangement> <ColorOrder>GRB</ColorOrder> <FirstLedNumber>0</FirstLedNumber> <FadingCurveName>Linear0To224</FadingCurveName> <OutputControllerName>TeensyStripController</OutputControllerName> </LedStrip> <LedWizEquivalent> <Name>LedWizEquivalent 30</Name> <Outputs> <LedWizEquivalentOutput> <OutputName>PF Back</OutputName> <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber> </LedWizEquivalentOutput> </Outputs> <LedWizNumber>30</LedWizNumber> </LedWizEquivalent> </Toys> <AutoConfigEnabled>true</AutoConfigEnabled> </Cabinet>
Mais rien backboard noire sur VP mon directoutput.log - Code:
-
--------------------------------------------------------------------------------- 2017.12.31 20:48:24.082 DirectOutput Logger initialized 2017.12.31 20:48:24.082 DirectOutput Version 0.9.6340.36772 as of 2017.05.11 20:25 2017.12.31 20:48:24.083 Global config loaded from: C:\DIRECTOUTPUT\config\GlobalConfig_B2SServer.xml 2017.12.31 20:48:24.083 Loading Pinball parts 2017.12.31 20:48:24.083 Loading cabinet 2017.12.31 20:48:24.083 Will load cabinet config file: C:\DirectOutput\cabinet.xml 2017.12.31 20:48:24.307 1 output controller defnitions and 2 toy definitions loaded from cabinet config. 2017.12.31 20:48:24.309 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig. 2017.12.31 20:48:24.309 Cabinet auto configuration started 2017.12.31 20:48:24.327 Detected and added Pinscape Controller Nr. 1 with name Pinscape Controller 01 2017.12.31 20:48:24.327 Added LedwizEquivalent Nr. 51 with name Pinscape Controller 01 Equivalent for Pinscape Controller Nr. 1, 26 2017.12.31 20:48:24.327 Detected and added Pinscape Controller Nr. 2 with name Pinscape Controller 02 2017.12.31 20:48:24.327 Added LedwizEquivalent Nr. 52 with name Pinscape Controller 02 Equivalent for Pinscape Controller Nr. 2, 22 2017.12.31 20:48:24.332 Debug: Ledwiz devicelist content. Handles: 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 2 2017.12.31 20:48:24.332 Debug: Disposing LedWiz instance -01. 2017.12.31 20:48:24.336 Debug: Ledwiz devicelist content. Handles: 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Num devices: 2 2017.12.31 20:48:24.336 Detected and added LedWiz Nr. 8 with name LedWiz 08 2017.12.31 20:48:24.336 Added LedwizEquivalent Nr. 8 with name LedWiz 08 Equivalent for Ledwiz Nr. 8 2017.12.31 20:48:24.336 Detected and added LedWiz Nr. 9 with name LedWiz 09 2017.12.31 20:48:24.336 Added LedwizEquivalent Nr. 9 with name LedWiz 09 Equivalent for Ledwiz Nr. 9 2017.12.31 20:48:24.336 Cabinet auto configuration finished 2017.12.31 20:48:24.336 Autoconfig complete. 2017.12.31 20:48:24.336 Cabinet config loaded successfully from C:\DirectOutput\cabinet.xml 2017.12.31 20:48:24.336 Cabinet loaded 2017.12.31 20:48:24.336 Loading table config 2017.12.31 20:48:24.337 Warning: No table config file found. Will try to load config from LedControl file(s). 2017.12.31 20:48:24.337 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName acd_168hc 2017.12.31 20:48:24.338 Loading LedControl file C:\DirectOutput\directoutputconfig30.ini 2017.12.31 20:48:24.347 Min DOF Version is 0.8 for file directoutputconfig30.ini 2017.12.31 20:48:25.161 Loading LedControl file C:\DirectOutput\directoutputconfig51.ini 2017.12.31 20:48:25.162 Min DOF Version is 0.8 for file directoutputconfig51.ini 2017.12.31 20:48:25.369 Loading LedControl file C:\DirectOutput\directoutputconfig52.ini 2017.12.31 20:48:25.370 Min DOF Version is 0.8 for file directoutputconfig52.ini 2017.12.31 20:48:25.467 Loading LedControl file C:\DirectOutput\directoutputconfig8.ini 2017.12.31 20:48:25.468 Min DOF Version is 0.8 for file directoutputconfig8.ini 2017.12.31 20:48:25.673 4 directoutputconfig.ini or ledcontrol.ini files loaded. 2017.12.31 20:48:25.674 Config for RomName acd_168hc exists in LedControl data. Updating cabinet and config. 2017.12.31 20:48:25.699 Debug: Setting up shape effect for area. L: 0, T: 0, W: 12, H: 100 2017.12.31 20:48:25.699 Debug: Setting up shape effect for area. L: 20, T: 0, W: 12, H: 100 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 40, T: 0, W: 12, H: 100 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 60, T: 0, W: 12, H: 100 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 80, T: 0, W: 12, H: 100 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30 2017.12.31 20:48:25.700 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30 2017.12.31 20:48:25.701 Debug: Setting up shape effect for area. L: 88, T: 0, W: 12, H: 100 2017.12.31 20:48:25.701 Debug: Setting up shape effect for area. L: 88, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 88, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 88, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 46, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 46, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 46, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 3, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 3, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 3, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 3, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 3, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 0, T: 0, W: 23, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 77, T: 0, W: 23, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 65, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 65, T: 0, W: 12, H: 100 2017.12.31 20:48:25.702 Debug: Setting up shape effect for area. L: 65, T: 0, W: 12, H: 100 2017.12.31 20:48:25.706 Table config loading finished 2017.12.31 20:48:25.706 Pinball parts loaded 2017.12.31 20:48:25.706 Starting processes 2017.12.31 20:48:25.706 Initializing cabinet 2017.12.31 20:48:25.707 Debug: Initializing output controllers 2017.12.31 20:48:25.727 TeensyStripController TeensyStripController intialized and updater thread started. 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 01 intialized and updater thread started. 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 02 intialized and updater thread started. 2017.12.31 20:48:25.728 TeensyStripController TeensyStripController updater thread started. 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 02 updater thread started. 2017.12.31 20:48:25.728 Debug: Initializing LedWiz Nr. 08 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 02 updater thread has connected to Pinscape Pinscape Controller 02. 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 01 updater thread started. 2017.12.31 20:48:25.728 Pinscape Pinscape Controller 01 updater thread has connected to Pinscape Pinscape Controller 01. 2017.12.31 20:48:25.729 Debug: Open Port 2017.12.31 20:48:25.729 LedWiz Nr. 08 initialized and updater thread initialized. 2017.12.31 20:48:25.729 Debug: Initializing LedWiz Nr. 09 2017.12.31 20:48:25.729 LedWiz Nr. 09 initialized and updater thread initialized. 2017.12.31 20:48:25.729 Debug: Output controllers initialized 2017.12.31 20:48:25.729 Updater thread for LedWiz 08 started. 2017.12.31 20:48:25.729 Updater thread for LedWiz 09 started. 2017.12.31 20:48:25.733 Cabinet initialized 2017.12.31 20:48:25.735 Loading shape definition file: C:\DirectOutput\DirectOutputShapes.xml 2017.12.31 20:48:25.755 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:8, Width:72, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:8, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 14, Top:0, Right:23, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 28, Top:0, Right:37, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 43, Top:0, Right:51, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 57, Top:0, Right:66, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.756 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.758 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.776 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.778 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:6, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:9, H:72), ResultArea(Left: 65, Top:0, Right:71, Bottom:2, Width:7, Height:3) 2017.12.31 20:48:25.779 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16 2017.12.31 20:48:25.779 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:80, W:50, H:20), Matrix(W:9, H:72), ResultArea(Left: 36, Top:7, Right:71, Bottom:8, Width:36, Height:2) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:86, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 61, Top:0, Right:71, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:88, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 63, Top:0, Right:71, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:86, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 61, Top:0, Right:71, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:88, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 63, Top:0, Right:71, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:86, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 61, Top:0, Right:71, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:88, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 63, Top:0, Right:71, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:86, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 61, Top:0, Right:71, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:88, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 63, Top:0, Right:71, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:44, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 31, Top:0, Right:41, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:46, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 33, Top:0, Right:41, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:44, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 31, Top:0, Right:41, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:46, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 33, Top:0, Right:41, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:44, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 31, Top:0, Right:41, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:46, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 33, Top:0, Right:41, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:10, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:3, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 2, Top:0, Right:10, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:10, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:3, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 2, Top:0, Right:10, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:10, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:3, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 2, Top:0, Right:10, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:10, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:3, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 2, Top:0, Right:10, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:14, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:10, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:3, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 2, Top:0, Right:10, Bottom:8, Width:9, Height:9) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:80, W:50, H:20), Matrix(W:9, H:72), ResultArea(Left: 36, Top:7, Right:71, Bottom:8, Width:36, Height:2) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:71, Bottom:0, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:100, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:71, Bottom:8, Width:72, Height:1) 2017.12.31 20:48:25.780 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:28, Bottom:8, Width:29, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:40, T:0, W:50, H:100), Matrix(W:9, H:72), ResultArea(Left: 28, Top:0, Right:64, Bottom:8, Width:37, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:9, H:72), ResultArea(Left: 20, Top:0, Right:30, Bottom:8, Width:11, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:43, T:0, W:15, H:100), Matrix(W:9, H:72), ResultArea(Left: 30, Top:0, Right:41, Bottom:8, Width:12, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:48, T:0, W:15, H:100), Matrix(W:9, H:72), ResultArea(Left: 34, Top:0, Right:45, Bottom:8, Width:12, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:63, T:0, W:15, H:100), Matrix(W:9, H:72), ResultArea(Left: 45, Top:0, Right:56, Bottom:8, Width:12, Height:9) 2017.12.31 20:48:25.781 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:23, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:16, Bottom:8, Width:17, Height:9) 2017.12.31 20:48:25.783 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:23, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:16, Bottom:8, Width:17, Height:9) 2017.12.31 20:48:25.784 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 17, H:9, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10 2017.12.31 20:48:25.784 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:9, H:72), ResultArea(Left: 55, Top:0, Right:71, Bottom:8, Width:17, Height:9) 2017.12.31 20:48:25.784 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:77, T:0, W:23, H:100), Matrix(W:9, H:72), ResultArea(Left: 55, Top:0, Right:71, Bottom:8, Width:17, Height:9) 2017.12.31 20:48:25.784 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 17, H:9, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:25, W:100, H:100), Matrix(W:9, H:72), ResultArea(Left: 0, Top:2, Right:71, Bottom:8, Width:72, Height:7) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:65, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 46, Top:0, Right:55, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:65, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 46, Top:0, Right:55, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:65, T:0, W:12, H:100), Matrix(W:9, H:72), ResultArea(Left: 46, Top:0, Right:55, Bottom:8, Width:10, Height:9) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:5, T:0, W:30, H:100), Matrix(W:9, H:72), ResultArea(Left: 3, Top:0, Right:25, Bottom:8, Width:23, Height:9) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:0, Right:36, Bottom:0, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 0, Top:8, Right:36, Bottom:8, Width:37, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:0, Right:71, Bottom:0, Width:36, Height:1) 2017.12.31 20:48:25.785 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:9, H:72), ResultArea(Left: 36, Top:8, Right:71, Bottom:8, Width:36, Height:1) 2017.12.31 20:48:25.793 Framework initialized. 2017.12.31 20:48:25.793 Have fun! 2017.12.31 20:48:34.858 EXCEPTION: Could not put the controller on com-port COM3 into the commandmode. Will not send data to the controller. 2017.12.31 20:48:34.858 EXCEPTION: Thread: TeensyStripController TeensyStripController updater thread 2017.12.31 20:48:34.858 Debug: Close Port 2017.12.31 20:48:34.859 TeensyStripController TeensyStripController updater thread has connected to TeensyStripController TeensyStripController. 2017.12.31 20:48:34.860 EXCEPTION: TeensyStripController TeensyStripController updater thread could not send update for TeensyStripController TeensyStripController: Comport is not initialized. Will try again. 2017.12.31 20:48:34.860 EXCEPTION: Thread: TeensyStripController TeensyStripController updater thread 2017.12.31 20:48:34.860 EXCEPTION: Message: Exception --> Comport is not initialized 2017.12.31 20:48:34.861 EXCEPTION: Stacktrace: à DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.UpdateOutputs(Byte[] OutputValues) dans C:\Users\arcade\Desktop\DirectOutput-3f16f7ef06b928429aa1bb3a9c3f4a17bc8a50e0\DirectOutput\Cab\Out\AdressableLedStrip\TeensyStripController.cs:ligne 279 2017.12.31 20:48:34.861 EXCEPTION: Stacktrace: à DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt() dans C:\Users\arcade\Desktop\DirectOutput-3f16f7ef06b928429aa1bb3a9c3f4a17bc8a50e0\DirectOutput\Cab\Out\OutputControllerCompleteBase.cs:ligne 365 2017.12.31 20:48:34.861 EXCEPTION: Targetsite: Void UpdateOutputs(Byte[]) 2017.12.31 20:48:34.861 Warning: TeensyStripController TeensyStripController updater thread tries to reconnect to TeensyStripController TeensyStripController. 2017.12.31 20:48:34.962 Debug: Open Port 2017.12.31 20:48:41.172 Finishing framework 2017.12.31 20:48:41.174 Finishing cabinet 2017.12.31 20:48:41.174 Debug: Finishing output controllers 2017.12.31 20:48:42.174 EXCEPTION: TeensyStripController TeensyStripController updater thread could not reconnect to the controller. Thread will quit. 2017.12.31 20:48:42.175 EXCEPTION: Thread: TeensyStripController TeensyStripController updater thread 2017.12.31 20:48:42.176 EXCEPTION: Message: ThreadAbortException --> Le thread a été abandonné. 2017.12.31 20:48:42.184 EXCEPTION: Stacktrace: à System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout) 2017.12.31 20:48:42.184 EXCEPTION: Stacktrace: à System.Threading.Thread.Sleep(Int32 millisecondsTimeout) 2017.12.31 20:48:42.184 EXCEPTION: Stacktrace: à DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.ConnectToController() dans C:\Users\arcade\Desktop\DirectOutput-3f16f7ef06b928429aa1bb3a9c3f4a17bc8a50e0\DirectOutput\Cab\Out\AdressableLedStrip\TeensyStripController.cs:ligne 503 2017.12.31 20:48:42.184 EXCEPTION: Stacktrace: à DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt() dans C:\Users\arcade\Desktop\DirectOutput-3f16f7ef06b928429aa1bb3a9c3f4a17bc8a50e0\DirectOutput\Cab\Out\OutputControllerCompleteBase.cs:ligne 386 2017.12.31 20:48:42.184 EXCEPTION: Targetsite: Void SleepInternal(Int32) 2017.12.31 20:48:42.187 Debug: Close Port 2017.12.31 20:48:42.189 EXCEPTION: A exception has occured in TeensyStripController TeensyStripController updater thread . Thread will quit. Message: Le thread a été abandonné. 2017.12.31 20:48:42.189 EXCEPTION: Thread: TeensyStripController TeensyStripController updater thread 2017.12.31 20:48:42.189 EXCEPTION: Message: ThreadAbortException --> Le thread a été abandonné. 2017.12.31 20:48:42.189 EXCEPTION: Stacktrace: à DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt() dans C:\Users\arcade\Desktop\DirectOutput-3f16f7ef06b928429aa1bb3a9c3f4a17bc8a50e0\DirectOutput\Cab\Out\OutputControllerCompleteBase.cs:ligne 399 2017.12.31 20:48:42.189 EXCEPTION: Targetsite: Void UpdaterThreadDoIt() 2017.12.31 20:48:42.195 Warning: TeensyStripController TeensyStripController updater thread did not quit. Forcing abort. 2017.12.31 20:48:42.195 TeensyStripController TeensyStripController finished and updater thread stopped. 2017.12.31 20:48:42.196 Pinscape Pinscape Controller 01 updater thread has disconnected from Pinscape Pinscape Controller 01 and will terminate. 2017.12.31 20:48:42.196 Pinscape Pinscape Controller 01 finished and updater thread stopped. 2017.12.31 20:48:42.198 Pinscape Pinscape Controller 02 updater thread has disconnected from Pinscape Pinscape Controller 02 and will terminate. 2017.12.31 20:48:42.198 Pinscape Pinscape Controller 02 finished and updater thread stopped. 2017.12.31 20:48:42.198 Debug: Finishing LedWiz Nr. 08 2017.12.31 20:48:42.199 Updater thread for LedWiz 08 terminated. 2017.12.31 20:48:42.201 LedWiz Nr. 08 finished and updater thread stopped. 2017.12.31 20:48:42.201 Debug: Finishing LedWiz Nr. 09 2017.12.31 20:48:42.201 Updater thread for LedWiz 09 terminated. 2017.12.31 20:48:42.203 LedWiz Nr. 09 finished and updater thread stopped. 2017.12.31 20:48:42.203 Debug: Output controllers finished 2017.12.31 20:48:42.203 Cabinet finished 2017.12.31 20:48:42.203 DirectOutput framework finished. 2017.12.31 20:48:42.203 Bye and thanks for using! 2017.12.31 20:48:46.774 Debug: Disposing LedWiz instance 08.
Je ne comprends pas trop les exceptions générés, quelqu'un aurait-il une idée pour moi, pour bien débuter la nouvelle année | |
|