[TOOL/ADMIN] Bukkit Server GUI v1.1.4544 - A (.NET) GUI for the Bukkit Server

Discussion in 'Bukkit Tools' started by Kanshunin, Jul 20, 2011.

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

    Kanshunin

    only full backups yet, but i added the feature for individual folders to my todo list :)

    You can do backups dynamicly minimal. every hour. Backups can be written into the same folder, or new folders on every backup. also if you have specified an amount of maximal folders, the oldest one will be overwritten if the limit is reached.

    I havent done a real cpu usage test, but because this gui is only a wrapper, the highest load will come from the java process (bukkit) itself.
     
  2. Offline

    Linker717

     
  3. Offline

    ledhead900

    Alright so your backups are incremental ? < that would be nice option actually over the multi backup. Cpu usage would be minimal then much like the other guys gui. only load when its backing up other wise less than 1% cpu hit.
     
  4. Offline

    Kanshunin

    I have uploaded the new version, it has some useful changes, and i have disabled the online playerlist trough bukkit commands.. if you need the online lists, you have to use the bsgui-plugin until i can find a reliable method to read out the bukkit console commands for checking players.

    I also changed the config saving/loading to xml, so you need to do a new configuration from start.. sorry.

    And yes.. the backups are incremental :)

    Same procedure as every time.. please inform me when something bothers you.
     
  5. Offline

    Mortibus

    Hello, I would have wanted to know about things tricks.
    1) If one won in power at the level of the waiter(server) (by using your software)
    2) If it was reassured secured as much as a console Cmd.

    Because I have to try your program, he seems to work but I have a message which coupled has every time " 5/100 player in lines " and it every 10 seconds:/. (This message appears only in the software, and not on the server but it could can be to damage his smooth running).
    Cordially Mortibus.

    Ps: excuse I, my English is not very good:/
     
  6. Offline

    Kanshunin

    Hi,

    the new version 1.1.4295 should solve this issue with the "online players" message, but to have a working playerlist you need to activate the bsgui-plugin, wich can be activated trough the options menu.

    i dont understand your questions 1 and 2. . Could you specify this better.. or does anyone else know what it means? :)
     
  7. Offline

    Mortibus

    When I use bukkit, a console black displays. ( The console CMD), This console which makes the waiter(server) turn(shoot), it is more On level safety(security) than your software, or it is the opposite.

    Would I win in power with your MISTLETOE rather than with the console CMD? When I speak about power, I speak less about lags etc.

    Sorry for my english :/
     
  8. Offline

    Kanshunin

    a clean console is more secure than any gui because it runs in the original enviroment it was programmed for. But you also have some advantages when using the/a gui.. you have backup options, crash detections, a webinterface and splitted server logs.. and other nice features the console doesnt provide you with.

    Because that the gui is just a wrapper for the console, the main cpu load will be on the console/java app, and not on the gui. Hoever, the gui itself uses some threads itself, and sure does some extra load for your server mashine.

    P.s. the 64 Bit version in the newest rar file works now, it was corrupted again, im sorry for that.. and please be aware that the "version update" wont work properly right now, but it will work in the next version.
     
  9. Offline

    Mortibus

    All right, thank you for your answer.
     
  10. Offline

    bootscreen

    moin,

    ich habe gesehen das du deutsch sprichst, daher poste ich mein Problem mal auf Deutsch damit ich es genauer beschreiben kann.

    aber nun zu meinem problem. ich würde gerne dein GUI nutzen, problem ist es geht nicht ^^
    Wenn ich alles korrekt in den GUI-Optionen eintrage kommt am Ende, im Feld "current java command startline", folgendes raus: "-Xincgc -Xmx1024M -Xms1024M" -Duser.language=en -jar "pfad zu bukkit\craftbukkit-0.0.1-SNAPSHOT.jar" nogui

    das problem sind die ersten anführungszeichen um das -Xincgc -Xmx1024M -Xms1024M herum.
    sobald die gesetzt sind bekomme ich folgene meldungen:
    Code:
    23:22:50 [WARNING] **** NOT ENOUGH RAM!
    23:22:50 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    
    ....
    
    23:22:54 [SEVERE] Error occurred while enabling Multiverse-Core v2.0-b279 (Is it up to date?): Java heap space
    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:75)
            at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
            at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:124)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:67)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:556)
            at org.bukkit.Bukkit.createWorld(Bukkit.java:154)
            at org.bukkit.WorldCreator.createWorld(WorldCreator.java:191)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:471)
            at com.onarandombox.utils.WorldManager.addWorld(WorldManager.java:102)
            at com.onarandombox.utils.WorldManager.loadWorlds(WorldManager.java:384)
            at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:137)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    23:22:56 [INFO] [MultiVerse-NetherPortals] - Version 2.0-b225 Enabled - By Rigby and fernferret
    23:22:57 [INFO] [MultiVerse-Portals] - Version 2.0-b254 Enabled - By Rigby and fernferret
    23:22:57 [SEVERE] Error occurred while enabling Multiverse-Portals v2.0-b254 (Is it up to date?): Java heap space
    java.lang.OutOfMemoryError: Java heap space
            at java.nio.HeapByteBuffer.<init>(Unknown Source)
            at java.nio.ByteBuffer.allocate(Unknown Source)
            at sun.nio.cs.StreamEncoder.<init>(Unknown Source)
            at sun.nio.cs.StreamEncoder.<init>(Unknown Source)
            at sun.nio.cs.StreamEncoder.forOutputStreamWriter(Unknown Source)
            at java.io.OutputStreamWriter.<init>(Unknown Source)
            at java.util.logging.StreamHandler.setOutputStream(Unknown Source)
            at java.util.logging.FileHandler.open(Unknown Source)
            at java.util.logging.FileHandler.openFiles(Unknown Source)
            at java.util.logging.FileHandler.<init>(Unknown Source)
            at com.onarandombox.utils.DebugLog.<init>(DebugLog.java:36)
            at com.onarandombox.MultiversePortals.MultiversePortals.onEnable(MultiversePortals.java:86)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    23:22:58 [INFO] PickBoat version 0.3.6 is enabled!
    23:22:59 [INFO] SimpleSignEdit v1.8 enabled.
    23:23:02 [SEVERE] Java heap space loading SimpleSignEdit v1.8 (Is it up to date?)
    java.lang.OutOfMemoryError: Java heap space
    23:23:03 [INFO] The automatic update-Check only work every 6 hours, the last check was 40 minutes ago.
    23:23:03 [SEVERE] Java heap space loading WorldEdit v292-c78e8a1 (Is it up to date?)
    java.lang.OutOfMemoryError: Java heap space
    23:23:04 [INFO] [Minecart Mania] Permissions not found. Using OP for admin commands.
    23:23:04 [SEVERE] Error occurred while enabling MinecartManiaAdminControls v1.2.7 (Is it up to date?): Java heap space
    java.lang.OutOfMemoryError: Java heap space
    23:23:04 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.2 is enabled!
    23:23:05 [SEVERE] Error occurred while enabling MinecartManiaChestControl v1.2.5 (Is it up to date?): Java heap space
    java.lang.OutOfMemoryError: Java heap space
    23:23:07 [SEVERE] Error occurred while enabling Citizens v1.1.1 (Is it up to date?): Java heap space
    java.lang.OutOfMemoryError: Java heap space
    23:23:12 [SEVERE] Java heap space loading Citizens v1.1.1 (Is it up to date?)
    java.lang.OutOfMemoryError: Java heap space
    23:23:50 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    23:23:51 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
    Java mag diese Anführungszeichen nicht, denn der Fehler tritt auch auf wenn ich den Befehl manuell in per CMD ausführe. Mache ich jedoch die Anführungszeichen weg klappt alles Problemlos.

    Ich arbeite unter Win 7 64Bit Build 7601 und folgender Java-Version:
     
  11. Offline

    ledhead900

    Alright one Thing I missed was the ability to see the servers cpu and ram usage. I will check out your latest version tho, Also is it possible to color the display so like INFO is green Warning orange ERROR red. That was a neat feature of the other gui allowed to on the fly visually identify the issues during startup.
     
  12. Offline

    InflamedSebi

    Here I am again :)

    i got some new issues and can't explain it better than this:
    first the log, if i start with the bat

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx3072M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    pause
    Code:
    2011-10-07 18:35:46 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-07 18:35:46 [INFO] Loading properties
    2011-10-07 18:35:46 [INFO] Starting Minecraft server on *:25565
    2011-10-07 18:35:46 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-07 18:35:46 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-07 18:35:46 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-07 18:35:46 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-07 18:35:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1112-g54a13b2-b1240jnks (MC: 1.8.1)
    2011-10-07 18:35:47 [INFO] [PermissionsEx] sql backend registered!
    2011-10-07 18:35:47 [INFO] [PermissionsEx] file backend registered!
    2011-10-07 18:35:47 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-07 18:35:47 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-07 18:35:47 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-07 18:35:47 [INFO] LWC: Loading shared objects
    2011-10-07 18:35:47 [INFO] LWC: Protection cache: 0/10000
    2011-10-07 18:35:47 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-10-07 18:35:47 [INFO] [PermissionsEx] Initializing file backend
    2011-10-07 18:35:47 [INFO] Preparing level "world"
    2011-10-07 18:35:47 [INFO] Default game type: 0
    2011-10-07 18:35:47 [INFO] Preparing start region for level 0 (Seed: 737984723181044884)
    2011-10-07 18:35:48 [INFO] Preparing start region for level 1 (Seed: 8499896049195760031)
    2011-10-07 18:35:48 [INFO] Preparing spawn area: 77%
    2011-10-07 18:35:48 [INFO] BS-GUIPlugin version 1.2 is enabled!
    2011-10-07 18:35:48 [INFO] CommandBook 1.6 enabled.
    2011-10-07 18:35:48 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-07 18:35:48 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-07 18:35:48 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-10-07 18:35:48 [INFO] CommandBook: 1 kit(s) loaded.
    2011-10-07 18:35:48 [INFO] WEPIF: Updated config file
    2011-10-07 18:35:48 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-07 18:35:48 [INFO] [Detonate] Loading configuration.
    2011-10-07 18:35:48 [INFO] [Detonate] Loading configuration variables.
    2011-10-07 18:35:48 [INFO] [Detonate] Configuration variables loaded.
    2011-10-07 18:35:48 [INFO] [Detonate] Permissions found, ignoring ops.txt!
    2011-10-07 18:35:48 [INFO] [FalseBook Block] No Books loaded!
    2011-10-07 18:35:48 [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    2011-10-07 18:35:48 [INFO] [FalseBook Block] No Cauldrons loaded!
    2011-10-07 18:35:48 [INFO] FalseBookCart v0.88alpha by GeMo enabled
    2011-10-07 18:35:48 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    2011-10-07 18:35:48 [INFO] FalseBookExtra v0.88alpha by GeMo enabled
    2011-10-07 18:35:49 [INFO] FalseBookIC v0.88alpha by GeMo enabled
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command zeus.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command godmode.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command jesus.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command die.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command slay.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command maim.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command inferno.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command superjump.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command gaia.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command heal.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command godpowers.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command vulcan.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command vulcan.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command demigod.
    2011-10-07 18:35:49 [INFO] [GodPowers] Successfully registered command hades.
    2011-10-07 18:35:49 [INFO] godPowers version 2.5 is enabled!
    2011-10-07 18:35:49 [INFO] [GodPowers] Permissions detected. Now using permissions.
    2011-10-07 18:35:49 [INFO] [iChat] Found Permissions Bridge. Using SuperPerms
    2011-10-07 18:35:49 [INFO] iChat (v2.4.1) enabled
    2011-10-07 18:35:49 [INFO] [MobDisguise] by desmin88 version 1.63 enabled.
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] - Version 2.0-b279 Enabled - By Rigby and fernferret
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-07 18:35:49 [INFO] [AllPay] - Version 3.0 - using only an item based economy for Multiverse-Core v2.0-b279
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-07 18:35:49 [INFO] Preparing start region for level 2 (Seed: -5319669580511279515)
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] Loading World & Settings - 'hell' - NETHER
    2011-10-07 18:35:49 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-10-07 18:35:49 [INFO] Preparing start region for level 3 (Seed: 1450954157526101617)
    2011-10-07 18:35:50 [INFO] [Multiverse-Core] Loading World & Settings - 'sky' - SKYLANDS
    2011-10-07 18:35:50 [INFO] [Multiverse-Core] 3 - World(s) loaded.
    2011-10-07 18:35:50 [INFO] [MultiVerse-NetherPortals] - Version 2.0-b225 Enabled - By Rigby and fernferret
    2011-10-07 18:35:50 [INFO] [MultiVerse-Portals] - Version 2.0-b254 Enabled - By Rigby and fernferret
    2011-10-07 18:35:50 [INFO] [MultiVerse-Portals]  2 - Portals(s) loaded
    2011-10-07 18:35:50 [INFO] [MultiVerse-SignPortals] - Version 2.0-b122 Enabled - By Rigby and fernferret
    2011-10-07 18:35:50 [INFO] NoDeathMessage has been enabled.
    2011-10-07 18:35:50 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-07 18:35:50 [INFO] [PermissionsEx] v1.14 enabled
    2011-10-07 18:35:50 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-07 18:35:50 [INFO] [PowerTool] 0.9 enabled.
    2011-10-07 18:35:50 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-07 18:35:50 [INFO] CommandBook: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-07 18:35:50 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-07 18:35:50 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-10-07 18:35:50 [INFO] WorldEdit 4.7 enabled.
    2011-10-07 18:35:50 [INFO] WEPIF: Updated config file
    2011-10-07 18:35:50 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-07 18:35:50 [INFO] [MultiVerse-Portals]  Found WorldEdit. Using it for selections.
    2011-10-07 18:35:50 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-10-07 18:35:50 [INFO] LWC: Permissions API: PEXPermissions
    2011-10-07 18:35:50 [INFO] LWC: Currency API: NoCurrency
    2011-10-07 18:35:50 [INFO] LWC: Loading SQLite
    2011-10-07 18:35:50 [INFO] LWC: Using: Native
    2011-10-07 18:35:50 [INFO] LWC: Precached 3 protections.
    2011-10-07 18:35:50 [INFO] LWC: At version: 3,53 (b294)
    2011-10-07 18:35:50 [INFO] [OpenWarp] Hooked into Permissions 2.7.7
    2011-10-07 18:35:50 [INFO] [OpenWarp] Found Multiverse 2, Support Enabled.
    2011-10-07 18:35:50 [INFO] [OpenWarp] Enabled version 1.1-b110 (rev 3f78878eb8a048d4702037dfda4a203e8dfc5ee0)
    2011-10-07 18:35:50 [INFO] WorldBorder version 1.4.3 loading
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] World "sky" has border radius 1000 at X: 0,0 Z: 0,0
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] World "hell" has border radius 1000 at X: 0,0 Z: 0,0
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 1000 at X: 0,0 Z: 0,0
    2011-10-07 18:35:50 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
    2011-10-07 18:35:50 [INFO] For reference, the main world's spawn location is at X: 0 Y: 67 Z: 0
    2011-10-07 18:35:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-07 18:35:50 [INFO] Done (0,323s)! For help, type "help" or "?"
    2011-10-07 18:35:50 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-10-07 18:35:50 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-10-07 18:35:50 [INFO] [FalseBook Block] 0 protected gateblocks successfully loaded.
    2011-10-07 18:35:53 [INFO] [FalseBook IC] Loaded selftriggered ICs: 5 done
    2011-10-07 18:35:53 [INFO] [FalseBook IC] Loaded selftriggered ICs: 5 failed
    2011-10-07 18:35:53 [INFO] [FalseBook IC] List of failed ICs:
    2011-10-07 18:35:53 [INFO] [FalseBook IC] ID: 1, [MC0020] @ Location - World: world , X: 208 , Y: 111 , Z: 279
    2011-10-07 18:35:53 [INFO] [FalseBook IC] ID: 2, [MC0020] @ Location - World: world , X: 208 , Y: 111 , Z: 277
    2011-10-07 18:35:53 [INFO] [FalseBook IC] ID: 3, [MC0020] @ Location - World: world , X: 208 , Y: 112 , Z: 277
    2011-10-07 18:35:53 [INFO] [FalseBook IC] ID: 4, [MC0020] @ Location - World: world , X: 208 , Y: 112 , Z: 279
    2011-10-07 18:35:53 [INFO] [FalseBook IC] ID: 5, [MC0020] @ Location - World: world , X: 213 , Y: 112 , Z: 278
    2011-10-07 18:35:54 [INFO] CONSOLE: Stopping the server..
    2011-10-07 18:35:54 [INFO] Stopping server
    2011-10-07 18:35:54 [INFO] BS-GUIPlugin version 1.2 was disabled
    2011-10-07 18:35:54 [INFO] FalseBookBlock v0.88alpha by GeMo disabled
    2011-10-07 18:35:54 [INFO] FalseBookCart v0.88alpha by GeMo disabled
    2011-10-07 18:35:54 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo disabled!
    2011-10-07 18:35:54 [INFO] FalseBookExtra v0.88alpha by GeMo disabled
    2011-10-07 18:35:54 [INFO] FalseBookIC v0.88alpha by GeMo disabled
    2011-10-07 18:35:54 [INFO] [iChat] iChat Disabled
    2011-10-07 18:35:54 [INFO] [MobDisguise] by desmin88 version 1.63 disabled.
    2011-10-07 18:35:54 [INFO] [Multiverse-Core] - Disabled
    2011-10-07 18:35:54 [INFO] [MultiVerse-NetherPortals] - Disabled
    2011-10-07 18:35:54 [INFO] [MultiVerse-SignPortals] - Disabled
    2011-10-07 18:35:54 [INFO] NoDeathMessage has been disabled.
    2011-10-07 18:35:54 [INFO] [PermissionsEx] v1.14 disabled successfully.
    2011-10-07 18:35:54 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-07 18:35:54 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-07 18:35:54 [INFO] [PowerTool] 0.9 disabled.
    2011-10-07 18:35:54 [INFO] [VanishNoPickup] 1.9.12 disabled.
    2011-10-07 18:35:54 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-07 18:35:54 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-07 18:35:54 [INFO] [Multiverse-Core] Permissions disabled
    2011-10-07 18:35:54 [INFO] LWC: Flushing final updates (0)
    2011-10-07 18:35:54 [INFO] LWC: Freeing SQLite
    2011-10-07 18:35:54 [INFO] [OpenWarp] Disabled!
    2011-10-07 18:35:54 [INFO] WorldBorder version 1.4.3 shutting down
    2011-10-07 18:35:54 [INFO] [WorldBorder] [CONFIG] Border-checking timed task stopped.
    2011-10-07 18:35:54 [INFO] Saving chunks
    2011-10-07 18:35:54 [INFO] Stopping server
    2011-10-07 18:35:54 [INFO] Saving chunks
    
    no errors all is fine :)

    and now with the gui: (also -Xincgc -Xmx3072M)

    Code:
    07.10.2011 18:40:44  17 achievements
    07.10.2011 18:40:44  161 recipes
    07.10.2011 18:40:44  [INFO] Starting minecraft server version Beta 1.8.1
    07.10.2011 18:40:44  [WARNING] **** NOT ENOUGH RAM!
    07.10.2011 18:40:44  [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    07.10.2011 18:40:44  [INFO] Loading properties
    07.10.2011 18:40:44  [INFO] Starting Minecraft server on *:25565
    07.10.2011 18:40:44  [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    07.10.2011 18:40:44  [WARNING] The server will make no attempt to authenticate usernames. Beware.
    07.10.2011 18:40:44  [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    07.10.2011 18:40:44  [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    07.10.2011 18:40:44  sql backend registered!
    07.10.2011 18:40:44  file backend registered!
    07.10.2011 18:40:44  PermissionEx plugin initialized.
    07.10.2011 18:40:45  p2compat backend registered!
    07.10.2011 18:40:45  Compatibility Layer Initalized!
    07.10.2011 18:40:45  [INFO] LWC: Loading shared objects
    07.10.2011 18:40:45  [INFO] LWC: Protection cache: 0/10000
    07.10.2011 18:40:45  [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    07.10.2011 18:40:45  Initializing file backend
    07.10.2011 18:40:45  [INFO] Preparing level "world"
    07.10.2011 18:40:45  [INFO] Default game type: 0
    07.10.2011 18:40:45  [INFO] Preparing start region for level 0 (Seed: 737984723181044884)
    07.10.2011 18:40:46  [INFO] Preparing start region for level 1 (Seed: 8499896049195760031)
    07.10.2011 18:40:46  [INFO] Preparing spawn area: 77%
    07.10.2011 18:40:46  [INFO] CommandBook 1.6 enabled.
    07.10.2011 18:40:46  [INFO] BS-GUIPlugin version 1.2 is enabled!
    07.10.2011 18:40:46  [WARNING] CommandBook: 0 Warps(s) loaded
    07.10.2011 18:40:46  [WARNING] CommandBook: 0 Homes(s) loaded
    07.10.2011 18:40:46  [INFO] CommandBook: 0 banned name(s) loaded.
    07.10.2011 18:40:46  [INFO] CommandBook: 1 kit(s) loaded.
    07.10.2011 18:40:46  [INFO] CommandBook: Using the Bukkit Permissions API.
    07.10.2011 18:40:46  Loading configuration.
    07.10.2011 18:40:46  Loading configuration variables.
    07.10.2011 18:40:46  Configuration variables loaded.
    07.10.2011 18:40:46  Permissions found, ignoring ops.txt!
    07.10.2011 18:40:46  [INFO] [FalseBook Block] No Books loaded!
    07.10.2011 18:40:46  [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    07.10.2011 18:40:46  [INFO] [FalseBook Block] No Cauldrons loaded!
    07.10.2011 18:40:46  [INFO] FalseBookCart v0.88alpha by GeMo enabled
    07.10.2011 18:40:46  [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    07.10.2011 18:40:46  [INFO] FalseBookExtra v0.88alpha by GeMo enabled
    07.10.2011 18:40:47  [INFO] FalseBookIC v0.88alpha by GeMo enabled
    07.10.2011 18:40:47  Successfully registered command zeus.
    07.10.2011 18:40:47  Successfully registered command godmode.
    07.10.2011 18:40:47  Successfully registered command jesus.
    07.10.2011 18:40:47  Successfully registered command die.
    07.10.2011 18:40:47  Successfully registered command slay.
    07.10.2011 18:40:47  Successfully registered command maim.
    07.10.2011 18:40:47  Successfully registered command inferno.
    07.10.2011 18:40:47  Successfully registered command superjump.
    07.10.2011 18:40:47  Successfully registered command gaia.
    07.10.2011 18:40:47  Successfully registered command heal.
    07.10.2011 18:40:47  Successfully registered command godpowers.
    07.10.2011 18:40:47  Successfully registered command vulcan.
    07.10.2011 18:40:47  Successfully registered command vulcan.
    07.10.2011 18:40:47  Successfully registered command demigod.
    07.10.2011 18:40:47  Successfully registered command hades.
    07.10.2011 18:40:47  [INFO] godPowers version 2.5 is enabled!
    07.10.2011 18:40:47  Permissions detected. Now using permissions.
    07.10.2011 18:40:47  Found Permissions Bridge. Using SuperPerms
    07.10.2011 18:40:47  [INFO] iChat (v2.4.1) enabled
    07.10.2011 18:40:47  by desmin88 version 1.63 enabled.
    07.10.2011 18:40:47  - Version 2.0-b279 Enabled - By Rigby and fernferret
    07.10.2011 18:40:47  - Attached to Permissions
    07.10.2011 18:40:47  - Version 3.0 - using only an item based economy for Multiverse-Core v2.0-b279
    07.10.2011 18:40:47  - Multiverse Config -- Loaded
    07.10.2011 18:40:47  - World Config -- Loaded
    07.10.2011 18:40:47  [INFO] Preparing start region for level 2 (Seed: -5319669580511279515)
    07.10.2011 18:40:48  [INFO] Preparing spawn area for hell, 32%
    07.10.2011 18:40:48  [SEVERE] Error occurred while enabling Multiverse-Core v2.0-b279 (Is it up to date?): Java heap space
    07.10.2011 18:40:48  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:48      at net.minecraft.server.NBTTagByteArray.a(SourceFile:21)
    07.10.2011 18:40:48      at net.minecraft.server.NBTBase.b(SourceFile:64)
    07.10.2011 18:40:48      at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    07.10.2011 18:40:48      at net.minecraft.server.NBTBase.b(SourceFile:64)
    07.10.2011 18:40:48      at net.minecraft.server.NBTTagCompound.a(SourceFile:24)
    07.10.2011 18:40:48      at net.minecraft.server.NBTBase.b(SourceFile:64)
    07.10.2011 18:40:48      at net.minecraft.server.CompressedStreamTools.a(SourceFile:75)
    07.10.2011 18:40:48      at net.minecraft.server.ChunkRegionLoader.a(SourceFile:29)
    07.10.2011 18:40:48      at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:124)
    07.10.2011 18:40:48      at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:67)
    07.10.2011 18:40:48      at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:556)
    07.10.2011 18:40:48      at org.bukkit.Bukkit.createWorld(Bukkit.java:154)
    07.10.2011 18:40:48      at org.bukkit.WorldCreator.createWorld(WorldCreator.java:191)
    07.10.2011 18:40:48      at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:471)
    07.10.2011 18:40:48      at com.onarandombox.utils.WorldManager.addWorld(WorldManager.java:102)
    07.10.2011 18:40:48      at com.onarandombox.utils.WorldManager.loadWorlds(WorldManager.java:384)
    07.10.2011 18:40:48      at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:137)
    07.10.2011 18:40:48      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    07.10.2011 18:40:48      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
    07.10.2011 18:40:48      at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    07.10.2011 18:40:48      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
    07.10.2011 18:40:48      at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
    07.10.2011 18:40:48      at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    07.10.2011 18:40:48      at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    07.10.2011 18:40:48      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    07.10.2011 18:40:48      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    07.10.2011 18:40:48      at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    07.10.2011 18:40:49  [SEVERE] Error occurred while enabling Multiverse-NetherPortals v2.0-b225 (Is it up to date?): Java heap space
    07.10.2011 18:40:49  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:49 00:00:00 ava.nio.HeapByteBuffer.<init>(Unknow:  java.nio.HeapByteBuffer.<init>(Unknown Source)
    07.10.2011 18:40:49      at java.nio.ByteBuffer.allocate(Unknown Source)
    07.10.2011 18:40:49 00:00:00 un.nio.cs.StreamDecoder.<init>(Unknow:  sun.nio.cs.StreamDecoder.<init>(Unknown Source)
    07.10.2011 18:40:49 00:00:00 un.nio.cs.StreamDecoder.<init>(Unknow:  sun.nio.cs.StreamDecoder.<init>(Unknown Source)
    07.10.2011 18:40:49      at sun.nio.cs.StreamDecoder.forInputStreamReader(Unknown Source)
    07.10.2011 18:40:49 00:00:00 ava.io.InputStreamReader.<init>(Unknow:  java.io.InputStreamReader.<init>(Unknown Source)
    07.10.2011 18:40:49      at com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals.checkForNetherEnabled(MultiverseNetherPortals.java:91)
    07.10.2011 18:40:49      at com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals.onEnable(MultiverseNetherPortals.java:65)
    07.10.2011 18:40:49      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    07.10.2011 18:40:49      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
    07.10.2011 18:40:49      at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    07.10.2011 18:40:49      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
    07.10.2011 18:40:49      at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
    07.10.2011 18:40:49      at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    07.10.2011 18:40:49      at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    07.10.2011 18:40:49      at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    07.10.2011 18:40:49      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    07.10.2011 18:40:49      at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    07.10.2011 18:40:50  - Version 2.0-b254 Enabled - By Rigby and fernferret
    07.10.2011 18:40:51  [SEVERE] Java heap space loading Multiverse-Portals v2.0-b254 (Is it up to date?)
    07.10.2011 18:40:52  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:52  [SEVERE] Error occurred while enabling Multiverse-SignPortals v2.0-b122 (Is it up to date?): Java heap space
    07.10.2011 18:40:52  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:52  [SEVERE] Error occurred while enabling NoDeathMessage v1.0.0 (Is it up to date?): Java heap space
    07.10.2011 18:40:52  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:53  [SEVERE] Error occurred while enabling PermissionsEx v1.14 (Is it up to date?): Java heap space
    07.10.2011 18:40:53  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:53  [INFO] CommandBook: Using the Bukkit Permissions API.
    07.10.2011 18:40:53  [SEVERE] Error occurred while enabling PowerTool v0.9 (Is it up to date?): Java heap space
    07.10.2011 18:40:53  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:54  Compatibility layer enabled.
    07.10.2011 18:40:54  [INFO] CommandBook: Using the Bukkit Permissions API.
    07.10.2011 18:40:54  - Attached to Permissions
    07.10.2011 18:40:55  [SEVERE] Error occurred while enabling VanishNoPickup v1.9.12 (Is it up to date?): Java heap space
    07.10.2011 18:40:55  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:56  [SEVERE] Java heap space loading WorldEdit v4.7 (Is it up to date?)
    07.10.2011 18:40:56  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:40:58  [SEVERE] Error occurred while enabling LWC v3.53 (Is it up to date?): Java heap space
    07.10.2011 18:40:58  java.lang.OutOfMemoryError: Java heap space
    07.10.2011 18:41:01  [SEVERE] Java heap space loading LWC v3.53 (Is it up to date?)
    07.10.2011 18:41:01  java.lang.OutOfMemoryError: Java heap space
    So here it is not enought ram ... but cant figure out whats wrong ...

    LG Flame
     
  13. Offline

    Kanshunin

    have you used the newest version 1.1.4295 with the command preview in the options window?

    if yes, could you post me the commandline preview.. ?

    i have tested the configuration with -Xincgc -Xmx3072M
    my commandstring is:
    "-Xincgc -Xmx3072M" -Duser.language=en -jar "c:\mybukkit\srv\craftbukkit-0.0.1-SNAPSHOT.jar" nogui

    it starts with no problems, but i also have 16 gb of ram so it could be that my pc isnt affected..

    the gui automaticly converts -Xincgc -Xmx3072M without quotes to "-Xincgc -Xmx3072M" with quotes.
    i think i will deactivate this feature again, so you can decide this on your own.
     
  14. Offline

    InflamedSebi

    "-Xincgc -Xmx3072M" -Duser.language=en -jar ...

    is also mine but it doesnt work ...
    i get rid of it while allocating some ram direct to java in the systemsettings...
    and now my command string is empty like this:
    -Duser.language=en -jar ...

    maybe its because of the "" ?

    BTW: id dont know how hard it is to change some Layout stuff and so on, this GUI (Pail) looks awesome too ... the problem:
    - its a plugin itself (so its starting after the server)
    - if u close the window the server is still running in background and u cant stop it
    - no webinterface
    - no way to allcoate space without an external Bat file
    - it isnt as neatly arranged as yours
    - cant filter the log


    Original Page
    [direct link to the Installer]

    Positiv things are:
    - the window is resizable
    - uhm... yeah .. and the log looks a bit better...
    - thats all

    i dont know if i'll use it, until yours is working completely ... but i dont think so ... i'll rater wait for urs ... all in all it will be better ;)

    ahh and something isnt working correct about the Log ...

    German cause its hard to explain in an other language xD
     
  15. Offline

    Kanshunin

    Yes, it seems that the quotes doesnt work on all mashines.. dont ask me why, im still investigating.. maybe its because of the way c# handles the java process.

    @bootscreen this problem maybe concerns you too.
    i have removed the automatic "" option, so the commandstring can be customized better now, and custom ram strings can be build with or without quotes again.

    When i started playing mc last year, my first opinion was to code a gui based on a plugin, but then i decided not to do that, because if the server itself crashes, the gui would do also. That was my main reason to build an external tool.

    Neatly arranged *g*.. thanks, im trying to make the tool mostyl easy to use without a manual (because i hate writing manuals *g*) and im trying to provide as much support as i can.

    About the Log:

    You are right, the log is readed by the [] Tags, and will be filtered by that. I have now added the recognition of severe errors that have more than one line. It could be that if such an error occours, chat messages are also sorted into the error log, but i dont have a simulation for that to test.. if this error occours, please tell me.

    Im not programming in C, but C# thats a very big difference.

    Your Pseudo code goes into the right direction, but the recognition in my gui is a bit more complicated, tho im working with different threads and message queues, because the log messages must be passed to different memory spaces :).

    for chatting.. youve got pm :)
     
  16. Offline

    ledhead900

    On windows do not " " anything other then directory's with spaces, Such as
    Code:
    @echo off
    "C:\Program Files\Java\jre7\bin\java.exe" -server -Xmn250M -Xmx3G -Xincgc -Xss15m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=400 -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -jar craftbukkit-0.0.1-SNAPSHOT.jar org.bukkit.craftbukkit.Main nogui
    EXIT
    It may work with, Java - -argumentshere I know that for some time windows would only allow me to launch it with a direct path the java exe shown in code snippet of this post.
     
  17. Offline

    Kanshunin

    i have changed the creation of the commandstring to the following

    pathToJava\Java.exe [commands] -jar "pathToBukkit" nogui [bukkitcommands]

    (without the [])
    this should work for the most users, and if needed the quotes can be used explicit within the bukkitcommands/Javacommands text boxes.
     
  18. Offline

    Kanshunin

    Sorry for the long waiting time.. the last days the real life took a lot of me.

    i have fixed the crashing at the start when no configs are availabel.

    if you have any other errors, please write me :)... and please dont post errors like "make a working version" without an error description ;).
     
  19. Offline

    Jenal

    Hey. This looks really good but I have a mac because my windows broke and its the only one I had left. >_> Can you please make this so it works on mac aswell? Thanks. :)
     
  20. Offline

    Kanshunin

    Hi,

    because my code is based on ms .NET 4, and i dont think that my code is compatible to Mono .Net, the only options left for you are to use Bootcamp (http://en.wikipedia.org/wiki/Boot_Camp_(software)), or a VM, or you need to switch to a MAC compatible gui if there is one available tho.
     
  21. Offline

    geo766

    Very Handy tool but it seems to lag up a little sometimes when processing commands and such.
    May well just be my setup, or might just work that way due to the way commands run.
    Thanks for all the work and keep up to it. :D
     
  22. Offline

    Kanshunin

    Thanks for the reply. The command problem comes within c#. The handling of processes arent that good if it comes to sending commands to the client window. i think ill try to implement these things within the windows api, its more reliable i think. also this processbinding within c# does some problems within the socket binding for the webserver, wich shouldnt be.
     
  23. Offline

    Kanshunin

    Why didnt anybody mentioned that the newest version is broken? :) ... i have recompiled the project, and it should work now. PLEASE inform me if it doesnt work. a short PM or a message to my contact formular on my website would be great.

    Thanks.
     
  24. Offline

    Fej

    Thank you for the GUI! It's awesome!

    There's just one bug I've found so far - the Stop with Timer button.

    When I click it, it freezes for a second. No big deal. It counts from 30 seconds, not 10 seconds. Also not a big deal. However, once it restarts, it keeps counting. As in, "Server will shut down in -10seconds". -20. And so on. (By the way, there's a small error there - you missed a space between "-10" and "seconds".) As far as I can tell, it doesn't automatically cancel itself - the button changes back from Cancel to Stop with Timer (10 sec.), but the function doesn't reset as well. When I click on it after starting the server again, it acts as if it was the cancel button.

    Hope this helps!
    ---
    Edit: Going through the webserver. It's a bit rough. There's no "wrong password" indicator if you mess up while typing in your password. Also, it appears as if the entire page should be centered, (once you've logged in), but only the logo at the top is. The Version 1.5 overlays on top of the server log and makes it hard to read. When you first put in your username/password in the options menu, you need to restart the server - just figured I should mention that.
    Also, please change the font from Times New Roman to something better.

    Again, thanks for all the work you've done!
    ---
    Edit 2: Found another bug. The colors in the server log are not in the correct spot. For example, backups look like this:
    11/22/2011 1:03:08 PM [INFO] CONSOLE: Disabling level saving..
    11/22/2011 1:03:09 PM [INFO] CONSOLE: Enabling level saving..
    I'm assuming that [INFO] is supposed to be in green, and that the M should be black. There are other instances of this; I suggest that you look at your code for it.
    Also, the scroll bar for the server log does not function.
     
  25. Offline

    Kanshunin

    Well, thanks for the sugar and salt :)

    I will take a look when i have the time, maybe on staurday. Thanks again, for the detailed report, it really helps me improving this thing :) even if i hadnt time for this in a while.
     
  26. Offline

    minecraftYord

    Ok, before you read this: I havent read all comments here, so there might be duplicates. I just started using it: It's awesome, however, there are a couple of things id like to tell you:

    1) This needs REALLY much CPU... you really have to do something about that! And for some reason on my computer it always! takes around 50%
    2) The colors in chat are shifted one character to the left, so for example the last char of the time is green/blue/whatever
    3) It would be great if you could shorten the error messages, most people don't read it anyways and normally i know what it is...
    4) To make it look better: Is there a possibility to select the panels you need (for example I really dont need the plugins panel, but others might), if not, can you make it so that only the log panel refreshes that often? I mean the worlds and plugins dont really need to refresh every second... Maybe you could even add a refresh button...
    5) The names are shown twice, once as the display name and once as the name bukkit sends to the chat. Maybe you just remove the first one, then it's fine :)

    That's it so far, I hope you can do something about the ressources it needs ;-)

    PS.: I'm German, too :D There are many more Germans than you think!

    EDIT: Resizing of the panels would be nice, too, but not necessary
    EDIT2: Maybe it should just not check the events on the server as long as it is in tray if that's possible, I guess that would reduce CPU usage way more than everything else.
    Tell me if I'm wrong, I don't know much about the inside of programs ;-) (yet)
    However, I know that it's much work (I started with java recently) and I really appreciate what you're doing! Just: keep it up! It's awesome :)
     
  27. Offline

    aolko

    It cant access c:\Users\username\AppData\Local\Temp\plugin.yml which is not existing

    Code:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.UnauthorizedAccessException: Access to the path 'C:\Users\username\AppData\Local\Temp\plugin.yml' is denied.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode)
       at  .()
       at .(Object , EventArgs )
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.225 (RTMGDR.030319-2200)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    BukkitServerGUI
        Assembly Version: 1.1.4335.0
        Win32 Version: 1.1.4335.0
        CodeBase: file:///C:/Games/bukkit-serv/bsGUI/BukkitServerGUI_86.exe
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.225 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Xml
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.225 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    2tbycsk2
        Assembly Version: 1.1.4335.0
        Win32 Version: 4.0.30319.225 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    aoguv3hm
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.225 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    Accessibility
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.1 built by: RTMRel
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------
    System.Core
        Assembly Version: 4.0.0.0
        Win32 Version: 4.0.30319.225 built by: RTMGDR
        CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    ICSharpCode.SharpZipLib
        Assembly Version: 0.86.0.518
        Win32 Version: 0.86.0.518
        CodeBase: file:///C:/Games/bukkit-serv/bsGUI/ICSharpCode.SharpZipLib.DLL
    ----------------------------------------
    
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    
    For example:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    
     
  28. Offline

    Kanshunin

    @minecraftYord

    Well, thanks fpr the latest failure descriptions.

    -Currently im working on the scrollbar problem, that is very hard to get rid of, because the ms scrollbar sucks, as well as the scrollbar from the richtext control.

    -The color bug will be finally solved in the next version. I have tested several times and its fine by now i think.

    -I cant shorten the error messages, but im thinking about an option to surpress them by will.

    -The selection of the panels are a greeat idea, and i will stop the cpu usage of them if they arent be showed too (this includes the tray thing).

    -Im thinking about a customizable refresh time for the different plugin actions (worlds, users, plugins), and yes, i can add a refresh button too.

    -The name thingy that the names are shown twice are new, and should be filtered in the next version.

    -Resizing is quite time expensive :) free scalable forms are difficult to code :).

    Thanks for the sugar :) even a programmer needs that from time to time.


    @aolko

    Have you tried to start the application with admin rights?
    When did this error happen?
    Do you have a plugin folder in your minecraft server folder at all? does it hold some or at least one plugin?
    Does it hold other files that arent real plugins?
     
  29. Offline

    minecraftYord

    by shortening the error messages i mean what pail does (i think its the first line they show)
     
  30. Offline

    aolko

    yes
    every time i start a server
    ./bukkitdir/plugins yes
    No
     
Thread Status:
Not open for further replies.

Share This Page