-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
CMD, [process exited with code 3762504530 (0xe0434352)] #13736
Comments
I mean, it just kinda sounds like whatever application you're running is returning a non-zero exit code. Refer to: Why am I seeing I'd file an issue upstream with whatever software you're using. If the application should be exiting cleanly, it should be returning |
i got the same problem tryng to run my c# app 😢 [proceso terminado con el código 3762504530 (0xe0434352)] |
aparently is when i write something in the console.readline() |
This error code means that your C# application is crashing with a "COM+" error. Terminal has displayed it so that you know what is going on! |
But only happens when i runned on windows terminal |
@zadjii-msft < Someone already did, but it's lazy to say all the app makers fix it individually, while it's clearly a terminal issue, like @Mrgaton stated. |
Of course it only happens on the Windows Terminal, conhost (the vintage console) never had any code to handle anything like this. If an app crashed running in conhost, it'd just disappear itself, which doesn't provide any useful information. Providing an error code is certainly useful - best practice has always been to return 0 if your process exits cleanly, and I'd want to know if my app wasn't for whatever reason. You can always tell the terminal to just ignore this by settings I haven't looked more into the root of this, because there were no minimal repro steps in the OP 😉 |
I only know that's the program crashes on the console.readlline() I tested out |
I encountered it while obfuscating the dlls via a post build script. It looks like .exe was invoked before the obfuscation was completed. But the .exe is working well after that. So I just ignored it. |
Same Error Code when Lauching Powershell through VS Code or directly from "C:\Program Files\PowerShell\7\pwsh.exe" PowerShell 7.4.5 An error has occurred that was not properly handled. Additional information is shown below. The PowerShell process will exit. |
You are commenting with a powershell issue on a thread that clearly seems to be about CMD. |
Windows Terminal version
1.14.196.3.0
Windows build number
1?.?.22518.1000
Other Software
At least any windowed app with a console in any relevant prompt except the powershell hotfix for this, when restarting for example after the app updated. Look at steps to reproduce for similar software having this issue.
Steps to reproduce
The program I'm using is unofficial, but Similar issues are #4981 and #6287.
Expected Behavior
I expected to application to continue and restart. I also expected terminal to be fixed and not powershell.
Actual Behavior
It showed me my system specifications like supposed, but gave me the following error:
[process exited with code 3762504530 (0xe0434352)]
The text was updated successfully, but these errors were encountered: