Steps to reproduce
Run a fresh installation of Windows 11 24H2
Install ruby-3.4.4 with devkit from the rubyinstaller page
Run rails new
Run rails s to start server
Expected behavior
-> At step 3, all rails setup steps should happen without a hitch
-> At step 4, the rails server should start without any issues
Actual behavior
The Pastebin of the full console output
System configuration
Rails version: 8.0.2
Ruby version: 3.4.4
Windows version: Windows 11 24H2
OS Build: 26100.4061
I also wanted to add that rails setup and rails start are working in ruby 3.3.8 and rails 8.0.2, just not in ruby 3.4.4 and rails 8.0.2
@Edouard-chin from rails asked me to open this issue here, so doing so.