Skip to content

Instantly share code, notes, and snippets.

@jnozsc
Created May 9, 2012 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnozsc/2644212 to your computer and use it in GitHub Desktop.
Save jnozsc/2644212 to your computer and use it in GitHub Desktop.
textmate 1.0 with blog bundle, bug with chinese
:29:in 'require': no such file to load — jcode (LoadError)
TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:310:in 'to_plist': An object in the argument tree could not be converted (ArgumentError)
git clone git://github.com/kballard/osx-plist.git
cd osx-plist/ext/plist
ruby extconf.rb && make
mv /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/plist.bundle.old
cp plist.bundle /Applications/TextMate.app/Contents/SharedSupport/Support/lib/osx/
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:24:in '+': can't convert REXML::ParseException into String (TypeError)
/usr/local/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:441:in 'rescue in pull': #<:compatibilityerror: incompatible encoding regexp match with ascii-8bit string> (REXML::ParseException)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment