Epic Build Patch Tool Error


I’m trying to upload my finished game into Epic Marketplace via Self Publishing. The Build Patch Tool just throws an error. I don’t understand what it even wants me to do. I run the BUILDPATCHTOOL and then it just opens and closes in 2 seconds.

Check here.

Did you find a solution?

Sorry this did no solve it. That’s what I did before it just throws errors on opening.

I never found a solution.

Hey guys, let me further assist. Instead of just typing “BuildPatchTool.exe”, you must edit and paste this line in the command prompt:

BuildPatchTool.exe -OrganizationId=“YOUR ORGANIZATION ID HERE” -ProductId=“YOUR PRODUCT ID HERE” -ArtifactId=“YOUR ARTIFACT ID HERE” -ClientId=“YOUR CLIENT ID HERE” -ClientSecret=“YOUR CLIENT SECRET HERE” -mode=UploadBinary -BuildRoot=“THE ROOT DIRECTORY OF YOUR BUILD HERE” -CloudDir=“CREATE A FOLDER NAMED CLOUD SOMEWHERE AND PASTE ITS DIRECTORY HERE” -BuildVersion=“THE BUILD VERSION HERE BUT IT MUST ACTUALLY BE UPDATED IN EVERY UPLOAD; IT CANNOT STAY THE SAME” -AppLaunch=“YOUR EXE FILE NAME.exe” -AppArgs=“”

Then you shouldn’t get “error 3”.

3 Likes

It’s not working

1 Like

BuildPatchTool.exe- OrganizationId=“” -ProductId=“” -ArtifactId=“<352cad09a5284c9ea7c2dd0839d9d643>” -ClientId=“” -ClientSecretEnvVar=“<>” -mode=UploadBinary -BuildRoot=“<C:\Users\HaZem\Desktop\Windows>” -CloudDir=“<C:\Users\HaZem\Desktop\CLOUD>” -BuildVersion=“<BuildPatchTool_1.5.1>” -AppLaunch=“<StreetPursuit’‘TheCurseOfDema’'.exe>” -AppArgs=“”

Would u please tell me what’s the problem here

The only thing I see here is mine begins with “BuildPatchTool.exe -OrganizationId=” but yours begins with “BuildPatchTool.exe- OrganizationId=” so there may be more similar typos like this one. The “-” may be placed wrong.

Hello, can you help? How did you solve the problem of closing BuildPatchTool.exe, I read the instructions and don’t understand, there’s a lot of information there. Maybe you can write what needs to be done to upload your assembly to the epic games store - 1), 2), 3), 4)…?

I have the same problem. The “BuildPatchTool” window closes for me a few seconds later when I click. And when I open the “cmd” command by putting the parameters, it tells me: “‘BuildPatchTool.exe’ is not recognized as an internal command
or external, an executable program or batch file.”