Crash report:
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 9/9/13 4:04 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: Freezer
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:265)
at net.aetherteam.aether.tile_entities.AetherTileEntities.init(AetherTileEntities.java:8)
at net.aetherteam.aether.Aether.load(Aether.java:189)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Does my computer just suck, or am I doing something wrong?
This mod hates any mod that adds freezers for some reason. if you have a furniture mod that is likely the one conflicting, if not, remove any mods that add a freezer other than the aether
Are you using the new launcher? I've had zero luck getting 1.5.x forge to work with the new launcher, if you use the old one and just drop it in the .minecraft folder like before though it should work.
If using new launcher and having issues to get 1.5 to work for forge, do this:
1. Download forge for 1.5, lastest works fine.
2. Boot MC with 1.5 once
3. Go into .minecraft\versions
4. Copy/Paste the folder called 1.5.X (X is your 1.5 version)
5. Open it and modify the jar like normal
6. Rename folder and 2 files inside to "1.5-Forge"
7. Open the 1.5-forge.json file with a text editor
8. Find ID:"1.5.X" (Near top) and replace the 1.5.X with 1.5-Forge
9. Make a instance that uses the 1.5-Forge Version
I made an Aether server and I'm the host, and I'm randomly crashing inside of dungeons while my friend never crashes, I have a fresh .aether map in appdata, what can I do to fix this?
Can you please provide the crash report that occurs when it crashes?
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.client.sounds.GCCoreSounds.onMusicSound(GCCoreSounds.java:23)
at net.minecraftforge.event.ASMEventHandler_6_GCCoreSounds_onMusicSound_PlayBackgroundMusicEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.client.event.sound.SoundEvent.getResult(SoundEvent.java:16)
at net.aetherteam.mainmenu_api.JukeboxPlayer.playMusicFile(JukeboxPlayer.java:171)
at net.aetherteam.mainmenu_api.JukeboxPlayer.playMenuMusic(JukeboxPlayer.java:196)
at net.aetherteam.mainmenu_api.JukeboxPlayer.run(JukeboxPlayer.java:76)
at net.aetherteam.mainmenu_api.MenuBase.func_73863_a(MenuBase.java:103)
at net.aetherteam.mainmenu_api.MenuBaseMinecraft.func_73863_a(MenuBaseMinecraft.java:601)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1149)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:934)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at micdoodle8.mods.galacticraft.core.client.sounds.GCCoreSounds.onMusicSound(GCCoreSounds.java:23)
at net.minecraftforge.event.ASMEventHandler_6_GCCoreSounds_onMusicSound_PlayBackgroundMusicEvent.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraftforge.client.event.sound.SoundEvent.getResult(SoundEvent.java:16)
at net.aetherteam.mainmenu_api.JukeboxPlayer.playMusicFile(JukeboxPlayer.java:171)
at net.aetherteam.mainmenu_api.JukeboxPlayer.playMenuMusic(JukeboxPlayer.java:196)
at net.aetherteam.mainmenu_api.JukeboxPlayer.run(JukeboxPlayer.java:76)
at net.aetherteam.mainmenu_api.MenuBase.func_73863_a(MenuBase.java:103)
at net.aetherteam.mainmenu_api.MenuBaseMinecraft.func_73863_a(MenuBaseMinecraft.java:601)
-- Screen render details --
Details:
Screen name: net.aetherteam.mainmenu_api.MenuBaseMinecraft
Mouse location: Scaled: (224, 233). Absolute: (449, 12)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1149)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:934)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1393181768 bytes (1328 MB) / 1982332928 bytes (1890 MB) up to 1982332928 bytes (1890 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -Xms2048M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.43.829 Minecraft Forge 9.10.0.829 Optifine OptiFine_1.6.2_HD_U_B4 27 mods loaded, 27 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{6.2.43.829} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{9.10.0.829} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CodeChickenCore{0.9.0.3} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
NotEnoughItems{1.6.1.2} [Not Enough Items] (NotEnoughItems 1.6.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
playercoreapi{0.1} [PlayerCoreAPI] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
threadedlighting{0.1} [Threaded Lighting] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_StatusEffectHUD{v1.14(1.6.2)} [StatusEffectHUD] ([1.6.2]StatusEffectHUDv1.14.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TreeCapitator{Forge 1.6.2.r03} [Treecapitator] ([1.6.2]TreeCapitator.Forge.1.6.2.r03.Universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Aether II{Alpha v1.0.1} [Aether II] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MainMenuAPI{1.0.0} [Main Menu API] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FinderCompass{1.6.2B} [Finder Compass] (FinderCompass_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_MAtmos{r25 for 1.6.2} [mod_MAtmos] (MAtmosClassesNDP_r25__1_6_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mca{3.4.4} [Minecraft Comes Alive] (MCA v3.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
PaintersFlowerPot{v1.58} [Painter's Flower Pot] (Painter's Flower Pot v1.58 - MC 1.6.2+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.010.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_PF{r0 for 1.6.2} [mod_PF] (PFClassesNDP_r0__1_6_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_Ruins{10.6} [Ruins Spawning System] (Ruins_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.6.2-Forge9.10.0.829
LWJGL: 2.9.0
OpenGL: ATI Radeon HD 4200 GL version 3.3.11653 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: [1.6] Dokucraft TSC Light with Music.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
That error seemed to be fixed when I found and looked at the latest development build on the Galacticraft jenkins. You can download there latest dev build here: http://ci.micdoodle8...b/Galacticraft/
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 8/24/13 4:35 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: Freezer
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:264)
at net.aetherteam.aether.tile_entities.AetherTileEntities.init(AetherTileEntities.java:8)
at net.aetherteam.aether.Aether.load(Aether.java:189)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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 magic.launcher.Launcher.main(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:264)
at net.aetherteam.aether.tile_entities.AetherTileEntities.init(AetherTileEntities.java:8)
at net.aetherteam.aether.Aether.load(Aether.java:189)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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 magic.launcher.Launcher.main(Unknown Source)
Run the Forge Installer and make sure Install Client is selected. Then click OK or change the destination folder if you’re not using the default location.
On the Minecraft launcher, select the profile called “Forge”, and launch the game to make sure it runs
Go to .minecraft (type “%appdata%” in the windows search bar and hit enter, then go to the folder called .minecraft)
Copy the three files you downloaded to the folder called “mods”
Now run the profile called Forge and you’re ready to play!
I install the aether but when i set my mc back its so TRAY! i need to wait so lang bevore MOJANG is on my screen and i re-downloaded my mc but still same problem HELP!!!!
You didn't describe your problem in human-readable English. I can't help you if I can't understand you.
I translated his problem into this: "I have used the Aether, then eventually went back to normal Minecraft. But despite removing the aether I still have startup lag."
Am I correct with that Zonedude?
Time: 8/23/13 10:01 PM
Description: Unexpected error
java.lang.NullPointerException
at invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
at net.minecraft.client.gui.GuiTextField.func_73796_b(SourceFile:437)
at net.aetherteam.mainmenu_api.MenuBaseLoaderWithSlider.func_73866_w_(MenuBaseLoaderWithSlider.java:91)
at net.minecraft.client.gui.GuiScreen.func_73872_a(SourceFile:94)
at net.minecraft.client.Minecraft.func_71373_a(Minecraft.java:720)
at net.aetherteam.mainmenu_api.client.MenuClientTickHandler.tickEnd(MenuClientTickHandler.java:37)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1956)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:898)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
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 magic.launcher.Launcher.main(Unknown Source)
Pulled this line from crash: invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
Do you have the inventory tweaks mod? if so, try removing it. It gave me issues with the Aether also.
Hey. I have searched for Dimensional doors mod for years and now i found it. But now its outdated. Please update it!!!
Please be patient, asking for an update will not speed up development any. Look at the top of page 119 on comments (the page your post is on) for the most recent news on update progress from the developer.
First of all, awesome mod, i've really been enjoing it so far.
However someother mods i'm using (and probably more) are not playing nice with the Aether.
The mods:
- ExtraBiomesXL
- Mr. Crayfish's Furniture mod (because of the freezer, Duplicate id: Freezer)
If you could look into it when you have the time that'd be awesome.
I added the crash reports in the spoilers. (if it helps)
Keep up the good work,
Shader00X
ExtraBiomesXL crash report
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 22-8-13 0:57
Description: Initializing game
java.lang.IllegalArgumentException: Biome id 34 is already in use by Overgrown Greens when adding birchforest. Please review the configuration file.
at extrabiomes.helpers.BiomeHelper.createBiome(BiomeHelper.java:53)
at extrabiomes.handlers.BiomeHandler.init(BiomeHandler.java:64)
at extrabiomes.Extrabiomes.preInit(Extrabiomes.java:103)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at extrabiomes.helpers.BiomeHelper.createBiome(BiomeHelper.java:53)
at extrabiomes.handlers.BiomeHandler.init(BiomeHandler.java:64)
at extrabiomes.Extrabiomes.preInit(Extrabiomes.java:103)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
---- Minecraft Crash Report ----
// Why is it breaking
Time: 22-8-13 1:02
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate id: Freezer
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:264)
at com.mrcrayfish.furniture.MrCrayfishFurnitureMod.load(MrCrayfishFurnitureMod.java:383)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_70306_a(TileEntity.java:56)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:264)
at com.mrcrayfish.furniture.MrCrayfishFurnitureMod.load(MrCrayfishFurnitureMod.java:383)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:222)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
ExtraBiomesXL Crash=Biome Conflict java.lang.IllegalArgumentException: Biome id 34 is already in use by Overgrown Greens when adding birchforest. Please review the configuration file. Furniture mod=Block conflict due to way coded java.lang.IllegalArgumentException: Duplicate id: Freezer
Wait, so, when I use the launcher, do I lose all my mods, or is it a new version, like when you go to edit profile and choose to play 1.5.2 or 1.6.2 etc. or what? I would very much like someone to PM me, as I don't want to have to start my WHOLE Minecraft over again because i tried to play a mod that everyone always tells me to play.
I would really like some help!
It makes a file seperate from your .minecraft as far as i know
---- Minecraft Crash Report ----
// Oops.
Time: 15/08/13 9:24 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at AnimalBikesLoader.<init>(AnimalBikesLoader.java:112)
at mod_AnimalBikes.<init>(mod_AnimalBikes.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:495)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:94)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
2 things.
The mod is not that stable on servers and hardly works/doesent work on them because of how it is build off of modloader and not forge
Secondly, Please post crashes in spoilers like this:
0
0
http://www.minecraft...-v4026-9242013/
0
This mod hates any mod that adds freezers for some reason. if you have a furniture mod that is likely the one conflicting, if not, remove any mods that add a freezer other than the aether
Also, use spoilers for crashes
0
1. You forgot to add CodeChickenCore
2. Please put crash report as normal text, not this bright red
3. Put your crash report in spoilers via
0
http://lmgtfy.com/?q=Optifine Download
0
If using new launcher and having issues to get 1.5 to work for forge, do this:
1. Download forge for 1.5, lastest works fine.
2. Boot MC with 1.5 once
3. Go into .minecraft\versions
4. Copy/Paste the folder called 1.5.X (X is your 1.5 version)
5. Open it and modify the jar like normal
6. Rename folder and 2 files inside to "1.5-Forge"
7. Open the 1.5-forge.json file with a text editor
8. Find ID:"1.5.X" (Near top) and replace the 1.5.X with 1.5-Forge
9. Make a instance that uses the 1.5-Forge Version
0
Can you please provide the crash report that occurs when it crashes?
1
Crash report? No crash report=No Support
0
That error seemed to be fixed when I found and looked at the latest development build on the Galacticraft jenkins. You can download there latest dev build here: http://ci.micdoodle8...b/Galacticraft/
Remove any other mods that add a freezer, they are conflicting
Its right in the OP
0
I translated his problem into this: "I have used the Aether, then eventually went back to normal Minecraft. But despite removing the aether I still have startup lag."
Am I correct with that Zonedude?
0
Pulled this line from crash: invtweaks.forge.InvTweaksMod.setTextboxModeStatic(InvTweaksMod.java:74)
Do you have the inventory tweaks mod? if so, try removing it. It gave me issues with the Aether also.
0
Please be patient, asking for an update will not speed up development any. Look at the top of page 119 on comments (the page your post is on) for the most recent news on update progress from the developer.
0
ExtraBiomesXL Crash=Biome Conflict
java.lang.IllegalArgumentException: Biome id 34 is already in use by Overgrown Greens when adding birchforest. Please review the configuration file.
Furniture mod=Block conflict due to way coded
java.lang.IllegalArgumentException: Duplicate id: Freezer
0
It makes a file seperate from your .minecraft as far as i know
1
2 things.
The mod is not that stable on servers and hardly works/doesent work on them because of how it is build off of modloader and not forge
Secondly, Please post crashes in spoilers like this: