Closed BlackestChaos96 closed 4 years ago
Hi,
sorry, but this doesn't look like it has to do with AppliedEnergistics. In fact, it looks like it isn't connected to any mod at all.
It seems, for some reason OpenGL (that thing, that sends instructions to your GPU, to make images appear on your screen) can't find its "context" for sending its instructions. Maybe your GraphicsDriver went haywire? Whoops the error popped open outside the RenderLoop, so obviously OpenGL doesn't know of the conext there.
Looks like a ChunkGenerator tried to create a MobSpawner for some Mob Type, that causes bugs in the randomization Process.
at net.minecraft.world.WorldEntitySpawner.func_77191_a(WorldEntitySpawner.java:266)
at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:466)
Or maybe one of the CoreMods might be at fault. Coremods can alter the vanilla Minecraft behaviour and sometime causes weird bugs, that don't seem to be related to any mod.
As we had another user having issues (not GPU related) with MalisisCore yesterday, which isn't resolved yet, it might be, that a recent update broke something. (#4200 remotely related?)
Maybe you can backup your world and try opening it with only forge and ae2 enabled?
Greetings
OK so I went into the customization menu when creating a new world and turned off the dungeons, temples, and mineshafts and it seems to be working so far
Every time I've tried to create a new world today, ae2 keeps causing the game to crash and it is the latest build. and I have the latest build of Minecraft forge
---- Minecraft Crash Report ----
WARNING: coremods are present: CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar) MekanismCoremod (Mekanism-1.12.2-9.8.0.381.jar) MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar) CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar) Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 11/15/19 4:34 PM Description: Exception in server tick loop
java.lang.IllegalArgumentException at net.minecraft.util.WeightedRandom.func_76273_a(SourceFile:18) at net.minecraft.util.WeightedRandom.func_76271_a(SourceFile:37) at net.minecraft.world.WorldEntitySpawner.func_77191_a(WorldEntitySpawner.java:266) at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:466) at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019) at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999) at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157) at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745)
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_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 961116464 bytes (916 MB) / 2013265920 bytes (1920 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.5.2847 50 mods loaded, 50 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar) team.chisel.ctm.client.asm.CTMTransformer MekanismCoremod (Mekanism-1.12.2-9.8.0.381.jar) mekanism.coremod.KeybindingMigrationHelper MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformer CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)