GithubHelp home page GithubHelp logo

opencomponents's People

Contributors

boomshroom avatar fnuecke avatar lordjoda avatar marcin212 avatar matchlighter avatar xfel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencomponents's Issues

Minecraft 1.7

Why not is there a version for minecraft 1.7.2 ?

Axelandre

Extra Utilities Interaction

[copied from OpenComputers by request]

It seems that the 'Adapter' block does not understand anything about the Extra Utilities 'Trading Post', it won't show up as a component.

When CC was installed, the trading post was the way to automate villager trading. I have removed BC/CC from my pack and now cannot re-implement my villager trading program with OpenComputers.

Is there any way to add this type of functionality into OpenComputers? I really don't want to add BC/CC back into my pack.

Thank you,

Mod versions installed

OpenComponents-MC1.6.4-0.2.0.47-universal.jar
OpenComputers-MC1.6.4-1.3.1.516-universal.jar

Memory leak adapting to IC2 CESU

Repeatedly creating a proxy object of an adaptered CESU appears to leak memory, soon crashing with "not enough memory".

It's not clear if this is an OpenComponents or an OpenComputers issue (but see other tested cases at end).

Test conditions:

  • OpenComputers-MC1.7.10-1.3.2.34-universal.jar
  • OpenComponents-MC1.7.10-0.2.0.13-universal.jar
  • industrialcraft-2-2.2.540-experimental.jar
  • multiple (5) CESU's connected to 2 Adapters (2 + 3)
  • 2x512MB RAM in OC (crashes in just 10 loops with 512MB)

Code:

local computer = require("computer")
local component = require("component")

local loops = 1
while true do
  for addr,name in component.list("cesu") do
    cesu = component.proxy(addr)
  end
  loops = loops + 1
  if loops % 1000 == 0 then
    print(computer.freeMemory().."/"..computer.totalMemory())
    os.sleep(0)
  end
end
  • same, but with only 2 CESU connected to one adapter, does not crash, even with only 512MB.
  • same, but not calling component.proxy(), does not crash
  • same, but with component.list("filesystem"), of which 2 exist, does not crash.
  • same, but with component.list("batbox") of which 1 exists, does not crash.
  • same, but printing every time through (not every 1000) shows decline very clearly (but takes a minute or so)

Jenkins link

Hi,

just to say the jenkins links are broken.
I would be happy to be able to download a version for 1.6.4

Kind regards

IC2 getReactorEnergyOutput shows exactly 1/5 amount shown in reactor GUI.

With IC2 experimental, MC 1.7.2, OpenComponents-MC1.7.2-0.2.0.9-universal.jar

My reactor shows 160EU/t in the reactor GUI, but getReactorEnergyOutput returns 32.

The IC2 IReactor interface docs say "Energy output, not multiplied by the base EU/t value".

A solution may be to add getReactorEUOutput that multiplies by IC2Reactor.getEUOutput, or to just add that to the API to allow users to do it.

OpenComputer / Components and Applied Energistics

Are the new APIs for Applied Energistics also merged into the old 1.6.4 branch?

We have some difficulties with this api.

Following problems occured until now:

  • ME Interface can't read items in ae network (function: getAvailableItems), return value nil
  • extracItem doesn't return the extracted amount of items, always nil.

Examples:
component = require("component")
me = component.getPrimary("me_interface")
-- why doesn't here component.me_interface work???

extitems = me.extractItem( {id = 3, dmg = 0, qty = 4}, "north")
list = me.getAvailableItems()

AE2 Craftin Request bug

When using x = crafting.request(number) on a craftable object, the returned object always gives isDone() = false back even if the crafting was successfully finished.

Greg Tech Power Support Part 2

This is a long stretch, and if it violates rules/support, etc. then feel free to close this topic.

I recently requested API support for Greg Tech, and it works as intended. I am able to pull more methods and get more information from Greg Tech blocks. I still am trying to make a power system where I know how much stored energy a block has, similar to IC2 storage devices (which works already). In GT5 however, power is stored in batteries inside blocks, the block information shows correct for the block itself, but GT does not expose any methods that I am aware of for access inside the block for power (EU). I posted this on the GT forums to see what Greg had to say about it and if he could expose a method for us:

Me:

I want to know how much EU is in a battery buffer. I thought using the scan tool "Tricorder" would tell me... I see a "Energy:XXXX/YYYYYYEU" value, but it does NOT match what is actually stored on the batteries inside.

Is there anyway to know how much battery is in a battery buffer? My current method involves a lot of calculator time and clicking.

This picture shows 131298/524288EU, maybe that is the BLOCK itself and not what's inside? Inside was 1 battery with 37120EU


Greg:

The Problem with that is, that the Inventory isn't getting counted as Energy Storage, and I am sure the Computer Mods should be able to read the Inventory of a Block. I bet Vexatos (also on this Forum and the Dev of Computronics) either already has something that does read EU Values of Items inside adjacent Blocks, or he will be happy to add it. :)

And the only in-GT Solution for that would be a Cover that does that but it would only emit on a 0-15 basis, making Screens with Numbers useless for that purpose. I'm not the Computer Guy, I'm just the one who does the Machines, and I don't even implement any of the Computer Interfaces of the two great Computer Mods. ^^


So my question is, is this something Open Components can/should do, or should I be seeking out another add-on that might be able to provide this type of support?

Thanks

Adapter doesn't detect Warded Jars on SMP.

Though working in SSP, when an adapter is placed next to a Warded Jar in SMP, it isn't detected as a component.

Originally I thought this might be an issue caused by us using MCPC+, but it occurs using vanilla Forge as well.

OpenComputers (1.2.11.375)
OpenComponents (0.1.1.37)
Thaumcraft (4.1.0g)

[MC1.7] Applied Energistics 2 Drivers

The drivers for AE2 stuff are pretty much useless as they are now, from what I could test. For example, the methods in DriverCellContainer will always return nothing, because there's no converter for the returned type (IMEInventoryHandler) and probably shouldn't be, because it'd be a massive pain to (un)persist those. From what I can tell, DriverGridNode won't work either, because as I see it IGridNode is never implemented on tile entities, only IGridHost is (might be wrong here).

Either way, it'd be great if someone that has actually played with AE2 and has a decent understanding of it would take a look at this, and either suggest a list of callbacks that would make sense, or, even better, take care of the implementation. At this time, that person isn't me, since I didn't have the time to mess around a lot with AE2, yet, I'm afraid :-/

Ender IO

When pulling the energy of Ender IO block with the adapater, c.getEnergyStored(), all the blocks tested returned the correct amount.

When pulling from a Capacitor Bank, the value for getEnergyStored() ALWAYS returns 0.

Crash on Server Start

I'm running the DNS Techpack and the pack already includes Open Computers, but do es not include Open Components which I find strange. I tried to add in Open Components, but crash when it's loaded. I simply downloaded the Open Components universal.jar, and dropped it into my mods folder. I also tried to upgrade the mod to the newest release, but this caused Open Computers to stop working all together. I'm currently running Open Comptuers 1.2 with the latest version of Open Components.

Crash Log:

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 4/13/14 12:07 AM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: li/cil/oc/api/driver/Converter
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:700)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:178)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: li/cil/oc/api/driver/Converter
at li.cil.occ.OpenComponents.init(OpenComponents.java:50)
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:545)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
... 5 more
Caused by: java.lang.ClassNotFoundException: li.cil.oc.api.driver.Converter
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 32 more
Caused by: java.lang.NullPointerException

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

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 852447336 bytes (812 MB) / 1693974528 bytes (1615 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xmx4G -XX:MaxPermSize=256M
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
CraftBukkit Information:
Running: MCPC+ version git-MCPC-Plus-jenkins-MCPC-Plus-164-251 (MC: 1.6.4) (Implementing API version 1.6.4-R2.1-SNAPSHOT) false
Plugins: {}
Warnings: DEFAULT
Threads: { WAITING LogisticsPipes RoutingTableUpdateThread #2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.PriorityBlockingQueue.take(Unknown Source), logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)], TIMED_WAITING Thread-11: [java.lang.Thread.sleep(Native Method), appeng.common.VersionChecker.run(VersionChecker.java:29), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Immibis Core background task: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], WAITING LogisticsPipes Packet Compressor Server: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), logisticspipes.ticks.ServerPacketBufferHandlerThread$ServerCompressorThread.run(ServerPacketBufferHandlerThread.java:87)], WAITING LogisticsPipes RoutingTableUpdateThread #3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.PriorityBlockingQueue.take(Unknown Source), logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], TIMED_WAITING Spigot Metrics Thread: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Signal Dispatcher: [], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:27), net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106), net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58), net.minecraft.crash.CrashReport.(CrashReport.java:40), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:689), net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:174)], RUNNABLE Listen thread: [java.net.DualStackPlainSocketImpl.accept0(Native Method), java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source), java.net.AbstractPlainSocketImpl.accept(Unknown Source), java.net.PlainSocketImpl.accept(Unknown Source), java.net.ServerSocket.implAccept(Unknown Source), java.net.ServerSocket.accept(Unknown Source), net.minecraft.server.ServerListenThread.run(ServerListenThread.java:82)], TIMED_WAITING Thread-5: [java.lang.Thread.sleep(Native Method), net.minecraft.server.dedicated.DedicatedServerSleepThread.run(DedicatedServerSleepThread.java:23)], RUNNABLE DestroyJavaVM: [], RUNNABLE Attach Listener: [], RUNNABLE Thread-1: [java.io.FileOutputStream.writeBytes(Native Method), java.io.FileOutputStream.write(Unknown Source), java.io.BufferedOutputStream.flushBuffer(Unknown Source), java.io.BufferedOutputStream.flush(Unknown Source), java.io.PrintStream.write(Unknown Source), org.fusesource.jansi.AnsiOutputStream.write(AnsiOutputStream.java:82), java.io.FilterOutputStream.write(Unknown Source), java.io.PrintStream.write(Unknown Source), sun.nio.cs.StreamEncoder.writeBytes(Unknown Source), sun.nio.cs.StreamEncoder.implWrite(Unknown Source), sun.nio.cs.StreamEncoder.write(Unknown Source), sun.nio.cs.StreamEncoder.write(Unknown Source), java.io.OutputStreamWriter.write(Unknown Source), java.io.Writer.write(Unknown Source), java.util.logging.StreamHandler.publish(Unknown Source), java.util.logging.ConsoleHandler.publish(Unknown Source), cpw.mods.fml.relauncher.FMLRelaunchLog$ConsoleLogThread.run(FMLRelaunchLog.java:84), java.lang.Thread.run(Unknown Source)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], WAITING LogisticsPipes Packet Decompressor Server: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), logisticspipes.ticks.ServerPacketBufferHandlerThread$ServerDecompressorThread.run(ServerPacketBufferHandlerThread.java:239)], WAITING LogisticsPipes RoutingTableUpdateThread #1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.PriorityBlockingQueue.take(Unknown Source), logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)], RUNNABLE Command Reader: [org.fusesource.jansi.internal.Kernel32._getch(Native Method), org.fusesource.jansi.internal.WindowsSupport.readByte(WindowsSupport.java:46), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readByte(WindowsTerminal.java:184), org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:53), org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:151), java.io.FilterInputStream.read(Unknown Source), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.dedicated.DedicatedServerCommandThread.run(DedicatedServerCommandThread.java:38)], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(Unknown Source), java.lang.Thread.run(Unknown Source)], WAITING LogisticsPipes RoutingTableUpdateThread #0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.PriorityBlockingQueue.take(Unknown Source), logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)],}
Recent tasks from -31--1{}
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 213 mods loaded, 213 mods active
mcp{8.09} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics-Core{rv14.finale3} AppliedEnergistics Core Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.1.3} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
denLib{3.2.4} denLib Unloaded->Constructed->Pre-initialized->Initialized
Evoc{1.0.0} Evoc Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized
MobiusCore{1.0.4} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items](NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{0.2} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.8} PowerCrystals Core Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.0.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized
DenEvents{1.0} DenEvents Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{4.2.2} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{4.2.2} BC Energy Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.1.14} Natura Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{1.2.1} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.15.6} ExtrabiomesXL Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{2.0.0.2} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.6.2R2.2.2} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized
Tubes{1.1.3} Tubes Unloaded->Constructed->Pre-initialized->Initialized
UniversalElectricity{3.0.1} Universal Electricity Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.0.0.250} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{3.0.0.2} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.0.397-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{4.2.2} BC Builders Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{4.2.2} BC Factory Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{4.2.2} BC Transport Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.6.4R2.7.6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestryPre{1.6.4R2.7.6} MFR Compat: Forestry (part 2) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.3.1.1} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft{4.1.0g} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.7.3.38} BetterStorage Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{v5.2(1.6.4)} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{4.2.2} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial{2.6.0} Additional Pipes Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{5.2.3} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized->Initialized
arsmagica2{1.1.2b} Ars Magica 2 Unloaded->Constructed->Pre-initialized->Initialized
AdvancedPowerManagement{1.2.1-IC2-2.0.238-experimental} Advanced Power Management Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics{rv14.finale3} Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized
ArchimedesShipsMod{1.6.4 v1.4.5} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.1.3} [Aroma1997Core|Helper](Aroma1997Core MC.1.6.4 v.1.0.1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997s Dimension{1.0.2.14} [Aroma1997's Dimensional World](Aroma1997s Dimensional World MC.1.6.4 v.1.0.2.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
CalclaviaCore{@major@.@minor@.@revis@} [CalclaviaCore](Calclavia Core-1.1.1.85.jar) Unloaded->Constructed->Pre-initialized->Initialized
AtomicScience{1.0.1} Atomic Science Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{2.4.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized
Grinder{2.0.0} Grinder Unloaded->Constructed->Pre-initialized->Initialized
Autoutils{1.0.1} Autoutils Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.26.29} Backpack Unloaded->Constructed->Pre-initialized->Initialized
barrels{2.2.2} [The Barrels Mod](Barrels 1.6.2 2.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
BCTools{1.4-a-16} Buildcraft Tools Unloaded->Constructed->Pre-initialized->Initialized
BetterChests{1.1.0.3} [BetterChests](BetterChests MC.1.6.4 v.1.1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.5.5} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsBoP{1.3} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsEBXL{1.1} BiblioWoods ExtraBiomesXL Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsForestry{1.3} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized
BiblioWoodsNatura{1.1} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized
BinnieCore{1.8.0} Binnie Core Unloaded->Constructed->Pre-initialized->Initialized
ExtraBees{1.8.0} Extra Bees Unloaded->Constructed->Pre-initialized->Initialized
ExtraTrees{1.8.0} Extra Trees Unloaded->Constructed->Pre-initialized->Initialized
BlEx{0.1} Block Extenders Unloaded->Constructed->Pre-initialized->Initialized
Additional-Buildcraft-Objects{1.0.7.560} Additional Buildcraft Objects Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{v2.0.2} [Carpenter's Blocks](Carpenters Blocks v2.0.2 - MC 1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChargePads{3.0.0} Charge Pads Unloaded->Constructed->Pre-initialized->Initialized
Chisel{1.5.0} Chisel Unloaded->Constructed->Pre-initialized->Initialized
CoFHLoot{2.0.0.2} CoFH Loot Unloaded->Constructed->Pre-initialized->Initialized
CoFHMasquerade{2.0.0.2} CoFH Masquerade Unloaded->Constructed->Pre-initialized->Initialized
CoFHSocial{2.0.0.2} CoFH Social Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{2.0.0.2} CoFH World Unloaded->Constructed->Pre-initialized->Initialized
CompactSolars{4.4.19.251} Compact Solar Arrays Unloaded->Constructed->Pre-initialized->Initialized
CompactWindmills{1.0.3.0} [CompactWindmills](CompactWindmills MC.1.6.4 v.1.0.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.58} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.58} ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized
CustomCodex{1.0.0} [Custom Codex](Custom Codex 1.0.0 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.0.0} [DrZhark's CustomSpawner](CustomMobSpawner 3.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.3.6} [EnderStorage](EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.8.29} Factorization Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{8.3.2.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized
gregtech_addon{MC162} [GregTech-Addon](gregtechmod 4.07g.zip) Unloaded->Constructed->Pre-initialized->Initialized
TC{4.1.4_024} Traincraft Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.3} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
DartCraft{Beta 0.2.17} [DartCraft](DartCraft Beta 0.2.17.jar) Unloaded->Constructed->Pre-initialized->Initialized
dartpatch{2.1} DartPatch Unloaded->Constructed->Pre-initialized->Initialized
DenPipes-Forestry{1.1.8} DenPipes-Forestry Unloaded->Constructed->Pre-initialized->Initialized
DenPipes-Emerald{1.1.6} DenPipes-Emerald Unloaded->Constructed->Pre-initialized->Initialized
DenPipes{2.1.18} DenPipes Unloaded->Constructed->Pre-initialized->Initialized
DiamondMeter{2.2.4} Diamond Meter Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore{57.1.94} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors{57.1.95} Dimensional Anchors Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{6.1.0} [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v6.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
Dynmap{1.9.3-242} Dynmap Unloaded->Constructed->Pre-initialized->Initialized
E7Core{2.3.0} Elite7 Core Unloaded->Constructed->Pre-initialized->Initialized
EnergyManipulator{1.1.8} [Energy Manipulator](EM1.6.4 1.1.8.zip) Unloaded->Constructed->Pre-initialized->Initialized
emashercore{1.2.3.4} Emasher Resource Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{0.11.3} Ender IO Unloaded->Constructed->Pre-initialized->Initialized
eng_toolbox{1.1.8.3} Engineer's Toolbox Unloaded->Constructed->Pre-initialized->Initialized
LogisticsPipes|Main{0.7.4.dev.108} Logistics Pipes Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.1} Waila Unloaded->Constructed->Pre-initialized->Initialized
extracells{1.6.8e} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.0.3a} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.8.29} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized
factorization.notify{0.8.29} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.8.29} Factorization Dimensional Slices Unloaded->Constructed->Pre-initialized->Initialized
fodc{1.4.2} Ore Dictionary Converter Unloaded->Constructed->Pre-initialized->Initialized
ICBM{1.4.1} ICBM Unloaded->Constructed->Pre-initialized->Initialized
ICBM|Sentry{1.4.1} ICBM Unloaded->Constructed->Pre-initialized->Initialized
ICBM|Explosion{1.4.1} ICBM Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{2.0.11} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.11} Galacticraft Mars Unloaded->Constructed->Pre-initialized->Initialized
GateCopy{3.1.4} GateCopy Unloaded->Constructed->Pre-initialized->Initialized
GraveStoneMod{1.6.2 v5.2} [GraveStone](GraveStones Mod 1.6.4 v1.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviGun{2.0.0} GraviGun Unloaded->Constructed->Pre-initialized->Initialized
GregsLighting{1.9.1} Greg's Lighting Unloaded->Constructed->Pre-initialized->Initialized
IC2NuclearControl{1.6.2e} Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized
ImmibisPeripherals{57.0.1} Immibis's Peripherals Unloaded->Constructed->Pre-initialized->Initialized
InfiniTubes{57.0.5} InfiniTubes Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.4.1.642} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.1.1a} JABBA Unloaded->Constructed->Pre-initialized->Initialized
LightBridgesAndDoors{0.1.7} [kris91268's Light Bridges and Doors](Light bridges and doors V1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
LiquidXP{57.1.1} Liquid XP Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} Lucky Block Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.X_1.5.2.1} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized
ThaumicTinkerer{2.3-102} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized
MagicBees{2.1.12} Magic Bees Unloaded->Constructed->Pre-initialized->Initialized
Mekanism{6.0.4} Mekanism Unloaded->Constructed->Pre-initialized->Initialized
MekanismGenerators{6.0.4} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized
MekanismTools{6.0.4} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized
meteors{2.11.2} [Falling Meteors](Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
minechem{@Version@} MineChem Unloaded->Constructed->Pre-initialized->Initialized
examplemod{1.0} examplemod Unloaded->Constructed->Pre-initialized->Initialized
MFR Compat Forestry Trees{1.0} MFR Compat Forestry Trees Unloaded->Constructed->Pre-initialized->Initialized
MFR Compat Extra Trees{1.0} MFR Compat Extra Trees Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.6.4R2.7.6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.6.4R2.7.6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.6.4R2.7.6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.6.4R2.7.6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.6.4R2.7.6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.6.4R2.7.6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.6.4R2.7.6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.6.4R2.7.6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.6.4R2.7.6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.11.00} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.6.4R2.7.6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.6.4R2.7.6} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.3.2.26} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Exploration{4.3.2.26} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.6.4R2.7.6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.6.4R2.7.6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.6.4R2.7.6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.6.4R2.7.6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.6.4R2.7.6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.6.4R2.7.6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.6.4R2.7.6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.6.4R2.7.6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatXyCraft{1.6.4R2.7.6} MFR Compat: XyCraft Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel{3.4.6} Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.9.7} Gravitation Suite Unloaded->Constructed->Pre-initialized->Initialized
MFFS{3.6.2} Modular Force Field System Unloaded->Constructed->Pre-initialized->Initialized
numina{0.1.2-55} Numina Unloaded->Constructed->Pre-initialized->Initialized
powersuits{0.10.0-92} MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized->Initialized
MoreSwordsMod{2.5.5} [More Swords Mod](More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.7.1} Morph Unloaded->Constructed->Pre-initialized->Initialized
nhwrench{1.0.2} NHAVE's OmniWrench Unloaded->Constructed->Pre-initialized->Initialized
ObsidiPlates{2.0.0} Obsidian Pressure Plates Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.2} OpenMods Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transmission{4.3.2.26} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized
OpenPeripheralCore{0.3.1} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized
OpenPeripheral{0.1.1} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.2.5} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized
OpenComponents{0.1.0.29} OpenComponents Unloaded->Constructed->Pre-initialized->Errored
OpenComputers|Core{1.0.0} OpenComputers (Core) Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers{1.2.0} OpenComputers Unloaded->Constructed->Pre-initialized->Initialized
PetBat{1.2.7} Pet Bat Unloaded->Constructed->Pre-initialized->Initialized
PluginsforForestry{3.2.30} PluginsforForestry Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{2.0.2} PortalGun Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters{1.6.4-2.4.0.17} Power Converters Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transportation{4.3.2.26} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatibility{4.3.2.26} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{4.3.2.26} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Illumination{4.3.2.26} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Expansion{4.3.2.26} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized
QuantumCraft{1.1} qCraft Unloaded->Constructed->Pre-initialized->Initialized
QuarryPlus{1.0.0} QuarryPlus Unloaded->Constructed->Pre-initialized->Initialized
RandomThings{1.8.8} [Random Things](Random Things v. 1.8.8 [MC 1.6.4].zip) Unloaded->Constructed->Pre-initialized->Initialized
rcdusts{0.0.6d} Rock Crusher Metal Dusts Add-On Unloaded->Constructed->Pre-initialized->Initialized
Redstone Arsenal{1.0.0.0} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized
JAKJ_RedstoneInMotion{2.3.0.0} Redstone In Motion Unloaded->Constructed->Pre-initialized->Initialized
remoteIO{@major@.@minor@.@revis@.@build@} Remote IO Unloaded->Constructed->Pre-initialized->Initialized
secretroomsmod{4.6.2} The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized
SS2{2 (build 2)} Soul Shards 2 Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b10} Steve's Carts 2 Unloaded->Constructed->Pre-initialized->Initialized
SuperCraftingFrame{1.6.2.7} Super Crafting Frame Unloaded->Constructed->Pre-initialized->Initialized
Sync{2.1.0} Sync Unloaded->Constructed->Pre-initialized->Initialized
TF2Dispenser{1.6.4} TF2 Dispenser Unloaded->Constructed->Pre-initialized->Initialized
TF2Sentry{1.6.4} TF2 Sentry Unloaded->Constructed->Pre-initialized->Initialized
TF2Teleporter{1.6.4} TF2 Teleporter Unloaded->Constructed->Pre-initialized->Initialized
ThaumcraftExtras{1.0.0.3} Thaumcraft Extras Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{12.995565c} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized
ToolBelt{1.6.4} [ToolBelts](ToolBelts 1.6.4 v3.zip) Unloaded->Constructed->Pre-initialized->Initialized
Translocator{1.1.0.15} [Translocator](Translocator 1.1.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff{57.1.3} Tubestuff Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.1} AtomicStryker Update Check Mod Unloaded->Constructed->Pre-initialized->Initialized
mod_usefulDNS{1.07} mod_usefulDNS Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core{1.4.0.7} [WR-CBE Core](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons{1.4.0.7} [WR-CBE Addons](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Logic{1.4.0.7} [WR-CBE Logic](WR-CBE 1.4.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineTweaker{1.6.4-2.1.2} MineTweaker Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.0.0.250} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
BasicComponents{1.0.0} Basic Components Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.0.0.250} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech_addon, bukkit
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)

Immibis Peripherals doesn't entirely function

The Adapter block will see the peripheral, and will access all its methods, but it seems any function that would return a table with functions in it (or maybe a table in general), gives nil instead.

Affected functions:
getOrLoadWorld
getPlayerByName
getWorld

Can't address Logsitics Pipes as CC peripheral

Using latest release build of ComputerCraft, Open Computers, Open Components and Logistics Pipes. The Adapter reports a Logistics Pipes Request pipe as being a null component. It is exposing the Buildcraft methods but not the ComputerCraft methods.

My understanding is that the adapter should present all matching drivers.

Please let me know how I can help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.