git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
2k stars 145 forks source link

Game doesn't start on windows 10 #130

Open diegodeluca opened 2 years ago

diegodeluca commented 2 years ago

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

boyseez commented 2 years ago

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

etothepi16 commented 2 years ago

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
jainpranav1 commented 2 years ago

Yes, I have the same issue

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

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`

snakecase commented 1 year ago

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 commented 1 year ago

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.

pierrejean commented 1 year ago

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