-
Type:
Bug
-
Resolution: Done
-
Priority:
Major
-
Environment:
Windows 64-Bit
Windows 10
Git.Bash
I have watched the video that's provided on [url=https://www.spigotmc.org/wiki/spigot-installation/] Spigot Installation For BuildTools 45[/url] And when I am to run BuildTools everything works, besides the .Jar(s)
At the end of the Command Prompt I get this Error
Cloning into 'Spigot-Server'... done. Resetting Spigot-Server to CraftBukkit... error: Could not remove config section 'remote.upstream' HEAD is now at f371f00 CraftBukkit $ Fri Aug 28 11:08:50 EDT 2015 Applying patches to Spigot-Server... Resolve operation not in progress, we are not resuming. Applying: POM Changes Applying: mc-dev imports Applying: Skeleton API Implementations Applying: Obfuscation Helpers fatal: sha1 information is lacking or useless (src/main/java/net/minecraft/server/MinecraftServer.java). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0004 Obfuscation Helpers The copy of the patch that failed is found in: C:/Users/Brian/Desktop/spigot/Spigot/Spigot-Server/.git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Something did not apply cleanly to Spigot-Server. Please review above details and finish the apply then save the changes with rebuildPatches.sh Error compiling Spigot, are you running this jar via msysgit? java.lang.RuntimeException: Error running command, return status !=0: [bash, applyPatches.sh] at org.spigotmc.builder.Builder.runProcess(Builder.java:517) at org.spigotmc.builder.Builder.main(Builder.java:400) Press any key to continue . . .
From this [url=https://www.youtube.com/watch?t=230&v=ZdkEgMgbVGw]Video[/url] I am following exactly everything the author of the video does, but I get this error and he is not.
I am however running BuildTools.jar a bit different though. Instead of running it through bash I created a exe. and this is my code and it's only working this way.
@echo off set startdir=%~dp0 set bashdir="C:\Program Files\Git\bin\bash.exe" %bashdir% --login -i -c "java -jar ""%startdir%\BuildTools.jar""" pause
I am confused on why I am getting the error. Help would greatly be appreciated.
Thank you