superckl / BiomeTweaker

Used to tweak various properties of biomes
Other
57 stars 9 forks source link

BiomeTweaker causing issue with Galacticraft biome IDs #74

Closed Kolrolf closed 8 years ago

Kolrolf commented 8 years ago

I've got BiomeTweaker version 1.2.128 and it's causing an issue with Galacticraft biome IDs.

I'm trying to change the biome IDs for Galacticraft in its configs but the biome IDs are not changing. Setting I:biomeIDBase=201; saving the config file; creating a new world and using NEI to dump the biome IDs I get the following: 102 moon 103 marsFlat ... 203 asteroids

The default IDs would be: 102 moon 103 marsFlat 104 asteroids and the adjusted IDs should be: 201 moon 202 marsFlat 203 asteroids

So the asteriods biome is responding to the config option correctly, but the moon and marsFlat biomes are not. I've removed BiomeTweaker from my mod list and the Galacticraft biomes move to their correct adjusted IDs. When I add BiomeTweaker back into the mix the Glacticraft biomes get messed up.

I do not have a script that is written to affect any of these biomes or biome IDs.

Using Forge version 13.4.1566

I have the following mods installed: mod-list-1 mod-list-2

superckl commented 8 years ago

It's because Galacticraft instantiates their biomes when their biome classes load. This leads to unpredictable load times, so I resorted to loading them manually at preInit

https://github.com/superckl/BiomeTweaker/blob/master/src/main/java/me/superckl/biometweaker/BiomeTweaker.java#L236

Unfortunately, the config hasn't been loaded by this time, so the biomes are created with incorrect IDs. I'll fix this by telling Forge to load BT after GC, but it would be nice if GC had a system to allow for predictable register times for their biomes. @radfast

superckl commented 8 years ago

http://jenkins.superckl.me/job/BiomeTweaker/182/

Let me know if it works. I said I'd stop updating the 1.7.10 branch, but I did for you ;)

Official beta version: http://minecraft.curseforge.com/projects/biometweaker/files/2279911

Kolrolf commented 8 years ago

I just tested it with a new world and it checks out, Galacticraft biomes in their adjusted IDs. This is great, thanks for opening the branch up for this issue! Thanks so much!

radfast commented 8 years ago

Hey @superckl

We can initialise biomes at a fixed time. Do you think it's better in preinit or init phase? When do most mods do it? Seems like preinit may be best now.

See also: https://github.com/MinecraftForge/MinecraftForge/issues/1704 I think you will be interested.

superckl commented 8 years ago

Biomes O Plenty and ExtraBiomesXL both do it during preInit:

https://github.com/Glitchfiend/BiomesOPlenty/blob/BOP-1.7.10%2B2-2.0.x/src/main/java/biomesoplenty/BiomesOPlenty.java#L62

https://github.com/ExtrabiomesXL/ExtrabiomesXL/blob/master/src/main/java/extrabiomes/Extrabiomes.java#L119

I would recommend that.

Yurigirl commented 8 years ago

It seems that the branch provided above now causes a crash on startup is there an updated version with GC that still works?

superckl commented 8 years ago

I'm going to need your crash report. If it's below version 1.8.9, I'm not going to address it. Those versions are no longer under development.

Yurigirl commented 8 years ago

This is from 1.2.128, the latest dev one listed on curse and the one linked above.

`---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward.

Time: 8/23/16 11:21 AM Description: Initializing game

java.lang.NoSuchFieldError: biomeID at me.superckl.biometweaker.common.handler.BiomeEventHandler.onCreateBiomeDecorator(BiomeEventHandler.java:251) at cpw.mods.fml.common.eventhandler.ASMEventHandler_272_BiomeEventHandler_onCreateBiomeDecorator_CreateDecorator.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 net.minecraftforge.event.terraingen.DeferredBiomeDecorator.fireCreateEventAndReplace(DeferredBiomeDecorator.java:43) at net.minecraftforge.common.BiomeDictionary.registerAllBiomesAndGenerateEvents(BiomeDictionary.java:300) at net.minecraftforge.common.ForgeModContainer.postInit(ForgeModContainer.java:290) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) at org.multimc.EntryPoint.listen(EntryPoint.java:170) at org.multimc.EntryPoint.main(EntryPoint.java:54)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at me.superckl.biometweaker.common.handler.BiomeEventHandler.onCreateBiomeDecorator(BiomeEventHandler.java:251) at cpw.mods.fml.common.eventhandler.ASMEventHandler_272_BiomeEventHandler_onCreateBiomeDecorator_CreateDecorator.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 net.minecraftforge.event.terraingen.DeferredBiomeDecorator.fireCreateEventAndReplace(DeferredBiomeDecorator.java:43) at net.minecraftforge.common.BiomeDictionary.registerAllBiomesAndGenerateEvents(BiomeDictionary.java:300) at net.minecraftforge.common.ForgeModContainer.postInit(ForgeModContainer.java:290) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395) at org.multimc.EntryPoint.listen(EntryPoint.java:170) at org.multimc.EntryPoint.main(EntryPoint.java:54)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_101, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1055094576 bytes (1006 MB) / 4506255360 bytes (4297 MB) up to 7516192768 bytes (7168 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8064m 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.1566 Optifine OptiFine_1.7.10_HD_U_D6 242 mods loaded, 237 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJ mcp{9.05} Minecraft Coder Pack UCHIJ FML{7.10.99.99} Forge Mod Loader UCHI Forge{10.13.4.1566} Minecraft Forge UCHI appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core UCHI CodeChickenCore{1.0.7.47} CodeChicken Core UCHI Micdoodlecore{} Micdoodle8 Core UCHI NotEnoughItems{1.0.5.120} Not Enough Items UCHI ThE-core{1.0.0.1} Thaumic Energistics Core UCHI ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCHI WitchingGadgetsCore{1.1.10} Witching Gadgets Core UCHI ChocoPatcher{1.1} Choco Patcher UCHI OpenModsCore{0.9.1} OpenModsCore UCHI {000} CoFH ASM UCHI BinniePatcher{1.8.2} Binnie Patcher UCHI FastCraft{1.23} FastCraft UCHI debug{1.0} debug UCHI bspkrsCore{6.15} bspkrsCore UCHI ArmorStatusHUD{1.28} ArmorStatusHUD UCHI StatusEffectHUD{1.27} StatusEffectHUD UCHI Treecapitator{1.7.10} Treecapitator UCHI IC2{2.2.823-experimental} IndustrialCraft 2 UCHI AdvancedSolarPanel{1.7.10-3.5.1} Advanced Solar Panels UCHI AgriCraft{1.7.10-1.5.0} AgriCraft UCHI AncientWarfare{2.4.114-beta-MC1.7.10} Ancient Warfare Core UCHI CoFHCore{1.7.10R3.1.3} CoFH Core UCHI BuildCraft|Core{7.1.16} BuildCraft UCHI AncientWarfareAutomation{2.4.114-beta-MC1.7.10} Ancient Warfare Automation UCHI AncientWarfareNEIPlugin{2.4.114-beta-MC1.7.10} Ancient Warfare NEI Plugin UCHI AncientWarfareNpc{2.4.114-beta-MC1.7.10} Ancient Warfare NPCs UCHI AncientWarfareStructure{2.4.114-beta-MC1.7.10} Ancient Warfare Structures UCHI antiidconflict{1.3.5} Anti Id Conflict UCHI AppleCore{1.3.2} AppleCore UCHI appliedenergistics2{rv3-beta-6} Applied Energistics 2 UCHI MovingWorld{1.7.10-1.8.1} Moving World UCHI ArchimedesShipsPlus{1.7.10-1.8.1} Archimedes' Ships Plus UCHI MineFactoryReloaded{1.7.10R2.8.1} MineFactory Reloaded UCHI Baubles{1.0.1.10} Baubles UCHI Thaumcraft{4.2.3.5} Thaumcraft UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} MFR Compat: Thaumcraft UCHI Waila{1.5.10} Waila UCHI Automagy{0.28.2} Automagy UCHI AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry UCHI Botania{r1.8-249} [Botania](Botania r1.8-249.jar) UCHI Avaritia{1.11} Avaritia UCHI bdlib{1.9.4.109} BD Lib UCHI BetterFoliage{2.0.9} Better Foliage UCHI betterstorage{0.13.1.127} BetterStorage UCHI BiblioCraft{1.11.5} BiblioCraft UCHI BuildCraft|Energy{7.1.16} BC Energy UCHI GalacticraftCore{3.0.12} Galacticraft Core UCHI BiomeTweaker{2.0.182} BiomeTweaker UCHI Mantle{1.7.10-0.3.2.jenkins191} Mantle UCHI Natura{2.2.0} Natura UCHI BiomesOPlenty{2.1.0} Biomes O' Plenty UCHI BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition UCHI Forestry{4.2.15.63} Forestry for Minecraft UCHI BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition UCHI BiblioWoodsNatura{1.5} BiblioWoods Natura Edition UCHI ThermalFoundation{1.7.10R1.2.5} Thermal Foundation UCHI ThermalExpansion{1.7.10R4.1.3} Thermal Expansion UCHI BigReactors{0.4.3A} Big Reactors UCHI BinnieCore{2.0-pre14} Binnie Core UCHI Botany{2.0-pre14} Botany UCHI ExtraBees{2.0-pre14} Extra Bees UCHI ExtraTrees{2.0-pre14} Extra Trees UCHI Genetics{2.0-pre14} Genetics UCHI BrandonsCore{1.0.0.12} Brandon's Core UCHI BuildCraft|Builders{7.1.16} BC Builders UCHI BuildCraft|Transport{7.1.16} BC Transport UCHI BuildCraft|Silicon{7.1.16} BC Silicon UCHI BuildCraft|Robotics{7.1.16} BC Robotics UCHI BuildCraft|Factory{7.1.16} BC Factory UCHI BuildCraft|Compat{7.1.5} BuildCraft Compat UCHI Railcraft{9.12.2.0} Railcraft UCHI TwilightForest{2.3.7} The Twilight Forest UCHI ForgeMultipart{1.2.0.345} Forge Multipart UCHI chisel{2.9.5.11} Chisel UCHI CarpentersBlocks{3.3.8} [Carpenter's Blocks](Carpenter's Blocks v3.3.8 - MC 1.7.10.jar) UCHI ChickenChunks{1.3.4.19} ChickenChunks UCHI ComputerCraft{1.75} ComputerCraft UCHI cookingbook{1.0.140} Cooking for Blockheads UCHI CustomMainMenu{1.9.2} Custom Main Menu UCHI PTRModelLib{1.0.0} PTRModelLib UCHI props{2.3.3} Decocraft UCHI DraconicEvolution{1.0.2h} Draconic Evolution UCHI DummyCore{1.13} DummyCore UCHI SlimevoidLib{2.0.4.7} Slimevoid Library UCHI DynamicTransport{0.1.2.0} Dynamic Transport UCHI endercore{1.7.10-0.2.0.36_beta} EnderCore UCHI EnderIO{1.7.10-2.3.0.428_beta} Ender IO UCHI EnderStorage{1.4.7.37} EnderStorage UCHI EnderTech{1.7.10-0.3.2.405} EnderTech UCHI EnderZoo{1.7.10-1.0.15.32} Ender Zoo UCHI enhancedportals{3.0.12} EnhancedPortals UCHI extracells{2.3.14} Extra Cells 2 UCHI ExtraUtilities{1.2.12} Extra Utilities UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10Lb.jar) UCHI ImmersiveEngineering{0.7.7} Immersive Engineering UCHI TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct UCHI ExtraTiC{1.4.6} ExtraTiC UCHI fairylights{1.4.0} Fairy Lights UCHI farseek{1.0.11} Farseek UCHI fastleafdecay{1.4} Fast Leaf Decay UCHI ThaumicTinkerer{unspecified} Thaumic Tinkerer UCHI ForbiddenMagic{1.7.10-0.575} [Forbidden Magic](Forbidden Magic-1.7.10-0.575.jar) UCHI MineTweaker3{3.0.10} MineTweaker 3 UCHI FTBL{1.0.18.2} FTBLib UCHI FTBT{1.0.2} FTB Tweaks UCHI FTBU{1.0.18.2} FTBUtilities UCHI funkylocomotion{1.0} Funky Locomotion UCHI gadomancy{1.0.7.2} Gadomancy UCHI GalacticraftMars{3.0.12} Galacticraft Planets UCHI RedstoneArsenal{1.7.10R1.1.2} Redstone Arsenal UCHI MagicBees{2.4.3} Magic Bees UCHI gendustry{1.6.3.132} GenDustry UCHI GollumCoreLib{2.0.0} Gollum Core Lib UCHI GraviSuite{1.7.10-2.0.3} Graviation Suite UCHI guideapi{1.7.10-1.0.1-20} Guide-API UCHI guilib{1.0.7.2} GUI Library UCHI iChunUtil{4.2.2} iChunUtil UCHI Hats{4.0.1} Hats UCHI HatStand{4.0.0} HatStand UCHI headcrumbs{1.7.4} Headcrumbs UCHI IC2NuclearControl{2.4.1a} Nuclear Control 2 UCHI immersiveintegration{0.6.8} Immersive Integration UCHI inpure|core{1.7.10R1.0.0B9} INpureCore UCHI inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks UCHI IronChest{6.0.62.742} Iron Chest UCHI JABBA{1.2.2} JABBA UCHI LavaMonsters{2.2.1} Lava Monsters UCHI LogisticsPipes{0.9.3.126} Logistics Pipes UCHI magicalcrops{1.7.2 - 0.1 ALPHA} Magical Crops UCHI mo{0.4.1} Matter Overdrive UCHI Mekanism{9.1.0} Mekanism UCHI MekanismGenerators{9.1.0} MekanismGenerators UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} MFR Compat: Applied Energistics UCHI MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} MFR Compat: BuildCraft UCHI MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} MFR Compat: Forestry UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} MFR Compat: ForgeMicroblock UCHI MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} MFR Compat: IC2 UCHI MrTJPCoreMod{1.1.0.33} MrTJPCore UCHI ProjRed|Core{4.7.0pre12.95} ProjectRed Core UCHI ProjRed|Exploration{4.7.0pre12.95} ProjectRed Exploration UCHI MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} MFR Compat ProjectRed UCHI MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} MFR Compat: Railcraft UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} MFR Compat: Thermal Expansion UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} MFR Compat: Tinkers' Construct UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} MFR Compat: TwilightForest UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} MFR Compat: Vanilla UCHI modtweaker2{0.9.5} Mod Tweaker 2 UCHI numina{0.4.0.131} Numina UCHI powersuits{0.11.0.300} MachineMuse's Modular Powersuits UCHI MorePlanet{1.3.1} More Planets UCHI MorePistons{2.0.0} More Pistons UCHI MorePlanetsExtras{2.0} MorePlanetsExtras UCHI Morpheus{1.7.10-1.6.21} Morpheus UCHI Mystcraft{0.12.3.02} Mystcraft UCHI NEIAddons{1.12.14.40} NEI Addons UCHI NEIAddons|Developer{1.12.14.40} NEI Addons: Developer Tools UCHI NEIAddons|AppEng{1.12.14.40} NEI Addons: Applied Energistics 2 UCHI NEIAddons|Botany{1.12.14.40} NEI Addons: Botany UCHI NEIAddons|Forestry{1.12.14.40} NEI Addons: Forestry UCHI NEIAddons|CraftingTables{1.12.14.40} NEI Addons: Crafting Tables UCHI NEIAddons|ExNihilo{1.12.14.40} NEI Addons: Ex Nihilo UCHI neiintegration{1.1.2} NEI Integration UCHI NetherOres{1.7.10R2.3.1} Nether Ores UCHI neresources{0.1.0.ManuallyBuilt} Not Enough Resources UCHI bt{1.0.2} NotEnoughThaumcraftTabs UCHI OpenMods{0.9.1} OpenMods UCHI OpenBlocks{1.5.1} OpenBlocks UCHI openmodularturrets{2.2.2-217} Open Modular Turrets UCHI OpenPeripheralCore{1.3} OpenPeripheralCore UCHI OpenPeripheral{0.5.1} OpenPeripheralAddons UCHI OpenPeripheralIntegration{0.5} OpenPeripheralIntegration UCHI fodc{1.6.1} Ore Dictionary Converter UCHI clayspawn{1.7.10b} [Pam's Clayspawn](Pam's Clay Spawn 1.7.10b.jar) UCHI PowerConverters3{1.7.10-2.11} Power Converters 3 UCHI ProjRed|Transmission{4.7.0pre12.95} ProjectRed Transmission UCHI ProjRed|Transportation{4.7.0pre12.95} ProjectRed Transportation UCHI ProjRed|Compatibility{4.7.0pre12.95} ProjectRed Compatibility UCHI ProjRed|Integration{4.7.0pre12.95} ProjectRed Integration UCHI ProjRed|Illumination{4.7.0pre12.95} ProjectRed Illumination UCHI ProjRed|Expansion{4.7.0pre12.95} ProjectRed Expansion UCHI railcraft_cos{1.6} Railcraft Cosmetic Additions UCHI ResourceLoader{1.3} Resource Loader UCHI rftools{4.23} RFTools UCHI RTG{1.7.10-1.1.1} Realistic Terrain Generation UCHI runicdungeons{1.1.7b} Runic Dungeons UCHI simplyjetpacks{1.5.3} Simply Jetpacks UCHI punt{1.7.10-10.13.0-16.1} Punt UCHI whitehall{1.7.10-10.13.0-16.1} Whitehall UCHI hoy{1.7.10-10.13.0-16.1} Hoy UCHI smallboats{1.7.10-10.13.0-16.1} SmallBoats (base) UCHI SolarExpansion{1.6a} Solar Expansion UCHI springboards{0.1} Spring Boards UCHI StacksOnStacks{{$version}} Stacks on Stacks! UCHI StevesFactoryManager{A93} Steve's Factory Manager UCHI StevesAddons{0.10.16} Steve's Addons UCHI StevesCarts{2.0.0.b18} Steve's Carts 2 UCHI StevesWorkshop{0.5.1} Steve's Workshop UCHI StorageDrawers{1.7.10-1.10.1} Storage Drawers UCHI StorageDrawersBop{1.7.10-1.1.1} Storage Drawers: Biomes O' Plenty Pack UCHI StorageDrawersForestry{1.7.10-1.1.2} Storage Drawers: Forestry Pack UCHI StorageDrawersMisc{1.7.10-1.1.2} Storage Drawers: Misc Pack UCHI StorageDrawersNatura{1.7.10-1.1.1} Storage Drawers: Natura Pack UCHI streams{0.2} Streams UCHI TaintedMagic{1.1.6.4} Tainted Magic UCHI tcinventoryscan{1.0.11} TC Inventory Scanning UCHI tcnodetracker{1.1.0} TC Node Tracker UCHI thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin UCHI thaumicbases{1.4.1710.2} Thaumic Bases UCHI thaumicenergistics{1.0.0.5} Thaumic Energistics UCHI ThaumicExploration{0.6.0} Thaumic Exploration UCHI ThaumicHorizons{1.1.9} Thaumic Horizons UCHI ThermalDynamics{1.7.10R1.2.0} Thermal Dynamics UCHI TiCTooltips{1.2.5} TiC Tooltips UCHI TMechworks{0.2.15.106} Tinkers' Mechworks UCHI TooManyDanyOres{b1.0-3%} TooManyDanyOres UCHI torchLevers{1.4.2} Torch Levers UCHI TravellersGear{1.16.6} Traveller's Gear UCHI WailaHarvestability{1.1.6} Waila Harvestability UCHI wawla{1.3.1} What Are We Looking At UCHI wildcaves3{0.4.3.6} Wild Caves 3 UCHI witchery{0.24.1} Witchery UCHI WitchingGadgets{1.1.10} Witching Gadgets UCHI WR-CBE|Core{1.4.1.9} WR-CBE Core UCHI WR-CBE|Addons{1.4.1.9} WR-CBE Addons UCHI WR-CBE|Logic{1.4.1.9} WR-CBE Logic UCHI McMultipart{1.2.0.345} Minecraft Multipart Plugin UCHI ForgeRelocation{0.0.1.4} ForgeRelocation UCHI MCFrames{1.0} MCFrames UCHI RelocationFMP{0.0.1.2} RelocationFMP UCHI aobd{2.9.2} Another One Bites The Dust UCHI denseores{1.0} Dense Ores UCHI HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul UCHI MSC2{1.2.1} Mob Spawn Controls 2 UCHI ForgeMicroblock{1.2.0.345} Forge Microblocks UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} MFR Compat: Atum UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} MFR Compat: BackTools UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} MFR Compat: Chococraft UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} MFR Compat: ExtraBiomes UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} MFR Compat: Sufficient Biomes GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13447 Compatibility Profile Context 16.300.2511.1001' Renderer: 'AMD Radeon R7 200 Series' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: all safe CoFHCore: -[1.7.10]3.1.3-327 AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448 MineFactoryReloaded: -[1.7.10]2.8.1-174 Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine ThermalFoundation: -[1.7.10]1.2.5-115 ThermalExpansion: -[1.7.10]4.1.3-246 TConstruct Environment: Environment healthy. RedstoneArsenal: -[1.7.10]1.1.2-92 NetherOres: -[1.7.10]2.3.1-22 ThermalDynamics: -[1.7.10]1.2.0-171 List of loaded APIs: * AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar * AncientWarfareAPI (1.0) from ancientwarfare-2.4.115-beta-MC1.7.10-FULL.jar * AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.2.jar * appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-512.jar * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.5-115.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar * BiomeTweakerAPI (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BiomeTweakerAPI|event (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BiomeTweakerAPI|script|object (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BiomeTweakerAPI|script|pack (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BiomeTweakerAPI|script|wrapper (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BiomeTweakerAPI|util (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar * BotaniaAPI (76) from Botania r1.8-249.jar * BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar * BuildCraftAPI|core (2.0) from buildcraft-7.1.16.jar * BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar * BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar * BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|lists (1.0) from buildcraft-7.1.16.jar * BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar * BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar * BuildCraftAPI|statements (1.1) from buildcraft-7.1.16.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.16.jar * BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|tools (1.0) from Railcraft_1.7.10-9.12.2.0.jar * BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar * ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar * CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-4.2.15.63.jar * CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar * CoFHAPI|core (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|energy (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|fluid (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar * CoFHAPI|inventory (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar * CoFHAPI|item (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.428_beta.jar * CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|modhelpers (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar * CoFHAPI|tileentity (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar * CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar * CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar * CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar * CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar * CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar * CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|gui|slot (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar * CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar * CoFHLib|render (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|helpers (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|util|position (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar * CoFHLib|world (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar * CoFHLib|world|feature (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar * ComputerCraft|API (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar * ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar * CSLib|API (0.3.0) from Decocraft-2.3.3_1.7.10.jar * DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar * ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.15.63.jar * ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.15.63.jar * ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.462.jar * gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar * Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar * IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar * MatterOverdrive|API (0.4.1) from MatterOverdrive-1.7.10-0.4.1.jar * McJtyLib (1.8.1) from mcjtylib-1.8.1.jar * MekanismAPI|core (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|energy (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|gas (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|infuse (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|laser (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|reactor (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|recipe (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|transmitter (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * MekanismAPI|util (9.0.0) from Mekanism-1.7.10-9.1.0.281.jar * Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.02.jar * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar * NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar * OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar * OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar * OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|carts (1.6.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * RailcraftAPI|core (1.5.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|events (1.0.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|items (1.0.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar * RailcraftAPI|signals (2.1.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * RailcraftAPI|tracks (2.2.0) from Railcraft_Cosmetics-1.7.10-v1.6.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar * SuperScript (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * SuperScript|command (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * SuperScript|object (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * SuperScript|util (1.0.182) from BiomeTweaker-1.7.10-2.0.182-dev.jar * Thaumcraft|API (4.2.2.0) from Pam's HarvestCraft 1.7.10Lb.jar * thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar * TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it. EnderIO: Found the following problem(s) with your installation: * Optifine is installed. This is NOT supported. * The RF API that is being used (1.7.10R1.0.2 from ) differes from that that is reported as being loaded (1.7.10R1.0.3 from SolarExpansion-Basic-1.6a.jar). It is a supported version, but that difference may lead to problems. This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. Stencil buffer state: Function set: GL30, pool: forge, bits: 8 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. Launched Version: MultiMC5 LWJGL: 2.9.1 OpenGL: AMD Radeon R7 200 Series GL version 4.5.13447 Compatibility Profile Context 16.300.2511.1001, ATI Technologies Inc. GL Caps: Using GL 1.3 multitexturing. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Anisotropic filtering is supported and maximum anisotropy is 16. Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [JSTR Update.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.13447 Compatibility Profile Context 16.300.2511.1001
OpenGlRenderer: AMD Radeon R7 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 4`
superckl commented 8 years ago

As said, 1.7.10 is no longer supported. If this is still an issue in 1.8.9+, please open a new issue with details. Sorry. All O can suggest is playing with Forge and GC versions.

Yurigirl commented 8 years ago

Very well, thank you for your time, sorry to necro.

radfast commented 7 years ago

@Yurigirl and anyone else who is interested:

In 1.7.10, Galacticraft versions 3.0.12.472 and later should now be able to work with the regular (not branched) 1.7.10 BiomeTweaker. We will also incorporate this into our 1.8.9 beta

Thanks to @superckl for the suggestion and sorry it took us a long time to fix it, I had to take a break from modding for many months due to real life issues, and micdoodle8 has been working only on our 1.8.9 version

GalactCoreCompat should therefore be unnecessary in future, I hope?