Steps to reproduce:
1. Create a photoshop file with a text layer
2. Set the text to black (0,0,0)
2. Create a script to access the text layer like so: layer.textItem.color
Results:
Error 8800: General Photoshop error occurred
Expected Results:
The property returns a SolidColor object with RBG set to (0,0,0)
NOTE: This only occurs if the text is completely black. If it's any other color, it works as desired.