Iridium Server Manager - |GUI|Creator|Toolkit|Port Forwarder|

Discussion in 'Bukkit Tools' started by ImminentFate, Jul 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    ImminentFate

    try using the alternate file underneath the download link
     
  2. Offline

    JrLaddock

    I got the same error ..
     
  3. Offline

    Fred K.

    I've been using Bukkit for a while now, but sometimes the server manager window won't open, and the only way (that I know) is to reinstall Bukkit. I'll PM my TeamViewer ID and username (Not pass, it changes every day anyways) to anyone who can help me.
    Edit: Windows 7, x64
     
  4. Offline

    ImminentFate

    are you sure you got the right file? It shouldn't be happening if you got the right one...

    ok, PM me and i'll see what i can do

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  5. Offline

    JrLaddock

    ImminentFate,Im sorry.My problem fix.First,i used Craftbukkit starter.
    I got the past error.
    When I use my own starter.
    It work!
     
  6. Offline

    ImminentFate

    whats in your starter?
     
  7. Offline

    urbanXnoob

    hey how do i update my server now? I run the pail server manager. Now it says update required.
     
  8. Offline

    JrLaddock

    My starter:mad:ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
     
  9. Offline

    ImminentFate

    If you find your craftbukkit folder, there should a folder inside it called bukkit_update. Just copy the files to the rights places from there
     
  10. Offline

    ImminentFate

    @JrLaddock
    hmm.. I dunno why mine wouldn't work considering it has essentially the same thing, just with less writing.
     
  11. Offline

    infinate60

    Help me please! When I click on the launcher 'CraftBukkit Server' all it does is suddenly open and then close the command prompt I think it is, its the black box that is like Windows 98 style..! I haven't found anything regarding it so far.
     
  12. Offline

    ImminentFate

    try using one of the other files under the download link.
    Or, find your CraftBukkitStarter.bat file, open it in notepad, and change where it says EXIT to PAUSE.
     
  13. Offline

    nicboyman

    Please help!When i open the launcher it just opens for half a second then closes. I cant even see words on it. I tried to find the .bat file, and when i did, i went to edit and there wasn't an EXIT or a PAUSE. I have Windows XP, Java 1.6, and 64 bit system. I think. Tell me if i found it wrong: I right clicked on the CraftBukkit Server, clicked properties, Find Target... then the .bat was there, right clicked, clicked edit. all it said was
    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64"  java -Xms1024M -Xmx2048M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    
    Help please?:'(
     
  14. Offline

    wazthatme

    i need help idk wtf is wrong but when i run the server it well not open i had it open once then closed it to reset it and now it well not open and it does it for all me bukkit servers so if you could help me asap on here or on youtube @wazthatme be a big help and from what i have seen this is going to be a big help with my server
     
  15. Offline

    Dusk_Hellhound

    For some reason when I initially run Bukkit after using the update it works, using the shortcut or the .bat file launher after that says that there is an error, however if i use the update every time I want to run my server it works... Do you know why this is happening?
     
  16. Offline

    wazthatme

    yes same for me but im on a windows 7 pc 64 bit

    this is what my .bat cmd window looks like i added a pause fyi
    161 recipes
    17 achievements
    java.lang.UnsatisfiedLinkError: C:\Users\Nick\AppData\Local\Temp\jline_git-Bukki
    t-0_0_0-1131-g86b7fa8-b1337jnks.dll: Can't load IA 32-bit .dll on a AMD 64-bit p
    latform
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at jline.WindowsTerminal.loadLibrary(WindowsTerminal.java:315)
    at jline.WindowsTerminal.initializeTerminal(WindowsTerminal.java:240)
    at jline.Terminal.setupTerminal(Terminal.java:75)
    at jline.Terminal.getTerminal(Terminal.java:26)
    at jline.ConsoleReader.<init>(ConsoleReader.java:191)
    at jline.ConsoleReader.<init>(ConsoleReader.java:186)
    at jline.ConsoleReader.<init>(ConsoleReader.java:174)
    at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:73)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:518)
    at org.bukkit.craftbukkit.Main.main(Main.java:127)
    Press any key to continue . . .

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  17. Offline

    ImminentFate

    add PAUSE right at the end of everything on a new line:

    PHP:
    @ECHO OFF
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="64"  java -Xms1024M -Xmx2048M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    that's not a problem with me I don't think, it means your craftbukkit snapshot got corrupted. re-download it from the bukkit homepage and it will (hopefully) work

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  18. Offline

    PhoenixStar117

    oh... ?

    oh, i did not know there was a alt link 0.0

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  19. Offline

    ImminentFate

    lol :)
     
  20. Offline

    IcyDo

    I have a problem with :
    Failed to login :User not premium... What to do?
     
  21. Offline

    Ramo909

    I"m Having A Problem After I Put
    PHP:
    @ECHO OFF
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="64"  java -Xms1024M -Xmx2048M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="86"  "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    And In The CMD I Get This...
    Code:
    'java' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .
     
  22. Offline

    Iyeru

    For some strange reason, your uninstaller is a "Suspicious@sljoije58atw" to COMODO.
     
  23. Offline

    ImminentFate

    thats interesting, i've only had problems with Norton saying the installer was bad and that was only because less than 100 people had said it was safe on Norton's files. But the uninstaller?

    you've got it the wrong way around
    it should be
    PHP:
    @ECHO OFF
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx2048M -jar "%~dp0craftbukkit-0.0.1-snapshot.jar"
    IF /"%PROCESSOR_ARCHITECTURE:~-2%"=="86"   java -Xms1024M -Xmx1024M -jar  "%~dp0craftbukkit-0.0.1-snapshot.jar"
    PAUSE
    you're not a legit minecraft user are you? You will have to go to the settings tab and turn off online-mode. Then hit save, restart the server and you should be able to play

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  24. Offline

    Vespane

    When i first installed this on my computer it came up with the command prompt, and a very sexy interface that showed all the server properties in a couple of tabs, well i restarted the server and that awesome interface went away and all i have now is the standard cmd prompt that is always there, i've tried reinstalling the whole thing I've updated my java to the max and i tried the new launcher for java as-well,
    yet the sexy interface will no longer load up, the server still works and can be connected too, I know how to use the cmd prompt but the interface i had when i first launched it was so alluring i want it back, I've tried restarting my computer reinstalling mine-craft, The works. Please tell me how to get this interface back T_T.
     
  25. Offline

    ImminentFate

    Ok, try going into your craftbukkit folder (Mydocuments/CraftBukkit) and open up the plugin folder. There, delete the folders that say Pail and PailPlus.
    Note: DO NOT delete the .jar files, just the folders
     
  26. Offline

    lucalagalot

    Dude i realy need help bad!
    im trying to make a simple server but when i click the craftbukkit server folder it opens for 1 sec and closes immidiatly.PLEASE HELP
     
  27. Offline

    Vespane

    sadly that didnt work
     
  28. Offline

    Willx360

    this doesnt even work, when i try to open the starter.bat it opens and closes really fast, i downloaded the extra 1 for java 6 that u have linked and it does the same thing.... can any1 give me a link to a working starter.bat

    cant even make a server cuz not a single link on the entire bukkit.org site has a damn starter.bat in it that works

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  29. Offline

    ImminentFate

    please give me info to work with. Come on, lad, if you need help at least tell us what version of java you have, what windows os you have, whehter its 32 or 64 bit, etc

    hmm, try re-downloading craftbukkit from bukkit org. Sometimes the .jar file gets corrupted

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  30. Offline

    pwn1god

    Just real quick, im new to bukkit and could change how much ram I was using before but with pail im kinda lost as how to manage that, any tips? thanks mates.
     
Thread Status:
Not open for further replies.

Share This Page