• 0

    posted a message on Crash being caused by unknown pobloem

    It gets to [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, micdoodlecore, obfuscate, abyssalcraft, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, ohthebiomesyoullgo, cavern, cfm, codechickenlib, umm3185118519, galacticraftcore, ichunutil, improvedbackpacks, ic2, jei, mantle, mcjtylib_ng, roguelike, twilightforest] at SERVER and then crashes. What could cause this.

    Posted in: Java Edition Support
  • 0

    posted a message on I gave my server 2GB to use but it says 300mb is 100% data usage.

    I have continued to search, and yet there is no _JAVA_OPTIONS variable in my environment settings. What should I do?

    Quote from webrosc»

    You have -Xmx256M in the _JAVA_OPTIONS variable in your environment settings, To remedy this,


    1. Uninstall Razer Synapse / Cortex if you have it
    2. Press the Windows key and the Pause/Break key simultaneously
    3. A window should popup, click on "Advanced system settings"
    4. Click on "Environment Variables"
    5. Delete the _JAVA_OPTIONS entry
    6. Restart the computer.
    Posted in: Server Support and Administration
  • 0

    posted a message on I gave my server 2GB to use but it says 300mb is 100% data usage.
    Quote from webrosc»

    You have -Xmx256M in the _JAVA_OPTIONS variable in your environment settings, To remedy this,


    1. Uninstall Razer Synapse / Cortex if you have it
    2. Press the Windows key and the Pause/Break key simultaneously
    3. A window should popup, click on "Advanced system settings"
    4. Click on "Environment Variables"
    5. Delete the _JAVA_OPTIONS entry
    6. Restart the computer.

    There is no java options entry.

    Posted in: Server Support and Administration
  • 0

    posted a message on I gave my server 2GB to use but it says 300mb is 100% data usage.
    Quote from webrosc»

    startup script you use to run the server?


    java -server -Xmx2G -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -jar minecraft_server.jar nogui

    Posted in: Server Support and Administration
  • 0

    posted a message on I gave my server 2GB to use but it says 300mb is 100% data usage.

    I got the error java.lang.OutOfMemoryError: Java heap space

    here is the crash log


    ---- Minecraft Crash Report -------- Minecraft Crash Report ----
    WARNING: coremods are present: MicdoodlePlugin (MicdoodleCore-1.12.2.jar) ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)Contact their authors BEFORE contacting forge
    // Surprise! Haha. Well, this is awkward.
    Time: 8/3/19 9:00 PMDescription: Exception in server tick loop
    net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2)Caused by: java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.resize(Unknown Source) at java.util.HashMap.putVal(Unknown Source) at java.util.HashMap.put(Unknown Source) at com.google.common.collect.SparseImmutableTable.<init>(SparseImmutableTable.java:76) at com.google.common.collect.RegularImmutableTable.forOrderedComponents(RegularImmutableTable.java:169) at com.google.common.collect.RegularImmutableTable.forCellsInternal(RegularImmutableTable.java:159) at com.google.common.collect.RegularImmutableTable.forCells(RegularImmutableTable.java:131) at com.google.common.collect.ImmutableTable$Builder.build(ImmutableTable.java:359) at com.google.common.collect.ImmutableTable.copyOf(ImmutableTable.java:221) at com.google.common.collect.ImmutableTable.copyOf(ImmutableTable.java:211) at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177235_a(BlockStateContainer.java:281) at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:95) at net.minecraft.block.state.BlockStateContainer.<init>(BlockStateContainer.java:62) at ic2.core.block.state.Ic2BlockState.<init>(Ic2BlockState.java:24) at ic2.core.block.BlockTileEntity.func_180661_e(BlockTileEntity.java:254) at net.minecraft.block.Block.<init>(Block.java:234) at net.minecraft.block.Block.<init>(Block.java:243) at ic2.core.block.BlockBase.<init>(BlockBase.java:45) at ic2.core.block.BlockBase.<init>(BlockBase.java:37) at ic2.core.block.BlockTileEntity.<init>(BlockTileEntity.java:110) at ic2.core.block.BlockTileEntity.create(BlockTileEntity.java:102) at ic2.core.block.BlockTileEntity.create(BlockTileEntity.java:92) at ic2.core.block.TeBlockRegistry.buildBlocks(TeBlockRegistry.java:244) at ic2.core.init.BlocksItems.initBlocks(BlocksItems.java:167) at ic2.core.init.BlocksItems.init(BlocksItems.java:153) at ic2.core.IC2.load(IC2.java:202) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor10.invoke(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 (x86) version 10.0 Java Version: 1.8.0_201, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation Memory: 97373536 bytes (92 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2768 24 mods loaded, 24 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    | State | ID | Version | Source | Signature | |:----- |:------------------- |:----------------- |:------------------------------------ |:---------------------------------------- | | UCH | minecraft | 1.12.2 | minecraft.jar | None | | UCH | mcp | 9.42 | minecraft.jar | None | | UCH | FML | 8.0.99.99 | minecraft server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | forge | 14.23.5.2768 | minecraft server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCH | micdoodlecore | | minecraft.jar | None | | UCH | obfuscate | 0.2.6 | minecraft.jar | None | | UCH | cavern | 2.1.8 | Cavern_1.12.2-v2.1.8.jar | None | | UCH | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None | | UCH | cfm | 6.3.0 | cfm-6.3.0-mc1.12.2.jar | None | | UCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCH | dimdoors | 3.0.9+287 | Dimensional-Doors-Mod-1.12.2.jar | None | | UCEE | ic2 | 2.8.107-ex112 | Industrialcraft-1.12.2.jar | de041f9f6187debbc77034a344134053277aa3b0 | | UC | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None | | UC | jei | 4.12.0.216 | jei_1.12.2-4.12.0.216.jar | None | | UC | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2.jar | None | | UC | galacticraftcore | 4.0.1.181 | Galacticraft-Mod-1.12.2.jar | None | | UC | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-Mod-1.12.2.jar | None | | UC | ichunutil | 7.1.4 | iChun-Util-Mod-1.12.2.jar | None | | UC | improvedbackpacks | 1.12.2-1.3.0.0 | ImprovedBackpacks-1.12.2-1.3.0.0.jar | None | | UC | mcjtylib_ng | 3.1.0 | mcjtylib-1.12-3.1.0.jar | None | | UC | reforged | 0.7.5 | Reforged-Mod-1.12.jar | None | | UC | rftools | 7.58 | rftools-1.12-7.58.jar | None | | UC | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None | | UC | uncraftingtable | 1.8-beta6 | Uncrafting-Table-Mod-1.12.1.jar | None |
    Loaded coremods (and transformers): MicdoodlePlugin (MicdoodleCore-1.12.2.jar) micdoodle8.mods.miccore.MicdoodleTransformerObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar) com.mrcrayfish.obfuscate.asm.ObfuscateTransformer Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced)
    Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated S

    Quote from webrosc»

    logs? screenshot of the server window? startup script? anything more that the extremely basic info you have given?

    Posted in: Server Support and Administration
  • 0

    posted a message on Is there any mods that bring 1.14 villages to 1.12.2?

    I absolutely love the new villages, but there are almost no mods for 1.14.4. Is there a mod that brings the updated villages to 1.12.2?

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