You are on page 1of 13

Thu Oct 27 20:39:49 2022: , version .

Thu Oct 27 20:39:49 2022: Started thread and set thread priority (6587484)
Thu Oct 27 20:39:49 2022: User data dir: C:\Users\sony\Downloads\Pirate-
Poppers_Win_EN_Full-Rip\Pirate Poppers (RealArcade) V2
Thu Oct 27 20:39:49 2022: Common data dir: C:\Users\sony\Downloads\Pirate-
Poppers_Win_EN_Full-Rip\Pirate Poppers (RealArcade) V2
Thu Oct 27 20:39:49 2022: WM_WINDOWPOSCHANGING: 0,0,0,0
Thu Oct 27 20:39:50 2022: MUTEX:
TDXContextMouseMutex:540ea374:491285ba:2283f0ba:e4fe6395
Thu Oct 27 20:39:50 2022: SetDisplay: 800x600, 0
Thu Oct 27 20:39:50 2022: SetDisplay:ReleaseAssets
Thu Oct 27 20:39:50 2022: TDXContext::Create windowed:800x600, 32bpp
Thu Oct 27 20:39:50 2022: WM_WINDOWPOSCHANGING: 0,0,816,639
Thu Oct 27 20:39:50 2022: WM_SIZE: SIZE_RESTORED
Thu Oct 27 20:39:50 2022: HandleActivation: 1
Thu Oct 27 20:39:50 2022: WM_WINDOWPOSCHANGING: 0,0,0,0
Thu Oct 27 20:39:50 2022: WM_WINDOWPOSCHANGING: 0,0,0,0
Thu Oct 27 20:39:50 2022: Backbuffer info DDSURFACE: (800x600) Format: DDPF_RGB:
Bits: 32 (R:00ff0000) (G:0000ff00) (B:000000ff)
DDSCAPS_3DDEVICE : This surface can be used for 3-D rendering. Applications can use
this flag to ensure that a device that can render only to a certain heap has off-
screen surfaces allocated from the correct heap. If this flag is set for a heap,
the surface is not allocated from that heap.
DDSCAPS_LOCALVIDMEM : This surface exists in true, local video memory, rather than
nonlocal video memory. If this flag is specified, DDSCAPS_VIDEOMEMORY must be
specified, as well. This flag cannot be used with the DDSCAPS_NONLOCALVIDMEM flag.
DDSCAPS_OFFSCREENPLAIN : This surface is any off-screen surface that is not an
overlay, texture, z-buffer, front-buffer, back-buffer, or alpha surface. It is used
to identify plain surfaces.
DDSCAPS_VIDEOMEMORY : This surface exists in display memory.

Thu Oct 27 20:39:50 2022: Device identifier:


Driver: 'igdumdim32.dll'
Description: 'Intel(R) HD Graphics Family'
Version: 0:0
Vendor ID: 8086 (32902)
Device ID: a16 (2582)
SubSys: : 90be104d (-1866592179)
Revision: 9 (9)
GUID: d7b78e66:11cf4956:b0be73fd:35cdc2a6

Thu Oct 27 20:39:50 2022: mDxContext->Create succeeded.


Thu Oct 27 20:39:50 2022: WM_WINDOWPOSCHANGING: 264,100,0,0
Thu Oct 27 20:39:50 2022: WM_WINDOWPOSCHANGING: 0,0,0,0
Thu Oct 27 20:39:50 2022: WM_SIZE: SIZE_RESTORED
Thu Oct 27 20:39:50 2022: HandleActivation: 1
Thu Oct 27 20:39:50 2022: Device desc:
Surface Caps:
D3DDEVCAPS_CANRENDERAFTERFLIP:
Device can queue rendering commands after a page flip. Applications do not change
their behavior if this flag is set; this capability simply means that the device is
relatively fast.
This flag was introduced in DirectX 5.0.
D3DDEVCAPS_DRAWPRIMTLVERTEX:
Device exports a DrawPrimitive-aware hardware abstraction layer (HAL).
This flag was introduced in DirectX 5.0.
D3DDEVCAPS_EXECUTESYSTEMMEMORY:
Device can use execute buffers from system memory.
D3DDEVCAPS_FLOATTLVERTEX:
Device accepts floating point for post-transform vertex data.
D3DDEVCAPS_HWRASTERIZATION:
Device has hardware acceleration for scene rasterization.
D3DDEVCAPS_HWTRANSFORMANDLIGHT:
Device supports transformation and lighting in hardware.
This flag was introduced with DirectX 7.0.
D3DDEVCAPS_TEXTUREVIDEOMEMORY:
Device can retrieve textures from device memory.
D3DDEVCAPS_TLVERTEXSYSTEMMEMORY:
Device can use buffers from system memory for transformed and lit vertices.
dwDeviceRenderBitDepth: 1280
Device's rendering bit depth. This can be one or more of the following DirectDraw
bit-depth constants: DDBD_8, DDBD_16, DDBD_24, or DDBD_32.
dwDeviceZBufferBitDepth: 1536
Bit depth of the device's depth-buffer. This can be one of the following
DirectDraw bit-depth constants: DDBD_8, DDBD_16, DDBD_24, or DDBD_32.
dwMinTextureWidth, dwMaxTextureWidth: 1, 8192
Minimum/Maximum texture width for this device.
dwMinTextureHeight, dwMaxTextureHeight: 1, 8192
Minimum/Maximum texture height for this device.
dwMaxTextureRepeat: 8192
Full range of the integer bits of the post-normalized texture indices. If the
D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE bit is set, the device defers scaling by
the texture size until after the texture address mode is applied. If not set, the
device scales the texture indices by the texture size (largest level of detail)
prior to interpolation.
dwMaxTextureAspectRatio: 8192
Maximum texture aspect ratio supported by the hardware; this is typically a power
of 2.
dwMaxAnisotropy: 16
Maximum valid value for the D3DTSS_MAXANISOTROPY texture-stage state.
dvGuardBandLeft, dvGuardBandTop, dvGuardBandRight, and dvGuardBandBottom: 0, -
1060110336, 0, -1060110336
The screen-space coordinates of the guard-band clipping region. Coordinates inside
this rectangle but outside the viewport rectangle are automatically clipped.
dvExtentsAdjust: 0
Number of pixels to adjust the extents rectangle outward to accommodate
antialiasing kernels.

TriCaps:
dwMiscCaps
D3DPMISCCAPS_CULLCCW: The driver supports counterclockwise culling through the
D3DRENDERSTATE_CULLMODE state. (This applies only to triangle primitives.) This
corresponds to the D3DCULL_CCW member of the D3DCULL enumerated type.
D3DPMISCCAPS_CULLCW: The driver supports clockwise triangle culling through the
D3DRENDERSTATE_CULLMODE state. (This applies only to triangle primitives.) This
corresponds to the D3DCULL_CW member of the D3DCULL enumerated type.
D3DPMISCCAPS_CULLNONE: The driver does not perform triangle culling. This
corresponds to the D3DCULL_NONE member of the D3DCULL enumerated type.
D3DPMISCCAPS_MASKZ: The device can enable and disable modification of the depth
buffer on pixel operations.
dwRasterCaps
D3DPRASTERCAPS_ANISOTROPY: The device supports anisotropic filtering. For more
information, see D3DRENDERSTATE_ANISOTROPY in the D3DRENDERSTATETYPE structure.
D3DPRASTERCAPS_DITHER: The device can dither to improve color resolution.
D3DPRASTERCAPS_FOGTABLE: The device calculates the fog value by referring to a
lookup table containing fog values that are indexed to the depth of a given pixel.
D3DPRASTERCAPS_FOGVERTEX: The device calculates the fog value during the
lighting operation, places the value into the alpha component of the D3DCOLOR value
given for the specular member of the D3DTLVERTEX structure and interpolates the fog
value during rasterization.
D3DPRASTERCAPS_MIPMAPLODBIAS: The device supports level-of-detail (LOD) bias
adjustments. These bias adjustments enable an application to make a mipmap appear
crisper or less sharp than it normally would. For more information about LOD bias
in mipmaps, see D3DTSS_MIPMAPLODBIAS.
D3DPRASTERCAPS_SUBPIXEL: The device performs subpixel placement of z, color, and
texture data, rather than working with the nearest integer pixel coordinate. This
helps avoid bleed-through due to z imprecision and jitter of color and texture
values for pixels. There is no corresponding state that can be enabled and
disabled; the device either performs subpixel placement, or it does not. This bit
is present only so that the you can better determine what the rendering quality
will be.
D3DPRASTERCAPS_WFOG: The device supports w-based fog. W-based fog is used when a
perspective projection matrix is specified, but affine projections still use z-
based fog. The system considers a projection matrix that contains a nonzero value
in the [3][4] element to be a perspective projection matrix.
D3DPRASTERCAPS_ZBIAS: The device supports z-bias values. These are integer
values assigned to polygons that allow physically coplanar polygons to appear
separate. For more information, see D3DRENDERSTATE_ZBIAS in the D3DRENDERSTATETYPE
enumerated type.
D3DPRASTERCAPS_ZFOG: The device supports z-based fog.
D3DPRASTERCAPS_ZTEST: The device can perform z-test operations. This effectively
renders a primitive and indicates whether any z pixels have been rendered.
dwShadeCaps
D3DPSHADECAPS_ALPHAFLATBLEND
D3DPSHADECAPS_ALPHAGOURAUDBLEND
D3DPSHADECAPS_COLORFLATRGB
D3DPSHADECAPS_COLORGOURAUDRGB
D3DPSHADECAPS_FOGFLAT
D3DPSHADECAPS_FOGGOURAUD
D3DPSHADECAPS_SPECULARFLATRGB
D3DPSHADECAPS_SPECULARGOURAUDRGB
dwTextureCaps
D3DPTEXTURECAPS_ALPHA: Supports RGBA textures in the D3DTBLEND_DECAL and
D3DTBLEND_MODULATE texture filtering modes. If this capability is not set, only RGB
textures are supported in those modes. Regardless of the setting of this flag,
alpha must always be supported in D3DTBLEND_DECALMASK, D3DTBLEND_DECALALPHA, and
D3DTBLEND_MODULATEALPHA filtering modes whenever those filtering modes are
available.
D3DPTEXTURECAPS_BORDER: Superseded by D3DPTADDRESSCAPS_BORDER.
D3DPTEXTURECAPS_COLORKEYBLEND: The device supports alpha-blended colorkeying
through the use of the D3DRENDERSTATE_COLORKEYBLENDENABLE render state.
D3DPTEXTURECAPS_CUBEMAP: Supports cubic environment mapping. This capability
flag was introduced with DirectX 7.0
D3DPTEXTURECAPS_PERSPECTIVE: Perspective correction is supported.
D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE: Texture indices are not scaled by the
texture size prior to interpolation.
D3DPTEXTURECAPS_TRANSPARENCY: Texture transparency is supported. (Only those
texels that are not the current transparent color are drawn.)

LineCaps:
dwMiscCaps
D3DPMISCCAPS_MASKZ: The device can enable and disable modification of the depth
buffer on pixel operations.
dwRasterCaps
D3DPRASTERCAPS_ANISOTROPY: The device supports anisotropic filtering. For more
information, see D3DRENDERSTATE_ANISOTROPY in the D3DRENDERSTATETYPE structure.
D3DPRASTERCAPS_DITHER: The device can dither to improve color resolution.
D3DPRASTERCAPS_FOGTABLE: The device calculates the fog value by referring to a
lookup table containing fog values that are indexed to the depth of a given pixel.
D3DPRASTERCAPS_FOGVERTEX: The device calculates the fog value during the
lighting operation, places the value into the alpha component of the D3DCOLOR value
given for the specular member of the D3DTLVERTEX structure and interpolates the fog
value during rasterization.
D3DPRASTERCAPS_MIPMAPLODBIAS: The device supports level-of-detail (LOD) bias
adjustments. These bias adjustments enable an application to make a mipmap appear
crisper or less sharp than it normally would. For more information about LOD bias
in mipmaps, see D3DTSS_MIPMAPLODBIAS.
D3DPRASTERCAPS_SUBPIXEL: The device performs subpixel placement of z, color, and
texture data, rather than working with the nearest integer pixel coordinate. This
helps avoid bleed-through due to z imprecision and jitter of color and texture
values for pixels. There is no corresponding state that can be enabled and
disabled; the device either performs subpixel placement, or it does not. This bit
is present only so that the you can better determine what the rendering quality
will be.
D3DPRASTERCAPS_WFOG: The device supports w-based fog. W-based fog is used when a
perspective projection matrix is specified, but affine projections still use z-
based fog. The system considers a projection matrix that contains a nonzero value
in the [3][4] element to be a perspective projection matrix.
D3DPRASTERCAPS_ZBIAS: The device supports z-bias values. These are integer
values assigned to polygons that allow physically coplanar polygons to appear
separate. For more information, see D3DRENDERSTATE_ZBIAS in the D3DRENDERSTATETYPE
enumerated type.
D3DPRASTERCAPS_ZFOG: The device supports z-based fog.
D3DPRASTERCAPS_ZTEST: The device can perform z-test operations. This effectively
renders a primitive and indicates whether any z pixels have been rendered.
dwShadeCaps
D3DPSHADECAPS_ALPHAFLATBLEND
D3DPSHADECAPS_ALPHAGOURAUDBLEND
D3DPSHADECAPS_COLORFLATRGB
D3DPSHADECAPS_COLORGOURAUDRGB
D3DPSHADECAPS_FOGFLAT
D3DPSHADECAPS_FOGGOURAUD
D3DPSHADECAPS_SPECULARFLATRGB
D3DPSHADECAPS_SPECULARGOURAUDRGB
dwTextureCaps
D3DPTEXTURECAPS_ALPHA: Supports RGBA textures in the D3DTBLEND_DECAL and
D3DTBLEND_MODULATE texture filtering modes. If this capability is not set, only RGB
textures are supported in those modes. Regardless of the setting of this flag,
alpha must always be supported in D3DTBLEND_DECALMASK, D3DTBLEND_DECALALPHA, and
D3DTBLEND_MODULATEALPHA filtering modes whenever those filtering modes are
available.
D3DPTEXTURECAPS_BORDER: Superseded by D3DPTADDRESSCAPS_BORDER.
D3DPTEXTURECAPS_COLORKEYBLEND: The device supports alpha-blended colorkeying
through the use of the D3DRENDERSTATE_COLORKEYBLENDENABLE render state.
D3DPTEXTURECAPS_CUBEMAP: Supports cubic environment mapping. This capability
flag was introduced with DirectX 7.0
D3DPTEXTURECAPS_PERSPECTIVE: Perspective correction is supported.
D3DPTEXTURECAPS_TEXREPEATNOTSCALEDBYSIZE: Texture indices are not scaled by the
texture size prior to interpolation.
D3DPTEXTURECAPS_TRANSPARENCY: Texture transparency is supported. (Only those
texels that are not the current transparent color are drawn.)

TextureOpCaps:
dwTextureOpCaps
The D3DTOP_ADD texture blending operation is supported by this device.
The D3DTOP_ADDSIGNED texture blending operation is supported by this
device.
The D3DTOP_ADDSIGNED2X texture blending operation is supported by this
device.
The D3DTOP_ADDSMOOTH texture blending operation is supported by this
device.
The D3DTOP_BLENDCURRENTALPHA texture blending operation is supported by
this device.
The D3DTOP_BLENDDIFFUSEALPHA texture blending operation is supported by
this device.
The D3DTOP_BLENDFACTORALPHA texture blending operation is supported by
this device.
The D3DTOP_BLENDTEXTUREALPHA texture blending operation is supported by
this device.
The D3DTOP_BLENDTEXTUREALPHAPM texture blending operation is supported
by this device.
The D3DTOP_BUMPENVMAP texture blending operation is supported by this
device.
The D3DTOP_BUMPENVMAPLUMINANCE texture blending operation is supported
by this device.
The D3DTOP_DISABLE texture blending operation is supported by this
device.
The D3DTOP_DOTPRODUCT3 texture blending operation is supported by this
device.
The D3DTOP_MODULATE texture blending operation is supported by this
device.
The D3DTOP_MODULATE2X texture blending operation is supported by this
device.
The D3DTOP_MODULATE4X texture blending operation is supported by this
device.
The D3DTOP_MODULATEALPHA_ADDCOLOR texture blending operation is
supported by this device.
The D3DTOP_MODULATEALPHA_ADDCOLOR texture blending operation is
supported by this device.
The D3DTOP_MODULATEINVALPHA_ADDCOLOR texture blending operation is
supported by this device.
The D3DTOP_MODULATEINVCOLOR_ADDALPHA texture blending operation is
supported by this device.
The D3DTOP_PREMODULATE texture blending operation is supported by this
device.
The D3DTOP_SELECTARG1 texture blending operation is supported by this
device.
The D3DTOP_SELECTARG2 texture blending operation is supported by this
device.
The D3DTOP_SUBTRACT texture blending operation is supported by this
device.

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION pass 0


Thu Oct 27 20:39:50 2022: TDxTextureData::CreateSurface: Requesting 2097152, -
2084889088 available.
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION pass 1
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -1.000000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.750000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.500000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.250000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.000000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.250000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.500000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.750000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -1.000000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.750000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.500000 y:
0.000000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.250000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.000000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.250000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.500000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.750000 y:
0.000000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -1.000000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -1.000000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.750000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.750000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.500000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.500000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.250000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.000000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.250000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.500000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.750000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -1.000000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -1.000000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.750000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.750000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.500000 y:
0.000000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.500000 0.000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.250000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.000000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.250000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.500000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.750000 y:
0.000000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -1.000000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.750000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.500000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.250000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.000000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.250000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.500000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.750000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -1.000000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.750000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.500000 y:
0.250000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.250000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.000000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.250000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.500000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.750000 y:
0.250000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -1.000000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -1.000000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.750000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.750000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.500000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.500000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.250000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.000000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.250000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.500000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.750000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -1.000000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -1.000000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.750000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.750000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.500000 y:
0.250000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.500000 0.250000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.250000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.000000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.250000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.500000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.750000 y:
0.250000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -1.000000 y:
0.500000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.750000 y:
0.500000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.500000 y:
0.500000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.250000 y:
0.500000: 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.000000 y:
0.500000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.250000 y:
0.500000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.500000 y:
0.500000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.750000 y:
0.500000: 007f7f7f 007f7f7f 007f7f7f 00000000 007f7f7f 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -1.000000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.750000 -1.000000 0.500000
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.750000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.750000 -0.750000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.500000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.750000 -0.500000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.250000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.750000 -0.250000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.000000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.250000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.500000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.750000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -1.000000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -1.000000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.750000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.750000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.500000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.500000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.250000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.500000 -0.250000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.000000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.250000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.500000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.750000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -1.000000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -1.000000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.750000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.750000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.500000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.500000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.250000 y:
0.500000: 00000000 007f7f7f 00000000 00000000 00000000 007f7f7f 00000000 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION SUCCESS: -0.250000 -0.250000 0.500000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.000000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.250000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.500000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.750000 y:
0.500000: 00000000 007f7f7f 007f7f7f 00000000 00000000 007f7f7f 007f7f7f 00000000

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -1.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: -0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -1.000000 x2: 0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -1.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: -0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.750000 x2: 0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -1.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: -0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.500000 x2: 0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -1.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: -0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 00000000 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.000000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f
Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.250000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.500000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:50 2022: TEXT CALLIBRATION PIXELS x1: -0.250000 x2: 0.750000 y:
0.750000: 00000000 00000000 00000000 00000000 007f7f7f 007f7f7f 00000000 007f7f7f

Thu Oct 27 20:39:51 2022: WM_PAINT 90396 0 0


Thu Oct 27 20:39:51 2022: FORCING REDRAW
Thu Oct 27 20:55:30 2022: WM_WINDOWPOSCHANGING: 0,0,0,0
Thu Oct 27 20:55:30 2022: WndProc: WM_KILLFOCUS, 0, 0
Thu Oct 27 20:55:30 2022: WndProc: WM_NCDESTROY, 0, 0

You might also like