Jump to content




[CC1.53][MC1.5.2] MiscPeripherals 3.3

turtle peripheral help peripheral

  • This topic is locked This topic is locked
1238 replies to this topic

#981 dragonhippie

  • Members
  • 4 posts

Posted 01 June 2013 - 09:24 AM

Im crashing with the newest version of MiscPeripherals 3.3.
Minecraft 1.5.2
Spoiler

Pastebin: http://pastebin.com/HLvHQCJa

If there is conflict with a possible other mod, can someone tell me? or if i need to download something else. Cheers.

#982 Creeper367

  • Members
  • 62 posts

Posted 01 June 2013 - 10:27 AM

I fixed my helmet problem. I had to link to a smallnet device before putting it on or it would crash.
Also, I still dont understand why i cant get upgraded turtles so please follow up on this. Thank you

#983 RichardG867

  • Members
  • 196 posts

Posted 01 June 2013 - 10:49 AM

Maybe that's the reason speech is failing for so many people... does "jacob-1.17-M2-x64.dll" actually exist in your Minecraft folder?

#984 RichardG867

  • Members
  • 196 posts

Posted 01 June 2013 - 11:28 AM

View PostCreeper367, on 01 June 2013 - 10:27 AM, said:

I fixed my helmet problem. I hate to link to a smallnet device before putting it on or it would crash.
Also, I still dont understand why i cant get upgraded turtles so please follow up on this. Thank you
NEED A REPORT!!111

#985 eyeonus

  • Members
  • 13 posts

Posted 01 June 2013 - 11:29 AM

View PostRichardG867, on 01 June 2013 - 10:49 AM, said:

Maybe that's the reason speech is failing for so many people... does "jacob-1.17-M2-x64.dll" actually exist in your Minecraft folder?

This is what I get in my Forge log related to Jacob:

Spoiler

I have "jacob-1.17-M2-x64.dll" and "jacob-1.17-M2-x86.dll" both located at ".../.minecraft/". Should they be in ".../.minecraft/bin/" or ".../.minecraft/lib/" instead?

#986 RichardG867

  • Members
  • 196 posts

Posted 01 June 2013 - 01:47 PM

3.3c with bugfixes. I keep my promise of documentation... just have to fix the bugs

@ post above: 3.3c should put out more information when speech fails

EDIT: Documentation is being updated

#987 allquan

  • Members
  • 34 posts

Posted 01 June 2013 - 03:00 PM

The Smart Helmet works fine! Super nice gadget!

#988 jesusthekiller

  • Banned
  • 562 posts
  • LocationWrocław, Poland

Posted 02 June 2013 - 08:37 AM

Hmm, how to use smart helmet? :P

#989 allquan

  • Members
  • 34 posts

Posted 02 June 2013 - 09:46 AM

Put the smallnet block on a side of a computer. Call the peripheral. Right click on the block an you should get an info that you are connected to it. Put your helmet on
and try this code:

m = peripheral.wrap("side")
m.send("smartHelmet", "Hello")

#990 izstas

  • New Members
  • 1 posts

Posted 02 June 2013 - 04:16 PM

MiscPeripherals 3.3c, ComputerCraft 1.53, BuildCraft 3.6.0, IndustrialCraft2 1.115.341-lf

When I try to get data from Gate Reader next to MFSU, I get an exception:
2013-06-02 16:08:36 [WARNING] [MiscPeripherals] Exception while executing tick callback! MiscPeripherals.core.TickHandler$[email protected]
2013-06-02 16:08:36 [INFO] [STDERR] java.util.concurrent.ExecutionException: java.lang.AbstractMethodError
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask.get(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at MiscPeripherals.core.TickHandler$1.done(TickHandler.java:58)
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask$Sync.innerSetException(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask.setException(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at java.util.concurrent.FutureTask.run(Unknown Source)
2013-06-02 16:08:36 [INFO] [STDERR]  at MiscPeripherals.core.TickHandler.tickStart(TickHandler.java:29)
2013-06-02 16:08:36 [INFO] [STDERR]  at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
2013-06-02 16:08:36 [INFO] [STDERR]  at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
2013-06-02 16:08:36 [INFO] [STDERR]  at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:295)
2013-06-02 16:08:36 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
2013-06-02 16:08:36 [INFO] [STDERR]  at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:275)
2013-06-02 16:08:36 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:571)
2013-06-02 16:08:36 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
2013-06-02 16:08:36 [INFO] [STDERR]  at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-06-02 16:08:36 [INFO] [STDERR] Caused by: java.lang.AbstractMethodError
2013-06-02 16:08:36 [INFO] [STDERR]  at MiscPeripherals.peripheral.PeripheralGateReader$1.call(PeripheralGateReader.java:87)
2013-06-02 16:08:36 [INFO] [STDERR]  at MiscPeripherals.peripheral.PeripheralGateReader$1.call(PeripheralGateReader.java:73)
2013-06-02 16:08:36 [INFO] [STDERR]  ... 11 more


#991 RichardG867

  • Members
  • 196 posts

Posted 02 June 2013 - 08:58 PM

IC2 uses an outdated API... will be looked into...

#992 McAroon

  • New Members
  • 2 posts

Posted 03 June 2013 - 09:16 AM

Hi! Tesseract peripheral doesn't seem to work. Any methods being called return something like
lua:52: thermalexpansion.api.tileentity.ITesseract.isPublic()Z


#993 damonmensch

  • New Members
  • 1 posts

Posted 03 June 2013 - 02:18 PM

You made a pretty major mistake in your mod.

Class not found: xcompwiz.mystcraft.api.linking.ILinkInfo
Class not found: xcompwiz.mystcraft.api.MystObjects

Both of these imports should read
com.xcompwiz.mystcraft.api.*

Due to this error, on your part, your Mystcraft Peripherals are worthless.

This is in Version 3.1 for Minecraft 1.4.7 and is the version found in Feed The Beast Ultimate 1.1.2

#994 mmrk

  • New Members
  • 2 posts

Posted 03 June 2013 - 05:34 PM

I found two bugs in 3.3c with the inventory peripheral.

1. Using suck without specifying the amount subtracts 2^31 from the ItemStack. It doesn't seem matter which suck function is used (up/down/sneaky).
2. It seems to be ignoring apiary sidedness. dropSneaky always puts the item in the queen/princess slot, whichever side is specified. drop lets you target the apiary frame slots.

Edit: Also, inventory peripheral doesn't produce error messages like your other peripherals. throwables.propagateIfPossible(Throwable) only works for "RuntimeException" or "Error" throwables.

#995 Sariaz

  • Members
  • 107 posts

Posted 04 June 2013 - 04:45 PM

The extra turtle(chest upgrade) isnt working for me. My test program
chest = peripheral.wrap("right")
chest.swap(1)
just spits out "test:2: 16". All the other functions of the peripheral
work except swap and swapRange both of those return that same error.

#996 Epi

  • New Members
  • 1 posts

Posted 04 June 2013 - 07:53 PM

View PostRichardG867, on 31 May 2013 - 12:16 PM, said:

It becomes tempting to backport stuff to 1.4.7 but the FTB team is not willing to do any more updates.
May I persuade you to do this? It would significantly simplify matters to have an ME Bridge for my FTB Ultimate pack server, and I'm sure that there are other server admins who want such a thing and are willing to update the mod manually.

In either case, I find much use for the features of this mod and appreciate your work.

#997 Watchful11

  • Members
  • 8 posts

Posted 04 June 2013 - 10:02 PM

Awesome job with the smart helmet. Best idea since, well, the chat box. But I guess that just shows you're full of good ideas. You think you would consider a Modular Powersuits addon for it?

#998 mangraa

  • Members
  • 3 posts

Posted 06 June 2013 - 05:24 PM

Excellent job on this mod!

#999 RichardG867

  • Members
  • 196 posts

Posted 06 June 2013 - 08:03 PM

View Postmmrk, on 03 June 2013 - 05:34 PM, said:

I found two bugs in 3.3c with the inventory peripheral.

1. Using suck without specifying the amount subtracts 2^31 from the ItemStack. It doesn't seem matter which suck function is used (up/down/sneaky).
2. It seems to be ignoring apiary sidedness. dropSneaky always puts the item in the queen/princess slot, whichever side is specified. drop lets you target the apiary frame slots.

Edit: Also, inventory peripheral doesn't produce error messages like your other peripherals. throwables.propagateIfPossible(Throwable) only works for "RuntimeException" or "Error" throwables.
Vanilla ISided is being awkward there. Inventory is a mess of code, I'll see if I can do anything...

View PostEpi, on 04 June 2013 - 07:53 PM, said:

View PostRichardG867, on 31 May 2013 - 12:16 PM, said:

It becomes tempting to backport stuff to 1.4.7 but the FTB team is not willing to do any more updates.
May I persuade you to do this? It would significantly simplify matters to have an ME Bridge for my FTB Ultimate pack server, and I'm sure that there are other server admins who want such a thing and are willing to update the mod manually.

In either case, I find much use for the features of this mod and appreciate your work.
It's all about the audience... I don't feel like making it for only a few people who modify their ultimate packs to suit.

#1000 Frederikam

  • Members
  • 112 posts
  • LocationDenmark

Posted 07 June 2013 - 02:56 AM

I agree with what RichardG just said. It's too much of a hassle to do a lot of work for very few people. He's not your personal servant he's a modder.





5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users