Hanami 2.1 settings.txt

when I run hanami new bookshelf
After showing Hanami install…

It opens up notepad and a dialog comes up saying

Cannot find the c:\settings.txt file
Do you want to create a new file?

If I say yes or no and close notepad.exe, with either option - tried it multiple times.

After I cd into bookshelf and run bundle install I get the following error

c:\windows_home\src\dsisnero\ruby_repos\bookshelf>bundle exec hanami dev
D:/windows_home/tools/ruby/Ruby33/lib/ruby/3.3.0/open3.rb:534:in `spawn': Exec format error - bin/dev (Errno::ENOEXEC)
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/3.3.0/open3.rb:534:in `popen_run'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/3.3.0/open3.rb:235:in `popen3'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/hanami-cli-2.1.1/lib/hanami/cli/interactive_system_call.rb:27:in `block in call'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/site_ruby/3.3.0/bundler.rb:404:in `block in with_unbundled_env'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/site_ruby/3.3.0/bundler.rb:659:in `with_env'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/site_ruby/3.3.0/bundler.rb:404:in `with_unbundled_env'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/hanami-cli-2.1.1/lib/hanami/cli/interactive_system_call.rb:22:in `call'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/hanami-cli-2.1.1/lib/hanami/cli/commands/app/dev.rb:32:in `call'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/hanami-cli-2.1.1/lib/hanami/cli/commands/app/command.rb:40:in `call'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/dry-cli-1.0.0/lib/dry/cli.rb:116:in `perform_registry'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/dry-cli-1.0.0/lib/dry/cli.rb:65:in `call'
        from D:/windows_home/tools/ruby/Ruby33/lib/ruby/gems/3.3.0/gems/hanami-cli-2.1.1/exe/hanami:11:in `<top (required)>'
        from D:/windows_home/tools/ruby/Ruby33/bin/hanami:32:in `load'
        from D:/windows_home/tools/ruby/Ruby33/bin/hanami:32:in `<main>'

c:\windows_home\src\dsisnero\ruby_repos\bookshelf>

I think this might be related to Windows rather than anything Hanami related. We don’t have any references to a settings.txt file in any of our repositories.

Do you use other Ruby gems on the same install?