• 1

    posted a message on Forge Server causes Forge Client to Crash

    update minefactory and try again. Minefactory is causing this crash

    Posted in: Java Edition Support
  • 1

    posted a message on Help me my minecraft keeps crashing on galacticraft planets

    yeah, you know the mod thats causing the issue (Galacticraft Planets). Make sure its up to date (I can't even find it on Curse or the forums...are you sure its an actual good mod thingy).


    I never used this mod, so I don't honestly know anything about it.

    Posted in: Java Edition Support
  • 1

    posted a message on Problems ingame

    The thing is, there really isn't anything to diagnose without actually being able to experience the problem. Typical diagnosis here deals with errors in logs, crash reports, etc. You're describing a problem without documentation because the game isn't seeing a problem or documenting it. Feel free to upload logs, but I doubt they'll show any kind of error. You are experiencing it so it exists, but unless I could actually recreate this issue exactly, I personally don't know what else anyone could glean unless they've had the specific error themselves. This was bumped daily for a week with no replies, which is why I'm not sure what anyone else could notice who hasn't already replied.



    You have to diagnose what is causing the issue. Since we don't have your hardware/software setup in front of us, you'll have to figure it out what hardware/software is causing it. Remove components one at a time (mods, Java versions, hardware, etc) until you find whats causing it, then replace that one thing. I don't mean to sound harsh, and please don't take it this way. I think this is just the reality of your situation as no one else has replied with anything that is helping.

    Posted in: Java Edition Support
  • 1

    posted a message on Server not synchronized with client (Singleplayer - Hermitpack)

    IC2 seems to be causing an error in that crash report. Have you tried updating the mod version? There's a newer 1.10.2 version out.


    When googling, it seems others found a similar issue and narrowed it to IC2. I didn't see many resolutions, but perhaps its fixed in the new version?


    It could also be Forge. Maybe update that if the updating IC2 doesn't fix it? 2185 seems to be a good build of 1.10.2

    Posted in: Java Edition Support
  • 1

    posted a message on help i don't know what is conflicting and causing me to crash.

    It says which mod it is in the error report. It also tells you exactly what went wrong.




    Since you posted here, OP, I assume you didn't catch what seems obvious to Metamorphic_Fish. This is the part of the report that tells you what happened:


    cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Invalid id 9629 - maximum id range exceeded.
    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239)
    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188)
    at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)
    at exnihilo.registries.OreRegistry.registerOreBlock(OreRegistry.java:41)
    at exnihilo.registries.OreRegistry.createOre(OreRegistry.java:164)
    at exnihilo.registries.OreRegistry.createOverworldOre(OreRegistry.java:83)
    at exnihilo.registries.OreRegistry.createOverworldOre(OreRegistry.java:73)
    at exnihilo.compatibility.OreList.registerOres(OreList.java:75)
    at exnihilo.ExNihilo.PostInitialize(ExNihilo.java:123)


    Here's the short interpretation of what is happening:

    So the top line shows that you exceeded the range allowed for "id"

    The next couple lines go on about registering a block correctly...so its probably a block id

    The 5th line onward mentions exnihilo, and that it can't create some kind of Ore from that mod.


    So, if we put that together, it shows that exnihilo isn't able to create a block within its mod because its trying to create the id for the block outside of the acceptable range.

    We can verify these are the erroring mods with this part:

    UCHIE exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
    UCHIE exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
    UCHIE excompressum{1.1.149} [Ex Compressum] (excompressum-mc1.7.10-1.1.149.jar)

    The "E" at the end of UCHIE means errored. The mods didn't load correctly.


    So to the next part: What to do about it.

    There is a hard limit of 4096 blocks allowed in Forge 1.7.10. That is usually more than enough...but you have 312 mods. I hate to tell you this, but you're going to have to remove some. Probably more than one....

    Posted in: Spam Archive
  • 1

    posted a message on minecraft crash at all versions and at both normal launcher and AZ launcher.

    yes. There are both logs and crash reports inside your game directory.

    Posted in: Java Edition Support
  • 1

    posted a message on Server not synchronized with client (Singleplayer - Hermitpack)

    Several questions about this incident to help me better understand what you're experiencing:


    1) You claimed in the section of report above you didn't change your gamemode. Have you ever changed your gamemode or "cheated" in items (Specifically an ungodly amount of Dark Steel balls?).


    2) What are you using to launch MC?


    3) Can you get me a Modlist?


    4) Do you have the actual "Crash Report"? There should be a folder in your game report that is for "Crash reports." If the game itself is crashing, they should generate there.


    5) Are you doing ANYTHING else on the PC while running Minecraft?


    6) This is just a "Single player" world hosted on your pc, correct?



    Thanks,

    Posted in: Java Edition Support
  • 1

    posted a message on Server not synchronized with client (Singleplayer - Hermitpack)

    can you pastebin the whole log? There might be interesting stuff before this.


    Your server is lagging, there's no question about that. The repeated "Can't Keep Up" messages are evident that SOMETHING is causing increasing lag.


    Also, did this create a crash report on the server?

    Posted in: Java Edition Support
  • 1

    posted a message on Game crashes when creating world

    have you tried it with forge 11.15.1.1722?


    You're on the latest build, but 1722 is recommended.

    Posted in: Java Edition Support
  • 1

    posted a message on moved to Modification Development

    This forum is generally about existing mods and support, not mod development. I don't know how many developers lurk here to answer your question.


    Pure speculation, but it seems you haven't tied correct textures to the blocks and entities being created/modified by your mod. Also, said files could be mis-located.


    Again, thats speculation but I'd find a development forum, as this support generally has these kinds of topics die.

    Posted in: Java Edition Support
  • To post a comment, please .