PanosK92 / SpartanEngine

A game engine with an emphasis on real-time cutting-edge solutions
https://panoskarabelas.com
MIT License
2.24k stars 189 forks source link

The generate_vs2022_vulkan.py is not working on windows 10 #162

Closed raythegreat123 closed 1 week ago

raythegreat123 commented 1 week ago

Bug Report

Issue: When I run the generate_vs2022_vulkan.py script, I doesn't work on my Windows 10 computer. I saw on the wiki that it is supposed to generate a solution but it doesn't.

Steps to Reproduce:

  1. Download the Spartan Engine
  2. Download Python 3.13
  3. Run the generate_vs2022_vulkan.py script

// The Software Development Kit came pre-installed on my windows

Expected Outcome: The python script should generate a visual studio solution so that I can build the project

Actual Outcome: It did not generate a Visual Studio Solution File

Environment:

image This is the error it produces

raythegreat123 commented 1 week ago

I put the directory with no space and it worked. I guess I'm the dumb dumb here