![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | rayayw |
So, I get this error
E 0:00:06:0399 Condition ' ret == 0 ' is true. returned: ERR_CANT_FORK <C Source> platform/windows/os_windows.cpp:2509 @ execute() <Stack Trace> Control.gd:5 @ _on_Button_pressed()
when I try to execute this line
OS.execute("java", ['-jar', OS.execute("cd", ['C:/Users\aluno'], false)], false)
Any clues?