[Solved}Server not starting!!!

Discussion in 'Bukkit Help' started by Zeus5966, May 27, 2011.

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

    Zeus5966

    I am using Windows 7 64bit
    I am using build #815
    This is my launcher file
    I am using BigBrother Essentials EssentialsGroupBridge EssentialsGroupManager iChat iConomy iConomyChestShop LWC mcbans Minequery NoExplode Regios SpawnControl Stargate Tomb TownyWar and Worldedit

    The error that i'm getting in my log is this

    I would REALLY like to figure out what is wrong. Anything would help!

    ------------------------------Edit----------------------
    This problem is now half fixed. A new problem showed up when uninstalling current Java 64bit

    1723 there is a problem with this windows installer package a dll required

    I NEED this fixed but so far i've not been able to fix it or find anywone who did. This is now REALLY bad
     
  2. Offline

    iPhysX

    i know this may seem stupid, but try running (32bit).
    change program files to program files (x86)
    and try
     
  3. Offline

    WafflesYumyum

    Oh hallo zeus. I don't know how to help, but just saying hallo. :p
    But did it run before? Or did you just do something wrong while making the server?
     
  4. Offline

    Zeus5966

    @iPhsyX
    Uuuuug! I don't want toooo. I need the RAM. I'll try and see if that works :)
    @WafflesYumyum
    It did run b4 I added LogBlock... Then I took it off and readded BigBrother... I also Updated ALL of my plugins... even tho its not the reccomended build

    Okay running 32bit works... I need to reinstall my Java. DAMNIT!!!

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

    iPhysX

    good luck!
     
    pomo4ka likes this.
  6. Offline

    vYN

    Download java 64-bit from here: http://www.java.com/en/download/manual.jsp and try with this in the launch file:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx8G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    or
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "c:\ProgramFiles\Java\jre6\bin\java.exe" -Xincgc -Xmx8G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    and make sure you have "craftbukkit-0.0.1-SNAPSHOT.jar" typed the same as the filename in the mc server folder.
     
    MrPendulum likes this.
  7. Offline

    Zeus5966

    @Gudfaren

    Please look at edit. If you can fix that I will love you forever (no homo)
     
  8. Offline

    vYN

    Okey. So u can't uninstall java at all? if so. i can digg a little to find any solutions.
     
  9. Offline

    Zeus5966

    PLEASE dig a little! I've done HOURS of reaserch with nothing.
     
  10. Offline

    vYN

    i can try.. i will post a reply when i find something.
     
  11. Offline

    Zeus5966

    I FIXED IT!!! ITs a special Java tool!!! I CAN"T BELIEVE I GOT IT OMG!
     
    MrPendulum likes this.
  12. Offline

    iPhysX

    can you elaborate a little further?
    :D
     
  13. Offline

    Zeus5966

    Okay. So you download this special little tool that is found HERE, Delete your Java folder, then run it then uninstall java!
     
  14. Offline

    iPhysX

    Thankyou :p
    Now people having the same problem can fix it
     
  15. Offline

    Zeus5966

Thread Status:
Not open for further replies.

Share This Page