Crash when launching 2x2 table with 50% zoom (Процент экрана) on Windows7
These Compatibility properties helps a litle: WinXP SP3 Disable visual themes Disable desktop composition
Table is launched. However it still crashes after showing results message-box.
KTable.jpg
<?xml version="1.0"?> <TableOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <percentSize>90</percentSize> <width>2</width> <height>2</height> <faceColors>3</faceColors> <checkFaces>true</checkFaces> <checkSquares>true</checkSquares> <stoneCount>1</stoneCount> <stoneColors>1</stoneColors> <setFaces>true</setFaces> <setSquares>true</setSquares> <setEdges>true</setEdges> <setAngles>true</setAngles> <heapMode>Random</heapMode> <changing>true</changing> <isTime>true</isTime> <timeCount>10000</timeCount> <clickBefore>true</clickBefore> <clickAfter>true</clickAfter> <showResultBack>true</showResultBack> <tosses>20</tosses> </TableOptions>
Log in to post a comment.
These Compatibility properties helps a litle:
WinXP SP3
Disable visual themes
Disable desktop composition
Table is launched. However it still crashes after showing results message-box.
KTable.jpg
<?xml version="1.0"?>
<TableOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<percentSize>90</percentSize>
<width>2</width>
<height>2</height>
<faceColors>3</faceColors>
<checkFaces>true</checkFaces>
<checkSquares>true</checkSquares>
<stoneCount>1</stoneCount>
<stoneColors>1</stoneColors>
<setFaces>true</setFaces>
<setSquares>true</setSquares>
<setEdges>true</setEdges>
<setAngles>true</setAngles>
<heapMode>Random</heapMode>
<changing>true</changing>
<isTime>true</isTime>
<timeCount>10000</timeCount>
<clickBefore>true</clickBefore>
<clickAfter>true</clickAfter>
<showResultBack>true</showResultBack>
<tosses>20</tosses>
</TableOptions>