Addon [1.12.2] [1.7.10] Galaxy Space [2.0.14/1.2.14 Pre-Final Build]

armdn

Member
Jul 18, 2014
100
38
28
38
Bug report:
Game crushed with these logs output:

Code:
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 07.02.16 11:43
Description: Exception in server tick loop

java.lang.IllegalArgumentException: Could not get provider type for dimension -21, does not exist
    at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
    at net.minecraftforge.common.DimensionManager.shouldLoadSpawn(DimensionManager.java:268)
    at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:745)
    at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:755)
    at codechicken.chunkloader.ChunkLoaderEventHandler.worldTick(ChunkLoaderEventHandler.java:32)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_553_ChunkLoaderEventHandler_worldTick_WorldTickEvent.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 cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Dimension -21 is Alpha Centauri Bb

What to do??
 
Last edited:

Toonu

Member
Mar 17, 2013
16
0
1
Hello I just installed galacticraft and then a Galaxy Space and then game crashed before start at 3rd mod load with this error

http://pastebin.com/W7VQG0QY

Game works without Galactic Space so it should be problem with it...

It have some problem with thermalPadding Tier II, but I can't deleet it, because GC won't work... :D

Found the problem, this file is missing, ItemThermal.class at the position of
micdoodle8\mods\galacticraft\api\item

EDIT1: I tried to add this file manually from one of newer versions of Galacticraft
Answer is...No...it didn't solve the problem, but it goes throught this phase and pre-initialized all the mods now except Galactic Space, before it didn't go even throught pre-inicialization, only construction

I solve it by updating GC, but now game every time crashed after a minute with this error
Description: Exception in server tick loop

java.lang.IllegalArgumentException: Could not get provider type for dimension -21, does not exist
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
at net.minecraftforge.common.DimensionManager.shouldLoadSpawn(DimensionManager.java:268)
at codechicken.chunkloader.ChunkLoaderManager.cleanChunks(ChunkLoaderManager.java:745)
at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:755)
at codechicken.chunkloader.ChunkLoaderEventHandler.worldTick(ChunkLoaderEventHandler.java:32)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_521_ChunkLoaderEventHandler_worldTick_WorldTickEvent.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 cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

And yes, I see one post above mine
 
Last edited:

LokeYourLord

Member
Feb 25, 2015
94
3
8
27

Usually, BlesseNTumble tends to say: Change your DimensionID.
Try changing all your DimensionIDs to -500 and beyond, as it most likely seems that your DimensionID is already used by another mod. Also, the next time, try pasting the COMPLETE log in pastebin or so, it helps us identify what other mods you are using.
 

Kfiggz56

Member
Feb 7, 2016
3
0
1
26
Hi! I have a problem with 1.0.5 (idk if 1.0.6 has the same problem, but it's not working for my server so I'm just using 1.0.5, which runs fine).

Almost everything works. I went to all the different dimensions on creative mode just to make sure. However, whenever I launch a tier 7 rocket (EDIT: and tier 8 rocket now), the game crashes. I don't know what the problem is, but here is the crash report I keep getting (I've narrowed the problem down to this addon btw there is no question of which mod is causing the problem):

---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 2/7/16 9:45 PM
Description: Exception generating new chunk

java.lang.NoSuchMethodError: micdoodle8.mods.galacticraft.planets.asteroids.world.gen.SpecialAsteroidBlockHandler.getBlock(Ljava/util/Random;)Lmicdoodle8/mods/galacticraft/planets/asteroids/world/gen/SpecialAsteroidBlock;
at galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.generateAsteroid(ChunkProviderKuiper.java:231)
at galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.generateTerrain(ChunkProviderKuiper.java:220)
at galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.func_73154_d(ChunkProviderKuiper.java:518)
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:172)
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 micdoodle8.mods.galacticraft.api.prefab.entity.EntityTieredRocket.func_70071_h_(EntityTieredRocket.java:229)
at galaxyspace.SolarSystem.moons.proteus.entities.EntityTier7Rocket.func_70071_h_(EntityTier7Rocket.java:74)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
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 galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.generateAsteroid(ChunkProviderKuiper.java:231)
at galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.generateTerrain(ChunkProviderKuiper.java:220)
at galaxyspace.SolarSystem.planets.kuiperbelt.dimension.ChunkProviderKuiper.func_73154_d(ChunkProviderKuiper.java:518)

-- Chunk to be generated --
Details:
Location: 34,2
Position hash: 8589934626
Generator: RandomLevelSource
Stacktrace:
at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:172)
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 micdoodle8.mods.galacticraft.api.prefab.entity.EntityTieredRocket.func_70071_h_(EntityTieredRocket.java:229)
at galaxyspace.SolarSystem.moons.proteus.entities.EntityTier7Rocket.func_70071_h_(EntityTier7Rocket.java:74)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: GalacticraftCore.SpaceshipT7 (galaxyspace.SolarSystem.moons.proteus.entities.EntityTier7Rocket)
Entity ID: 8657
Entity Name: Tier 8 Rocket
Entity's Exact location: 491.50, 73.15, -18.50
Entity's Block location: World: (491,73,-19), Chunk: (at 11,4,13 in 30,-2; contains blocks 480,0,-32 to 495,255,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: New World
All players: 1 total; [GCEntityPlayerMP['Munbo47'/173, l='New World', x=491.50, y=73.40, z=-18.50]]
Chunk stats: ServerChunkCache: 1182 Drop: 0
Level seed: -8903142373360364867
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (489,64,-14), Chunk: (at 9,4,2 in 30,-1; contains blocks 480,0,-16 to 495,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 1159 game time, 1159 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 16826 (now: false), thunder time: 119808 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 331906400 bytes (316 MB) / 920879104 bytes (878 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 24, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 23 mods loaded, 23 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.1558-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.0} [CoFH Core] (CoFHCore-[1.7.10]3.1.0-323.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.441.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.441.jar)
UCHIJAAAA GalaxySpace{1.0.5} [GalaxySpace] (GalaxySpace-1.0.5+STABLE.jar)
UCHIJAAAA millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Railcraft{9.8.0.0} [Railcraft] (Railcraft_1.7.10-9.8.0.0.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.2} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.2-111.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.1-237.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
CoFHCore: -[1.7.10]3.1.0-323
ThermalFoundation: -[1.7.10]1.2.2-111
ThermalDynamics: -[1.7.10]1.1.0-161
ThermalExpansion: -[1.7.10]4.1.1-237
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['Munbo47'/173, l='New World', x=491.50, y=73.40, z=-18.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

___

Please help. I saw other people had tier 7 rocket crashing too and I couldn't find if you gave any solutions. I very much enjoy this mod and don't want to skip the work it takes to get to tier 7. :3
 
Last edited:

InsanityPie

Member
Jun 18, 2014
132
25
28
Im nowhere but also everywhere
Theres just a couple thing sthat are stopping me from using this for my private server -
The first is the ores: not sure about everyone else but it's really bugging me how ore only spawns down near bedrock and this on it's own is stopping me from putting this on my server. It just doesn't seem realistic and the due to the higher height of galacticraft worlds I have almost 4 stacks of thats planets stone by the time I get 1 ore by having to dig down to bedrock... it got old really fast and as it stands, whenever this is in any mods list I play I just spawn the higher tier rockets for me and anyone else im playing with since we all agreed that it was just boring and unrealistic to be forced to dig to a planets core to progress much. It would be better if the ore distribution was more like the overworld... or the moon/mars. Its too much of a kick in the gut in reference to the immersion with the 'theme' of galacticraft to travel from the moon or mars and start mining like on those, just to not find anything until you hit the upper layers or bedrock.

The second reason isn't too bad honestly, just a minor annoyance: Venus is pretty much the same size as earth yet the gravity is more like mars the the overworld, it just bugs me personally when it comes to realism. You would think a planet dang near the same size as earth would have gravity almost identical, if not a little less.
Code:
@Override
    public float getGravity() {
        return (float) (0.08D * (1 - 0.907));
    }
Theres the gravity code from 4 space Venus if you need to use it for a reference, the gravity is similar yet slightly less then the overworld. Players jump 1 1/2 blocks instead of 2 or 3 which in terms of realism is a bit better in my opinion.
Then theres the ore spawning issue again sicne Venus is too be to for me be bothered with mining at all.

Those are pretty much it since everything else is looking good honestly. If it wasn't for those two I would put this on my server in a heartbeat!
 

LokeYourLord

Member
Feb 25, 2015
94
3
8
27
So, the "Reinforced Gravity" boots that are with the T2 Thermal Boots, dont exactly work. They dont give me any extra attractional force to the floor, and why i try to jump with them on while on my Mars space station, i keep levitating in the air, so i need either a Grappling Hook or Impulse Plates to get me back down. Is there any way you could get those boots to work? Im still on 1.0.5, so i dont know if its fixed in 1.0.6.1
 

NikitaGamer64

Member
Feb 11, 2016
20
0
1
25
Hey, man, I have an idea! Maybe you can combine More Planets and Galaxy Space together? Then, we will get more fun from old and new mods!
 

NikitaGamer64

Member
Feb 11, 2016
20
0
1
25
Why mix modification?
I have my own ideas, but the developer MP his ideas.
Why? For satisfying all players' needs! If you want to play More Planets, you have to reject Galaxy Space's improvements, if you'd prefer Galaxy Space, say good-bye to More Planets! If you try to play with both mods, the game might crash!
 

dimion123

Member
Dec 14, 2015
34
5
8
I would disagree with you, Nikita. One can never satisfy all players' needs, as it is simply impossible. Merging the two mods would mean deciding on which features from each of the mods to drop and which to keep. In any case, some players would be dissatisfied.

Playing with mods is always about making a decision on which mods to use, IMO. And I agree with BlesseNtumble--there is no reason for him to leave out some of his ideas behind just to be able to please some players who want to play both mods (and displease those who do not).
 

NikitaGamer64

Member
Feb 11, 2016
20
0
1
25
Well then, that just needs to have some issues causing crash with using both mods (More Planets & Galaxy Space) at a time corrected!
 

NikitaGamer64

Member
Feb 11, 2016
20
0
1
25
I like all planets and moons both on More Planets and Galaxy Space! And I would like to have both maps combined! That means that all planets and features from More Planets would be added into Galaxy Space!
Or, at least, add a new version of More Planets with all rockets from Tier 4 to Tier 8 removed, so only Galaxy Space's Tier 4-8 rockets will be in modpack and it won't be crashed! I really would like to play with extended galaxy map and combined features because of both of these mods presence!
 
Last edited:

bluken

Member
May 7, 2015
14
10
3
Well then, that just needs to have some issues causing crash with using both mods (More Planets & Galaxy Space) at a time corrected!

I've been playing with GalaxySpace and More Planets for quite some time with no issues, I just had to change some things around in the configs like disabling space stations and assigning new biome IDs to avoid conflicts.

If crashes are common, I highly recommend checking the changelog of GC from time to time: http://ci.micdoodle8.com/job/Galacticraft-1.7/changes

The GC mods are updated very frequently, and these addons always require a recent minimum version when you upgrade. Even now I'm using GC version 429, while the latest is 441; twelve new versions of GC in about two weeks. I suggest when updating an addon, also update the GC mods too. If playing with several other mods, make sure they all play nice with each other. I use no more than 50 mods personally.


Your addon has been awesome BlesseNtumble, I really enjoy the star systems added. I'm looking forward to seeing what the Vega system will offer when it is ready.
 

Share this page