goo-engine
goo-engine copied to clipboard
having issue while building goo-engine and running make
C:\Blender-git\goo-engine>make No explicit msvc version requested, autodetecting version.
** Visual Studio 2022 Developer Command Prompt v17.5.3 ** Copyright (c) 2022 Microsoft Corporation
[vcvarsall.bat] Environment initialized for: 'x64' Compiler Detection successful, detected VS2022 Building blender with VS2022 for x64 in C:\Blender-git\goo-engine..\build_windows_x64_vc17_Release Checking out sub-modules Cloning into 'C:/Blender-git/goo-engine/release/datafiles/locale'... fatal: unable to update url base from redirection: asked for: https://git.blender.org/blender-translations.git/info/refs?service=git-upload-pack redirect: https://projects.blender.org/?service=git-upload-pack fatal: clone of 'https://git.blender.org/blender-translations.git' into submodule path 'C:/Blender-git/goo-engine/release/datafiles/locale' failed Failed to clone 'release/datafiles/locale'. Retry scheduled Cloning into 'C:/Blender-git/goo-engine/release/scripts/addons_contrib'... fatal: unable to update url base from redirection: asked for: https://git.blender.org/blender-addons-contrib.git/info/refs?service=git-upload-pack redirect: https://projects.blender.org/?service=git-upload-pack fatal: clone of 'https://git.blender.org/blender-addons-contrib.git' into submodule path 'C:/Blender-git/goo-engine/release/scripts/addons_contrib' failed Failed to clone 'release/scripts/addons_contrib'. Retry scheduled Cloning into 'C:/Blender-git/goo-engine/source/tools'... fatal: unable to update url base from redirection: asked for: https://git.blender.org/blender-dev-tools.git/info/refs?service=git-upload-pack redirect: https://projects.blender.org/?service=git-upload-pack fatal: clone of 'https://git.blender.org/blender-dev-tools.git' into submodule path 'C:/Blender-git/goo-engine/source/tools' failed Failed to clone 'source/tools'. Retry scheduled Cloning into 'C:/Blender-git/goo-engine/release/datafiles/locale'... fatal: unable to update url base from redirection: asked for: https://git.blender.org/blender-translations.git/info/refs?service=git-upload-pack redirect: https://projects.blender.org/?service=git-upload-pack fatal: clone of 'https://git.blender.org/blender-translations.git' into submodule path 'C:/Blender-git/goo-engine/release/datafiles/locale' failed Failed to clone 'release/datafiles/locale' a second time, aborting
C:\Blender-git\goo-engine>
Been stuck here for a few days and honestly have no idea what to do at this point make update finally worked only issue is it saying i don't have python which i do and have enabled it in environment . Pls all help is appreciated and yes i know i can get it on patreon but can use patreon where i am
i have the exact same issue, i cant even update the prepared build that worked before
https://github.com/dillongoostudios/goo-engine/issues/30
The build process was broken because the upstream blender repository layout changed (for the precompiled libraries, make update etc.) during the move to Gitea.
Please try checking out the goo-engine-v3.6-release
branch and running make update
again. If it still fails then delete your local repository (including the lib
folder) and start over.