Apache POI  -  xssf und ss missing from package

Hi Everybody,
I have downloaded the Apache POI 3.2 from http://www.apache.org/dyn/closer.cgi/poi/release/ (mid5 checksum says download is complete) and then placed the jars in my classpath variable (under win XP). Then I have tried to run a demo program provided on the apache poi website. The demo program starts as follows:
package org.apache.poi.ss.examples;
import org.apache.poi.xssf.usermodel.*;
import org.apache.poi.ss.usermodel.*;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
But Anytime i compile the program I get the message that the "package org.apache.poi.xssf.usermodel.*; does not exist". And also same message for the package "import org.apache.poi.ss.usermodel.*;". And when I have a look into the POI jar files (using winzip) I can see that there are no folder named xssf. In the folder ss there is no subfolder usermodel!!! Does it mean that they are missing from the package? Has anybody already met this problem? Or am I just a silly very beginner :)?
Would be happy if somebody helps me.
Bye

Hi Keith,
thanks for your answer. I provide you herewith the information you requested
1- I think I have download the right jars. I went to http://apache.atviraskodas.com/poi/release/bin/ and then download the zip file
2-Now ihave used the -cp option as follows:
javac -cp c:\pathtothedownloadedjars\poi-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\poi-contrib-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\poi-scratchpad-3.2-FINAL-20081019.jar;c:\pathtothedownloadedjars\commons-logging-1.1.jar;c:\pathtothedownloadedjars\junit-3.8.1.jar;c:\pathtothedownloadedjars\log4j-1.2.13.jar
BusinessPlan.java
But I still have the error message
3- here is the dir listing of the jar files
19.10.2008 12:34 406 EncryptedDocumentException.class
19.10.2008 12:34 7.420 POIDocument.class
19.10.2008 12:34 1.024 POIOLE2TextExtractor.class
19.10.2008 12:34 677 POITextExtractor.class
19.10.2008 12:45 1.175 Version.class
19.10.2008 12:34 <DIR> ddf
19.10.2008 12:34 <DIR> dev
19.10.2008 12:34 <DIR> hpsf
19.10.2008 12:34 <DIR> hssf
19.10.2008 12:34 <DIR> poifs
19.10.2008 12:34 <DIR> ss
19.10.2008 12:34 <DIR> util
19.10.2008 12:35 <DIR> contrib
19.10.2008 12:35 <DIR> hssf
19.10.2008 12:34 <DIR> generator
19.10.2008 12:34 <DIR> hdf
19.10.2008 12:35 <DIR> hdgf
19.10.2008 12:34 <DIR> hpbf
19.10.2008 12:35 <DIR> hslf
19.10.2008 12:34 <DIR> hsmf
19.10.2008 12:34 <DIR> hssf
19.10.2008 12:34 <DIR> hwpf
Here are the outputs of the jar tvf command
0 Sun Oct 19 12:45:16 GMT+01:00 2008 META-INF/
338 Sun Oct 19 12:45:14 GMT+01:00 2008 META-INF/MANIFEST.MF
146498 Sun Oct 19 12:34:40 GMT+01:00 2008 font_metrics.properties
0 Sun Oct 19 12:34:40 GMT+01:00 2008 org/
0 Sun Oct 19 12:34:40 GMT+01:00 2008 org/apache/
0 Sun Oct 19 12:45:16 GMT+01:00 2008 org/apache/poi/
406 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/EncryptedDocumentException.class
7420 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POIDocument.class
1024 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POIOLE2TextExtractor.class
677 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/POITextExtractor.class
1175 Sun Oct 19 12:45:16 GMT+01:00 2008 org/apache/poi/Version.class
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/
5132 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/DefaultEscherRecordFactory.class
4348 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherArrayProperty.class
7809 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBSERecord.class
3392 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBitmapBlip.class
2979 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBlipRecord.class
7450 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBlipWMFRecord.class
590 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherBoolProperty.class
3465 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherChildAnchorRecord.class
5716 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherClientAnchorRecord.class
3062 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherClientDataRecord.class
2940 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherComplexProperty.class
6202 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherContainerRecord.class
3120 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDgRecord.class
966 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord$1.class
1091 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord$FileIdCluster.class
5994 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDggRecord.class
610 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDump$1PropName.class
27358 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherDump.class
7934 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherMetafileBlip.class
936 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherOptRecord$1.class
4573 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherOptRecord.class
7091 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPictBlip.class
24954 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherProperties.class
1204 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherProperty.class
2212 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPropertyFactory.class
991 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherPropertyMetaData.class
748 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRGBProperty.class
1480 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecord$EscherRecordHeader.class
3388 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecord.class
202 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherRecordFactory.class
300 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSerializationListener.class
633 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherShapePathProperty.class
2139 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSimpleProperty.class
4167 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSpRecord.class
3688 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSpgrRecord.class
3842 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherSplitMenuColorsRecord.class
3750 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/EscherTextboxRecord.class
804 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/NullEscherSerializationListener.class
4609 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/ddf/UnknownEscherRecord.class
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/dev/
5402 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/dev/RecordGenerator.class
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/
2554 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/ClassID.class
2294 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Constants.class
5498 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/CustomProperties.class
1492 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/CustomProperty.class
9702 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/DocumentSummaryInformation.class
849 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/HPSFException.class
1512 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/HPSFRuntimeException.class
811 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/IllegalPropertySetDataException.class
1087 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/IllegalVariantTypeException.class
783 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MarkUnsupportedException.class
787 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MissingSectionException.class
1592 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableProperty.class
5240 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutablePropertySet.class
851 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableSection$1.class
9056 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/MutableSection.class
775 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoFormatIDException.class
795 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoPropertySetStreamException.class
790 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/NoSingleSectionException.class
5994 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Property.class
7150 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/PropertySet.class
2323 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/PropertySetFactory.class
476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/ReadingNotSupportedException.class
1493 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Section$PropertyListEntry.class
7391 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Section.class
4137 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/SpecialPropertySet.class
7811 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/SummaryInformation.class
2044 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Thumbnail.class
3147 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/TypeWriter.class
813 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/UnexpectedPropertySetTypeException.class
1172 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/UnsupportedVariantTypeException.class
4159 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Util.class
5637 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/Variant.class
8511 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/VariantSupport.class
746 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/VariantTypeException.class
476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/WritingNotSupportedException.class
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/
270 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor$1.class
1310 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor$PropertiesOnlyDocument.class
4597 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.class
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/
4128 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/PropertyIDMap.class
2323 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hpsf/wellknown/SectionIDMap.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/
0 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/
2840 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$BiffDumpingStream.class
2501 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$BiffRecordListener.class
274 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer$IBiffRecordListener.class
16240 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/BiffViewer.class
933 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/EFBiffViewer$1.class
2348 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/EFBiffViewer.class
5316 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/FormulaViewer.class
5845 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/dev/HSSF.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/
199 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ERFListener.class
2065 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/EventRecordFactory.class
2772 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ModelFactory.class
209 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventmodel/ModelFactoryListener.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/
739 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/AbortableHSSFListener.class
271 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$1.class
2840 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$SheetRecordCollectingListener.class
973 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder$StubHSSFWorkbook.class
2360 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/EventWorkbookBuilder.class
4374 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/FormatTrackingHSSFListener.class
2711 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFEventFactory.class
205 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFListener.class
2893 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFRecordStream.class
2330 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFRequest.class
891 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/HSSFUserException.class
2713 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/MissingRecordAwareHSSFListener.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/
875 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/LastCellOfRowDummyRecord.class
849 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/MissingCellDummyRecord.class
738 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/eventusermodel/dummyrecord/MissingRowDummyRecord.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/
273 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor$1.class
6538 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor$TextListener.class
3788 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/EventBasedExcelExtractor.class
5499 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/extractor/ExcelExtractor.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/
3686 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/AbstractShape.class
3394 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/CommentShape.class
1871 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/ConvertAnchor.class
2855 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/DrawingManager.class
3134 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/DrawingManager2.class
1925 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/HSSFFormulaParser.class
3860 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/LineShape.class
1192 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable$CRNBlock.class
2672 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable$ExternalBookBlock.class
10078 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/LinkTable.class
117 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Model.class
3846 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/PictureShape.class
4888 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/PolygonShape.class
6265 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/RecordOrderer.class
1584 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/RecordStream.class
2957 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/RowBlocksReader.class
986 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Sheet$RecordCloner.class
32347 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Sheet.class
3671 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/SimpleFilledShape.class
5109 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/model/TextboxShape.class
40989 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/Workbook.class
4284 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/model/WorkbookRecordList.class
0 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/
6211 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/AbstractEscherHolderRecord.class
4974 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AreaFormatRecord.class
3377 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AreaRecord.class
3013 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ArrayRecord.class
2315 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisLineFormatRecord.class
7831 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisOptionsRecord.class
3600 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisParentRecord.class
3699 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisRecord.class
2093 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/AxisUsedRecord.class
3948 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BOFRecord.class
1719 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BackupRecord.class
4380 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BarRecord.class
1262 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BeginRecord.class
2525 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BlankRecord.class
1755 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BookBoolRecord.class
3821 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BoolErrRecord.class
1950 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/BottomMarginRecord.class
893 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BoundSheetRecord$1.class
5319 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/BoundSheetRecord.class
4903 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFHeaderRecord.class
739 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFRuleRecord$ComparisonOperator.class
12823 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CFRuleRecord.class
1936 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CRNCountRecord.class
2528 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CRNRecord.class
1883 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CalcCountRecord.class
1980 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CalcModeRecord.class
4540 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CategorySeriesAxisRecord.class
298 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/CellValueRecordInterface.class
3403 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartFormatRecord.class
3086 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartRecord.class
1008 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartTitleFormatRecord$CTFormat.class
2881 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ChartTitleFormatRecord.class
1763 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CodepageRecord.class
5225 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ColumnInfoRecord.class
6878 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CommonObjectDataSubRecord.class
2414 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ContinueRecord.class
2066 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/CountryRecord.class
2935 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DBCellRecord.class
1698 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DSFRecord.class
3236 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DVALRecord.class
8308 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DVRecord.class
3684 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DatRecord.class
3877 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DataFormatRecord.class
1745 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DateWindow1904Record.class
1904 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultColWidthRecord.class
2405 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultDataLabelTextPropertiesRecord.class
2238 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DefaultRowHeightRecord.class
1911 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DeltaRecord.class
2980 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DimensionsRecord.class
3189 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingGroupRecord.class
1904 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingRecord.class
1550 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingRecordForBiffViewer.class
823 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/DrawingSelectionRecord.class
1470 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EOFRecord.class
6870 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EmbeddedObjectRefSubRecord.class
1252 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EndRecord.class
1391 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/EndSubRecord.class
888 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate$1.class
1257 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate$2.class
25088 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/EscherAggregate.class
2242 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ExtSSTInfoSubRecord.class
3777 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExtSSTRecord.class
17774 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExtendedFormatRecord.class
2096 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExternSheetRecord$RefSubRecord.class
4476 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/ExternSheetRecord.class
4506 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ExternalNameRecord.class
1835 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FilePassRecord.class
3464 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FileSharingRecord.class
1743 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FnGroupCountRecord.class
3481 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FontBasisRecord.class
2096 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FontIndexRecord.class
7723 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FontRecord.class
3335 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FooterRecord.class
3093 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FormatRecord.class
4148 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FormulaRecord$SpecialCachedValue.class
8013 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/FormulaRecord.class
3498 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/FrameRecord.class
1874 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/GridsetRecord.class
2033 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/GroupMarkerSubRecord.class
2825 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/GutsRecord.class
1896 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HCenterRecord.class
3325 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HeaderRecord.class
1833 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HideObjRecord.class
1354 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HorizontalPageBreakRecord.class
7904 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/HyperlinkRecord.class
3529 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/IndexRecord.class
1296 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/InterfaceEndRecord.class
1785 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/InterfaceHdrRecord.class
1882 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/IterationRecord.class
3293 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LabelRecord.class
2910 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LabelSSTRecord.class
1936 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LeftMarginRecord.class
6844 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LegendRecord.class
5418 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LineFormatRecord.class
2561 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LinkedDataFormulaField.class
5109 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/LinkedDataRecord.class
2034 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MMSRecord.class
173 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/Margin.class
3108 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MergeCellsRecord.class
2586 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulBlankRecord.class
1121 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulRKRecord$RkRec.class
2830 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/MulRKRecord.class
684 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/NameRecord$Option.class
13076 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/NameRecord.class
3646 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NoteRecord.class
2099 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NoteStructureSubRecord.class
2124 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NumberFormatIndexRecord.class
2931 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/NumberRecord.class
3377 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjRecord.class
2992 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjectLinkRecord.class
1901 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ObjectProtectRecord.class
1120 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PColor.class
1355 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PageBreakRecord$Break.class
4665 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PageBreakRecord.class
4449 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/PaletteRecord.class
3663 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PaneRecord.class
2230 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PasswordRecord.class
1760 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PasswordRev4Record.class
1404 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PlotAreaRecord.class
2514 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PlotGrowthRecord.class
1764 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrecisionRecord.class
1919 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/PrintGridlinesRecord.class
1902 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrintHeadersRecord.class
7798 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/PrintSetupRecord.class
1867 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ProtectRecord.class
1758 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ProtectionRev4Record.class
3938 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RKRecord.class
2309 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecalcIdRecord.class
1970 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/Record.class
368 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordBase.class
24379 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecordFactory.class
703 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordFormatException.class
6823 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RecordInputStream.class
324 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RecordProcessor.class
1921 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RefModeRecord.class
1762 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RefreshAllRecord.class
1937 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/RightMarginRecord.class
6016 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/RowRecord.class
2428 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SCLRecord.class
1169 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/SSTDeserializer.class
5976 Sun Oct 19 12:34:44 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecord.class
1296 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecordHeader.class
1194 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTRecordSizeCalculator.class
2597 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SSTSerializer.class
1867 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SaveRecalcRecord.class
1909 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/ScenarioProtectRecord.class
3733 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SelectionRecord.class
2156 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesChartGroupIndexRecord.class
2092 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesIndexRecord.class
4364 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesLabelsRecord.class
2219 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesListRecord.class
4456 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesRecord.class
3640 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesTextRecord.class
2167 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SeriesToChartGroupRecord.class
5009 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SharedFormulaRecord.class
2231 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SharedValueRecordBase.class
4659 Sun Oct 19 12:34:46 GMT+01:00 2008 org/apache/poi/hssf/record/SheetPropertiesRecord.class
3018 Sun Oct 19 12:34:46 GMT+01:00 2008 or

Similar Messages

  • IOS icon missing from package? It's not!

    FB 4.7 tells me that when I try to debug my app that:
    Error occurred while packaging the application:
    /Users/reidop/Documents/U of Florida/projects/mobile apps/Pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: Icon iOS_icons/[email protected] is missing from package
    along with all the other icons.  Not only are the icons in the proper place, they have been explicitly included in the package:
    Why does this error occur?  Anyone have any ideas?
    And yes, my XML file has the icons tag correct:
    <icon>
            <image29x29>iOS_icons/icon-29.png</image29x29>
            <image57x57>iOS_icons/icon-57.png</image57x57>
            <image114x114>iOS_icons/[email protected]</image114x114>
            <image512x512>iOS_icons/itunes.png</image512x512>
            <image72x72>iOS_icons/icon-72.png</image72x72>
            <image76x76>iOS_icons/icon-76.png</image76x76>
            <image40x40>iOS_icons/icon-40.png</image40x40>
            <image80x80>iOS_icons/[email protected]</image80x80>
            <image50x50>iOS_icons/icon-50.png</image50x50>
            <image100x100>iOS_icons/[email protected]</image100x100>
            <image144x144>iOS_icons/[email protected]</image144x144>
            <image152x152>iOS_icons/[email protected]</image152x152>
            <image1024x1024>iOS_icons/[email protected]</image1024x1024>
            <image58x58>iOS_icons/[email protected]</image58x58>
            <image120x120>iOS_icons/icon-120.png</image120x120>
            <image48x48>iOS_icons/icon-48.png</image48x48>
    </icon>
    When I comment these lines in the XML file out, it works perfectly ... but without the proper icons!
    Can anyone tell me what I'm leaving out?
    Message was edited by: John Reid Perkins Buzo

    Silly error ... the file path is not correct.  I assumed that the file path was relative to my XML descriptor in the project. That XML file is inside the package "core" along with the folder "iOS_icons", so the file path would be "iOS_icons/icon-???.png".  Instead the file path is relative to the XML descriptor file that FB4.7 creates for packaging. This ends up-one in the file path, outside the "core" package. So the correct file path turned out to be "core/iOS_icons/icon-???.png".  This is what it should be in my XML descriptor:
    <icon>
            <image29x29>core/iOS_icons/icon-29.png</image29x29>
            <image57x57>core/iOS_icons/icon-57.png</image57x57>
            <image114x114>core/iOS_icons/[email protected]</image114x114>
            <image512x512>core/iOS_icons/itunes.png</image512x512>
            <image72x72>core/iOS_icons/icon-72.png</image72x72>
            <image76x76>core/iOS_icons/icon-76.png</image76x76>
            <image40x40>core/iOS_icons/icon-40.png</image40x40>
            <image80x80>core/iOS_icons/[email protected]</image80x80>
            <image50x50>core/iOS_icons/icon-50.png</image50x50>
            <image100x100>core/iOS_icons/[email protected]</image100x100>
            <image144x144>core/iOS_icons/[email protected]</image144x144>
            <image152x152>core/iOS_icons/[email protected]</image152x152>
            <image1024x1024>core/iOS_icons/[email protected]</image1024x1024>
            <image58x58>core/iOS_icons/[email protected]</image58x58>
            <image120x120>core/iOS_icons/icon-120.png</image120x120>
            <image48x48>core/iOS_icons/icon-48.png</image48x48>
    </icon>

  • Off Topic? Apache POI

    I am experimenting with Apache and have
    tried the following with success:
    I hope you don't mind my posting here
    with an Apache question, the Apache site
    seems to be unavailable at the moment, but
    then again, it is still Java.
    Thanks.
        HSSFWorkbook wb = new HSSFWorkbook();
        FileOutputStream fileOut = new FileOutputStream("C:\\workbook.xls");
        wb.write(fileOut);
        fileOut.close();But the following without success (narrowed down to this line I think).
        XSSFWorkbook wb = new XSSFWorkbook();...this error message.
    java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlException
    ...tried these imports.
    import org.apache.poi.xssf.usermodel.XSSFWorkbook;
    import org.apache.poi.xssf.usermodel.*;I don't think it's the path because, as stated above, they both
    derive from ss.usermodel.
    Anyone have a suggestion?
    Thanks,
    Jeff.

    jSpence wrote:
    I don't think it's the path because, as stated above, they both
    derive from ss.usermodel.Class not found problems come from two sources
    1. It isn't in the class path
    2. The class failed to load due to some problem (such as an exception from from a static block.) Failures of this sort should generally or always have additional information available via the stack trace.

  • The package file is missing from the project directory

    Today after working in SSIS all day with no problems, I re-opened one of my projects and got the message:
    The package file ‘package_name.dtsx’ is missing from the project directory. This package has been skipped, and project will continue to load.
    So two of my packages loaded and all remaining packages where skipped, one pop-up dialog for each “missing” package. I then looked in my project directory and all my packages are still there.
    1. Has anyone experienced this and found why this happens?
    2. Can I just import my packages again and be good to go?
    Update:
    I discovered that this had to do with renaming my packages in SSDT. For some reason the name changes did not get saved into the project .dtproj file. I was able to correct by renaming the .dtsx files in the project directory to their original name. Then
    I re-opened the project, renamed the packages to the new names, saved and closed all packages. At this point you need to save the project, which actually wasn't really straight forward. You need to highlight the project name in Solution Explorer
    and then from the File menu select 'Save Selected Items'. This updates the .dtproj file.
    Upon closing SSDT, a dialog SOMETIMES appears asking you to save the project, after selecting Yes, the .dtproj file also updates. However, I've realized that upon closing the project, that the dialog asking to save the project does not always appear,
    depending on what has changed in the project. To be safe, use method previously described, especially after renaming packages. Also, if SSDT happens to crash after you have renamed a package, the project will not re-open properly.

    I remember one such occurrence when I used Source Control (if I recall right it was TFS), and yes, you can simply right-click on the packages folder and choose 'add existing package'.
    But check for project file perhaps it has a wrong reference. E.g. something from the outside manipulated on the package files.
    Arthur
    MyBlog
    Twitter

  • [SOLVED] - Package xf86-video-via is missing from repositories!

    Hi,
    I have a VIA card as follows:
    VGA Compatible Controller: VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter (rev 01)
    My X doesn't work except in VESA mode. But in Vesa mode, when I play videos in mplayer, I can't fullscreen them.
    When I checked the sample xorg.conf files mentioned in the Xorg wiki, I find that I am advised to use the xf86-video-via package.
    But the package xf86-video-via is missing from repositories!
    pacman -Ss xf86-video-via doesn't give results!
    Please help.
    Thanks.
    Last edited by msadiq (2008-12-27 04:18:45)

    Sorry for the long wait, I havent got the time to test but I did uncomment the RenderAccel and that didnt do anything.
    my Xorg.0.log:
    =================================================================
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux hp-2133 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
    Build Date: 17 December 2008  08:20:05PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 27 21:07:16 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "HP LCD"
    (**) |   |-->Device "Via Chrome9"
    (**) |-->Input Device "HP Keyboard"
    (**) |-->Input Device "HP Touchpad"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) No FontPath specified.  Using compiled-in default.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5fe0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 4.1
        X.Org XInput driver : 2.1
        X.Org Server Extension : 1.1
        X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] rev 1, Mem @ 0xc0000000/0, 0xfc000000/0, BIOS @ 0x????????/65536
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.5.3, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "xtt"
    (WW) Warning, couldn't open module xtt
    (II) UnloadModule: "xtt"
    (EE) Failed to load module "xtt" (module does not exist, 0)
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (==) AIGLX enabled
    (==) Exporting typical set of GLX visuals
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (WW) Warning, couldn't open module record
    (II) UnloadModule: "record"
    (EE) Failed to load module "record" (module does not exist, 0)
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "openchrome"
    (II) Loading /usr/lib/xorg/modules/drivers//openchrome_drv.so
    (II) Module openchrome: vendor="http://openchrome.org/"
        compiled for 1.5.3, module version = 0.2.903
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 4.1
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.4.2, module version = 1.3.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.0
    (II) OPENCHROME: Driver for VIA Chrome chipsets: CLE266, KM400/KN400,
        K8M800/K8N800, PM800/PM880/CN400, P4M800Pro/VN800/CN700,
        K8M890/K8N890, P4M900/VN896/CN896, CX700/VX700, P4M890, VX800
    (II) Primary Device is: PCI 01@00:00:0
    (!!) VIA Technologies does not support this driver in any way.
    (!!) For support, please refer to http://www.openchrome.org/.
    (!!) (development build, at svn revision 726)
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAPreInit
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 0.1.0
        ABI class: X.Org Video Driver, version 4.1
    (II) CHROME(0): VIAGetRec
    (**) CHROME(0): Depth 24, (--) framebuffer bpp 32
    (==) CHROME(0): RGB weight 888
    (==) CHROME(0): Default visual is TrueColor
    (--) CHROME(0): Chipset: P4M900/VN896/CN896
    (--) CHROME(0): Chipset revision: 0
    (--) CHROME(0): Probed amount of VideoRAM = 262144 kB
    (II) CHROME(0): Setting up default chipset options.
    (II) CHROME(0): VIASetupDefaultOptions
    (II) CHROME(0): Reading config file...
    (**) CHROME(0): Option "AccelMethod" "XAA"
    (**) CHROME(0): Option "PanelSize" "1024x600"
    (**) CHROME(0): Option "EnableAGPDMA" "False"
    (II) CHROME(0): Starting to parse config file options...
    (==) CHROME(0): Shadow framebuffer is disabled.
    (==) CHROME(0): Hardware acceleration is enabled.
    (**) CHROME(0): Using XAA acceleration architecture.
    (==) CHROME(0): Using hardware two-color cursors and software full-color cursors.
    (==) CHROME(0): GPU virtual command queue will be enabled.
    (==) CHROME(0): DRI IRQ will be enabled if DRI is enabled.
    (**) CHROME(0): AGP DMA will be disabled if DRI is enabled.
    (==) CHROME(0): PCI DMA will not be used for XV image transfer if DRI is enabled.
    (==) CHROME(0): Will not enable VBE modes.
    (==) CHROME(0): VBE VGA register save & restore will not be used
        if VBE modes are enabled.
    (==) CHROME(0): Xv Bandwidth check is enabled.
    (==) CHROME(0): Will not impose a limit on video RAM reserved for DRI.
    (==) CHROME(0): Will try to allocate 32768 kB of AGP memory.
    (==) CHROME(0): Digital output bus width is 12 bits.
    (==) CHROME(0): DVI Center is disabled.
    (II) CHROME(0): ViaPanelGetNativeModeFromOption
    (**) CHROME(0): Panel mode index is 13
    (**) CHROME(0): Selected Panel Size is 1024x600
    (==) CHROME(0): Panel will not be forced.
    (==) CHROME(0): TV dotCrawl is disabled.
    (==) CHROME(0): TV deflicker is set to 0.
    (==) CHROME(0): No default TV type is set.
    (==) CHROME(0): No default TV output signal type is set.
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) CHROME(0): Will not print VGA registers.
    (==) CHROME(0): Will not scan I2C buses.
    (II) CHROME(0): ...Finished parsing config file options.
    (--) CHROME(0): Detected Hewlett Packard 2133 Mini-Note.
    (II) CHROME(0): Detected MemClk 8
    (II) CHROME(0): ViaGetMemoryBandwidth
    (II) CHROME(0): Detected TV standard: PAL.
    (==) CHROME(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) CHROME(0): ViaI2CInit
    (II) CHROME(0): ViaI2CBus1Init
    (II) CHROME(0): I2C bus "I2C bus 1" initialized.
    (II) CHROME(0): ViaI2cBus2Init
    (II) CHROME(0): I2C bus "I2C bus 2" initialized.
    (II) CHROME(0): ViaI2CBus3Init
    (II) CHROME(0): I2C bus "I2C bus 3" initialized.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
    (II) CHROME(0): I2C device "I2C bus 1:ddc2" removed.
    (II) CHROME(0): ViaOutputsDetect
    (II) CHROME(0): Enabling panel from PCI-subsystem ID information.
    (II) CHROME(0): Will not try to detect TV encoder.
    (II) CHROME(0): ViaOutputsSelect
    (II) CHROME(0): ViaOutputsSelect: X Configuration: 0x00
    (II) CHROME(0): ViaOutputsSelect: BIOS Initialised register: 0x07
    (II) CHROME(0): ViaOutputsSelect: Panel.
    (II) CHROME(0): ViaPanelPreInit
    (II) CHROME(0): ViaPanelGetNativeDisplayMode
    (II) CHROME(0): NativeModeIndex: 13
    (II) CHROME(0): ViaModesAttach
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.lo to 29.677456
    (II) CHROME(0): ViaModesMonitorFixup - Adjusted HSync.hi to 74.904167
    (II) CHROME(0): HP LCD: Using hsync range of 29.68-74.90 kHz
    (II) CHROME(0): HP LCD: Using vrefresh range of 55.00-90.00 Hz
    (II) CHROME(0): Clock range:  20.00 to 230.00 MHz
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (44900)
    (II) CHROME(0): Not using default mode "1024x768" (interlace mode not supported)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (75000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (78750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (94500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (148500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (135000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (157500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (162000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (175500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (189000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (202500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (229500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1792x1344 (204800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1792x1344" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1856x1392 (218300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1856x1392" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 832x624 (57284)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "832x624" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81620)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (96770)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (104990)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (119650)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (121500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (143470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (72000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (84750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (145060)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (155800)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (179260)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1600x1024 (103125)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1024" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (119000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (146250)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (174000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (187000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1680x1050 (214750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1680x1050" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (138500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 1920x1200 (154000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1200" (exceeds panel dimensions)
    (II) CHROME(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x768 (65028)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1024x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1152x864 (81613)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1152x864" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x768 (81135)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x720 (74600)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x720" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x960 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x960" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1280x1024 (108280)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1280x1024" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1360x768 (85500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1360x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1366x768 (85860)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1366x768" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1400x1050 (122726)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1400x1050" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1440x900 (106470)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1440x900" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1600x1200 (161793)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1600x1200" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1920x1080 (172900)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): Not using default mode "1920x1080" (exceeds panel dimensions)
    (II) CHROME(0): ViaValidMode: Validating 1024x600 (48960)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x576 (46981)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 1024x512 (41164)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (56300)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (49500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (50000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (39822)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x600 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x576 (32663)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 856x480 (31704)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 848x480 (33750)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 800x480 (40000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x480 (26591)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (36000)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25312)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x480 (25175)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 720x400 (35500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x400 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (II) CHROME(0): ViaValidMode: Validating 640x350 (31500)
    (II) CHROME(0): ViaSecondCRTCModeValid
    (--) CHROME(0): Virtual size is 1024x600 (pitch 1024)
    (**) CHROME(0): *Default mode "1024x600": 49.0 MHz (scaled from 0.0 MHz), 37.3 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x600"x60.0   48.96  1024 1064 1168 1312  600 601 604 622 -hsync +vsync (37.3 kHz)
    (**) CHROME(0):  Default mode "1024x576": 47.0 MHz (scaled from -0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "1024x576"x60.0   46.98  1024 1064 1168 1312  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "1024x512": 41.2 MHz (scaled from 0.0 MHz), 31.8 kHz, 59.8 Hz
    (II) CHROME(0): Modeline "1024x512"x59.8   41.16  1024 1056 1160 1296  512 512 515 531 -hsync +vsync (31.8 kHz)
    (**) CHROME(0):  Default mode "800x600": 56.3 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 50.0 MHz (scaled from -0.0 MHz), 48.1 kHz, 72.2 Hz
    (II) CHROME(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
    (**) CHROME(0):  Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "800x600": 39.8 MHz (scaled from -0.0 MHz), 37.7 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "800x600"x60.0   39.82  800 840 968 1056  600 600 604 628 +hsync +vsync (37.7 kHz)
    (**) CHROME(0):  Default mode "800x600": 36.0 MHz (scaled from -0.0 MHz), 35.2 kHz, 56.2 Hz
    (II) CHROME(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    (**) CHROME(0):  Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "720x576"x60.0   32.66  720 744 816 912  576 576 579 597 -hsync +vsync (35.8 kHz)
    (**) CHROME(0):  Default mode "856x480": 31.7 MHz (scaled from -0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "856x480"x60.0   31.70  856 872 960 1064  480 480 483 497 -hsync +vsync (29.8 kHz)
    (**) CHROME(0):  Default mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    (II) CHROME(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 485 493 517 +hsync +vsync (31.0 kHz)
    (**) CHROME(0):  Default mode "800x480": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "800x480"x60.3   40.00  800 832 960 1056  480 541 545 628 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "720x480": 26.6 MHz (scaled from -0.0 MHz), 29.7 kHz, 59.7 Hz
    (II) CHROME(0): Modeline "720x480"x59.7   26.59  720 736 808 896  480 480 483 497 -hsync +vsync (29.7 kHz)
    (**) CHROME(0):  Default mode "640x480": 36.0 MHz (scaled from -0.0 MHz), 43.3 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) CHROME(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
    (**) CHROME(0):  Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    (II) CHROME(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.3 MHz (scaled from -0.0 MHz), 31.6 kHz, 60.3 Hz
    (II) CHROME(0): Modeline "640x480"x60.3   25.31  640 656 752 800  480 489 491 525 -hsync -vsync (31.6 kHz)
    (**) CHROME(0):  Default mode "640x480": 25.2 MHz (scaled from -0.0 MHz), 31.5 kHz, 59.9 Hz
    (II) CHROME(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    (**) CHROME(0):  Default mode "720x400": 35.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.0 Hz
    (II) CHROME(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x400": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz)
    (**) CHROME(0):  Default mode "640x350": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 85.1 Hz
    (II) CHROME(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz)
    (==) CHROME(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.5.3, module version = 1.2.1
        ABI class: X.Org Video Driver, version 4.1
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) CHROME(0): VIAUnmapMem
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [37] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [38] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [39] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) CHROME(0): VIAScreenInit
    (II) CHROME(0): VIAMapFB
    (--) CHROME(0): mapping framebuffer @ 0xc0000000 with size 0x10000000
    (--) CHROME(0): Frame buffer start: 0xa7771000, free start: 0x258000 end: 0x10000000
    (II) CHROME(0): VIAMapMMIO
    (--) CHROME(0): mapping MMIO @ 0xfc000000 with size 0x9000
    (--) CHROME(0): mapping BitBlt MMIO @ 0xfc200000 with size 0x200000
    (II) CHROME(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) CHROME(0): VIASave
    (II) CHROME(0): Primary
    (II) CHROME(0): Crtc...
    (II) CHROME(0): TVSave...
    (II) CHROME(0): VIAWriteMode
    (II) CHROME(0): ViaModeSet
    (II) CHROME(0): Name: 1024x600
    (II) CHROME(0): Clock: 48960
    (II) CHROME(0): VRefresh: 59.995293
    (II) CHROME(0): HSync: 37.317074
    (II) CHROME(0): HDisplay: 1024
    (II) CHROME(0): HSyncStart: 1064
    (II) CHROME(0): HSyncEnd: 1168
    (II) CHROME(0): HTotal: 1312
    (II) CHROME(0): HSkew: 0
    (II) CHROME(0): VDisplay: 600
    (II) CHROME(0): VSyncStart: 601
    (II) CHROME(0): VSyncEnd: 604
    (II) CHROME(0): VTotal: 622
    (II) CHROME(0): VScan: 0
    (II) CHROME(0): Flags: 6
    (II) CHROME(0): CrtcHDisplay: 0x400
    (II) CHROME(0): CrtcHBlankStart: 0x400
    (II) CHROME(0): CrtcHSyncStart: 0x428
    (II) CHROME(0): CrtcHSyncEnd: 0x490
    (II) CHROME(0): CrtcHBlankEnd: 0x520
    (II) CHROME(0): CrtcHTotal: 0x520
    (II) CHROME(0): CrtcHSkew: 0x0
    (II) CHROME(0): CrtcVDisplay: 0x258
    (II) CHROME(0): CrtcVBlankStart: 0x258
    (II) CHROME(0): CrtcVSyncStart: 0x259
    (II) CHROME(0): CrtcVSyncEnd: 0x25c
    (II) CHROME(0): CrtcVBlankEnd: 0x26e
    (II) CHROME(0): CrtcVTotal: 0x26e
    (II) CHROME(0): ViaModeSecondCRTC
    (II) CHROME(0): ViaPanelScale: 1024,600 -> 1024,600
    (II) CHROME(0): mode: 0x8808110
    (II) CHROME(0): mode->name: 0x880a770
    (II) CHROME(0): mode->name: 1024x600
    (II) CHROME(0): ViaSecondCRTCSetMode
    (II) CHROME(0): Setting up 1024x600
    (II) CHROME(0): ViaSetSecondaryFIFO
    (II) CHROME(0): ViaSetSecondaryDotclock to 0x508c01
    (II) CHROME(0): ViaSetUseExternalClock
    (II) CHROME(0): ViaSecondDisplayChannelEnable
    (II) CHROME(0): ViaDisplayDisableCRT
    (II) CHROME(0): ViaDisplayDisableSimultaneous
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): VIAAdjustFrame
    (II) CHROME(0): - Blanked
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) [drm] drmOpen failed.
    (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.
    (II) CHROME(0): - Visuals set up
    (II) CHROME(0): VIAInternalScreenInit
    (II) CHROME(0): - B & W
    (II) CHROME(0): CursorStart: 0xffc0000
    (II) CHROME(0): Using 1800 lines for offscreen memory.
    (II) CHROME(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        8x8 color pattern filled rectangles
        Solid Lines
        Dashed Lines
        Image Writes
        Setting up tile and stipple cache:
            32 128x128 slots
            20 256x256 slots
            32 8x8 color pattern slots
    (==) CHROME(0): Backing store disabled
    (II) CHROME(0): - Backing store set up
    (II) CHROME(0): - SW cursor set up
    (II) CHROME(0): VIAHWCursorInit
    (II) CHROME(0): - Def Color map set up
    (II) CHROME(0): VIALoadPalette
    (II) CHROME(0): VIALoadRgbLut
    (II) CHROME(0): - Palette loaded
    (II) CHROME(0): DPMS enabled
    (II) CHROME(0): - DPMS set up
    (II) CHROME(0): - Color maps etc. set up
    (II) CHROME(0): direct rendering disabled
    (II) CHROME(0): Benchmarking video copy.  Less time is better.
    (--) CHROME(0): Timed   libc YUV420 copy... 1813105. Throughput: 522.2 MiB/s.
    (--) CHROME(0): Timed kernel YUV420 copy... 1789621. Throughput: 529.1 MiB/s.
    (--) CHROME(0): Timed    SSE YUV420 copy... 960929. Throughput: 985.3 MiB/s.
    (--) CHROME(0): Timed    MMX YUV420 copy... 1706519. Throughput: 554.8 MiB/s.
    (--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU.
    (--) CHROME(0): Timed   MMX2 YUV420 copy... 1029823. Throughput: 919.4 MiB/s.
    Freed 9834496 (pool 1)
    (--) CHROME(0): Using SSE YUV42X copy for video.
    (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
    (WW) CHROME(0): Option "RenderAccel" is not used
    (II) CHROME(0): - Done
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
    (II) GLX: Initialized DRISWRAST GL provider for screen 0
    (**) Option "CoreKeyboard"
    (**) HP Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) HP Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) HP Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) HP Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "se"
    (**) HP Keyboard: XkbLayout: "se"
    (**) Option "CustomKeycodes" "off"
    (**) HP Keyboard: CustomKeycodes disabled
    (**) Option "Protocol" "Auto"
    (**) Option "Device" "/dev/input/mice"
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (**) HP Touchpad: Device: "/dev/input/mice"
    (**) HP Touchpad: Protocol: "Auto"
    (**) Option "CorePointer"
    (**) HP Touchpad: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons"
    (**) HP Touchpad: Emulate3Buttons, Emulate3Timeout: 50
    (**) HP Touchpad: ZAxisMapping: buttons 4 and 5
    (**) HP Touchpad: Buttons: 9
    (**) HP Touchpad: Sensitivity: 1
    (II) evaluating device (HP Keyboard)
    (II) XINPUT: Adding extended input device "HP Keyboard" (type: KEYBOARD)
    (II) evaluating device (HP Touchpad)
    (II) XINPUT: Adding extended input device "HP Touchpad" (type: MOUSE)
    (II) HP Touchpad: Setting mouse protocol to "ExplorerPS/2"
    (II) HP Touchpad: ps2EnableDataReporting: succeeded
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed
    ===============================================================
    And my glxinfo:
    ===============================================================
    name of display: :0.0
    display: :0  screen: 0
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
        GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
        GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
        GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
        GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: S3G
    client glx version string: 1.4
    client glx extensions:
        GLX_SGI_make_current_read,  GLX_SGIX_fbconfig,  GLX_SGIX_pbuffer,
         GLX_ARB_get_proc_address, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    GLX version: 1.2
    GLX extensions:
        GLX_SGI_make_current_read, GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap,
        GLX_MESA_copy_sub_buffer
    OpenGL vendor string: Mesa Project
    OpenGL renderer string: Software Rasterizer
    OpenGL version string: 1.4 (2.1 Mesa 7.2)
    OpenGL extensions:
        GL_EXT_texture_env_add, GL_ARB_multitexture, GL_ARB_transpose_matrix,
        GL_ARB_texture_env_add, GL_ARB_texture_cube_map,
        GL_ARB_texture_compression, GL_ARB_texture_border_clamp,
        GL_ARB_point_parameters, GL_ARB_texture_env_combine,
        GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
        GL_ARB_texture_mirrored_repeat, GL_ARB_depth_texture, GL_ARB_shadow,
        GL_ARB_shadow_ambient, GL_ARB_window_pos, GL_ARB_occlusion_query,
        GL_ARB_texture_non_power_of_two, GL_ARB_point_sprite,
        GL_EXT_texture_rectangle, GL_EXT_abgr, GL_EXT_blend_color,
        GL_EXT_texture3D, GL_EXT_packed_pixels, GL_SGIS_texture_lod,
        GL_EXT_rescale_normal, GL_EXT_vertex_array, GL_SGIS_generate_mipmap,
        GL_SGIS_texture_edge_clamp, GL_SGIS_texture_border_clamp,
        GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_point_parameters,
        GL_EXT_draw_range_elements, GL_EXT_bgra, GL_EXT_separate_specular_color,
        GL_EXT_secondary_color, GL_EXT_multi_draw_arrays, GL_EXT_fog_coord,
        GL_EXT_texture_env_combine, GL_EXT_blend_func_separate,
        GL_EXT_stencil_wrap, GL_NV_texgen_reflection, GL_EXT_texture_lod_bias,
        GL_NV_blend_square, GL_NV_texture_rectangle, GL_EXT_shadow_funcs,
        GL_ATI_texture_env_combine3, GL_SGI_color_matrix,
        GL_EXT_texture_edge_clamp
    2 GLX Visuals
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
    id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    0x21 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
    0x3b 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    32 GLXFBConfigs:
       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
    id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
    0x3c  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 None
    0x3d  0 tc  0 32  0 r  .  .  8  8  8  8  0  0  0 16 16 16 16  0 0 Slow
    0x3e  0 tc  0 32  0 r  y  .  8  8  8  8  0  0  0 

  • Just updated my iMac to OS X Yosemite and my Photoshop will no longer open. Pop up message informing Some of the application components are missing from the Application directory. Please reinstall the application. I have the pay monthly package and don't

    Just updated my iMac to OS X Yosemite and my Photoshop will no longer open. Pop up message informing, Some of the application components are missing from the Application directory, Please reinstall the application. I have the pay monthly package and don't know where to start.

    Do as it says: Reinstall the program. Run the cleaner tool and let CC app do the magic.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • Package missing from file menu in CS6 - how to get this feature?

    Hi,
    I'm running Illustrator CS6 (version 16.0.3) 64-bit on Windows 7 64-bit as part of my Design Standard CS6. I'm trying to package a file but when I go to the File menu, there is no package option. Why is it not there? And how do I get the Package feature?
    Mark

    I'm missing the "Package" feature in Illustrator CS6
    http://forums.adobe.com/message/5449455

  • Apache POI small example request & if it's possible to do...

    I'm fairly new to Java, and am interested in creating a dynamic program in swing:
    I have a word 2007 document with a number of lines of text and commands from a user manual I have created. I would like to use the Apache POI package to open the document read in each line one by one, and based on what style the line is in (Heading 1 format vs Normal vs Command vs Directory...etc) the program would go through a specific subroutine. For instance if were to have a document down below:
    h1. Copy Files Procedure: (heading 1 style)
    h2. 1.) Log into the Kermit unix server and change directory to:(heading 2 style)
    h4. a.) "$HOME/whatever/" (openSSHwindow style)
    h2. 2.) Perform a secure copy to Muppet server. (heading 2 style)
    h4. a.) "scp user@server files whatever the command is" (command style)
    I would want the program to read in this word doc line by line and spit out in my log file:
    "Copy Files Procedure:" is in heading 1 style.
    "Log into the Kermit unix server and change directory to:" is in heading 2 style.
    "$HOME/whatever/" is in openSSHwindow style.
    "Perform a secure copy to Muppet server." is in heading 2 style.
    "scp user@server files whatever the command is" is in command style.
    ...etc
    I did some research into Apache POI, but i wanted to know if anyone else here knew a way to do this. All I can find is that there is way to pull out the heading indent level! The problem with is that I'm using custom formats, not just Headings 1-9!
    if someone would write a tiny example in java swing showing how to read the line in from a word doc and pull the line content as well as it's line style with a swing method that it invokes if it is a certain that would be SUPER helpful!!!!
    The usefulness of this example could allow anyone to use this program to dynamically create an operating console GUI with any properly formatted word doc version of the operators manual!

    802532 wrote:
    All I mean with that is one that will create itself based on a word doc and it's styling...So, your program will read a word doc, and then generate Java source code, compile it, and execute it?
    I think you're abusing the word "dynamic." It sounds like you mean "a program that takes input and produces output based on that input." This is pretty much what all programs beyond "Hello World" do.

  • Exception when using Apache POI in ADF

    Goodmorning;
    i'm using jdev 11g, i m trying to use Apache POI to import the content of Microsoft XL file into my database.
    i already do that succesfully on netbeans. but not on jdev.
    first i download the POI package from the apache web site, and i create a librarie and add the jar files to the jdev by using Tools --> Manage Libraries, this is the list of the jar file : poi-3.6-20091214.jar, poi-contrib-3.6-20091214.jar, poi-ooxml-3.6-3-20091214.jar and poi-scratchpad-3.6-20091214.jar.
    next, create a jsf page with a boutton, then i enable the binding of this page by using Design --> Page Properties --> component binding --> check Auto Bind
    in the action method of the buton i put the following code :
    public String cb1_action() throws FileNotFoundException, IOException {
    Connection conn = null;
    String url = "jdbc:mysql://localhost:3306/";
    String dbName = "test";
    String driver = "com.mysql.jdbc.Driver";
    String username = "root";
    String userPassword = "";
    try {
    InputStream fs = new FileInputStream("/home/Rachid/test1.xls");
    HSSFWorkbook wb = new HSSFWorkbook(fs);
    HSSFSheet sheet = wb.getSheetAt(0);
    HSSFRow row = null;
    for (Iterator rowIt = sheet.rowIterator(); rowIt.hasNext();) {
    row = (HSSFRow) rowIt.next();
    HSSFCell code = row.getCell(0);
    HSSFCell nom = row.getCell(1);
    HSSFCell dt = row.getCell(2);
    java.util.Date date = dt.getDateCellValue();
    System.out.println("code "+code+" % nom "+nom +" % date " +date);
    try {
    Class.forName(driver).newInstance();
    } catch (ClassNotFoundException e) {
    } catch (InstantiationException e) {
    } catch (IllegalAccessException e) {
    try {
    conn = DriverManager.getConnection(url+dbName,username,userPassword);
    } catch (SQLException e) {
    Statement stmt = null;
    try {
    stmt = conn.createStatement();
    } catch (SQLException e) {
    String strQuery = "insert into importxl values ("+code+",'"+nom+"','"+date.getDay()+"/"+date.getMonth()+"/"+date.getYear()+"')";
    System.out.println(strQuery);
    try {
    stmt.close();
    } catch (SQLException e) {
    try {
    conn.close();
    } catch (SQLException e) {
    } catch (FileNotFoundException e) {
    e.printStackTrace();
    } catch (IOException e) {
    e.printStackTrace();
    return null;
    and when i run my page and click on the button, this exception page appear :
    Error 500--Internal Server Error
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:698)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:285)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         ... 35 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook
         at Mybean.bean1.wrc(bean1.java:23)
         at Mybean.MybeanImport.cb1_action(MybeanImport.java:53)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
         ... 43 more
    Caused by: java.lang.ClassNotFoundException: org.apache.poi.hssf.usermodel.HSSFWorkbook
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         ... 52 more

    Hi John,
    Ya ur right i too agree we can go for shared Libraries for reusable or massive apps but we still dont know whether OP is gng on the way and also i never said dont go for shared Libraries+
    May be he will be running the application locally for any testing purpose..... if it so i have suggested him not to keep the jar files in the folders outside the project....
    Why becoz incase the jar file kept in outside folder,
    if the folder gets deleted or some times if it kept in any shared folder and user loses the permission error will be thrown it cant be traced why the error gets throwned....
    if the jar is gng to be referred from local best way is to keep it in the project folder itself.............
    Regards,
    Suganth.G

  • HT201210 After downloading latest version of iTunes it will not open.  This error message is displayed;  The program can't star because MSVCR80.dll is missing from your computer.  Try reinstalling the program to fix this problem.  Then a second error box

    After iTunes requested that I download latest version on PC it now will not open.  2 error messages appear.  first:  The program can't start because MSVCR80.dll is missing from your computer.  Try reinstalling the program to fix this problem.  second:  iTunes was not installed correctly please reinstall iTunes. Error 7 (Windows error 126).  I have tried reinstalling a number of times and restarting computer but no luck.

    This happened to me today as well post installing the latest version of itunes.   I did a search on google for the error and came across a recommendation to :
    Note: Start Windows in Safe Mode to complete any of the following steps if you're unable to access Windows normally due to the msvcr80.dll error.
    If, and only if, you're receiving the msvcr80.dll is missing error when you open Apple iTunes, do the following: (skip this step if your msvcr80.dll error is occurring with a different program)
    Uninstall from Windows the following five programs in this order: iTunes, Apple Software Update, Apple Mobile Device Support, Bonjour, and finally Apple Application Support. If you have iCloud, remove it as well.
    Uninstalling these programs in Windows is done from an applet in Control Panel called Programs & Features (in Windows 8, 7, or Vista) or Add or Remove Programs (in Windows XP).
    Note: Songs and playlists in iTunes will not be removed when you uninstall the iTunes program or any of the other, already-mentioned Apple programs. If you'd still like to back them up, they're usually located in the My Music folder in Windows.
    Download the latest version of iTunes from Appleand note the location you're saving it to so you can find it once it's done.
    Run the iTunes installation as an administrator. If you're not sure how to do that, see How Do I Open an Elevated Command Prompt? for help. That procedure shows you how to open the Command Prompt program as an administrator, but the steps are essentially the same for anything, including the iTunes installation package you just downloaded.
    A general overview of removing and reinstalling iTunes can also be found here on Apple's site but the above procedure seems to work better in this particular situation.

  • App-V 5.0 - GenericApplicationError Missing from string table. 0x80004005

    I have two App-V 5.0 packages, when loaded on a new box, that are getting the same error message. These two applications are two very different applications, so I assume that it has to do with the way I am packaging this application.
    The error message is below:
    Anyone with ideas on where to start troubleshooting this or what this error message is in relation to?
    The application runs fine on the machine I sequenced it on. Its only when I move it to a different system that it blows up.
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

    Report.xml File:
    <reporting><ISSUE CODE="12" SEVERITY="WRN" MODULE="3731881984"><DESCRIPTION SHORT="Files excluded from package." FULL="One or more files were excluded from the package because they are located in excluded paths. Missing files can cause unexpected application failures."/><RESOLUTION SHORT="Verify package functionality." FULL="To add an excluded file to the package, do the following:&#xA;1) Remove the path from the exclusion list using the sequencer options page.&#xA;2) Add the file using the Virtual File System Tab in the sequencer and resave the package."/><MOREINFO DESCRIPTION="The following files were excluded:"><ITEM DESCRIPTION="C:\System Volume Information"/><ITEM DESCRIPTION="C:\System Volume Information\SPP"/><ITEM DESCRIPTION="C:\System Volume Information\SPP\OnlineMetadataCache"/><ITEM DESCRIPTION="C:\System Volume Information\SPP\OnlineMetadataCache\{d7220215-1391-4f72-b7ce-8b4e62342443}_OnDiskSnapshotProp"/><ITEM DESCRIPTION="C:\System Volume Information\SystemRestore\FRStaging"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\024823B39FBEACCDB5C06426A8168E99_4EB65D2EF896F9A30A10A7F798B64304"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\1DAF2884EC4DFA96BA4A58D4DBC9C406"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\5080DC7A65DB6A5960ECD874088F3328_2908F682DFC81A793BD240CF29711C77"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\5457A8CE4B2A7499F8299A013B6E1C7C_CE50F893881D43DC0C815E4D80FAF2B4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\77EC63BDA74BD0D0E0426DC8F8008506"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7B8944BA8AD0EFDF0E01A43EF62BECD0_7AFE634B89AA4D607E4C17E1D3663E93"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7B8944BA8AD0EFDF0E01A43EF62BECD0_F248B6188B41DA39ADC9E0EDAA8A4DF2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\7D266D9E1E69FA1EEFB9699B009B34C8_0A9BFDD75B598C2110CBF610C078E6E6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\B912B2C6928A18B8CD7D50CF08BEA95B_2E84CAB33E504DE5D71A827D113AC41F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\CAEDF689AA6DC9642B833051B2B77D1A"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\D236B74794790D9923905972356B8BEC"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\Content\D47DBD2F9E3365FBBE008D71FB06716F_D33192D58AA9CA2B9097E848E9FE86DE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\024823B39FBEACCDB5C06426A8168E99_4EB65D2EF896F9A30A10A7F798B64304"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\1DAF2884EC4DFA96BA4A58D4DBC9C406"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\5080DC7A65DB6A5960ECD874088F3328_2908F682DFC81A793BD240CF29711C77"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\5457A8CE4B2A7499F8299A013B6E1C7C_CE50F893881D43DC0C815E4D80FAF2B4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\77EC63BDA74BD0D0E0426DC8F8008506"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7B8944BA8AD0EFDF0E01A43EF62BECD0_7AFE634B89AA4D607E4C17E1D3663E93"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7B8944BA8AD0EFDF0E01A43EF62BECD0_F248B6188B41DA39ADC9E0EDAA8A4DF2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\7D266D9E1E69FA1EEFB9699B009B34C8_0A9BFDD75B598C2110CBF610C078E6E6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\B912B2C6928A18B8CD7D50CF08BEA95B_2E84CAB33E504DE5D71A827D113AC41F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\CAEDF689AA6DC9642B833051B2B77D1A"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\D236B74794790D9923905972356B8BEC"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData\D47DBD2F9E3365FBBE008D71FB06716F_D33192D58AA9CA2B9097E848E9FE86DE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer\Services"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{0633EE93-D776-472f-A0FF-E1416B8B2E3A}.ico"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles\StageManagerUserPreferences.config"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\AssemFiles\ToolBarState.config"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\identity.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\IsolatedStorage\tqmafnpy.b0b\z2vf4bpg.w4c\Publisher.sqz0o3xg4v3oddkzqlj2scneuiyt3rwn\info.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs\Video Transcoder.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v2.0_32\UsageLogs\inVobex.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\RegAsm.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\CLR_v4.0_32\UsageLogs\TrialDirector Presentation.exe.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\IECompatData"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\IECompatData\iecompatdata.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\MSIMGSIZ.DAT"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Active"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active\RecoveryStore.{C03055A9-C386-11E4-8261-005056894BD3}.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Recovery\High\Last Active\{DABB739B-C386-11E4-8261-005056894BD3}.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712940"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712940\msapplication.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712950"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\Tiles\pin-314712950\msapplication.xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\UrlBlockManager"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\UrlBlockManager\urlblocklist.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\imagestore"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Internet Explorer\imagestore\04rbnxo"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\0"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\3"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\5"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows Store\Cache\cachemetadata.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\Caches"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\Caches\{3DA71D5A-20CC-432F-A115-DFE92379E91F}.1.ver0x0000000000000011.db"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS\fwlink[1].htm"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\516W00BS\iecompatviewlist[1].xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\F090S87F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\F090S87F\known_providers_download_v1[1].xml"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9\favicon[1].ico"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\JYJKAMO9\urlblocklist[1].bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL\102[1]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\INetCache\IE\Z2N683ZL\urlblockindex[1].bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\UsrClass.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\WindowsUpdate.log"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Microsoft\Windows\appsFolder.itemdata-ms"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\0"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\1"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\2"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\2\2-GetGenuineTicket-.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\3"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\5"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Packages\winstore_cw5n1h2txyewy\LocalState\Cache\cachemetadata.dat"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_10.0.30319"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\DSFMgr.exe_0x19119f1aef83fd5f21abac27f8a70129.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\FLVSplitter.ax_0x1a65897a44b09428d4d8fdc26ad2b110.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\MP4Splitter.ax_0x487fdc27eba7464311aa95ff75587f75.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\MpegSplitter.ax_0x5da8d7339e2971d4d6418913b315f758.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TomsMoComp_ff.dll_0xe63ae2bd9e6a1d0a31c177e44a5549bd.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TrialDirector6.exe.manifest_0xb9129bfa3778d9bb698c71778b9fa5b8.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\TrialDirectorFileExchange.exe_0x4f4311b70d1c785bd0ebc0999cf1dde1.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\WMFDemux.dll_0xf3bc56289cdeb5456a77b960dd63da22.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avi.dll_0x8111075e8b53fee942ce45d9a514fa89.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avs.dll_0x44a5965795fd86118922e18124498d43.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\avss.dll_0x832f62588782ee5a938381694ed43a2f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\dxr.dll_0xf2168a9d9950d9301c4349e2fddf60e0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_liba52.dll_0x78b857acbec0f6ad5ee1ee8813c150a7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libdts.dll_0x9f99960d548cc0f65e0f5dea1c7b521d.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libfaad2.dll_0x1d8412ecca827e608cb6e88773ab111f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_libmad.dll_0xb5345ffa25bc30ce3a5ac3f17861b409.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_samplerate.dll_0x0ff5c091479031714675ac7b76b395bf.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_unrar.dll_0xf258413b9753601e01ec543f9a68a176.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ff_wmv9.dll_0x13dcfad7df20beaf0bd30ebfcfc13912.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ffdshow.ax.manifest_0x7f8a2fb6a26f74a9a9a8688e521ad16e.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ffdshow.ax_0xfd135d573326c1855e35764d03fda68c.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\libFLAC.dll_0x5c3739f97d09caf8abcc0a1f14c82a49.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\libmpeg2_ff.dll_0x2019f6559e43f3751d156bf91ca38b45.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mediainfo.dll_0x422f18ebe9b243afd39d932ad3f9015f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mediainfo.exe_0xb1030358994020009c971d6716d74482.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkunicode.dll_0xdd4401190884dadbd4a5acf4267fba6b.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkx.dll_0xe8913ec08f74efa6b810f7273888d7d5.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mkzlib.dll_0x8ef0fec8ea55674dced3a0202fc2b47e.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\mp4.dll_0xbffc5ae21f3ce210e8b360130e557de7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ogm.dll_0x628c28b1946e0277c68fb5386e5be761.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.123.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\Manifests\ts.dll_0x4f6d016f4bb6ac81e610d3b61d7f2fb0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Haali.MediaSplitter.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\DelphiApplication.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\MyApplication.app.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\ffdshow.ax.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Microsoft.MSXML2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\msxml4.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\Microsoft.MSXML2R.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\msxml4r.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0x7CD3A5EF27423504\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\DSFMgr.exe_0x19119f1aef83fd5f21abac27f8a70129.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\FLVSplitter.ax_0x1a65897a44b09428d4d8fdc26ad2b110.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\MP4Splitter.ax_0x487fdc27eba7464311aa95ff75587f75.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\MpegSplitter.ax_0x5da8d7339e2971d4d6418913b315f758.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TomsMoComp_ff.dll_0xe63ae2bd9e6a1d0a31c177e44a5549bd.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirector Presentation.exe.manifest_0xb9129bfa3778d9bb698c71778b9fa5b8.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirector Presentation.exe_0xdc1c043484d9f346951d3f0f027b9bb2.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\TrialDirectorFileExchange.exe_0x4f4311b70d1c785bd0ebc0999cf1dde1.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\WMFDemux.dll_0xf3bc56289cdeb5456a77b960dd63da22.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avi.dll_0x8111075e8b53fee942ce45d9a514fa89.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avs.dll_0x44a5965795fd86118922e18124498d43.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\avss.dll_0x832f62588782ee5a938381694ed43a2f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\dxr.dll_0xf2168a9d9950d9301c4349e2fddf60e0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_liba52.dll_0x78b857acbec0f6ad5ee1ee8813c150a7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libdts.dll_0x9f99960d548cc0f65e0f5dea1c7b521d.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libfaad2.dll_0x1d8412ecca827e608cb6e88773ab111f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_libmad.dll_0xb5345ffa25bc30ce3a5ac3f17861b409.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_samplerate.dll_0x0ff5c091479031714675ac7b76b395bf.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_unrar.dll_0xf258413b9753601e01ec543f9a68a176.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ff_wmv9.dll_0x13dcfad7df20beaf0bd30ebfcfc13912.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ffdshow.ax.manifest_0x7f8a2fb6a26f74a9a9a8688e521ad16e.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ffdshow.ax_0xfd135d573326c1855e35764d03fda68c.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\libFLAC.dll_0x5c3739f97d09caf8abcc0a1f14c82a49.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\libmpeg2_ff.dll_0x2019f6559e43f3751d156bf91ca38b45.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mediainfo.dll_0x422f18ebe9b243afd39d932ad3f9015f.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mediainfo.exe_0xb1030358994020009c971d6716d74482.1.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkunicode.dll_0xdd4401190884dadbd4a5acf4267fba6b.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkx.dll_0xe8913ec08f74efa6b810f7273888d7d5.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mkzlib.dll_0x8ef0fec8ea55674dced3a0202fc2b47e.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\mp4.dll_0xbffc5ae21f3ce210e8b360130e557de7.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ogm.dll_0x628c28b1946e0277c68fb5386e5be761.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.123.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\splitter.ax_0x80988e29b182d7c0b5d1d941f4ea3928.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\Manifests\ts.dll_0x4f6d016f4bb6ac81e610d3b61d7f2fb0.2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Haali.MediaSplitter.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\DelphiApplication.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\MyApplication.app.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\ffdshow.ax.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Microsoft.MSXML2.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\msxml4.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\Microsoft.MSXML2R.manifest"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\msxml4r.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\SPOON\CACHE\0xF01E72CA5F43996F\sxs\[email protected]\[email protected]"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\is6E80.tmp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\isE480.tmp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\Temp\~DF979BC39168CD182E.TMP"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\meta\@PROGRAMFILESCOMMONX86@\inData Shared\mmNtfy20.dll.__meta__"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\modified\@PROGRAMFILESCOMMONX86@\inData Shared\mmNtfy20.dll"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe\0x2D45A7E7F990BFE4"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\stubexe\0x2D45A7E7F990BFE4\splwow64.exe"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\local\temp\@PROGRAMFILESCOMMONX86@\inData Shared"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified\@PROGRAMFILESCOMMONX86@"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\roaming\modified\@PROGRAMFILESCOMMONX86@\NCT Audio Video"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector 6\6.07.1473\xsandbox.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473\roaming"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Local\inData TrialDirector Presentation Kiosk\4.0.0.1473\roaming\xregistry.bin"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Roaming\Microsoft\Windows\Recent"/><ITEM DESCRIPTION="C:\Users\My_User_Name\AppData\Roaming\Microsoft\Windows\Recent\TrialDirector 6.7.1473.1.lnk"/><ITEM DESCRIPTION="C:\Users\My_User_Name\ntuser.dat.LOG1"/><ITEM DESCRIPTION="C:\Windows\Temp"/><ITEM DESCRIPTION="C:\Windows\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_20150305_162600067-MSI_vc_red.msi.txt"/><ITEM DESCRIPTION="C:\Windows\Temp\Microsoft Visual C++ 2010 x86 Redistributable Setup_20150305_162600067.html"/></MOREINFO></ISSUE></reporting>
    Entrepreneur, Strategic Technical Advisor, and Sr. Consulting Engineer - Strategic Services and Solutions Check out my book - Powershell 3.0 - WMI: http://amzn.to/1BnjOmo | Mastering PowerShell Coming in April 2015!

  • IPhoto events and pictures missing from iPhoto after restoring new hard drive and upgrade to iLife11

    My iPhoto events and pictures are ALL missing from my iPhoto Library after I tried restoring my programs on a new hard drive AND upgrading to iLife11!  Over the last few months, I upgraded my 2008 Macbook Pro's hard drive from a 250 GB to a 500 GB hard drive and since then have been manually installing and restoring programs and software.  I decided to do things manually because I had problems with doing Time Machine backups/restores in the past, so before I upgraded the drive, I manually saved everything to a Western Digital MyStudio 1 TB hard drive that I had just for the purposes of a second back up.  Anyway, I tried importing the pictures onto the new library, but couldn't find the hard copies at first, so that didn't work.  I then tried deleting the iPhoto Library that came with new operating system, then copying my old backup onto the new hard drive...that didn't work either.  However, when I right clicked on the iPhoto Library icon on my external hard drive (the original) and clicked on "show package contents," the folder not only contained the originals, but they were still organized by year and event just as I had them originally! 
    So, then I thought "why don't I try just importing the pictures directly into the new iPhoto Library!"
    I tested it out, and sure enough, it worked!  I then tried importing an entire folder (which, was actually the name of the event), and again it worked!  So, I literally clicked and dragged my entire 2007-2009 library of pictures (which was about 35 GB) back into my iPhoto Library!  AND, this only took about 30 minutes to download, enough time for me to write this post and the following instructions to Recap: 
              1. Open your new iPhoto Library
              2. Go to wherever your ORIGINAL iPhoto Library is saved/backed up, then Right-click (or Control click) on the iPhoto icon 
              3. Click on "Show Package Contents"
              4. Go to the folder called "Originals" or "Master"
              5. Click and drag everything INSIDE the folder (not the folder itself) to your new iPhoto Library
              6. DO NOT try Importing from inside iPhoto!  For some reaseon, iPhoto can't see these images, but I promise, they're there! 
    I assume this could work on other iLife programs, but luckily I have MobileMe and my iCalendar updated itself, though I did have to do some tweeking...
    Hope this helps other people out, GOOD LUCK! 

    I'm re-posting the answer to this problem so I can show it has been answered: 
    Open your new iPhoto Library 
    Go to wherever your ORIGINAL iPhoto Library is saved/backed up, then Right-click (or Control click) on the iPhoto icon
    Click on "Show Package Contents"
    Go to the folder called "Originals" or "Master"
    Click and drag everything INSIDE the folder (not the folder itself) to your new iPhoto Library
    DO NOT try Importing from inside iPhoto!  For some reason, iPhoto can't see these images, but I promise, they're there!
              GOOD LUCK!!!

  • Using Apache POI 3.2 to create hyperlinks in Excel

    Hello,
    I am new to Java.
    I have written a program that accesses Excel with the Apache POI version 3.2.
    All seems to work until I tried to insert a Hyperlink to a file on the local drive.
    I followed the quick start guide from Apache POI.
    It provides the following code but Java does not appear to find the "createHelper".
    //link to a file in the current directory
    cell = sheet.createRow(1).createCell((short)0);
    cell.setCellValue("File Link");
    link = createHelper.createHyperlink(Hyperlink.LINK_FILE);
    link.setAddress("link1.xls");
    cell.setHyperlink(link);
    cell.setCellStyle(hlink_style);
    Any ideas on how to insert a Hyperlink into Excel would be appreciated.
    Thanks
    Chris

    This seems to be a class in 3.5 beta jar file. Try downloading and using the 3.5 beta

  • How to read .XLSX files using org.apache.poi.ss.usermodel.* classes

    Hello,
    I want to read in excel files to a JTable. I was able to read in .xls files, but have problems reading .xlsx files. Maybe there is something i need to add to the following code:
    FileInputStream iStream = new FileInputStream(newFile);
    POIFSFileSystem fs = new POIFSFileSystem(iStream);
    Workbook wb1 = WorkbookFactory.create(fs);
    Sheet sheet = wb1.getSheetAt(0);       // get the first sheet data
    // Iterate over each row in the sheet
      Iterator rows = sheet.rowIterator();
       while(rows.hasNext()) {
          Row row = (Row) rows.next();
          .............The compiler is complaining about the 3rd line: Workbook wb1 = WorkbookFactory.create(fs);
    Thanks.

    @ejp:
    I quite agree with you. It's a runtime exception -
    org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF)I've tried searching before coming here to ask. HSSF processes .xls files only, XSSF processes .xlsx files only while SS is supposed to read both .xls and .xlsx files. Maybe there's anyone that has used it before who can help out.
    Thanks

  • IPhone 6 stolen from package

    I opened my Verizon package on Friday and my iPhone 6 was missing from the box!  Somewhere along the delivery chain, someone opened the package, opened the box, and took the phone out, leaving the charger!  Has anyone had this experience?  Now I have claims at both Verizon and FedEx.  I understood from the Verizon shipping email that I had to sign for the delivery of my phone by Fed Ex.  Fed Ex left the box on my doorstep while I was at work.  Now what?

    This just happened to us too. I had a new iPhone 6 shipped to a secure location. When my son opened the box it was empty except for paperwork. Vzw and FedEx are pointing at anyone else other than themselves. The box shoes clear indication that it was taped twice: the 2nd top tape was clear, perhaps indicating shipping tampering. I'm going to escalate to VZW tomorrow. I've been a customer with them for my entire family for 15+ years...

Maybe you are looking for

  • Is there a way to rotate an array on the front panel?

    Is there a way to rotate an array on the front panel?  For example, I want element [0] to be at the bottom of an array that's expanded to show the elements vertically. Thanks in advance.

  • Display of 2 ALV List

    Hi,   I am trying to display 2 ALV List at a time...Can anyone please tellme what is wrong in the following code..Its not displaying any output after the selection-screen. Should I pass anything else in addition..Or can anyone tell me what exactly I

  • Properties File is Not in the Classpath

    I have a java class ParamOptions.java. In that class, I use a properties file: private static final String OPTION_FILE_NAME="website_utility_ParamOptions"; public ParamOptions()    try       ResourceBundle res = ResourceBundle.getBundle(OPTION_FILE_N

  • Small Issue 10.5.8 Update

    Two days ago installed the update 10.5.8 and all seemed to be very good. BUT, now every time I start my iMac 24", Aluminum Intel Core Duo, 2.6GHz my screen defaults to FULL Bright.... I reset the slider bar in System Pref's> Display back to the dimme

  • Out of memory errors when trying to sync local and remote sites

    We cannot get our remote and local sites synchronized for the first time. We have a huge site and we get out or memory errors or the synch just doesn't work. Any solutions or insights? Our site has 9,000+ HTML files and accompanying images, pdfs, etc