From: "naruse (Yui NARUSE)" Date: 2013-06-13T02:14:19+09:00 Subject: [ruby-core:55465] [ruby-trunk - Bug #8508] Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb Issue #8508 has been updated by naruse (Yui NARUSE). > I'm running the App (Vagrant) using Cygwin on the mintty.exe terminal. It sounds root cause. > And btw. "chcp" gives me: > Aktive Codepage: 850. Thanks. Could you show following result? ruby -e'puts Encoding.locale_charmap' ---------------------------------------- Bug #8508: Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb https://bugs.ruby-lang.org/issues/8508#change-39894 Author: thasmo (Thomas Deinhamer) Status: Feedback Priority: Normal Assignee: cruby-windows Category: M17N Target version: ruby -v: 1.9.3 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Hi guys! I'm using Vagrant and the VMware workstation plugin to provision a VMware workstation VM but in the end this doesn't work because I get an error in win32/registry.rb: "C:/HashiCorp/Vagrant/embedded/lib/ruby/1.9.1/win32/registry.rb:173:in `tr': invalid byte sequence in UTF-8 (ArgumentError)" The Vagrant debug log which includes the error trace can be found here: https://gist.github.com/thasmo/12f88c7b1025aa5f2c32 The related Vagrant bug ticket can be found here: https://github.com/mitchellh/vagrant/issues/1757#issuecomment-19175619 Please let me know if you need any further information on this! Thanks a lot! -- http://bugs.ruby-lang.org/