Игра на телефоне вылетает после полета на Луну. Думаю, стоит поменять версию Galacticraft в сборке.
Лог:
java.lang.NullPointerException
at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0-internal]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.testContactWithBreathableAir(OxygenUtil.java:211) ~[OxygenUtil.class:?]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isInOxygenBlock(OxygenUtil.java:135) ~[OxygenUtil.class:?]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isAABBInBreathableAirBlock(OxygenUtil.java:113) ~[OxygenUtil.class:?]
at galaxyspace.core.events.GSEventHandler.onSetBlock(GSEventHandler.java:276) ~[GSEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_251_GSEventHandler_onSetBlock_SetBlockEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at galaxyspace.core.hooks.GSHooksManager.setBlock(GSHooksManager.java:25) ~[GSHooksManager.class:?]
at net.minecraft.world.World.func_147465_d(World.java) ~[ahb.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.WorldGenMinableMeta.func_76484_a(WorldGenMinableMeta.java:89) ~[WorldGenMinableMeta.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.genStandardOre1(BiomeDecoratorMoon.java:59) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.generateMoon(BiomeDecoratorMoon.java:66) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.decorate(BiomeDecoratorMoon.java:46) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.decoratePlanet(ChunkProviderMoon.java:324) ~[ChunkProviderMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.func_73153_a(ChunkProviderMoon.java:346) ~[ChunkProviderMoon.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279) ~[ms.class:?]
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055) ~[apx.class:?]
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) ~[ms.class:?]
at net.minecraft.world.World.func_72964_e(World.java:419) ~[ahb.class:?]
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:144) ~[aho.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
[19:27:28] [Server thread/ERROR]: Index: 1 Listeners:
[19:27:28] [Server thread/ERROR]: 0: NORMAL
[19:27:28] [Server thread/ERROR]: 1: ASM: [email protected] onSetBlock(Lgalaxyspace/core/events/SetBlockEvent;)V
[19:27:29] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:631) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186) ~[bsx.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [?:?]
Caused by: java.lang.NullPointerException
at java.util.HashSet.add(HashSet.java:220) ~[?:1.8.0-internal]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.testContactWithBreathableAir(OxygenUtil.java:211) ~[OxygenUtil.class:?]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isInOxygenBlock(OxygenUtil.java:135) ~[OxygenUtil.class:?]
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isAABBInBreathableAirBlock(OxygenUtil.java:113) ~[OxygenUtil.class:?]
at galaxyspace.core.events.GSEventHandler.onSetBlock(GSEventHandler.java:276) ~[GSEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_251_GSEventHandler_onSetBlock_SetBlockEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at galaxyspace.core.hooks.GSHooksManager.setBlock(GSHooksManager.java:25) ~[GSHooksManager.class:?]
at net.minecraft.world.World.func_147465_d(World.java) ~[ahb.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.WorldGenMinableMeta.func_76484_a(WorldGenMinableMeta.java:89) ~[WorldGenMinableMeta.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.genStandardOre1(BiomeDecoratorMoon.java:59) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.generateMoon(BiomeDecoratorMoon.java:66) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.decorate(BiomeDecoratorMoon.java:46) ~[BiomeDecoratorMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.decoratePlanet(ChunkProviderMoon.java:324) ~[ChunkProviderMoon.class:?]
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.func_73153_a(ChunkProviderMoon.java:346) ~[ChunkProviderMoon.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279) ~[ms.class:?]
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055) ~[apx.class:?]
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) ~[ms.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) ~[ms.class:?]
at net.minecraft.world.World.func_72964_e(World.java:419) ~[ahb.class:?]
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:144) ~[aho.class:?]
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161) ~[mt.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625) ~[MinecraftServer.class:?]
... 4 more
[19:27:29] [Server thread/ERROR]: This crash report has been saved to: /storage/emulated/0/games/cubixworld/Galaxy/crash-reports/crash-2023-02-24_19.27.29-server.txt
[19:27:29] [Server thread/INFO]: Stopping server
[19:27:29] [Server thread/INFO]: Saving players
[19:27:29] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 24.02.23 19:27
Description: Exception ticking world
java.lang.NullPointerException: Exception ticking world
at java.util.HashSet.add(HashSet.java:220)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.testContactWithBreathableAir(OxygenUtil.java:211)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isInOxygenBlock(OxygenUtil.java:135)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isAABBInBreathableAirBlock(OxygenUtil.java:113)
at galaxyspace.core.events.GSEventHandler.onSetBlock(GSEventHandler.java:276)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_251_GSEventHandler_onSetBlock_SetBlockEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at galaxyspace.core.hooks.GSHooksManager.setBlock(GSHooksManager.java:25)
at net.minecraft.world.World.func_147465_d(World.java)
at micdoodle8.mods.galacticraft.core.world.gen.WorldGenMinableMeta.func_76484_a(WorldGenMinableMeta.java:89)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.genStandardOre1(BiomeDecoratorMoon.java:59)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.generateMoon(BiomeDecoratorMoon.java:66)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.decorate(BiomeDecoratorMoon.java:46)
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.decoratePlanet(ChunkProviderMoon.java:324)
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.func_73153_a(ChunkProviderMoon.java:346)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:144)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.HashSet.add(HashSet.java:220)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.testContactWithBreathableAir(OxygenUtil.java:211)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isInOxygenBlock(OxygenUtil.java:135)
at micdoodle8.mods.galacticraft.core.util.OxygenUtil.isAABBInBreathableAirBlock(OxygenUtil.java:113)
at galaxyspace.core.events.GSEventHandler.onSetBlock(GSEventHandler.java:276)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_251_GSEventHandler_onSetBlock_SetBlockEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at galaxyspace.core.hooks.GSHooksManager.setBlock(GSHooksManager.java:25)
at net.minecraft.world.World.func_147465_d(World.java)
at micdoodle8.mods.galacticraft.core.world.gen.WorldGenMinableMeta.func_76484_a(WorldGenMinableMeta.java:89)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.genStandardOre1(BiomeDecoratorMoon.java:59)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.generateMoon(BiomeDecoratorMoon.java:66)
at micdoodle8.mods.galacticraft.core.world.gen.BiomeDecoratorMoon.decorate(BiomeDecoratorMoon.java:46)
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.decoratePlanet(ChunkProviderMoon.java:324)
at micdoodle8.mods.galacticraft.core.world.gen.ChunkProviderMoon.func_73153_a(ChunkProviderMoon.java:346)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
at net.minecraft.world.World.func_72964_e(World.java:419)
at net.minecraft.world.SpawnerAnimals.func_77192_a(SpawnerAnimals.java:144)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:161)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
-- Affected level --
Details:
Level name: World 1
All players: 1 total; [GCEntityPlayerMP['TheCreator'/336, l='World 1', x=1546,46, y=64,00, z=-159,58]]
Chunk stats: ServerChunkCache: 369 Drop: 0
Level seed: -2807287526947589314
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (aarch64) version Android-7.0
Java Version: 1.8.0-internal, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 56429544 bytes (53 MB) / 659030016 bytes (628 MB) up to 659030016 bytes (628 MB)
JVM Flags: 3 total; -Xms684M -Xmx684M -Xbootclasspath/p:/storage/emulated/0/games/cubixworld/caciocavallo/ResConfHack.jar:/storage/emulated/0/games/cubixworld/caciocavallo/cacio-androidnw-1.10-SNAPSHOT.jar:/storage/emulated/0/games/cubixworld/caciocavallo/cacio-shared-1.10-SNAPSHOT.jar
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 126 mods loaded, 126 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJAAAA appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{2.1.12-GTNH} [Not Enough Items] (NotEnoughItems-1.7.10-2.1.12-universal.jar)
UCHIJAAAA ClientFixer{1.0} [ClientFixer] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA FoamFixCore{1.0.0-beta2} [FoamFixCore] (minecraft.jar)
UCHIJAAAA PacketUnlimiter{1.1} [PacketUnlimiter] (minecraft.jar)
UCHIJAAAA FastCraft{1.25} [FastCraft] (fastcraft-1.25.jar)
UCHIJAAAA IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanelsClient.jar)
UCHIJAAAA ae2stuff{0.0.1} [AE2 Stuff Java Edition] (AE2_Stuff-client.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.504.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.504.jar)
UCHIJAAAA GalacticraftAmunRa{0.4.8} [Pra's Galacticraft Mod] (AmunRa-GC-0.4.8.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI.jar)
UCHIJAAAA appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6-client.jar)
UCHIJAAAA Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCHIJAAAA autojump{1.0.0} [AutoJump] (AutoJump.jar)
UCHIJAAAA Avaritia{1.13} [Avaritia] (Avaritia-1.13.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCHIJAAAA Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCHIJAAAA beebetteratbees{0.2} [BeeBetterAtBees] (BeeBetterAtBees-0.3.jar)
UCHIJAAAA BetterSigns{1.6.4.B ported} [BetterSigns] (better_signs.jar)
UCHIJAAAA betterquesting{3.0.328} [Better Questing] (BetterQuesting-3.0.328.jar)
UCHIJAAAA bfcore{5.0} [BFCore lib] (BFCore-1.7.10-5.0-client.jar)
UCHIJAAAA bgm{1.0.0} [BGM] (BGM-client.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA BinnieCore{2.0.22.7} [Binnie Core] (binnie_mods_1.7.10_2.0.22.7.jar)
UCHIJAAAA Botany{2.0.22.7} [Botany] (binnie_mods_1.7.10_2.0.22.7.jar)
UCHIJAAAA ExtraTrees{2.0.22.7} [Extra Trees] (binnie_mods_1.7.10_2.0.22.7.jar)
UCHIJAAAA Genetics{2.0.22.7} [Genetics] (binnie_mods_1.7.10_2.0.22.7.jar)
UCHIJAAAA ExtraBees{2.0.22.7} [Extra Bees] (binnie_mods_1.7.10_2.0.22.7.jar)
UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAA cbx_scrs{1.0.0} [cbx_scrs] (CBXSCRS.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA fluxedcore{1.0.9} [Fluxed-Core] (Fluxed-Core-MC1710-1.0.9.jar)
UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAA contenttweaker{1.0.5} [ContentTweaker] (ContentTweaker-1.0.5.jar)
UCHIJAAAA creativecore{1.3.14} [CreativeCore] (CreativeCore_v1.3.24_mc1.7.10.jar)
UCHIJAAAA cubix_ae{0.0.1} [Cubix AE] (CubixAE-client.jar)
UCHIJAAAA ae2_ext{1.0.0} [AE2 Extensions] (CubixAE2_Extensions.jar)
UCHIJAAAA cubixavaritia{1.0.0} [?bCubix Avaritia] (CubixAvaritia.jar)
UCHIJAAAA zcubixlib{1.0} [zcubixlib] (ZCubixLib.jar)
UCHIJAAAA cubixchat{0.0.1} [cubixchat] (CubixChat.jar)
UCHIJAAAA cubixcl{1.0.0} [CubixChunkLoader] (CubixChunkLoader.jar)
UCHIJAAAA cubixcore{1.1} [CubixCore] (CubixCore.jar)
UCHIJAAAA cubixcrypt{1.0} [cubixcrypt] (CubixCrypt-1.7.10.jar)
UCHIJAAAA cubixdeco{1.0} [CubixDeco] (CubixDeco-client.jar)
UCHIJAAAA energyadditions{1.3.3} [?bCubix Energy Additions] (CubixEnergyAdditions.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA cubix_etxra_utilities{@VERSION} [Cubix Extra Utilities] (CubixEtxraUtilities-client.jar)
UCHIJAAAA cubixforestryadditions{1.0.0} [CubixForestryAdditions] (CubixForestryAdditions-client.jar)
UCHIJAAAA GalaxySpace{1.2.15 Pre-Final} [GalaxySpace] (GalaxySpace-1.7.10-1.2.15.jar)
UCHIJAAAA cubixgalaxy{1.0.0} [?cCubix Galaxy] (CubixGalaxy[1.7.10][All]-1.0-client.jar)
UCHIJAAAA cubiximg{0.1} [CubixImg] (CubixImg.jar)
UCHIJAAAA deathclearlag{1.1} [DeathCry's ClearLag] (CubixItemClear.jar)
UCHIJAAAA cubixjobs{1.0} [cubixjobs] (CubixJobs.jar)
UCHIJAAAA cubixmainmenu{1.0} [CubixMainMenu] (CubixMainMenu-1.0-client.jar)
UCHIJAAAA playerdef{1.0} [playerdef] (CubixPlayerD.jar)
UCHIJAAAA cubixquiz{1.0.0} [cubixquiz] (CubixQuiz[1.7.10][Client].jar)
UCHIJAAAA cubixradio{1.0.0} [CubixRadio] (CubixRadio.jar)
UCHIJAAAA cubixsettools{1.0} [CubixSetTools] (CubixSetTools.jar)
UCHIJAAAA cubixtops{1.0.0} [Cubix Tops] (CubixTops[Client][1.0.0][All].jar)
UCHIJAAAA cubixtrade{1.0} [CubixTrade] (CubixTrade.jar)
UCHIJAAAA xvending{0.1} [VendingMod] (CubixVendingClient.jar)
UCHIJAAAA cubixnpcdropper{1.0.0} [cubixnpcdropper] (CustomNPCDropper[1.0.0][Client][All].jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d-client (2).jar)
UCHIJAAAA DamageIndicatorsMod{3.2.3} [Damage Indicators] (DamageIndicatorsMod.jar)
UCHIJAAAA denseneutroncollectors{1.0} [Dense Neutron Collectors] (DenseNeutronCollectors_1.7.10_1.0R.jar)
UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAA draconicevolution_expansion{0.9.2-release} [DraconicEvolution: Expansion] (DraconicEvolution_Expansion-client.jar)
UCHIJAAAA emg{3.0.0} [Event Manager] (EMG3[1.7.10][All].jar)
UCHIJAAAA endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b200.jar)
UCHIJAAAA foamfix{@[email protected]} [FoamFix] (FoamFix-1.7.10-universal-1.0.0-beta2.jar)
UCHIJAAAA ForgeMicroblockTab{1.0} [ForgeMicroblock Tab] (ForgeMicroblocksTab.jar)
UCHIJAAAA FpsReducer{mc1.7.10-1.10.3} [FPS Reducer] (FpsReducer-mc1.7.10-1.10.3.jar)
UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3-client.jar)
UCHIJAAAA IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar)
UCHIJAAAA inventorytweaks{1.59-SI-release-0421137-dirty} [Inventory Tweaks] (InventoryTweaks-1.59.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (IronChest.jar)
UCHIJAAAA mac{1.3} [Modern AntiCheat] (jbs-lib.jar)
UCHIJAAAA minetuner{1.7.10-1.2} [MineTuner] (MineTuner-1.7.10-1.2.jar)
UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (miningworld.jar)
UCHIJAAAA modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
UCHIJAAAA MorePlanet{1.4.4} [More Planets] (More-Planets-1.7.10-1.4.4-GC502.jar)
UCHIJAAAA MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA opframe{0.1} [OnlinePictureFrame] (OPFrame.jar)
UCHIJAAAA pvpinfomod{1.0.0} [PvP Info Mod] (PvPInfoMod[1.0.1][All].jar)
UCHIJAAAA Quiet Bosses{1.7.10} [Quiet Bosses] (Quiet+BossesV1.2.jar)
UCHIJAAAA rgw{1.0.0} [Region Watcher] (RgWatcher[1.7.10][All].jar)
UCHIJAAAA Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCHIJAAAA spongemixins{1.2.0} [SpongeMixins Loader] (SpongeMixins-1.2.0.jar)
UCHIJAAAA bq_standard{3.0.181} [Standard Expansion] (StandardExpansion-3.0.181.jar)
UCHIJAAAA cubixban{1.0.0} [CubixBan] (TauntLibrary.jar)
UCHIJAAAA thermal_additions{0.0.1} [Thermal Additions] (Thermal-Additions-client.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCHIJAAAA miningtoolmod{1.0.0} [MiningToolMod] (ToolPartLib.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] (Treecapitator.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA WorldEditCuiFe{1.0.7} [WorldEdit CUI Forge Edition] (xModWeCUI.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA MrTJPCoreMod{1.0.8.16} [MrTJPCore] (MrTJPCore-1.0.8.16-universal.jar)
UCHIJAAAA UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.4-329
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
ThermalDynamics: -[1.7.10]1.2.1-172
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6-client.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client:
Optifine
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:OFF, BuildCraftTransport:OFF, BuildCraftBuilder:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [GCEntityPlayerMP['TheCreator'/336, l='World 1', x=1546,46, y=64,00, z=-159,58]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
[19:27:29] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:354]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# /storage/emulated/0/games/cubixworld/Galaxy/crash-reports/crash-2023-02-24_19.27.29-server.txt
[19:27:29] [Client thread/INFO]: Waiting for the server to terminate/save.
[19:27:29] [Server thread/INFO]: Saving worlds
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/Overworld
[19:27:29] [Netty Client IO #0/INFO]: Reset configs to client values for com.enderio.core.common.config.ConfigHandler
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/Nether
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/The End
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????? C
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/Underdark
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????? ?
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/The Last Millenium
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/????????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???? ???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/????????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???? ?????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???????? ?
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????? B
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/??????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????? B
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/? ???? F
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/???? B
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/?????? ?????????
[19:27:29] [Server thread/INFO]: Saving chunks for level 'World 1'/Mining World
[19:27:30] [Server thread/INFO]: Unloading dimension 0
[19:27:30] [Server thread/INFO]: Unloading dimension -1
[19:27:30] [Server thread/INFO]: Unloading dimension 1
[19:27:30] [Server thread/INFO]: Unloading dimension -1050
[19:27:30] [Server thread/INFO]: Unloading dimension -100
[19:27:30] [Server thread/INFO]: Unloading dimension -1051
[19:27:30] [Server thread/INFO]: Unloading dimension -112
[19:27:30] [Server thread/INFO]: Unloading dimension -28
[19:27:30] [Server thread/INFO]: Unloading dimension -29
[19:27:30] [Server thread/INFO]: Unloading dimension -30
[19:27:30] [Server thread/INFO]: Unloading dimension -1005
[19:27:30] [Server thread/INFO]: Unloading dimension -1006
[19:27:30] [Server thread/INFO]: Unloading dimension -1007
[19:27:30] [Server thread/INFO]: Unloading dimension -1008
[19:27:30] [Server thread/INFO]: Unloading dimension -1009
[19:27:30] [Server thread/INFO]: Unloading dimension -1014
[19:27:30] [Server thread/INFO]: Unloading dimension -1015
[19:27:30] [Server thread/INFO]: Unloading dimension -1016
[19:27:30] [Server thread/INFO]: Unloading dimension -1017
[19:27:30] [Server thread/INFO]: Unloading dimension -1018
[19:27:30] [Server thread/INFO]: Unloading dimension -1021
[19:27:30] [Server thread/INFO]: Unloading dimension -2542
[19:27:30] [Server thread/INFO]: Unloading dimension -1022
[19:27:30] [Server thread/INFO]: Unloading dimension -2543
[19:27:30] [Server thread/INFO]: Unloading dimension 25
[19:27:30] [Server thread/INFO]: Unloading dimension 24
[19:27:30] [Server thread/INFO]: Unloading dimension -1024
[19:27:30] [Server thread/INFO]: Unloading dimension -2544
[19:27:30] [Server thread/INFO]: Unloading dimension -2545
[19:27:30] [Server thread/INFO]: Unloading dimension 23
[19:27:30] [Server thread/INFO]: Unloading dimension -1025
[19:27:30] [Server thread/INFO]: Unloading dimension -2546
[19:27:30] [Server thread/INFO]: Unloading dimension 22
[19:27:30] [Server thread/INFO]: Unloading dimension -2547
[19:27:30] [Server thread/INFO]: Unloading dimension 21
[19:27:30] [Server thread/INFO]: Unloading dimension 20
[19:27:30] [Server thread/INFO]: Unloading dimension -2548
[19:27:30] [Server thread/INFO]: Unloading dimension -1028
[19:27:30] [Server thread/INFO]: Unloading dimension -1029
[19:27:30] [Server thread/INFO]: Unloading dimension -2554
[19:27:30] [Server thread/INFO]: Unloading dimension 6
[19:27:30] [Server thread/INFO]: Applying holder lookups
[19:27:30] [Server thread/INFO]: Holder lookups applied
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 22
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 25
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -30
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1050
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1051
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1007
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2554
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2542
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2546
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 23
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2547
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1009
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -29
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1005
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2545
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1008
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2544
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1025
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2548
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1028
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1029
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1006
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1022
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1017
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1015
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1016
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1014
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -2543
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 21
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1024
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -28
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 20
[19:27:30] [Server thread/INFO]: Unregistered Dimension: 24
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1018
[19:27:30] [Server thread/INFO]: Unregistered Dimension: -1021
[19:27:30] [pool-14-thread-1/INFO]: ServerChannelRegister: Dimensional Transceiver data saved to /storage/emulated/0/games/cubixworld/Galaxy/saves/World 1/enderio/dimensionalTransceiver.json
[19:27:30] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:27:30] [Client thread/INFO]: Server terminated.