• 0

    posted a message on Detailed dedicated server set up tutorial

    I had been working on the series for like 1.5 months.

    All the videos have closed captions and are recorded at 4K 60FPS.

    I hope lots of people get to watch it!

    Posted in: Tutorials
  • 0

    posted a message on Minecraft vanilla Java Edition server fails to open: UnsupportedOperationException
    Quote from Carbonawk»

    So you actually use "-Xms2G -Xms4G "


    use


    -Xms2G -Xmx4G instead


    Although I do recommend a batch file, just easier long-term tbh.



    Now I realized that the command in the main post is slightly incorrect - I do use the -Xms2G -Xmx4G
    BTW, I can even dedicate 10G for the server, but it's for testing purposes only so there's no real reason why to do so

    I don't need a batch file to run it because I'm not planning to constantly shut it down and let it up, as nobody is gonna join my server - it's just to make my MOTD generator work properly

    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft vanilla Java Edition server fails to open: UnsupportedOperationException
    Quote from Carbonawk»

    Can you show me the text in your batch file?


    I ran the command directly from PowerShell, and it's in the main post (first line).
    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft vanilla Java Edition server fails to open: UnsupportedOperationException
    Quote from Stxyzth»

    What does the .\crash-reports\crash-2017-11-08_23.05.35-server.txt file looks like? Have you tried running the version 1.12.1 and see if you get the same error?





    Interesting. Seems like the problem is indeed with the version.

    I'll update the main post with the info.

    Thanks!


    EDIT: Nevermind. The problem returned.


    The crash log:


    ---- Minecraft Crash Report ----
    // But it works on my machine.

    Time: 11/9/17 9:04 PM
    Description: Exception in server tick loop

    java.lang.UnsupportedOperationException
    at com.sun.nio.zipfs.ZipFileSystemProvider.ensureFile(ZipFileSystemProvider.java:96)
    at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:110)
    at java.nio.file.FileSystems.newFileSystem(Unknown Source)
    at java.nio.file.FileSystems.newFileSystem(Unknown Source)
    at ns.a(SourceFile:133)
    at ns.a(SourceFile:73)
    at ns.(SourceFile:66)
    at oo.b(SourceFile:163)
    at net.minecraft.server.MinecraftServer.a(SourceFile:281)
    at nz.j(SourceFile:233)
    at net.minecraft.server.MinecraftServer.run(SourceFile:434)
    at java.lang.Thread.run(Unknown Source)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.12.1
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_151, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1948338536 bytes (1858 MB) / 2058354688 bytes (1963 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 2 total; -Xms2G -Xmx4G
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Profiler Position: N/A (disabled)
    Player Count: 0 / 20; []
    Is Modded: Unknown (can't tell)
    Type: Dedicated Server (map_server.txt)

    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft vanilla Java Edition server fails to open: UnsupportedOperationException

    Interesting. Seems like the problem is indeed with the version.

    I'll update the main post with the info.

    Thanks!

    Posted in: Server Support and Administration
  • 0

    posted a message on Minecraft vanilla Java Edition server fails to open: UnsupportedOperationException

    Hello. Whenever I try to launch a Minecraft server (using PowerShell / Command Prompt with java -Xms2G -Xmx4G .\minecraft_server.1.12.2.jar nogui), either by double-clicking the JAR or by executing it via PowerShell / Command Prompt, I keep getting the same error:

    [23:05:34] [main/ERROR]: Errors with built-in recipes!
    [23:05:35] [Server thread/INFO]: Starting minecraft server version 1.12.2
    [23:05:35] [Server thread/INFO]: Loading properties
    [23:05:35] [Server thread/INFO]: Default game type: SURVIVAL
    [23:05:35] [Server thread/INFO]: Generating keypair
    [23:05:35] [Server thread/INFO]: Starting Minecraft server on *:25565
    [23:05:35] [Server thread/INFO]: Using default channel type
    [23:05:35] [Server thread/INFO]: Preparing level "world"
    [23:05:35] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.UnsupportedOperationException: null
            at com.sun.nio.zipfs.ZipFileSystemProvider.ensureFile(ZipFileSystemProvider.java:96) ~[zipfs.jar:1.8.0_151]
            at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:110) ~[zipfs.jar:1.8.0_151]
            at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_151]
            at java.nio.file.FileSystems.newFileSystem(Unknown Source) ~[?:1.8.0_151]
            at ns.a(SourceFile:133) ~[minecraft_server.1.12.2.jar:?]
            at ns.a(SourceFile:73) ~[minecraft_server.1.12.2.jar:?]
            at ns.<init>(SourceFile:66) ~[minecraft_server.1.12.2.jar:?]
            at oo.b(SourceFile:164) ~[minecraft_server.1.12.2.jar:?]
            at net.minecraft.server.MinecraftServer.a(SourceFile:281) ~[minecraft_server.1.12.2.jar:?]
            at nz.j(SourceFile:233) ~[minecraft_server.1.12.2.jar:?]
            at net.minecraft.server.MinecraftServer.run(SourceFile:434) [minecraft_server.1.12.2.jar:?]
            at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
    [23:05:35] [Server thread/ERROR]: This crash report has been saved to: C:\Users\avi12\OneDrive\Documents\WebStorm\Minecraft server.properties Generator\Minecraft server\.\crash-reports\crash-2017-11-08_23.05.35-server.txt
    [23:05:35] [Server thread/INFO]: Stopping server
    [23:05:35] [Server thread/INFO]: Saving players
    [23:05:35] [Server thread/INFO]: Saving worlds
    [23:05:35] [Server Shutdown Thread/INFO]: Stopping server
    [23:05:35] [Server Shutdown Thread/INFO]: Saving players


    In case it's necessary, here's my server folder:


    A few extra notes:

    • I'm running Windows 10 1709 build 16299.19
    • I always keep Java updated. Java 1.8.0_151 is installed on my computer.
    • I could previously open a server. I dunno why I cannot do it now.

    Thanks for helping!

    Posted in: Server Support and Administration
  • 0

    posted a message on Thaumcraft 6.1.BETA26 [no longer being developed]

    Hey. I've made a tutorial that guides how to install this mod:

    [youtube]JeZR6NrDePg[/youtube]

    Posted in: Minecraft Mods
  • 0

    posted a message on [1.7.10+] Advanced Capes mod

    Hey. I've made a tutorial that guides how to install this mod:

    [youtube]QytVfjDuzmo[/youtube]

    Posted in: Minecraft Mods
  • 0

    posted a message on VoxelMap [1.16.1 to 1.7.10] - a minimap and worldmap

    Hey. I've made a tutorial that guides how to install this mod:

    [youtube]JraIVGRz2W8[/youtube]

    Posted in: Minecraft Mods
  • 0

    posted a message on XRay Mod (1.6.4 - 1.11) ( Vanilla/Forge/LiteLoader )

    Hello. I tried to install this mod for Forge, but the installation has failed.

    No matter if I simply put the downloaded JAR file in "mods" folder, or if I used X-Ray's installer to extract the JAR file straight into the "mods" folder - Forge ModLoader didn't recognize the files, and loaded Minecraft as if they weren't there.

    I tried to install this mod (version 4.1.5) for Forge ModLoader 11.14.3.1502.

    Posted in: Minecraft Mods
  • 0

    posted a message on Mutant Creatures - Spider Pig, Spider Pig [v1.4.9]
    Hey. I've made a tutorial that guides how to install this mod:
    [youtube]qSkwmmx9lXU[/youtube]
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2
    Hey. I've made a tutorial for how to install this mod:
    [youtube]ix_hcMpNbfg[/youtube]
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.10.2/1.9.4] Blood Magic V2.1.0-65 - Updated Sept. 29
    I've made a video installation tutorial about this mod:
    [youtube]5XGEc1QGV18[/youtube]
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.5.2] Mob Amputation [v1] Blood and gibs! And an Easter Egg!
    I've made a video installation tutorial about this mod:
    [youtube][/youtube]

    Posted in: Minecraft Mods
  • 0

    posted a message on Halocraft v0.7.7 [ End-Of-Life? ]
    I've made a video installation tutorial about this mod:
    [youtube][/youtube]

    Posted in: Minecraft Mods
  • To post a comment, please .