I had some other questions. When I entered the HEE realm for the first time, there was no ender dragon that automatically spawned. I tested this multiple times on a test server and when entering the end for the first time there was an ender dragon.
Any idea what would cause this disappearance? Would manually spawning the ender dragon at this point be any different than having it automatically spawn on its own?
I had some other questions. When I entered the HEE realm for the first time, there was no ender dragon that automatically spawned. I tested this multiple times on a test server and when entering the end for the first time there was an ender dragon.
Any idea what would cause this disappearance? Would manually spawning the ender dragon at this point be any different than having it automatically spawn on its own?
You probably have to finish the fight in vanilla, if you start it in vanilla. Tried deleting the dimension before entering the end with HEE?
Hey, Chylex, I crashed when using the Spatial Dash Gem. it worked the first two times, but the third time I fired it over a slightly larger distance(maybe 20 or so blocks to the top of a tree) and it crashed my game.
Hey, Chylex, I crashed when using the Spatial Dash Gem. it worked the first two times, but the third time I fired it over a slightly larger distance(maybe 20 or so blocks to the top of a tree) and it crashed my game.
That appears to be a rare crash with a specific particle effect, it's quite difficult to debug. The information in the log is incorrect though, it seems that some mod is messing with vanilla classes and it made pinpointing the exact spot where it crashed impossible. Please, try to replicate it with just Forge and HEE alone.
i can't be the only one who thinks that he should also make a nether expansion mod, i mean, all of the nether mods are terrible and if his nether mod is half as good as this, it would still beat all of them
I seem to be in quite a spot of bother. If I try and load this, this crash report occurs.
It seems it cannot find a class file, from what I presume.
...
You know, there is something that tells you exactly what the error is, but you didn't install it even though the installation guide said so...
i can't be the only one who thinks that he should also make a nether expansion mod, i mean, all of the nether mods are terrible and if his nether mod is half as good as this, it would still beat all of them
Well, I don't think I should make a nether expansion mod, so not gonna happen
Hey there, love your mod! Im actually including it in my modpack, "Frutas Alocadas". I'll levae a link to the topic on the FTB forums once (and if) I'm aproved
i seem to get a crash every time i run MC w/ the java checker :{ i have open eye so it may have sent that info to you but gonna post the log all the same. i understand i have multiple mods installed however the crashes only occur when the java 7 checker is in the mods folder. i have yet to try to have HEE alone in the folder but imma about to do it now. i run java 7 via the "executable" dropdown on the profile page if that makes a difference. hope HEE doesnt require java checker :/
Logs appear to be too long for the forums so will instead link them in my dropbox. i will be placing both the fml client's and Minecraft's Error logs. i hope itll help you out.
I know that, and I have done that but it stays on Java 6 ._.
when you open up the MC Launcher click Profile and youll see something w/ a checkbox next to it named "Executable". find the place where it installed java 7 (default: C:\Program Files\Java\jre7\bin\javaw.exe) and it should force load java 7.
i seem to get a crash every time i run MC w/ the java checker :{ i have open eye so it may have sent that info to you but gonna post the log all the same. i understand i have multiple mods installed however the crashes only occur when the java 7 checker is in the mods folder. i have yet to try to have HEE alone in the folder but imma about to do it now. i run java 7 via the "executable" dropdown on the profile page if that makes a difference. hope HEE doesnt require java checker :/
Logs appear to be too long for the forums so will instead link them in my dropbox. i will be placing both the fml client's and Minecraft's Error logs. i hope itll help you out.
Any idea what would cause this disappearance? Would manually spawning the ender dragon at this point be any different than having it automatically spawn on its own?
You probably have to finish the fight in vanilla, if you start it in vanilla. Tried deleting the dimension before entering the end with HEE?
My Website ~ Twitter ~ Patreon


http://paste.ee/p/omVb0
Do you have any idea what this issue is here?
That appears to be a rare crash with a specific particle effect, it's quite difficult to debug. The information in the log is incorrect though, it seems that some mod is messing with vanilla classes and it made pinpointing the exact spot where it crashed impossible. Please, try to replicate it with just Forge and HEE alone.
My Website ~ Twitter ~ Patreon


Did what you asked, got the crash in about four successive uses.
Strange...
This says that it crashed at line 600, however that line is empty. I'll try updating Forge to latest version and see if that changes anything.
EDIT: Nope, line 600 is still empty. Does MultiMC do anything funny?
My Website ~ Twitter ~ Patreon


http://paste.ee/p/vRjpx CLIENT
http://paste.ee/p/CS0Vw SERVER
Nope :/ I should have some similar crashes in OpenEye, hopefully those will be okay.
My Website ~ Twitter ~ Patreon


I know that, and I have done that but it stays on Java 6 ._.
It seems it cannot find a class file, from what I presume.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 9/7/14 6:25 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: chylex.hee.HardcoreEnderExpansion
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:502)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: chylex.hee.HardcoreEnderExpansion
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:249)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:118)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
... 10 more
Caused by: java.lang.UnsupportedClassVersionError: chylex/hee/HardcoreEnderExpansion : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 37 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.9.4
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 80260376 bytes (76 MB) / 297857024 bytes (284 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -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: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 Optifine OptiFine_1.7.10_HD_U_A4 50 mods loaded, 50 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed
AppliedEnergistics2-Core{rv0-stable-10} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed
simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar) Unloaded->Constructed
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) Unloaded->Constructed
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed
ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed
StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed
ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed
appliedenergistics2{rv0-stable-10} [Applied Energistics 2] (appliedenergistics2-rv0-stable-10.jar) Unloaded->Constructed
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed
BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar) Unloaded->Constructed
BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed
BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.987-universal.jar) Unloaded->Constructed
BiblioWoodsBoP{1.7} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.7].jar) Unloaded->Constructed
CarpentersBlocks{3.2.6} [Carpenter's Blocks] (Carpenter's Blocks v3.2.6 - MC 1.7.10.zip) Unloaded->Constructed
chisel{1.5.6b} [Chisel] (Chisel-1.7.10-1.5.6b.jar) Unloaded->Constructed
DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar) Unloaded->Constructed
exnihilo{1.36} [Ex Nihilo] (Ex-Nihilo-1.36.jar) Unloaded->Constructed
HardcoreEnderExpansion{1.6.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.6.2.jar) Unloaded->Errored
Hats{4.0.0} [Hats] (Hats-4.0.0.jar) Unloaded->Constructed
HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) Unloaded->Constructed
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode] (HQM-The Journey (4.2.1).jar) Unloaded->Constructed
inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar) Unloaded->Constructed
Mantle{1.7.10-0.3.1.jenkins180} [Mantle] (Mantle-mc1.7.10-0.3.1.jar) Unloaded->Constructed
Mystcraft{@[email protected]} [Mystcraft] (mystcraft-1.7.2-0.10.14.00.jar) Unloaded->Constructed
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed
Baubles{1.0.1.7} [Baubles] (Baubles-1.7.10-1.0.1.7.jar) Unloaded->Constructed
Thaumcraft{4.2.0.1} [Thaumcraft] (Thaumcraft-1.7.10-4.2.0.1.jar) Unloaded->Constructed
harvestcraft{1.7.2d} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10a.zip) Unloaded->Constructed
simplyjetpacks{1.1.0} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.1.0.jar) Unloaded->Constructed
SolarExpansion{1.1a} [Solar Expansion] (SolarExpansion-1.1a.jar) Unloaded->Constructed
Waila{1.5.2_1.7.2} [Waila] (Waila-1.5.2a_1.7.2.jar) Unloaded->Constructed
TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed
ThaumicTinkerer{2.5-1.7.10-158} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-158.jar) Unloaded->Constructed
TiCTooltips{1.1.10} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.10.jar) Unloaded->Constructed
WailaHarvestability{1.1.0} [Waila Harvestability] (WailaHarvestability-mc1.7.x-1.1.0.jar) Unloaded->Constructed
aobd{2.2.4} [Another One Bites The Dust] (AOBD-2.2.4.jar) Unloaded->Constructed
IguanaTweaksTConstruct{1.7.10-2.0.2} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.0.2.jar) Unloaded->Constructed
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: Environment healthy.
Uninstall Java 6 then I guess, Minecraft won't use it afterwards.
You know, there is something that tells you exactly what the error is, but you didn't install it even though the installation guide said so...
Well, I don't think I should make a nether expansion mod, so not gonna happen
My Website ~ Twitter ~ Patreon


was worth a shot
Logs appear to be too long for the forums so will instead link them in my dropbox. i will be placing both the fml client's and Minecraft's Error logs. i hope itll help you out.
logs can be found in the dropbox folder: https://www.dropbox.com/sh/41da1422w9kxker/AAAkyroNLDZRqr_Z5Yk-PRoNa?dl=0
when you open up the MC Launcher click Profile and youll see something w/ a checkbox next to it named "Executable". find the place where it installed java 7 (default: C:\Program Files\Java\jre7\bin\javaw.exe) and it should force load java 7.
hs_err_pid*.log files get created when a fatal error happens in the system - might be memory issues, drivers, hardware... not sure.
My Website ~ Twitter ~ Patreon

