-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot Editor v4.2 Won't Start on Windows due to Nahimic Audio Driver #85608
Comments
Are you using godot-jolt by any chance? If so there's a known issue with its older versions making Godot 4.2 crash. You should delete the version you have, and install the latest 0.10.0 which seems to work with Godot 4.2. |
I am not using godot-jolt (or any other extensions). |
Can you try to run Godot from the command line with:
The new default in 4.2 is to use |
Running |
Having the same issue and adding for attention to it. There is also the folder on the bottom left as shown in the image flickering for some reason, not sure if related but when I move the mouse around the screen it flickers quickly while I can only interact with the top window bar. System Info: |
Do you happen to have an FPS display or overlay, or some sort of window status that shows the apps fps? I had one and turned it off, which seemed to have helped so far. This is not a solution, as I am still testing it out! I am new to the project space for Godot, so I am learning with ya on how to help here. Something I have tried is running as an admin, and also examining the task manager performance window as I move around the window to see what causes the heavy freezing and spikes in resource consumption. |
@Brixenaut I’m not sure you and I are having the same problem I can’t even get a window to open at all (the project selector or the editor) I do not have any sort of FPS overlay |
same issue here. i've been trying to figure out what is happening but no luck yet. older builds are still working without any issues. i even cleared everything about the engine including registry keys. |
@bk4928412 Can you find out which 4.2 development version introduced the regression? Previous development versions can be downloaded from here, thank you. |
hey, its 4.2 dev3 build. the 4.2-dev2 and below that version works fine |
I have also a Windows 10 machine (Windows 10 Pro, 22H2, Build 19045.3803) where Godot 4.2 don't start, but simply stopped without error or notification. I can confirm that 4.2-dev2 works fine, 4.2-dev3 and following refuse to start. As a workaround, if commenting out the execution of godot/platform/windows/os_windows.cpp Lines 207 to 224 in 2d0ee20
|
Exactly the same behavior for me, any fixes yet? It is my first time trying to open Godot and this happens, what a nice first impression xD. |
you can use the latest build we mentioned above. |
It seems as if the issue begins with commit #79693 If the godot/platform/windows/os_windows.cpp Lines 1714 to 1717 in 048a164
|
Is it possible to start it using the Failure to launch the editor should be fixed first, and the previous "COINIT_MULTITHREADED "mode was also used to fix the inability to launch the editor. IMO, we can change back to |
IIRC, it was breaking more than just input. Also, previous fix was not changing to |
This doesn't seem to help anything. |
Can the methods mentioned here solve the problem? #18320 (comment) |
@saierXP I already had mine set to application-controlled, so no - it doesn't seem to resolve the issue. |
I got same problem. And I have almost same configurations about the OS, GTX1060 as aggiechris' Win10 22H2, 19045,.4170, GTX1060 driver 551.86, Intel HD Graphics 630 4.2.1 Can not be launched. 3.5.3, 4.1.3 are OK. |
interesting but it didnt help. also the problem continues on build 4.3dev5. |
@lukenothing Have you tried to update Intel's latest graphics driver from the official website? |
BTW, I remembered that when I first recoved my WIN10 to the factory version(MSI backups one on hd), 4.2.1 was OK. But after several times OS and NVIDIA driver updates all to the latest version, 4.2.1 could not be launched. |
Hello, I just upgraded intel hd 630 driver from 31.0.101.2114 to the latest one 31.0.101.2127. Nothing changed. And because of using external screen as main screen for my laptop which is connected with HDMI port managed by the GTX1060, I disconnected the hdmi line, only using laptop's screen managed by the Intel HD 630, then tried to lanunch the godot 4.2.1 but got the same result. |
Tried multiple but these only worked for me Godot_v4.2-dev2_win64, Godot_v4.0-beta7_win64 |
it seems like this issue also affects games made with 4.2 dev3 and later. need someone to confirm. |
Was having this same issue, found a solution that worked for me over on the Godot forums |
can confirm it works |
I too can confirm that this works. As soon as the Nahemic Audio Driver is stopped, the editor starts as expected. Many thanks for the hint! |
Yep, works for me too |
Woo~~~, It's OK for me too. |
Related to #13208. |
Godot version
4.2.stable
System information
Windows 10 Home 22H2 (19045.3693), Intel Core i7-7700HQ, NVIDIA GeForce GTX 1060 (driver 546.01)/Intel HD Graphics 630
Issue description
Godot v4.2 will not start on my Windows 10 machine.
Attempts to open Godot_v4.2-stable_win64.exe result in an open process in Task Manager, but the project selection window does not open, and the open process just hangs.
When attempting to open Godot_v4.2-stable_win64_console.exe from the command line, it just hangs without exiting.
I am happy to debug but have no idea where to go from here.
I am not running any 3rd party security software on this machine that would be impacting this.
Reboots do not resolve.
3.5.x and 4.1.x are not affected.
Steps to reproduce
Attempt to open Godot v4.2 on Windows (either standard or .NET build)
In the screenshot, the multiple instances are multiple attempts to open.
Minimal reproduction project
Cannot even get to the project selection window.
The text was updated successfully, but these errors were encountered: