I encounter a problem when I import my gdsii stream file which I generated my own program. The import stream file gives me this error message: FATAL (149): Bad Stream record type `112' encountered in the input Stream file. Valid range is `0-59'. What is the record type "112"? I cannot find the code in gdsii code on the Internet. For your information, the gdsii format is copying the same format as Cadence export gdsii stream file. The only different is my generated size is less than 182 bytes but cadence generated gdsii file has 2048 bytes. I had wrote a simple program to dump the binary file, it contains many zero at the end of 400. HS Phuah