oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

Game doesn't start on windows 10

Open diegodeluca opened this issue 4 years ago • 7 comments

The game doesn't start on windows 10. I download Godot engine, too and tried to launch the main.tscn file but i got always the same error:

ERROR: execute: Condition "ret == 0" is true. Returned: ERR_CANT_FORK At: platform/windows/os_windows.cpp:2898

diegodeluca avatar Oct 11 '21 21:10 diegodeluca

i also have the same problem and the same error, I also tried to start it with gls2 but nothing, not work

boyseez avatar Oct 22 '21 10:10 boyseez

exact same issue happened to me today.

Godot Engine v3.2.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2

ERROR: execute: Condition "ret == 0" is true. Returned: ERR_CANT_FORK
   At: platform/windows/os_windows.cpp:2898

etothepi16 avatar Apr 20 '22 14:04 etothepi16

Yes, I have the same issue

ERROR: Condition "ret == 0" is true. Returned: ERR_CANT_FORK
   at: execute (platform/windows/os_windows.cpp:2873)

jainpranav1 avatar Jun 19 '22 19:06 jainpranav1

yep same problem win 11 22h2 `Godot Engine v3.2.3.stable.official - https://godotengine.org OpenGL ES 3.0 Renderer: NVIDIA GeForce GTX 1050/PCIe/SSE2

ERROR: execute: Condition "ret == 0" is true. Returned: ERR_CANT_FORK At: platform/windows/os_windows.cpp:2898`

qwerin avatar Nov 24 '22 18:11 qwerin

The same error here:

Godot Engine v3.2.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: *removed*/PCIe/SSE2

ERROR: execute: Condition "ret == 0" is true. Returned: ERR_CANT_FORK
   At: platform/windows/os_windows.cpp:2898

@blinry could you look into this please? Sorry for @ but the issue is at least a year long. Also mentioned here.

snakecase avatar Jan 08 '23 19:01 snakecase

Found the solution! It turned out my antivirus (Avast) was silently blocking perl.exe and perl5.32.0.exe during the unpacking of oh-my-git-windows.zip to ...\oh-my-git-windows\dependencies\windows\git\usr\bin folder. I only had to disable it during the unpacking process and after that the game works even with Antivirus on! I hope this helps.

snakecase avatar Jan 09 '23 18:01 snakecase

Hi, May a suggest a "workaround" that work on Windows 11 version: 1/ Install (suppose folder c:\DEV\oh-my-git-windows) and use the oh-my-git game from https://blinry.itch.io/oh-my-git 2/ Download the source from github oh-my-git into c:\DEV\oh-my-git
3/ Copy folder dependencies from c:\DEV\oh-my-git-windows\ to c:\DEV\oh-my-git
4/ Open Godot_v3.5.2-stable_win64 and run content from c:\DEV\oh-my-git\

That just a "workaround" Best

pierrejean avatar Sep 01 '23 09:09 pierrejean