Problem/Bug Server starts and closes.

Discussion in 'Bukkit Help' started by JustRamonNL, Apr 22, 2018.

Thread Status:
Not open for further replies.
  1. Dear Bukkit

    I have a problem with my server do you guys now how i could solve this?


    C:\Users\Ramon\OneDrive\Bureaublad\Server New>java -Xms512M -Xmx1G -jar spigot.jar
    Loading libraries, please wait...
    Errors with built-in recipes!
    [17:51:13 ERROR]: Errors with built-in recipes!
    [17:51:13 INFO]: Starting minecraft server version 1.12.2
    [17:51:13 INFO]: Loading properties
    [17:51:13 INFO]: Default game type: SURVIVAL
    [17:51:13 INFO]: This server is running CraftBukkit version git-Spigot-a630691-bea5a84 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
    [17:51:13 INFO]: Debug logging is disabled
    [17:51:13 INFO]: Server Ping Player Sample Count: 12
    [17:51:13 INFO]: Using 4 threads for Netty based IO
    [17:51:13 INFO]: Generating keypair
    [17:51:13 INFO]: Starting Minecraft server on *:25565
    [17:51:13 INFO]: Using default channel type
    [17:51:13 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [17:51:13 INFO]: Preparing level "world"
    [17:51:13 INFO]: -------- World Settings For [world] --------
    [17:51:13 INFO]: Item Despawn Rate: 6000
    [17:51:13 INFO]: Item Merge Radius: 2.5
    [17:51:13 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [17:51:13 INFO]: Arrow Despawn Rate: 1200
    [17:51:13 INFO]: View Distance: 10
    [17:51:13 INFO]: Experience Merge Radius: 3.0
    [17:51:13 INFO]: Nerfing mobs spawned from spawners: false
    [17:51:13 INFO]: Zombie Aggressive Towards Villager: true
    [17:51:13 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
    [17:51:13 INFO]: Mob Spawn Range: 4
    [17:51:13 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
    [17:51:13 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
    [17:51:13 INFO]: Max TNT Explosions: 100
    [17:51:13 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [17:51:13 INFO]: Random Lighting Updates: false
    [17:51:13 INFO]: Cactus Growth Modifier: 100%
    [17:51:13 INFO]: Cane Growth Modifier: 100%
    [17:51:13 INFO]: Melon Growth Modifier: 100%
    [17:51:13 INFO]: Mushroom Growth Modifier: 100%
    [17:51:13 INFO]: Pumpkin Growth Modifier: 100%
    [17:51:13 INFO]: Sapling Growth Modifier: 100%
    [17:51:13 INFO]: Wheat Growth Modifier: 100%
    [17:51:13 INFO]: NetherWart Growth Modifier: 100%
    [17:51:13 INFO]: Vine Growth Modifier: 100%
    [17:51:13 INFO]: Cocoa Growth Modifier: 100%
    [17:51:13 INFO]: Structure Info Saving: true
    [17:51:13 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [17:51:14 ERROR]: Encountered an unexpected exception
    java.lang.UnsupportedOperationException: null
    at com.sun.nio.zipfs.ZipFileSystemProvider.ensureFile(ZipFileSystemProvider.java:96) ~[zipfs.jar:1.8.0_171]
    at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:110) ~[zipfs.jar:1.8.0_171]
    at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_171]
    at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_171]
    at net.minecraft.server.v1_12_R1.AdvancementDataWorld.a(AdvancementDataWorld.java:143) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.AdvancementDataWorld.reload(AdvancementDataWorld.java:64) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.AdvancementDataWorld.<init>(AdvancementDataWorld.java:56) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.WorldServer.b(WorldServer.java:111) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:274) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) ~[spigot.jar:git-Spigot-a630691-bea5a84]
    at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot.jar:git-Spigot-a630691-bea5a84]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
    [17:51:14 ERROR]: This crash report has been saved to: C:\Users\Ramon\OneDrive\Bureaublad\Server New\.\crash-reports\crash-2018-04-22_17.51.14-server.txt
    [17:51:14 INFO]: Stopping server
    [17:51:14 INFO]: Saving players
    [17:51:14 INFO]: Saving worlds
    >
    C:\Users\Ramon\OneDrive\Bureaublad\Server New>pause
    Press any key to continue . . .
     
  2. Online

    timtower Administrator Administrator Moderator

    @JustRamonNL Try to run it in a normal folder, not in OneDrive.
     
  3. How do i do that?

    This is my .exe

    java -Xms512M -Xmx1G -jar spigot.jar
    pause

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Apr 22, 2018
  4. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page