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

    coopbmc

    Hi I dunno if you can help im trying to use the proxy port thing so it shows peoples names. My minecraft port is 25565 as normal and whatever i put as the proxy port which isnt 25565 it doesnt work. Do you have to put the port you chose the proxy one on the end of the ip like 88.33.5667.44:25555 so people would use this one to sign in or do they just use your external ip
     
  2. Offline

    glarter

    I get the same error but it's usually right after I've run a backup.
     
  3. Offline

    BigRenegade

    if you have people using port 25565 to log into minecraft then here is what you need to do to get the proxy to work. IN your server.properties file change the port to 25566, then in the gui proxy box set the external port to 25565. This will have them logging into the proxy first then on to minecraft server. You will then get your player list filling in.

    @ashour @glarter

    This is an error that i ran into on occasion. It is not a GUI error but an issue with java itself. It normally happens after a restart and that is because java has not unloaded before the restart. The solution is to have the server remain down for 10-30 seconds before it restarts. This gives java time to unload from memory. There is an option box for this when setting up the task and that is where you would put the amount of time you want it to remain down before restarting.

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

    ashour

    i shut it down one time while it was running because it was hidden, is this a problam :( how do i fix it update java?
     
  5. Offline

    BigRenegade

    The GUI will actually minimize to the tray which is why it might seem hidden. And shutting it down while running might cause an issue if done too many times but not if done just once. There is no need to update java for it because it is due to it being an old version of java. Does this happen whenever you start the server or after a restart?
     
  6. Offline

    ashour

    it wont even let me start now, i have shut it down multiple times not on purpose it wont even work on me for the normal bukkit starter....
     
  7. Offline

    BigRenegade

    Open Windows task manager and see if you have any other instance(s) of java running. If so, use the end process and close the java instance(s). Then try launching the GUI and see if it works. Also be sure to use the guilauncher.bat file to start the GUI.
     
  8. Offline

    Jadedwolf

  9. Offline

    dumptruckman

    hmm, not quite sure what it is doing but a button to run garbage collection shouldn't be hard..

    @Jadedwolf I have to say, I investigated what that "Clear Memory" button does and, as I suspected, all it is doing is forcing Java to garbage collect. Fortunately, Java already does this on it's own, so having a button for it is a bit of a gimmick.

    Edit: in fact, since it's running it's own garbage collection thread in addition to what the JVM already does, it's probably just using up extra cpu.

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

    noahwhygodwhy

    it just keeps repeating...
    Code:
    2011-07-21 13:24:42 [INFO] MC Server GUI: Listening on 0.0.0.0:25565 (players connect here)
    2011-07-21 13:24:42 [INFO] MC Server GUI: 0.0.0.0 means all IP addresses; you want this.
    2011-07-21 13:24:44 [INFO] MC Server GUI: Connection from 216.245.196.122...
    151 recipes
    16 achievements
    2011-07-21 13:24:45 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-21 13:24:45 [INFO] Loading properties
    2011-07-21 13:24:45 [INFO] Starting Minecraft server on *:25565
    2011-07-21 13:24:45 [WARNING] **** FAILED TO BIND TO PORT!
    2011-07-21 13:24:45 [WARNING] The exception was: java.net.BindException: Address already in use: JVM_Bind
    2011-07-21 13:24:45 [WARNING] Perhaps a server is already running on that port?
    2011-07-21 13:24:45 [WARNING] MC Server GUI: Are the Proxy Port and Server Port the same? Check the Server Config tab!
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 208.115.219.10...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.2...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.3...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.4...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.5...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.6...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.7...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.8...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.9...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.10...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.11...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.12...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.13...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.14...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.15...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.16...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.17...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.18...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.19...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.20...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.21...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.22...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.23...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.24...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.25...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.26...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.27...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.28...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.29...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.30...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.31...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.32...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.33...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.34...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.35...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.36...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.37...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.38...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.39...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.40...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.41...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.42...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.43...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.44...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.45...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.46...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.47...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.48...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.49...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.50...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.51...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.52...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.53...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.54...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.55...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.56...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.57...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.58...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.59...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.60...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.61...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.62...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.63...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.64...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.65...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.66...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.67...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.68...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.69...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.70...
    2011-07-21 13:24:46 [INFO] MC Server GUI: Connection from 127.0.0.71...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.72...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.73...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.74...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.75...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.76...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.77...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.78...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.79...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.80...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.81...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.82...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.83...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.84...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.85...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.86...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.87...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.88...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.89...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.90...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.91...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.92...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.93...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.94...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.95...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.96...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.97...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.98...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.99...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.100...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.101...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.102...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.103...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.104...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.105...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 76.73.75.10...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.106...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.107...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.108...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.109...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.110...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.111...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.112...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.113...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.114...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.115...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.116...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.117...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.118...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.119...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.120...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.121...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.122...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.123...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.124...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.125...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.126...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.127...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.128...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.129...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.130...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.131...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.132...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.133...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.134...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.135...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.136...
    2011-07-21 13:24:47 [INFO] MC Server GUI: Connection from 127.0.0.137...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.138...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.139...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.140...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.141...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.142...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.143...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.144...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.145...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.146...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.147...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.148...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.149...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.150...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.151...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.152...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.153...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.154...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.155...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.156...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.157...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.158...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.159...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.160...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.161...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.162...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.163...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.164...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.165...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.166...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.167...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.168...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.169...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.170...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.171...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.172...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.173...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.174...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.175...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.176...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.177...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.178...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.179...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.180...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.181...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.182...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.183...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.184...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.185...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.186...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.187...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.188...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.189...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.190...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.191...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.192...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.193...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.194...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.195...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.196...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.197...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.198...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.199...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.200...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.201...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.202...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.203...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.204...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.205...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.206...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.207...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.208...
    2011-07-21 13:24:48 [INFO] MC Server GUI: Connection from 127.0.0.209...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.210...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.211...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.212...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.213...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.214...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.215...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.216...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.217...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.218...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.219...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.220...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.221...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.222...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.223...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.224...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.225...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.226...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.227...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.228...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.229...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.230...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.231...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.232...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.233...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.234...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.235...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.236...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.237...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.238...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.239...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.240...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.241...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.242...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.243...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.244...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.245...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.246...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.247...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.248...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.249...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.250...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.251...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.252...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.253...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.254...
    2011-07-21 13:24:49 [INFO] MC Server GUI: Connection from 127.0.0.255... 
    after this it starts at 1 again, i checked the ports, i have nothing else running on them, this only happened when i installed the gui
     
  11. Offline

    BigRenegade

    From the look of your error you are using the proxy server. If so, then the external port number MUST be different from the server port. Try setting the external port to 25565 and the server port to 25566 and see if this stops the error.
     
  12. Offline

    dumptruckman

    that's exactly the problem, you can see, the proxy starts on 25565 and then the server tries to start on 25565
    Code:
    2011-07-21 13:24:42 [INFO] MC Server GUI: Listening on 0.0.0.0:25565 (players connect here)
    2011-07-21 13:24:45 [INFO] Starting Minecraft server on *:25565
    
    edit: They can't be the same!
     
  13. Offline

    noahwhygodwhy

    it works, i thought that might be the problem, but i didn't know which one i should change, and i didn't want to mess anything up, thanks for your help
     
  14. Offline

    dumptruckman

    Just wanted to mention that I AM still working on this project. I had been learning about developing plugins for a while now and it's finally time that I switch back to working on the GUI. I'm doing some MAJOR overhauls right now to bring you all the best experience possible. Because of what I'm doing it's going to be a while still, I imagine. Hang on tight!
     
  15. Offline

    JacKlink01

    Hmm.. The player list is blank for me. I am on Bukkit 1000 with latest essentials plugin. Why would this be happening? Thanks
     
  16. Offline

    dumptruckman

    You HAVE to use the GUI proxy for the player list to work. This requires players to connect to the proxy port instead of the server port
     
  17. Offline

    JacKlink01

    Ah great thanks. Does the GUI server need to be on a different port than the minecraft server?
     
  18. Offline

    Jadedwolf

    @dumptruckman False advertising on there part and I'm glad you told me. :D
     
  19. Offline

    dumptruckman

    Yes. Make your server port something new and set the GUI port to what you use to use for the MC server.
     
  20. Offline

    nickrev

    I just cant figure out how to make this work please make a video tutorial or at least a more in depth tutorial for me please!
     
  21. Offline

    dumptruckman

    What part isn't working?

    @nickrev sorry, just reread your issue. The problem is that port 25565 is in use somewhere else on your computer. A easy solution MAY be to restart your computer. If that doesn't work then you have to find out what else is using port 25565.

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

    noahwhygodwhy

    looked, and couldn't find where it said how, so how do you set up the tasks in the bottom left corner on the 'Main Window'? It's automatically at edit tasks and there were no other options, i clicked go, i made a task that would restart the server, but it's not showing...
     
  23. Offline

    dumptruckman

    When you make a task, you must check "Task is for custom button" for it to show up on that list.
     
  24. Offline

    aadaam64

    Dude, whenever i try to click "Start" it says **** FAILED TO BIND TO PORT
    The exception was: java.net.BlindException: Adress already in use: JVM_Blind [WARNING] Perhaps a server is already running on that port? HELP! i checked the config, everything was fine, nothing was wrong really... but still the same results! help meh
     
  25. Offline

    dumptruckman

    2 things: The GUI proxy is enabled and it is set to the same port as the Minecraft server.
    OR You have SOMETHING else already using the ports you are trying to use. In this case, try restarting your computer.
     
  26. Offline

    noahwhygodwhy

    ah, thanks, didn't see that the first time i skimmed through the task page.
     
  27. Offline

    cjbh1996

    @dumptruckman Please add BukkitContrib compatibility! When I or any of my users connect to the server with a BukkitContrib client mod installed, it automatically kicks them with no error message or warning. It seems it is the proxy causing this problem- when I turn it off, it's fine.

    ...And I need the proxy server for the player list.

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

    dumptruckman

    Yeah, it's in the next version, no worries :) I'm working hard to get it out.. There's major changes coming. Good ones, of course.
     
  29. Offline

    TH3steven

    nice, can't wait =D
    I have 1 question, whenever someone connects, their ip shows up as 127.0.0.*, how can I fix this?
    (The server port is 25566, the proxy port is 25565)
     
  30. Offline

    dumptruckman

    Unfortunately, this is a side effect of using a proxy. I believe I looked into fixing it but I don't think it was possible. But their actual IP should be showing up just before hand with a message from the GUI, like "connection from x.x.x.x"
     
Thread Status:
Not open for further replies.

Share This Page