Hello,
I am using build 1436 under Leopard. Whenever I run Typeset & View using the LaTeX bundle, I get an error message saying "There was a problem reading the preferences file, continuing with defaults", and the resulting pdf is displayed in the Typeset & View window itself regardless of any settings in my LaTeX preferences. Changing these preferences also has no effect. Now, I tried removing my com.macromates.textmate.plist file, and was able to change my pdf viewer setting in LaTeX preferences. This works fine, until I try to change this setting again, at which I point get the same error as before.
Any ideas on what the cause may be? Thanks.
The problem is that the python plist parser available in Tiger did not handle non-printable characters, or dates that are far in the past/ future. After Leopard came out I updated the parser to make use of Leopard's if it was available, but you will have to update your Latex bundle from the subversion repository to get that.
Brad On Nov 2, 2007, at 5:39 PM, scanez wrote:
Hello,
I am using build 1436 under Leopard. Whenever I run Typeset & View using the LaTeX bundle, I get an error message saying "There was a problem reading the preferences file, continuing with defaults", and the resulting pdf is displayed in the Typeset & View window itself regardless of any settings in my LaTeX preferences. Changing these preferences also has no effect. Now, I tried removing my com.macromates.textmate.plist file, and was able to change my pdf viewer setting in LaTeX preferences. This works fine, until I try to change this setting again, at which I point get the same error as before.
Any ideas on what the cause may be? Thanks. -- View this message in context: http://www.nabble.com/Preferences-file-could-not-be-read%2C-might-be-related... Sent from the textmate users mailing list archive at Nabble.com.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 2 Nov 2007, at 23:39, scanez wrote:
[...] I get an error message saying "There was a problem reading the preferences file, continuing with defaults"
Turns out the Python property list parser (used to read the preferences) has a problem with dates in the distant past (the default value for some “when did the user last change this”-entries).
If you are on Leopard, Brad recently checked in a version of the LaTeX bundle which uses the OS’ plist parser.