Inactive [ADMIN] MC Server GUI .9.7 (cross-platform) - A GUI wrapper for your server (now w/in-game cmds)

Discussion in 'Bukkit Tools' started by dumptruckman, May 18, 2011.

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

    ledhead900

    Hang on second your telling me to set external port to my exisitng minecraft port of 7767 so when users connect to craftproxy they are sent to the 7767 and then set the minecraft server port to something else if so I already tried this with external port set to 7767 and minecraft set to 7799 but as soon as I press start it says port is in use.
     
  2. Offline

    dumptruckman

    Can you please post your start up log (copied from the GUI) when this happens? I want to get a better idea of which program is causing the problem and seeing the log (from the GUI, not just server.log) will greatly help me.
     
  3. Offline

    chuiby

    Great tool, ive been using it since v7.5

    I have 2 suggestions for your project

    1. A Custom command list (Drop-list), like with the edit-tasks list.
    2. Reintegrate the restart button (I liked it).

    Edit: I cannot see online players at the side-list on the GUI, any explaination?
     
  4. Offline

    ledhead900

    Er yea sure ok I will go try this again lol.
     
  5. Offline

    dumptruckman

    It has a custom command drop down list.. Are you using the latest version? There are 2 drop down menus with buttons next to them on the Main Window. From the task scheduler, you can create tasks that are considered "custom buttons" and they will then show up in that drop down list. This allows you to create custom "restart buttons" with your own warning messages and everything.

    For the player list to work you must be using the GUI Proxy. Configure it on the Server Config page... Your players must connect to the proxy port instead of the server port. So for instance, set your proxy port to 25565 and your server port to 25566 and have you players connect to 25565.
     
    chuiby likes this.
  6. Offline

    Epidemic

    Everything, that has dumptruckman said in Post #293, so above this post, is standing in the FIRST Post.

    If anybody has some Questions, please read the first post carefully. Also, there is a Full-Readme on how things work, as i have seen.
    Just post any other Questions regarding to the Gui here, so that dump can concentrate on his Project and not repeating things, which he has already written.

    Thanks

    Epi
     
  7. Offline

    firefly_goat

    It says that I can't find javaw, help?
    PS. I think I am running java 32bit on a 64bit system
     
  8. Offline

    dumptruckman

    Would this be when you're trying to launch the GUI with guilauncher.bat? If so, the problem is that the batch file is set up assuming that Java is set up in your system Path. To remedy this, you'll need to edit the batch file, and change where it says javaw to the FULL path to javaw.exe. Make sure to include it in quotes. For instance, "c:\program files (x86)\java\jre\bin\javaw.exe"
     
  9. Offline

    firefly_goat

    @echo off
    echo You may close this window!
    start "c:\program files (x86)\java\jre\bin\javaw.exe" javaw.exe -Djava.library.path=./nativelibs -jar mcservergui.jar
    Like that?!
     
  10. Offline

    dumptruckman

    No, remove the extra javaw.exe. ALSO, you need to have an additional set of empty quotes "" right after start

    edit: so like
    Code:
    @echo off
    echo You may close this window!
    start "" "c:\program files (x86)\java\jre\bin\javaw.exe" -Djava.library.path=./nativelibs -jar mcservergui.jar
     
  11. Looks lovely. Worth a try.
    I think I might be the only one to test it on a mac because yea, I run the server on a mac.
    Will give instantly feedback ;)
     
  12. Offline

    dumptruckman

    Yay!
     
  13. Offline

    Lolmewn

    So what happened to the non-cross-platform one? Is this one better?
     
  14. Offline

    dumptruckman

    It is far superior... The only drawback is that it uses around 100mb of memory vs the 10-30 of the old one.
     
  15. Offline

    firefly_goat

    That didn't work.
    But I got it to work!

    Code:
    @echo off
    echo You may close this window!
    start "" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Djava.library.path=./nativelibs -jar mcservergui.jar
     
  16. It works like a charm ;)
    EDIT: Turns out my customized OSX GUI screws round with menubar, whoops!
    EDIT 2: I set it to background multiple times and turns out the GUI wont appear again. It didnt crash though.
    EDIT 3: Players dont appear in the players list, Including me,
    Possibly conflicting plugins: AuthMe, LockIP,
    Or is it the multiworlds?
     
  17. Offline

    dumptruckman

    The only way plugins can possibly conflict is if they do thing outside of the minecraft server, so i doubt it's multi-worlds. Could be those others.. Edit 2: I'm not sure what you mean by this. Edit 3: You MUST use the GUI Proxy (on the server config tab) for the player list to function.
    Like I said, you had to use your actual java path. There's no way I could know what it is. I gave you only an example.
     
  18. Well. I overlap the GUI by other apps or minimalize it and the GUI disappears.
    ALSO: the player list still fails:
    Server port = 25567
    Proxy port = 25565,
    Might be AuthMe, I dunno =l

    Log's set on my dropbox: http://dl.dropbox.com/u/19441947/mcservergui.log
     
  19. Offline

    dumptruckman

    Interesting... Could you possibly provide screen shot examples?
     
  20. Offline

    Lolmewn

    Oh My Gawd!
    Code:
    [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-07-06 22:22:55 [SEVERE]     at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
    2011-07-06 22:22:55 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-06 22:22:55 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-07-06 22:22:55 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-06 22:22:55 [SEVERE]     at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.NBTBase.b(SourceFile:64)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:136)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:65)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:255)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-06 22:22:56 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 22:22:56 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
        at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
        at net.minecraft.server.NBTBase.b(SourceFile:64)
        at net.minecraft.server.CompressedStreamTools.a(SourceFile:46)
        at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
        at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:136)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:65)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:255)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  21. Offline

    dumptruckman

    Erm? What is this related to? Did you configure the memory settings right? Do you have enough memory for what you're doing?
     
  22. It stopped now.
    now we have this: [pic related]
     
  23. Offline

    dumptruckman

    Interesting... I'll see if I can find out anything about how to fix that.
     
  24. Offline

    LibertasMens

    Mine always prints out the same thing:
    Code:
    2011-07-06 15:16:12 [INFO] MC Server GUI: Listening on 0.0.0.0:25565 (players connect here)
    2011-07-06 15:16:12 [INFO] MC Server GUI: 0.0.0.0 means all IP addresses; you want this.
    148 recipes
    16 achievements
     
  25. Offline

    dumptruckman

    Okay.. It's suppose to show that... What is the problem? Is that ALL it ever shows?
     
  26. Offline

    LibertasMens

    Oh, forgot to mention that...
    Yes, that's all it shows.

    Also, this shows up in the background. Not sure if that's intended, but that seems like a lot of UNKNOWN return errors.
     
  27. Offline

    dumptruckman

    For the UNKNOWN stuff, that's normal. As far as the rest... could you please post your guiconfig.json file to www.pastebin.com? Also, your mcservergui.log would be useful. Or guierror.log if there is one.
     
  28. Offline

    LibertasMens

  29. Offline

    dumptruckman

    Hmm... My best guess it that you should browse for your Java executable on the server config tab.
     
  30. Offline

    LibertasMens

    Still does the same thing. :(
     
Thread Status:
Not open for further replies.

Share This Page