http://pastebin.com/cGH7HRnK mh? :I
[IC2 Exp][1.7.10] IHL Tools & Machines
-
-
Ahhh, IHL has fallen prey to the upgrade changes. Like the Thermal Centrifuge has apparently.
-
http://pastebin.com/cGH7HRnK mh? :I
Ahhh, IHL has fallen prey to the upgrade changes. Like the Thermal Centrifuge has apparently.
I was catched with this bug in a middle of creating new IHL worldgen. Will fix this as soon as i finish it.
Here is example of new worldgen (with disabled check, if current block is replaceable). Its pretty CPU-friendly and generate ores as straight lines. This line could pass several chunks. If anyone have suggestions/remarks - shoot them now.
EDIT: New oregen is ready and IHL updated to new IC2 version. -
When a collector grabs something, after a few seconds the game crashes. Here's the crashlog.
Using lastest GT5u.
[19:34:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Ooh. Shiny.Time: 8/10/15 7:34 PM
Description: Ticking entityjava.lang.NoClassDefFoundError: gregapi/old/metatileentity/BaseMetaTileEntity
at ihl.collector.CollectorEntity.addItemStackToInventory(CollectorEntity.java:856)
at ihl.collector.CollectorEntity.dropItem(CollectorEntity.java:696)
at ihl.collector.CollectorEntity.func_70626_be(CollectorEntity.java:514)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at ihl.collector.CollectorEntity.func_70071_h_(CollectorEntity.java:150)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at fastcraft.r.a(F:21)
at fastcraft.Hooks.aq(F:155)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: gregapi.old.metatileentity.BaseMetaTileEntity
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 20 more
Caused by: java.lang.NullPointerExceptionA detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Stacktrace:
at ihl.collector.CollectorEntity.addItemStackToInventory(CollectorEntity.java:856)
at ihl.collector.CollectorEntity.dropItem(CollectorEntity.java:696)
at ihl.collector.CollectorEntity.func_70626_be(CollectorEntity.java:514)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1780)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:367)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1611)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at ihl.collector.CollectorEntity.func_70071_h_(CollectorEntity.java:150)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)-- Entity being ticked --
Details:
Entity Type: ihl.CollectorEntity (ihl.collector.CollectorEntity)
Entity ID: 962531
Entity Name: entity.ihl.CollectorEntity.name
Entity's Exact location: -1001.50, 5.13, -702.71
Entity's Block location: World: (-1002,5,-703), Chunk: (at 6,0,1 in -63,-44; contains blocks -1008,0,-704 to -993,255,-689), Region: (-2,-2; contains chunks -64,-64 to -33,-33, blocks -1024,0,-1024 to -513,255,-513)
Entity's Momentum: -0.14, 0.00, 0.14
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) -
Fixed and tested with latest GT5u. Thank for bugreport, Pyrolusite.
-
With GT6 v.49 I can't get to work any iron workbench recipe that require just arbutrary metal plate, like file set blank or 1.5 sq. dice
The recipe is shown in NEI, but not in the worktable itself. I tried replacing IHL hacksaw with GT saw, but it does not change anything.
(It is Kirara 3 modpack) -
wvk, there was a such thing in previous versions of IHL, when you can use any metal plates or foils in iron workbench recipes, but i decide to fix this. Please check NEI one more time and tell me, if there is something else beside IC2 refined Iron plate, GT steel plate or Railcraft steel plate in NEI recipe.
As well Kirara 3 use v0.572. Actual version is 0.575. Is this bug is also present in latest version of IHL with kirara 3 modpack? -
Thanks for the explanation (in that version NEI shows all plates as possible indeed).Arch is going to update Kirara in a few days, hopefully this is fixed in newer version.
-
I've found new bug. If you fill "Injection mold" (hammer head) with steel from tinker's construct smeltery, you get crash. And also it crashes every time you try to load world.
Crash report: http://pastebin.com/wjFPLYJP</a> -
Thank for report, speles. Try out new version.
-
i have a bug report. happens on loading up minecraft, i have most recent IC2 and IHL.
-
i have a bug report. happens on loading up minecraft, i have most recent IC2 and IHL.
Already 2 other mods with this bug, Player's guidance on fixing it: Remove ic2.core.block.TileEntityBlock.updateEntity() final modifier
-
Already 2 other mods with this bug, Player's guidance on fixing it: Remove ic2.core.block.TileEntityBlock.updateEntity() final modifier
so i have to go into IC2 directly and change it or something? or just wait for an update to fix it? im sorry, but im pretty sure i misunderstood what you said -
so i have to go into IC2 directly and change it or something? or just wait for an update to fix it? im sorry, but im pretty sure i misunderstood what you said
All you can do is wait for Foghrye to update. You can always just use build 766 instead of 767 in the mean time. -
All you can do is wait for Foghrye to update. You can always just use build 766 instead of 767 in the mean time.
ohh, well thats a simple fix :D. what does 767 even add, anyways? -
ohh, well thats a simple fix :D. what does 767 even add, anyways?
Support for ticking components, so as an end user nothing. -
hey how do you place the 2 part machines together? i have a wooden rolling machine, and im not sure how to power it, or get it operable. i have it connected up to a solar generator, via copper insulated cabling from IC2, and i dont know how to place the 2nd part in relation to the first part.i have a low voltage low efficiency DC electric motor in the M slot. any help?
-
You place it so that the barrel connects together.
-
You place it so that the barrel connects together.
im pretty sure i did, or i hope i did it correctly, but for some reason its still not working. i have a tiny pile of sulfur dust, and 5 rubber bars in the machine, a low effeciency low voltage DC electric motor in the M slot, and im pretty sure i connected the second part up right. heres a pic:edit: now i have a crash when i place glycerin and spruce resin into a chemical reactor. i cant even load up world, it crashes to desktop. cryogenic thingy was attached to chemical reactor, not sure if oriented properly but it was adjecent to the reactor. crash log in attachments.
-
Ahh, you got it almost right. Move one of them to the otherside then the bar in the middle will form. Forgot with the rolling machine it only shows when it is correct.