Closed chiefcream closed 1 year ago
This is probably related to the GPU drivers. If you didn't have the C++ runtime installed properly, the application wouldn't start at all. Does your computer meet the system requirements?
You can also try changing the graphics backend. The window isn't loading, so you'll need to set it from command prompt following the steps listed on the wiki. I would try vulkan and DX12. Some GPUs do better with one compared to the other.
This is what I get, and I installed everything correctly..
and yes the ssbh_editor.exe is spelled correctly in the directory as well
Because you're using Windows PowerShell, the syntax for executing programs is performed slightly differently. When attempting to run an executable, you need to prefix the name with ./
as if in a Unix operating system, assuming the current working directory contains the executable. This is not the case in Command Prompt, so what you have would work fine there. The full command in Windows PowerShell is like so:
./ssbh_editor.exe --backend dx12
I just tried that for both dx12 and vulkan, and both still result in "Not Responding" :/
What GPU do you have in your computer? If you don't have an Nvidia or AMD graphics card, this would just be the name of your CPU. Even if you have a relatively new computer, there can still be some occasional compatibility issues.
I have Nvidia GeForce RTX 3050 Ti, and Intel Core i5 11th Generation. This laptop is still new and I've only had it for 2 weeks
Your computer is definitely new enough. People have had issues with the RTX 3000 series in the past not working properly with Vulkan but working fine with DX12. I've not had any issues personally on my Windows desktop PC with an RTX 3060 for SSBH Editor 0.8.1. Do you have the latest official GPU drivers from the Nvidia website? There can sometimes also be issues with applications using the integrated Intel GPU instead of the discrete Nvidia GPU. This is mostly an issue on laptops.
Yes, today I made sure I installed the latest GPU drivers from the Nvidia site. Everything seems to be up to date and it didn't fix the problem
(Also I have noticed once it says "Not responding" and gives me the option to close the program, after it "closes" I can still see it running in Task Manager even after I click end task on SSBH Editor)
It might not be related to the GPU then. This isn't something I can reliably fix at the moment since I'm not able to reproduce it on my end. I'll leave this issue open in case anything changes or someone else has a similar issue.
I tried googling to see if anyone else had the same issue, and I only saw one on gamebanana Link But I can't read it because it's privited
But either way thanks for the help, I will try to figure out some fixes to solve this issue when I get home from work
UPDATE: It works now! I just reinstalled the C++ 2015 and went into NVIDIA Control Panel and selected SSBH to High End Performance and that solved the issue :D
Glad it's working now. Systems with multiple GPUs can be a bit finicky at times.
Title says it all. I want to get into cresting smash mods, and I downloaded SSBH Editor and waited for about 10+ minutes and it said "Not Responding" the whole entire time. I am running on Windows 11, so I'm not sure if that's the reason why. I installed the C++ 2015 on the SSBH page and it didn't work. Any fixes?