Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teleport pipes spit out items #55

Closed
SwissPegasus opened this issue May 5, 2013 · 18 comments
Closed

teleport pipes spit out items #55

SwissPegasus opened this issue May 5, 2013 · 18 comments
Assignees
Labels

Comments

@SwissPegasus
Copy link

Forge 7.8.0.685
buildcraft-A-3.5.1
AdditionalPipes2.2.1-BC3.5.1
LogisticsPipes-MC1.5.2-0.7.2.dev.420

The items are not teleportet since new release for mc 1.5.2. The items just drop out the teleport pipe.

Tested also with a complete new world.

@AartBluestoke
Copy link

i noticed LP is listed in the mod list, was it involved in your testing (ie, was it lp's trying to pass through the phase pipes, or just standard BC pipes)?

@SwissPegasus
Copy link
Author

yes it was involved, i try the same construct from chest to chest only with basic logistic pipes and it works.

Used a mark II chassis and a advanced extractor module + one basic logistic pipe, on the other side one basic logistic pipe and a mark II chassis and a item sink module. between of this i try with teleport pipes, and this not work. Without the teleport pipes, it works (only basic logistic pipes between the mark II chassis.

@tcooc
Copy link
Owner

tcooc commented May 6, 2013

Do items still drop if you add 1 vanilla BC pipe (i.e. stone) between the teleport pipe and logi pipe?

@SwissPegasus
Copy link
Author

i can try this in the evening, in the previous release for bc 3.5.0 this works without vanilla pipes
... but i try this and give a feedback

@SwissPegasus
Copy link
Author

same problem, the item just drop behind the teleport pipe.

@DasNaur
Copy link

DasNaur commented May 13, 2013

Same problem here. Also Phased Waterproof Pipes and Phased Conductive Pipes don't seem to work either, they seem to just not transport anything.
I'm using:
Minecraft 1.5.2
Forge 7.8.0.688
Buildcraft 3.5.3
Additional Pipes 2.2.2

This problem was also with Buildcraft 3.5.1 and Additional Pipes 2.2.1

@ghost ghost assigned tcooc May 13, 2013
@dwfmagik
Copy link

Same here. Tekkit version is also broken.

http://forums.technicpack.net/threads/teleport-pipes-spit-out-items.44573/

@tcooc tcooc closed this as completed in b08883c May 16, 2013
@dwfmagik
Copy link

Still broken on Tekkit. :-(

@AartBluestoke
Copy link

does tekkit have the latest git version?

@dwfmagik
Copy link

I manually added it. As soon as you try to 'gief' yourself a pipe through NEI, you get java crash and DC from server.

(mod was updated for server + client)

[For clarification - I removed the version that came with tekkit, and placed the latest git version in the mods folder. Server loads just fine - when, as an op, i try to give myself a phased telephort pipe, i get DC'd and have to reboot the entire tekkit client to get back on (only to DC as soon as i select it on my hotbar again)].

@DasNaur
Copy link

DasNaur commented May 16, 2013

Works perfectly for the normal server/client (Forge 7.8.0.700)

@tcooc
Copy link
Owner

tcooc commented May 16, 2013

@dwfmagik what version of buildcraft and minecraft? Also, please post any error logs.

@BLAMM67
Copy link

BLAMM67 commented May 22, 2013

Jumping on the "broken in tekkit" bandwagon. I attempted to manually update with the latest version from here and the launcher failed. I don't want to clutter this forum with the full error log but here are the juicy bits:

Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: pipes
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchFieldError: pipes
    at buildcraft.additionalpipes.AdditionalPipes.createPipeSpecial(AdditionalPipes.java:441)
    at buildcraft.additionalpipes.AdditionalPipes.loadPipes(AdditionalPipes.java:334)
    at buildcraft.additionalpipes.AdditionalPipes.init(AdditionalPipes.java:215)
    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:494)
    at sun.reflect.GeneratedMethodAccessor7.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:314)
    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.propogateStateMessage(LoadController.java:165)
    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:314)
    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:98)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
    ... 5 more

and

-- System Details --
Details:
    Minecraft Version: 1.5.1
    Operating System: Windows XP (x86) version 5.1
    Java Version: 1.8.0-ea, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation

and

BuildCraft|Core{3.5.0} [BuildCraft] (BuildCraft-1.5.1-3.5.0.Tekkit.jar) Unloaded->Constructed->Pre-initialized->Initialized
APUnofficial{2.3.0} [Additional Pipes] (AdditionalPipes2.3.0-BC3.5.3.jar) Unloaded->Constructed->Pre-initialized->Errored

@tcooc
Copy link
Owner

tcooc commented May 23, 2013

AdditionalPipes2.3.0-BC3.5.3.jar - means that it's for buildcraft 3.5.3 and will probably not work for other versions. Please use the version with BC3.5.0 or update buildcraft.

@BLAMM67
Copy link

BLAMM67 commented May 23, 2013

That's a no-go. BC3.5.3 is for Minecraft1.5.2. Tekkit is still using Forge7.7.2 running on Minecraft1.5.1. I'm not opening a can of worms by trying to upgrade everything myself. That's why I use Tekkit after all. Thanks for the help anyway.

@Cisien
Copy link

Cisien commented May 23, 2013

BC3.5.3 works on 1.5.1 and forge 7.7.2.

I run that combination.

AdditionalPipes2.3.0-BC3.5.3 on mc 1.5.1/forge 7.7.2/buildcraft 3.5.3 and it works.

@BLAMM67
Copy link

BLAMM67 commented May 23, 2013

Got my hopes up for a bit. I tried installing forge 7.7.2.682, but MC just keeps crashing when I try to load a map.

Description: Unexpected error
java.lang.NoClassDefFoundError: buildcraft/core/utils/StringUtil
at mistaqur.nei.buildcraft.BuildcraftFuelHelper.registerFuelHelpers(BuildcraftFuelHelper.java:23)
at mistaqur.nei.NEIPlugins_Buildcraft.addHandlers(NEIPlugins_Buildcraft.java:89)

Still using BC3.5.3 and AP2.3.0. At least this time they loaded.

@tcooc
Copy link
Owner

tcooc commented May 23, 2013

mistaqur.nei.buildcraft.BuildcraftFuelHelper - problem with nei plugins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants