We are finally sharing the Defold source code!

It us awesome. :partying_face::partying_face::partying_face:

Have some problem when trying to run on Windows

C:\Users\d954m\IdeaProjects\defold>scripts\build.py shell --platform win32
Running 'shell'
Setting up shell with DYNAMO_HOME, PATH, ANDROID_HOME and LD_LIBRARY_PATH/DYLD_LIBRARY_PATH (where applicable) set
Traceback (most recent call last):
  File "C:\Users\d954m\IdeaProjects\defold\scripts\build.py", line 1917, in <module>
    f()
  File "C:\Users\d954m\IdeaProjects\defold\scripts\build.py", line 1197, in shell
    process = subprocess.Popen([SHELL, '-l'], env = self._form_env(), preexec_fn=preexec_fn)
  File "C:\Python27\lib\subprocess.py", line 394, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
    startupinfo)
WindowsError: [Error 2]
4 Likes