Windows - LS 9.4.0 - Unable to update plugins

Is anyone else having issues updating plugins on windows with fresh downloads of logstash?

I'm getting the following error:

Error Bundler::InstallError, retrying 1/10
Bundler::GenericSystemCallError: There was an error creating `C:/ELK/Logstash/logstash-9.4.0/vendor/bundle/jruby/3.4.0/gems/logstash-integration-kafka-11.8.9-java`.
The underlying system error is Errno::ESRCH: No such process - No message available
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/shared_helpers.rb:125:in 'filesystem_access'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb:26:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/source/rubygems.rb:220:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb:55:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb:17:in 'install_from_spec'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:133:in 'do_install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:124:in 'block in worker_pool'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:62:in 'apply_func'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:57:in 'block in process_queue'
  org/jruby/RubyKernel.java:1669:in 'loop'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:54:in 'process_queue'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:90:in 'block in create_threads'

An error occurred while installing logstash-integration-kafka (11.8.9), and Bundler cannot continue.

In Gemfile:
  logstash-integration-kafka

Hi, might be a Windows MAX_PATH thing. base path looks fine but probably blows past N chars once the gem extracts files underneath. Try moving Logstash Zip Results to 'C:\ls'

Yup that's what it was; I also ran in to case-sensitivity issues when extracting the zip file on windows.