Code Monkey home page Code Monkey logo

Comments (4)

Exaxxion avatar Exaxxion commented on August 31, 2024

Are you able to reproduce this issue without Optifine?

from gregtech.

yuhaome avatar yuhaome commented on August 31, 2024

I just tested deleting optifine and it still crashed,I am now in the Nether dimension.So when entering the archive, it will crash directly.

from gregtech.

warjort avatar warjort commented on August 31, 2024

The actual error is this:

java.lang.NullPointerException: Exception in server tick loop
	at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:542)
	at net.minecraft.world.World.func_180501_a(World.java:343)
	at gregtech.api.worldgen.generator.CachedGridEntry$ChunkDataEntry.populateChunk(CachedGridEntry.java:359)
	at gregtech.api.worldgen.generator.CachedGridEntry.populateChunk(CachedGridEntry.java:174)
	at gregtech.api.worldgen.generator.WorldGeneratorImpl.generateInternal(WorldGeneratorImpl.java:49)
	at gregtech.api.worldgen.generator.WorldGeneratorImpl.generate(WorldGeneratorImpl.java:40)
	at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)

This appears to be some problem with GTCE trying to set a block in a chunk.
World.func_180501_a
is World.setBlockState()

This is the ore generation, so it might be a problem with any custom (ore) configuration you have for the nether.
NOTE: Gregicality modifies the ore generation.

Otherwise:

Just before this error there are these messages:

07:37:24] [Server thread/WARN] [FML]: LightArea loaded a new chunk [11, -10] in dimension -1 (the_nether) while populating chunk [11, -9], causing cascading worldgen lag.
[07:37:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[07:37:24] [Server thread/WARN] [FML]: LightArea loaded a new chunk [8, -13] in dimension -1 (the_nether) while populating chunk [11, -10], causing cascading worldgen lag.
[07:37:24] [Server thread/WARN] [FML]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.

and just before that

[07:37:22] [Client thread/WARN] [Config]: [OptiFine] java.lang.NullPointerException null
[07:37:22] [Client thread/WARN] [Config]: [OptiFine] Error finding Chunk.hasEntities
[07:37:22] [Client thread/INFO] [net.optifine.Log]: [OptiFine] (Reflector) Field not present: net.minecraft.world.chunk.Chunk.hasEntities

I would guess there is some kind of mod incompability between GTCE, LightArea or OptiFine
But it might be a different mod (not mentioned in the log) triggering a problem in these mods.

The only thing I can suggest is making a copy of your world and then try removing mod(s) until you find the problem mod(s).

The likely candidates are these core mods since these can change the core minecraft code:

WARNING: coremods are present:
  CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar)
  GTCELoadingPlugin (gregtech-1.12.2-1.17.1.770.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  MekanismCoremod (Mekanism通用机械.jar)
  JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-33.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
  GACoreMod (Gregicality-1.12.2-0.23.3.jar)
  JechCore (JustEnoughCharacters-1.12.0-3.5.1.jar)
  HCASM (HammerLib-1.12.2-2.0.6.31.jar)
Contact their authors BEFORE contacting forge

from gregtech.

yuhaome avatar yuhaome commented on August 31, 2024

Thank you. I finally know what the problem is,The reason is that I changed the mineral generation Settings for GTCE,Now I've created an archive copy,And delete the previous configuration file,Sorry for the inconvenience。

from gregtech.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.