Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Jak zrobić serwer Bukkit z modami


macio443

Rekomendowane odpowiedzi

  • 1 miesiąc temu...
  • Odpowiedzi 119
  • Dodano
  • Ostatniej odpowiedzi
Opublikowano

Daj DL plików serwerowych, bo jak włączam starter to mam takie coś:

2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.712 for Minecraft 1.5.2 loading
2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Java classpath at launch is serwer.jar
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;.
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2014-11-25 17:20:53 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:53 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2014-11-25 17:20:58 [sEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
 
2014-11-25 17:20:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2014-11-25 17:20:59 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:59 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] There was a problem downloading the file scala-library.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
 
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean. 
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] <===========>
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] A download error occured
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] A download error occured
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] <<< ==== >>>
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:549)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:166)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1621)
at org.bukkit.craftbukkit.Main.main(Main.java:18)
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:533)
... 6 more
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 6 more
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:549)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:166)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1621)
at org.bukkit.craftbukkit.Main.main(Main.java:18)
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:533)
... 6 more
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 6 more
Opublikowano

 

Daj DL plików serwerowych, bo jak włączam starter to mam takie coś:

2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.12.712 for Minecraft 1.5.2 loading
2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Java classpath at launch is serwer.jar
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;.
2014-11-25 17:20:52 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-11-25 17:20:52 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2014-11-25 17:20:53 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:53 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:57 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2014-11-25 17:20:58 [sEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
 
2014-11-25 17:20:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2014-11-25 17:20:59 [iNFO] [ForgeModLoader] Download complete
2014-11-25 17:20:59 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] There was a problem downloading the file scala-library.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
 
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean. 
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] <===========>
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] A download error occured
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] A download error occured
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] <<< ==== >>>
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:549)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:166)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1621)
at org.bukkit.craftbukkit.Main.main(Main.java:18)
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:533)
... 6 more
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 6 more
2014-11-25 17:20:59 [sEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:549)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:166)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1621)
at org.bukkit.craftbukkit.Main.main(Main.java:18)
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:533)
... 6 more
Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
... 6 more

 

Prawdopodobnie serwery MCPC upadły ze względu na EULA.

Albo masz problem z internetem.

#teams4bal

Opublikowano

nie działa pisz e system nie moze odnalezc okreslonej sciezki 

kliknij dowolny klawisz klikam i sie wyłącza mam windows 7 64bit nie działa ?!!?!!?

Co mam zrobic!?!!?!?!

Lubisz Serie A? Napisz do mnie na PW! 

  • 1 miesiąc temu...
Opublikowano

Pomocy jak odpalam Starter 32 bit Java 7 to pokazuje mi się cmd i pisze System nie może odnaleźć określonej ścieżki.A by kontynuować naciśnij dowolny klawisz...        Naciskam i się wyłącza Pomocy z góry dzięki

 

  • 3 miesiące temu...
  • 4 tygodnie później...
  • 1 miesiąc temu...
Opublikowano

To trohe stary temat ale właśnie tworze server na tą wersje z modami i mam bład podczas włanczania pliku starter

1.nie wiem który starter wybrac probowałem wszystkie ale problem 2 jest ważniejszy

2.Cytuje: system nie może znaleźc określonej scieżki

 

I bardzo prosze o pomoc w instrukcji rozwiązaniu tego problemu bo niezabardzo potrafie coś zrobic ze słowami: wystarczy ,że skonfigurujesz coś tam.

  • 3 miesiące temu...
Opublikowano

To trohe stary temat ale właśnie tworze server na tą wersje z modami i mam bład podczas włanczania pliku starter

1.nie wiem który starter wybrac probowałem wszystkie ale problem 2 jest ważniejszy

2.Cytuje: system nie może znaleźc określonej scieżki

 

I bardzo prosze o pomoc w instrukcji rozwiązaniu tego problemu bo niezabardzo potrafie coś zrobic ze słowami: wystarczy ,że skonfigurujesz coś tam.

 

Kliknij na jakiś starter i kliknij edytuj. Tam wklej to:

@ECHO OFF
echo
java -Xincgc -Xmx1G -jar mcpc.jar
PAUSE

Powinno zadziałać.

 

Tak to jest jak sie odpisuje ponad 3 miesiace po dodaniu odpowiedzi xD

#teams4bal

  • 2 miesiące temu...
  • 2 tygodnie później...
  • 3 miesiące temu...
  • 2 tygodnie później...
Opublikowano

Ale szkoda że nie na wersję 1.8x i 1.8.9

Spotkasz mnie na serwerach minecraft.

Mój nick w grze minecraft: mateusz2015_5102

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...