Jump to content

Trezela

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Trezela

  1. Nope didn't change anything like that, all i did was create the .bat file I mentioned and it went downhill from there.

    I just uninstalled minecraft and reinstalled it and did a fresh forge server/client and it's doing the same thing, insta crashing. 

     

    Crash report for the do-over

     

    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 12/6/18 9:37 PM
    Description: Exception in server tick loop

    java.lang.NullPointerException: Exception in server tick loop
        at bby.a(SourceFile:41)
        at bbu.a(SourceFile:95)
        at aze.b(SourceFile:437)
        at axw.a(SourceFile:803)
        at axw.a(SourceFile:791)
        at on.c(SourceFile:115)
        at net.minecraft.server.MinecraftServer.l(SourceFile:328)
        at net.minecraft.server.MinecraftServer.a(SourceFile:299)
        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.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_191, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 2747977480 bytes (2620 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
        JVM Flags: 2 total; -Xmx3G -Xms3G
        IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
        Profiler Position: N/A (disabled)
        Player Count: 0 / 20; []
        Is Modded: Unknown (can't tell)
        Type: Dedicated Server (map_server.txt)

  2. Okay so at first it worked perfectly - it loaded up all the  mods and etcetera without any issues. But it was lagging a lot so I googled how to allocate more ram to the game and came across the .bat file information. 

    So I made a .bat file which currently says

    "java -Xmx3G -Xms3G -jar minecraft_server.1.12.2.jar nogui
    pause"

    When i did Xmx1 and Xms3 it had an error so I did both @3. However once I ran the server on that it loaded up the world but didn't load in any of the mod components - I.E. not spawning mobs related to the mods and etc, but they still showed up in JEI as things that existed.

     

    So I closed it out and ran it on the default one again but the issue was the same lmao. So wondering what happened? It's not loading any of my map's entities after doing that .bat thing, even after I switched back to the regular .jar starting of the server.

     

    & Two tries after that it just crashes without starting up at all.

    Here's the crash report?

    P.S. This is my fris ttime doing any of this, I'm just trying to make my custom map on a server just so I can add some plugins that can't be used in solo player mode. I made/edited the map in single player mode up until this point.

     

    ---- Minecraft Crash Report ----
    // Uh... Did I do that?

    Time: 12/6/18 2:53 PM
    Description: Exception in server tick loop

    java.lang.NullPointerException: Exception in server tick loop
        at bby.a(SourceFile:41)
        at bbu.a(SourceFile:95)
        at aze.b(SourceFile:437)
        at axw.a(SourceFile:803)
        at axw.a(SourceFile:791)
        at on.b(SourceFile:86)
        at on.c(SourceFile:95)
        at net.minecraft.server.MinecraftServer.l(SourceFile:328)
        at net.minecraft.server.MinecraftServer.a(SourceFile:299)
        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.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_191, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 2772300848 bytes (2643 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
        JVM Flags: 2 total; -Xmx3G -Xms3G
        IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
        Profiler Position: N/A (disabled)
        Player Count: 0 / 20; []
        Is Modded: Unknown (can't tell)
        Type: Dedicated Server (map_server.txt)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.